vite 5.0.2 → 5.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +406 -12
- package/dist/node/chunks/{dep-CV-Y9tzJ.js → dep-_rppyaaB.js} +1 -1
- package/dist/node/chunks/{dep-sKpqGbYj.js → dep-m-h4L35S.js} +1 -1
- package/dist/node/chunks/{dep-ErEj4WmL.js → dep-vyqc0_aB.js} +1603 -429
- package/dist/node/cli.js +6 -6
- package/dist/node/index.d.ts +2 -0
- package/dist/node/index.js +2 -2
- package/dist/node-cjs/publicUtils.cjs +10 -4
- package/package.json +7 -7
package/LICENSE.md
CHANGED
|
@@ -492,6 +492,28 @@ License: MIT
|
|
|
492
492
|
By: Johannes Stein
|
|
493
493
|
Repository: rollup/plugins
|
|
494
494
|
|
|
495
|
+
> The MIT License (MIT)
|
|
496
|
+
>
|
|
497
|
+
> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
|
|
498
|
+
>
|
|
499
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
500
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
501
|
+
> in the Software without restriction, including without limitation the rights
|
|
502
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
503
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
504
|
+
> furnished to do so, subject to the following conditions:
|
|
505
|
+
>
|
|
506
|
+
> The above copyright notice and this permission notice shall be included in
|
|
507
|
+
> all copies or substantial portions of the Software.
|
|
508
|
+
>
|
|
509
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
510
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
511
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
512
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
513
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
514
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
515
|
+
> THE SOFTWARE.
|
|
516
|
+
|
|
495
517
|
---------------------------------------
|
|
496
518
|
|
|
497
519
|
## @rollup/plugin-commonjs
|
|
@@ -817,6 +839,35 @@ Repository: egoist/cac
|
|
|
817
839
|
|
|
818
840
|
---------------------------------------
|
|
819
841
|
|
|
842
|
+
## call-bind
|
|
843
|
+
License: MIT
|
|
844
|
+
By: Jordan Harband
|
|
845
|
+
Repository: git+https://github.com/ljharb/call-bind.git
|
|
846
|
+
|
|
847
|
+
> MIT License
|
|
848
|
+
>
|
|
849
|
+
> Copyright (c) 2020 Jordan Harband
|
|
850
|
+
>
|
|
851
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
852
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
853
|
+
> in the Software without restriction, including without limitation the rights
|
|
854
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
855
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
856
|
+
> furnished to do so, subject to the following conditions:
|
|
857
|
+
>
|
|
858
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
859
|
+
> copies or substantial portions of the Software.
|
|
860
|
+
>
|
|
861
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
862
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
863
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
864
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
865
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
866
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
867
|
+
> SOFTWARE.
|
|
868
|
+
|
|
869
|
+
---------------------------------------
|
|
870
|
+
|
|
820
871
|
## chokidar
|
|
821
872
|
License: MIT
|
|
822
873
|
By: Paul Miller, Elan Shanker
|
|
@@ -1056,6 +1107,35 @@ Repository: git://github.com/debug-js/debug.git
|
|
|
1056
1107
|
|
|
1057
1108
|
---------------------------------------
|
|
1058
1109
|
|
|
1110
|
+
## define-data-property
|
|
1111
|
+
License: MIT
|
|
1112
|
+
By: Jordan Harband
|
|
1113
|
+
Repository: git+https://github.com/ljharb/define-data-property.git
|
|
1114
|
+
|
|
1115
|
+
> MIT License
|
|
1116
|
+
>
|
|
1117
|
+
> Copyright (c) 2023 Jordan Harband
|
|
1118
|
+
>
|
|
1119
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1120
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1121
|
+
> in the Software without restriction, including without limitation the rights
|
|
1122
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1123
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1124
|
+
> furnished to do so, subject to the following conditions:
|
|
1125
|
+
>
|
|
1126
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
1127
|
+
> copies or substantial portions of the Software.
|
|
1128
|
+
>
|
|
1129
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1130
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1131
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1132
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1133
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1134
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1135
|
+
> SOFTWARE.
|
|
1136
|
+
|
|
1137
|
+
---------------------------------------
|
|
1138
|
+
|
|
1059
1139
|
## define-lazy-prop
|
|
1060
1140
|
License: MIT
|
|
1061
1141
|
By: Sindre Sorhus
|
|
@@ -1521,6 +1601,33 @@ Repository: git+https://github.com/isaacs/fs.realpath.git
|
|
|
1521
1601
|
|
|
1522
1602
|
---------------------------------------
|
|
1523
1603
|
|
|
1604
|
+
## function-bind
|
|
1605
|
+
License: MIT
|
|
1606
|
+
By: Raynos, Jordan Harband
|
|
1607
|
+
Repository: https://github.com/Raynos/function-bind.git
|
|
1608
|
+
|
|
1609
|
+
> Copyright (c) 2013 Raynos.
|
|
1610
|
+
>
|
|
1611
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1612
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1613
|
+
> in the Software without restriction, including without limitation the rights
|
|
1614
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1615
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1616
|
+
> furnished to do so, subject to the following conditions:
|
|
1617
|
+
>
|
|
1618
|
+
> The above copyright notice and this permission notice shall be included in
|
|
1619
|
+
> all copies or substantial portions of the Software.
|
|
1620
|
+
>
|
|
1621
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1622
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1623
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1624
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1625
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1626
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1627
|
+
> THE SOFTWARE.
|
|
1628
|
+
|
|
1629
|
+
---------------------------------------
|
|
1630
|
+
|
|
1524
1631
|
## generic-names
|
|
1525
1632
|
License: MIT
|
|
1526
1633
|
By: Alexey Litvinov
|
|
@@ -1550,6 +1657,35 @@ Repository: git+https://github.com/css-modules/generic-names.git
|
|
|
1550
1657
|
|
|
1551
1658
|
---------------------------------------
|
|
1552
1659
|
|
|
1660
|
+
## get-intrinsic
|
|
1661
|
+
License: MIT
|
|
1662
|
+
By: Jordan Harband
|
|
1663
|
+
Repository: git+https://github.com/ljharb/get-intrinsic.git
|
|
1664
|
+
|
|
1665
|
+
> MIT License
|
|
1666
|
+
>
|
|
1667
|
+
> Copyright (c) 2020 Jordan Harband
|
|
1668
|
+
>
|
|
1669
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1670
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1671
|
+
> in the Software without restriction, including without limitation the rights
|
|
1672
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1673
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1674
|
+
> furnished to do so, subject to the following conditions:
|
|
1675
|
+
>
|
|
1676
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
1677
|
+
> copies or substantial portions of the Software.
|
|
1678
|
+
>
|
|
1679
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1680
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1681
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1682
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1683
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1684
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1685
|
+
> SOFTWARE.
|
|
1686
|
+
|
|
1687
|
+
---------------------------------------
|
|
1688
|
+
|
|
1553
1689
|
## glob
|
|
1554
1690
|
License: ISC
|
|
1555
1691
|
By: Isaac Z. Schlueter
|
|
@@ -1596,6 +1732,152 @@ Repository: gulpjs/glob-parent
|
|
|
1596
1732
|
|
|
1597
1733
|
---------------------------------------
|
|
1598
1734
|
|
|
1735
|
+
## gopd
|
|
1736
|
+
License: MIT
|
|
1737
|
+
By: Jordan Harband
|
|
1738
|
+
Repository: git+https://github.com/ljharb/gopd.git
|
|
1739
|
+
|
|
1740
|
+
> MIT License
|
|
1741
|
+
>
|
|
1742
|
+
> Copyright (c) 2022 Jordan Harband
|
|
1743
|
+
>
|
|
1744
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1745
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1746
|
+
> in the Software without restriction, including without limitation the rights
|
|
1747
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1748
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1749
|
+
> furnished to do so, subject to the following conditions:
|
|
1750
|
+
>
|
|
1751
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
1752
|
+
> copies or substantial portions of the Software.
|
|
1753
|
+
>
|
|
1754
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1755
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1756
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1757
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1758
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1759
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1760
|
+
> SOFTWARE.
|
|
1761
|
+
|
|
1762
|
+
---------------------------------------
|
|
1763
|
+
|
|
1764
|
+
## has
|
|
1765
|
+
License: MIT
|
|
1766
|
+
By: Thiago de Arruda, Jordan Harband
|
|
1767
|
+
Repository: git://github.com/tarruda/has.git
|
|
1768
|
+
|
|
1769
|
+
> Copyright (c) 2013 Thiago de Arruda
|
|
1770
|
+
>
|
|
1771
|
+
> Permission is hereby granted, free of charge, to any person
|
|
1772
|
+
> obtaining a copy of this software and associated documentation
|
|
1773
|
+
> files (the "Software"), to deal in the Software without
|
|
1774
|
+
> restriction, including without limitation the rights to use,
|
|
1775
|
+
> copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1776
|
+
> copies of the Software, and to permit persons to whom the
|
|
1777
|
+
> Software is furnished to do so, subject to the following
|
|
1778
|
+
> conditions:
|
|
1779
|
+
>
|
|
1780
|
+
> The above copyright notice and this permission notice shall be
|
|
1781
|
+
> included in all copies or substantial portions of the Software.
|
|
1782
|
+
>
|
|
1783
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1784
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
1785
|
+
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1786
|
+
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
1787
|
+
> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
1788
|
+
> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
1789
|
+
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
1790
|
+
> OTHER DEALINGS IN THE SOFTWARE.
|
|
1791
|
+
|
|
1792
|
+
---------------------------------------
|
|
1793
|
+
|
|
1794
|
+
## has-property-descriptors
|
|
1795
|
+
License: MIT
|
|
1796
|
+
By: Jordan Harband
|
|
1797
|
+
Repository: git+https://github.com/inspect-js/has-property-descriptors.git
|
|
1798
|
+
|
|
1799
|
+
> MIT License
|
|
1800
|
+
>
|
|
1801
|
+
> Copyright (c) 2022 Inspect JS
|
|
1802
|
+
>
|
|
1803
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1804
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1805
|
+
> in the Software without restriction, including without limitation the rights
|
|
1806
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1807
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1808
|
+
> furnished to do so, subject to the following conditions:
|
|
1809
|
+
>
|
|
1810
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
1811
|
+
> copies or substantial portions of the Software.
|
|
1812
|
+
>
|
|
1813
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1814
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1815
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1816
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1817
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1818
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1819
|
+
> SOFTWARE.
|
|
1820
|
+
|
|
1821
|
+
---------------------------------------
|
|
1822
|
+
|
|
1823
|
+
## has-proto
|
|
1824
|
+
License: MIT
|
|
1825
|
+
By: Jordan Harband
|
|
1826
|
+
Repository: git+https://github.com/inspect-js/has-proto.git
|
|
1827
|
+
|
|
1828
|
+
> MIT License
|
|
1829
|
+
>
|
|
1830
|
+
> Copyright (c) 2022 Inspect JS
|
|
1831
|
+
>
|
|
1832
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1833
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1834
|
+
> in the Software without restriction, including without limitation the rights
|
|
1835
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1836
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1837
|
+
> furnished to do so, subject to the following conditions:
|
|
1838
|
+
>
|
|
1839
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
1840
|
+
> copies or substantial portions of the Software.
|
|
1841
|
+
>
|
|
1842
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1843
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1844
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1845
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1846
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1847
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1848
|
+
> SOFTWARE.
|
|
1849
|
+
|
|
1850
|
+
---------------------------------------
|
|
1851
|
+
|
|
1852
|
+
## has-symbols
|
|
1853
|
+
License: MIT
|
|
1854
|
+
By: Jordan Harband
|
|
1855
|
+
Repository: git://github.com/inspect-js/has-symbols.git
|
|
1856
|
+
|
|
1857
|
+
> MIT License
|
|
1858
|
+
>
|
|
1859
|
+
> Copyright (c) 2016 Jordan Harband
|
|
1860
|
+
>
|
|
1861
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1862
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1863
|
+
> in the Software without restriction, including without limitation the rights
|
|
1864
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1865
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1866
|
+
> furnished to do so, subject to the following conditions:
|
|
1867
|
+
>
|
|
1868
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
1869
|
+
> copies or substantial portions of the Software.
|
|
1870
|
+
>
|
|
1871
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1872
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1873
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1874
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1875
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1876
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1877
|
+
> SOFTWARE.
|
|
1878
|
+
|
|
1879
|
+
---------------------------------------
|
|
1880
|
+
|
|
1599
1881
|
## http-proxy
|
|
1600
1882
|
License: MIT
|
|
1601
1883
|
By: Charlie Robbins, jcrugzz <jcrugzz@gmail.com>
|
|
@@ -1830,6 +2112,35 @@ Repository: sindresorhus/is-wsl
|
|
|
1830
2112
|
|
|
1831
2113
|
---------------------------------------
|
|
1832
2114
|
|
|
2115
|
+
## isarray
|
|
2116
|
+
License: MIT
|
|
2117
|
+
By: Julian Gruber
|
|
2118
|
+
Repository: git://github.com/juliangruber/isarray.git
|
|
2119
|
+
|
|
2120
|
+
> MIT License
|
|
2121
|
+
>
|
|
2122
|
+
> Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
|
|
2123
|
+
>
|
|
2124
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2125
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2126
|
+
> in the Software without restriction, including without limitation the rights
|
|
2127
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2128
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2129
|
+
> furnished to do so, subject to the following conditions:
|
|
2130
|
+
>
|
|
2131
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
2132
|
+
> copies or substantial portions of the Software.
|
|
2133
|
+
>
|
|
2134
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2135
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2136
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2137
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2138
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2139
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2140
|
+
> SOFTWARE.
|
|
2141
|
+
|
|
2142
|
+
---------------------------------------
|
|
2143
|
+
|
|
1833
2144
|
## isexe
|
|
1834
2145
|
License: ISC
|
|
1835
2146
|
By: Isaac Z. Schlueter
|
|
@@ -1858,24 +2169,27 @@ License: MIT
|
|
|
1858
2169
|
By: James Halliday
|
|
1859
2170
|
Repository: git://github.com/ljharb/json-stable-stringify.git
|
|
1860
2171
|
|
|
1861
|
-
>
|
|
2172
|
+
> MIT License
|
|
1862
2173
|
>
|
|
1863
|
-
>
|
|
1864
|
-
>
|
|
1865
|
-
>
|
|
1866
|
-
>
|
|
1867
|
-
> the Software
|
|
1868
|
-
>
|
|
2174
|
+
> Copyright (c) 2013 contributors
|
|
2175
|
+
>
|
|
2176
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2177
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2178
|
+
> in the Software without restriction, including without limitation the rights
|
|
2179
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2180
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2181
|
+
> furnished to do so, subject to the following conditions:
|
|
1869
2182
|
>
|
|
1870
2183
|
> The above copyright notice and this permission notice shall be included in all
|
|
1871
2184
|
> copies or substantial portions of the Software.
|
|
1872
2185
|
>
|
|
1873
2186
|
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1874
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1875
|
-
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1876
|
-
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1877
|
-
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1878
|
-
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2187
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2188
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2189
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2190
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2191
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2192
|
+
> SOFTWARE.
|
|
1879
2193
|
|
|
1880
2194
|
---------------------------------------
|
|
1881
2195
|
|
|
@@ -1942,6 +2256,28 @@ License: MIT
|
|
|
1942
2256
|
By: antonk52
|
|
1943
2257
|
Repository: https://github.com/antonk52/lilconfig
|
|
1944
2258
|
|
|
2259
|
+
> MIT License
|
|
2260
|
+
>
|
|
2261
|
+
> Copyright (c) 2022 Anton Kastritskiy
|
|
2262
|
+
>
|
|
2263
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2264
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2265
|
+
> in the Software without restriction, including without limitation the rights
|
|
2266
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2267
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2268
|
+
> furnished to do so, subject to the following conditions:
|
|
2269
|
+
>
|
|
2270
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
2271
|
+
> copies or substantial portions of the Software.
|
|
2272
|
+
>
|
|
2273
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2274
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2275
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2276
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2277
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2278
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2279
|
+
> SOFTWARE.
|
|
2280
|
+
|
|
1945
2281
|
---------------------------------------
|
|
1946
2282
|
|
|
1947
2283
|
## loader-utils
|
|
@@ -2265,6 +2601,35 @@ Repository: sindresorhus/object-assign
|
|
|
2265
2601
|
|
|
2266
2602
|
---------------------------------------
|
|
2267
2603
|
|
|
2604
|
+
## object-keys
|
|
2605
|
+
License: MIT
|
|
2606
|
+
By: Jordan Harband, Raynos, Nathan Rajlich, Ivan Starkov, Gary Katsevman
|
|
2607
|
+
Repository: git://github.com/ljharb/object-keys.git
|
|
2608
|
+
|
|
2609
|
+
> The MIT License (MIT)
|
|
2610
|
+
>
|
|
2611
|
+
> Copyright (C) 2013 Jordan Harband
|
|
2612
|
+
>
|
|
2613
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2614
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2615
|
+
> in the Software without restriction, including without limitation the rights
|
|
2616
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2617
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2618
|
+
> furnished to do so, subject to the following conditions:
|
|
2619
|
+
>
|
|
2620
|
+
> The above copyright notice and this permission notice shall be included in
|
|
2621
|
+
> all copies or substantial portions of the Software.
|
|
2622
|
+
>
|
|
2623
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2624
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2625
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2626
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2627
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2628
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2629
|
+
> THE SOFTWARE.
|
|
2630
|
+
|
|
2631
|
+
---------------------------------------
|
|
2632
|
+
|
|
2268
2633
|
## okie
|
|
2269
2634
|
License: MIT
|
|
2270
2635
|
By: Evan You
|
|
@@ -2950,6 +3315,35 @@ Repository: git://github.com/feross/run-parallel.git
|
|
|
2950
3315
|
|
|
2951
3316
|
---------------------------------------
|
|
2952
3317
|
|
|
3318
|
+
## set-function-length
|
|
3319
|
+
License: MIT
|
|
3320
|
+
By: Jordan Harband
|
|
3321
|
+
Repository: git+https://github.com/ljharb/set-function-length.git
|
|
3322
|
+
|
|
3323
|
+
> MIT License
|
|
3324
|
+
>
|
|
3325
|
+
> Copyright (c) Jordan Harband and contributors
|
|
3326
|
+
>
|
|
3327
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3328
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
3329
|
+
> in the Software without restriction, including without limitation the rights
|
|
3330
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3331
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
3332
|
+
> furnished to do so, subject to the following conditions:
|
|
3333
|
+
>
|
|
3334
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
3335
|
+
> copies or substantial portions of the Software.
|
|
3336
|
+
>
|
|
3337
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3338
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3339
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3340
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3341
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3342
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3343
|
+
> SOFTWARE.
|
|
3344
|
+
|
|
3345
|
+
---------------------------------------
|
|
3346
|
+
|
|
2953
3347
|
## shebang-command
|
|
2954
3348
|
License: MIT
|
|
2955
3349
|
By: Kevin Mårtensson
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { z as commonjsGlobal, y as getDefaultExportFromCjs } from './dep-
|
|
1
|
+
import { z as commonjsGlobal, y as getDefaultExportFromCjs } from './dep-vyqc0_aB.js';
|
|
2
2
|
import require$$0__default from 'fs';
|
|
3
3
|
import require$$0 from 'postcss';
|
|
4
4
|
import require$$0$1 from 'path';
|