vite 2.7.7 → 2.8.0-beta.0

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.

Potentially problematic release.


This version of vite might be problematic. Click here for more details.

Files changed (37) hide show
  1. package/CHANGELOG.md +53 -0
  2. package/LICENSE.md +35 -864
  3. package/dist/client/client.mjs +1 -1
  4. package/dist/client/client.mjs.map +1 -1
  5. package/dist/node/certificate.d.ts +2 -0
  6. package/dist/node/chunks/{dep-2d8e2cb1.js → dep-0ebab0df.js} +2 -2
  7. package/dist/node/chunks/{dep-2d8e2cb1.js.map → dep-0ebab0df.js.map} +1 -1
  8. package/dist/node/chunks/{dep-ac1b4bf9.js → dep-2056ae8a.js} +21 -4
  9. package/dist/node/chunks/dep-2056ae8a.js.map +1 -0
  10. package/dist/node/chunks/{dep-591fce67.js → dep-372aad6a.js} +471 -4367
  11. package/dist/node/chunks/dep-372aad6a.js.map +1 -0
  12. package/dist/node/chunks/{dep-4a9cff06.js → dep-5ad1713b.js} +14398 -26609
  13. package/dist/node/chunks/dep-5ad1713b.js.map +1 -0
  14. package/dist/node/chunks/{dep-f41a1db3.js → dep-7cd25957.js} +2 -2
  15. package/dist/node/chunks/{dep-f41a1db3.js.map → dep-7cd25957.js.map} +1 -1
  16. package/dist/node/chunks/{dep-67730f16.js → dep-920a704a.js} +8568 -17936
  17. package/dist/node/chunks/dep-920a704a.js.map +1 -0
  18. package/dist/node/cli.js +14 -12
  19. package/dist/node/cli.js.map +1 -1
  20. package/dist/node/config.d.ts +19 -0
  21. package/dist/node/http.d.ts +5 -1
  22. package/dist/node/importGlob.d.ts +5 -0
  23. package/dist/node/index.d.ts +42 -6
  24. package/dist/node/index.js +3 -2
  25. package/dist/node/index.js.map +1 -1
  26. package/dist/node/plugins/html.d.ts +3 -2
  27. package/dist/node/server/index.d.ts +7 -0
  28. package/dist/node/server/moduleGraph.d.ts +5 -5
  29. package/dist/node/server/send.d.ts +8 -2
  30. package/dist/node/utils.d.ts +1 -0
  31. package/package.json +15 -15
  32. package/src/client/client.ts +2 -0
  33. package/types/shims.d.ts +0 -10
  34. package/dist/node/chunks/dep-4a9cff06.js.map +0 -1
  35. package/dist/node/chunks/dep-591fce67.js.map +0 -1
  36. package/dist/node/chunks/dep-67730f16.js.map +0 -1
  37. package/dist/node/chunks/dep-ac1b4bf9.js.map +0 -1
package/LICENSE.md CHANGED
@@ -547,87 +547,6 @@ Repository: https://github.com/acornjs/acorn.git
547
547
 
548
548
  ---------------------------------------
549
549
 
550
- ## acorn-class-fields
551
- License: MIT
552
- By: Adrian Heine
553
- Repository: https://github.com/acornjs/acorn-class-fields
554
-
555
- > Copyright (C) 2017-2018 by Adrian Heine
556
- >
557
- > Permission is hereby granted, free of charge, to any person obtaining a copy
558
- > of this software and associated documentation files (the "Software"), to deal
559
- > in the Software without restriction, including without limitation the rights
560
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
561
- > copies of the Software, and to permit persons to whom the Software is
562
- > furnished to do so, subject to the following conditions:
563
- >
564
- > The above copyright notice and this permission notice shall be included in
565
- > all copies or substantial portions of the Software.
566
- >
567
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
568
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
569
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
570
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
571
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
572
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
573
- > THE SOFTWARE.
574
-
575
- ---------------------------------------
576
-
577
- ## acorn-private-class-elements
578
- License: MIT
579
- By: Adrian Heine
580
- Repository: https://github.com/acornjs/acorn-private-class-elements
581
-
582
- > Copyright (C) 2017-2018 by Adrian Heine
583
- >
584
- > Permission is hereby granted, free of charge, to any person obtaining a copy
585
- > of this software and associated documentation files (the "Software"), to deal
586
- > in the Software without restriction, including without limitation the rights
587
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
588
- > copies of the Software, and to permit persons to whom the Software is
589
- > furnished to do so, subject to the following conditions:
590
- >
591
- > The above copyright notice and this permission notice shall be included in
592
- > all copies or substantial portions of the Software.
593
- >
594
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
595
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
596
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
597
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
598
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
599
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
600
- > THE SOFTWARE.
601
-
602
- ---------------------------------------
603
-
604
- ## acorn-static-class-features
605
- License: MIT
606
- By: Adrian Heine
607
- Repository: https://github.com/acornjs/acorn-static-class-features
608
-
609
- > Copyright (C) 2017-2018 by Adrian Heine
610
- >
611
- > Permission is hereby granted, free of charge, to any person obtaining a copy
612
- > of this software and associated documentation files (the "Software"), to deal
613
- > in the Software without restriction, including without limitation the rights
614
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
615
- > copies of the Software, and to permit persons to whom the Software is
616
- > furnished to do so, subject to the following conditions:
617
- >
618
- > The above copyright notice and this permission notice shall be included in
619
- > all copies or substantial portions of the Software.
620
- >
621
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
622
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
623
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
624
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
625
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
626
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
627
- > THE SOFTWARE.
628
-
629
- ---------------------------------------
630
-
631
550
  ## ansi-regex
632
551
  License: MIT
633
552
  By: Sindre Sorhus
@@ -645,23 +564,6 @@ Repository: chalk/ansi-regex
645
564
 
646
565
  ---------------------------------------
647
566
 
648
- ## ansi-styles
649
- License: MIT
650
- By: Sindre Sorhus
651
- Repository: chalk/ansi-styles
652
-
653
- > MIT License
654
- >
655
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
656
- >
657
- > 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:
658
- >
659
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
660
- >
661
- > 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.
662
-
663
- ---------------------------------------
664
-
665
567
  ## anymatch
666
568
  License: ISC
667
569
  By: Elan Shanker
@@ -685,23 +587,6 @@ Repository: https://github.com/micromatch/anymatch
685
587
 
686
588
  ---------------------------------------
687
589
 
688
- ## array-union
689
- License: MIT
690
- By: Sindre Sorhus
691
- Repository: sindresorhus/array-union
692
-
693
- > MIT License
694
- >
695
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
696
- >
697
- > 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:
698
- >
699
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
700
- >
701
- > 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.
702
-
703
- ---------------------------------------
704
-
705
590
  ## balanced-match
706
591
  License: MIT
707
592
  By: Julian Gruber
@@ -731,36 +616,6 @@ Repository: git://github.com/juliangruber/balanced-match.git
731
616
 
732
617
  ---------------------------------------
733
618
 
734
- ## big.js
735
- License: MIT
736
- By: Michael Mclaughlin
737
- Repository: https://github.com/MikeMcl/big.js.git
738
-
739
- > The MIT Licence (Expat).
740
- >
741
- > Copyright (c) 2018 Michael Mclaughlin
742
- >
743
- > Permission is hereby granted, free of charge, to any person obtaining
744
- > a copy of this software and associated documentation files (the
745
- > 'Software'), to deal in the Software without restriction, including
746
- > without limitation the rights to use, copy, modify, merge, publish,
747
- > distribute, sublicense, and/or sell copies of the Software, and to
748
- > permit persons to whom the Software is furnished to do so, subject to
749
- > the following conditions:
750
- >
751
- > The above copyright notice and this permission notice shall be
752
- > included in all copies or substantial portions of the Software.
753
- >
754
- > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
755
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
756
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
757
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
758
- > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
759
- > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
760
- > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
761
-
762
- ---------------------------------------
763
-
764
619
  ## binary-extensions
765
620
  License: MIT
766
621
  By: Sindre Sorhus
@@ -896,22 +751,6 @@ Repository: egoist/cac
896
751
 
897
752
  ---------------------------------------
898
753
 
899
- ## chalk
900
- License: MIT
901
- Repository: chalk/chalk
902
-
903
- > MIT License
904
- >
905
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
906
- >
907
- > 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:
908
- >
909
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
910
- >
911
- > 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.
912
-
913
- ---------------------------------------
914
-
915
754
  ## chokidar
916
755
  License: MIT
917
756
  By: Paul Miller, Elan Shanker
@@ -941,50 +780,6 @@ Repository: git+https://github.com/paulmillr/chokidar.git
941
780
 
942
781
  ---------------------------------------
943
782
 
944
- ## color-convert
945
- License: MIT
946
- By: Heather Arthur
947
- Repository: Qix-/color-convert
948
-
949
- > Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
950
- >
951
- > Permission is hereby granted, free of charge, to any person obtaining
952
- > a copy of this software and associated documentation files (the
953
- > "Software"), to deal in the Software without restriction, including
954
- > without limitation the rights to use, copy, modify, merge, publish,
955
- > distribute, sublicense, and/or sell copies of the Software, and to
956
- > permit persons to whom the Software is furnished to do so, subject to
957
- > the following conditions:
958
- >
959
- > The above copyright notice and this permission notice shall be
960
- > included in all copies or substantial portions of the Software.
961
- >
962
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
963
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
964
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
965
- > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
966
- > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
967
- > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
968
- > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
969
-
970
- ---------------------------------------
971
-
972
- ## color-name
973
- License: MIT
974
- By: DY
975
- Repository: git@github.com:colorjs/color-name.git
976
-
977
- > The MIT License (MIT)
978
- > Copyright (c) 2015 Dmitry Ivanov
979
- >
980
- > 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:
981
- >
982
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
983
- >
984
- > 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.
985
-
986
- ---------------------------------------
987
-
988
783
  ## commondir
989
784
  License: MIT
990
785
  By: James Halliday
@@ -1330,23 +1125,6 @@ Repository: sindresorhus/define-lazy-prop
1330
1125
 
1331
1126
  ---------------------------------------
1332
1127
 
1333
- ## dir-glob
1334
- License: MIT
1335
- By: Kevin Mårtensson
1336
- Repository: kevva/dir-glob
1337
-
1338
- > MIT License
1339
- >
1340
- > Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
1341
- >
1342
- > 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:
1343
- >
1344
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1345
- >
1346
- > 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.
1347
-
1348
- ---------------------------------------
1349
-
1350
1128
  ## dotenv
1351
1129
  License: BSD-2-Clause
1352
1130
  Repository: git://github.com/motdotla/dotenv.git
@@ -1436,23 +1214,6 @@ Repository: jonathanong/ee-first
1436
1214
 
1437
1215
  ---------------------------------------
1438
1216
 
1439
- ## emojis-list
1440
- License: MIT
1441
- By: Kiko Beats
1442
- Repository: git+https://github.com/kikobeats/emojis-list.git
1443
-
1444
- > The MIT License (MIT)
1445
- >
1446
- > Copyright © 2015 Kiko Beats
1447
- >
1448
- > 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:
1449
- >
1450
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1451
- >
1452
- > 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.
1453
-
1454
- ---------------------------------------
1455
-
1456
1217
  ## encodeurl
1457
1218
  License: MIT
1458
1219
  By: Douglas Christopher Wilson
@@ -1532,35 +1293,6 @@ Repository: component/escape-html
1532
1293
 
1533
1294
  ---------------------------------------
1534
1295
 
1535
- ## escape-string-regexp
1536
- License: MIT
1537
- By: Sindre Sorhus
1538
- Repository: sindresorhus/escape-string-regexp
1539
-
1540
- > The MIT License (MIT)
1541
- >
1542
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1543
- >
1544
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1545
- > of this software and associated documentation files (the "Software"), to deal
1546
- > in the Software without restriction, including without limitation the rights
1547
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1548
- > copies of the Software, and to permit persons to whom the Software is
1549
- > furnished to do so, subject to the following conditions:
1550
- >
1551
- > The above copyright notice and this permission notice shall be included in
1552
- > all copies or substantial portions of the Software.
1553
- >
1554
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1555
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1556
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1557
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1558
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1559
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1560
- > THE SOFTWARE.
1561
-
1562
- ---------------------------------------
1563
-
1564
1296
  ## estree-walker
1565
1297
  License: MIT
1566
1298
  By: Rich Harris
@@ -1635,23 +1367,6 @@ Repository: git://github.com/primus/eventemitter3.git
1635
1367
 
1636
1368
  ---------------------------------------
1637
1369
 
1638
- ## execa
1639
- License: MIT
1640
- By: Sindre Sorhus
1641
- Repository: sindresorhus/execa
1642
-
1643
- > MIT License
1644
- >
1645
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1646
- >
1647
- > 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:
1648
- >
1649
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1650
- >
1651
- > 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.
1652
-
1653
- ---------------------------------------
1654
-
1655
1370
  ## fast-glob
1656
1371
  License: MIT
1657
1372
  By: Denis Malinochkin
@@ -1867,35 +1582,18 @@ Repository: git+https://github.com/css-modules/generic-names.git
1867
1582
 
1868
1583
  ---------------------------------------
1869
1584
 
1870
- ## get-stream
1871
- License: MIT
1872
- By: Sindre Sorhus
1873
- Repository: sindresorhus/get-stream
1585
+ ## glob
1586
+ License: ISC
1587
+ By: Isaac Z. Schlueter
1588
+ Repository: git://github.com/isaacs/node-glob.git
1874
1589
 
1875
- > MIT License
1590
+ > The ISC License
1876
1591
  >
1877
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1592
+ > Copyright (c) Isaac Z. Schlueter and Contributors
1878
1593
  >
1879
- > 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:
1880
- >
1881
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1882
- >
1883
- > 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.
1884
-
1885
- ---------------------------------------
1886
-
1887
- ## glob
1888
- License: ISC
1889
- By: Isaac Z. Schlueter
1890
- Repository: git://github.com/isaacs/node-glob.git
1891
-
1892
- > The ISC License
1893
- >
1894
- > Copyright (c) Isaac Z. Schlueter and Contributors
1895
- >
1896
- > Permission to use, copy, modify, and/or distribute this software for any
1897
- > purpose with or without fee is hereby granted, provided that the above
1898
- > copyright notice and this permission notice appear in all copies.
1594
+ > Permission to use, copy, modify, and/or distribute this software for any
1595
+ > purpose with or without fee is hereby granted, provided that the above
1596
+ > copyright notice and this permission notice appear in all copies.
1899
1597
  >
1900
1598
  > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1901
1599
  > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
@@ -1936,40 +1634,6 @@ Repository: gulpjs/glob-parent
1936
1634
 
1937
1635
  ---------------------------------------
1938
1636
 
1939
- ## globby
1940
- License: MIT
1941
- By: Sindre Sorhus
1942
- Repository: sindresorhus/globby
1943
-
1944
- > MIT License
1945
- >
1946
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1947
- >
1948
- > 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:
1949
- >
1950
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1951
- >
1952
- > 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.
1953
-
1954
- ---------------------------------------
1955
-
1956
- ## has-flag
1957
- License: MIT
1958
- By: Sindre Sorhus
1959
- Repository: sindresorhus/has-flag
1960
-
1961
- > MIT License
1962
- >
1963
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1964
- >
1965
- > 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:
1966
- >
1967
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1968
- >
1969
- > 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.
1970
-
1971
- ---------------------------------------
1972
-
1973
1637
  ## http-proxy
1974
1638
  License: MIT
1975
1639
  By: Charlie Robbins
@@ -2000,215 +1664,6 @@ Repository: https://github.com/http-party/node-http-proxy.git
2000
1664
 
2001
1665
  ---------------------------------------
2002
1666
 
2003
- ## human-signals
2004
- License: Apache-2.0
2005
- By: ehmicky
2006
- Repository: ehmicky/human-signals
2007
-
2008
- > Apache License
2009
- > Version 2.0, January 2004
2010
- > http://www.apache.org/licenses/
2011
- >
2012
- > TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2013
- >
2014
- > 1. Definitions.
2015
- >
2016
- > "License" shall mean the terms and conditions for use, reproduction,
2017
- > and distribution as defined by Sections 1 through 9 of this document.
2018
- >
2019
- > "Licensor" shall mean the copyright owner or entity authorized by
2020
- > the copyright owner that is granting the License.
2021
- >
2022
- > "Legal Entity" shall mean the union of the acting entity and all
2023
- > other entities that control, are controlled by, or are under common
2024
- > control with that entity. For the purposes of this definition,
2025
- > "control" means (i) the power, direct or indirect, to cause the
2026
- > direction or management of such entity, whether by contract or
2027
- > otherwise, or (ii) ownership of fifty percent (50%) or more of the
2028
- > outstanding shares, or (iii) beneficial ownership of such entity.
2029
- >
2030
- > "You" (or "Your") shall mean an individual or Legal Entity
2031
- > exercising permissions granted by this License.
2032
- >
2033
- > "Source" form shall mean the preferred form for making modifications,
2034
- > including but not limited to software source code, documentation
2035
- > source, and configuration files.
2036
- >
2037
- > "Object" form shall mean any form resulting from mechanical
2038
- > transformation or translation of a Source form, including but
2039
- > not limited to compiled object code, generated documentation,
2040
- > and conversions to other media types.
2041
- >
2042
- > "Work" shall mean the work of authorship, whether in Source or
2043
- > Object form, made available under the License, as indicated by a
2044
- > copyright notice that is included in or attached to the work
2045
- > (an example is provided in the Appendix below).
2046
- >
2047
- > "Derivative Works" shall mean any work, whether in Source or Object
2048
- > form, that is based on (or derived from) the Work and for which the
2049
- > editorial revisions, annotations, elaborations, or other modifications
2050
- > represent, as a whole, an original work of authorship. For the purposes
2051
- > of this License, Derivative Works shall not include works that remain
2052
- > separable from, or merely link (or bind by name) to the interfaces of,
2053
- > the Work and Derivative Works thereof.
2054
- >
2055
- > "Contribution" shall mean any work of authorship, including
2056
- > the original version of the Work and any modifications or additions
2057
- > to that Work or Derivative Works thereof, that is intentionally
2058
- > submitted to Licensor for inclusion in the Work by the copyright owner
2059
- > or by an individual or Legal Entity authorized to submit on behalf of
2060
- > the copyright owner. For the purposes of this definition, "submitted"
2061
- > means any form of electronic, verbal, or written communication sent
2062
- > to the Licensor or its representatives, including but not limited to
2063
- > communication on electronic mailing lists, source code control systems,
2064
- > and issue tracking systems that are managed by, or on behalf of, the
2065
- > Licensor for the purpose of discussing and improving the Work, but
2066
- > excluding communication that is conspicuously marked or otherwise
2067
- > designated in writing by the copyright owner as "Not a Contribution."
2068
- >
2069
- > "Contributor" shall mean Licensor and any individual or Legal Entity
2070
- > on behalf of whom a Contribution has been received by Licensor and
2071
- > subsequently incorporated within the Work.
2072
- >
2073
- > 2. Grant of Copyright License. Subject to the terms and conditions of
2074
- > this License, each Contributor hereby grants to You a perpetual,
2075
- > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2076
- > copyright license to reproduce, prepare Derivative Works of,
2077
- > publicly display, publicly perform, sublicense, and distribute the
2078
- > Work and such Derivative Works in Source or Object form.
2079
- >
2080
- > 3. Grant of Patent License. Subject to the terms and conditions of
2081
- > this License, each Contributor hereby grants to You a perpetual,
2082
- > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2083
- > (except as stated in this section) patent license to make, have made,
2084
- > use, offer to sell, sell, import, and otherwise transfer the Work,
2085
- > where such license applies only to those patent claims licensable
2086
- > by such Contributor that are necessarily infringed by their
2087
- > Contribution(s) alone or by combination of their Contribution(s)
2088
- > with the Work to which such Contribution(s) was submitted. If You
2089
- > institute patent litigation against any entity (including a
2090
- > cross-claim or counterclaim in a lawsuit) alleging that the Work
2091
- > or a Contribution incorporated within the Work constitutes direct
2092
- > or contributory patent infringement, then any patent licenses
2093
- > granted to You under this License for that Work shall terminate
2094
- > as of the date such litigation is filed.
2095
- >
2096
- > 4. Redistribution. You may reproduce and distribute copies of the
2097
- > Work or Derivative Works thereof in any medium, with or without
2098
- > modifications, and in Source or Object form, provided that You
2099
- > meet the following conditions:
2100
- >
2101
- > (a) You must give any other recipients of the Work or
2102
- > Derivative Works a copy of this License; and
2103
- >
2104
- > (b) You must cause any modified files to carry prominent notices
2105
- > stating that You changed the files; and
2106
- >
2107
- > (c) You must retain, in the Source form of any Derivative Works
2108
- > that You distribute, all copyright, patent, trademark, and
2109
- > attribution notices from the Source form of the Work,
2110
- > excluding those notices that do not pertain to any part of
2111
- > the Derivative Works; and
2112
- >
2113
- > (d) If the Work includes a "NOTICE" text file as part of its
2114
- > distribution, then any Derivative Works that You distribute must
2115
- > include a readable copy of the attribution notices contained
2116
- > within such NOTICE file, excluding those notices that do not
2117
- > pertain to any part of the Derivative Works, in at least one
2118
- > of the following places: within a NOTICE text file distributed
2119
- > as part of the Derivative Works; within the Source form or
2120
- > documentation, if provided along with the Derivative Works; or,
2121
- > within a display generated by the Derivative Works, if and
2122
- > wherever such third-party notices normally appear. The contents
2123
- > of the NOTICE file are for informational purposes only and
2124
- > do not modify the License. You may add Your own attribution
2125
- > notices within Derivative Works that You distribute, alongside
2126
- > or as an addendum to the NOTICE text from the Work, provided
2127
- > that such additional attribution notices cannot be construed
2128
- > as modifying the License.
2129
- >
2130
- > You may add Your own copyright statement to Your modifications and
2131
- > may provide additional or different license terms and conditions
2132
- > for use, reproduction, or distribution of Your modifications, or
2133
- > for any such Derivative Works as a whole, provided Your use,
2134
- > reproduction, and distribution of the Work otherwise complies with
2135
- > the conditions stated in this License.
2136
- >
2137
- > 5. Submission of Contributions. Unless You explicitly state otherwise,
2138
- > any Contribution intentionally submitted for inclusion in the Work
2139
- > by You to the Licensor shall be under the terms and conditions of
2140
- > this License, without any additional terms or conditions.
2141
- > Notwithstanding the above, nothing herein shall supersede or modify
2142
- > the terms of any separate license agreement you may have executed
2143
- > with Licensor regarding such Contributions.
2144
- >
2145
- > 6. Trademarks. This License does not grant permission to use the trade
2146
- > names, trademarks, service marks, or product names of the Licensor,
2147
- > except as required for reasonable and customary use in describing the
2148
- > origin of the Work and reproducing the content of the NOTICE file.
2149
- >
2150
- > 7. Disclaimer of Warranty. Unless required by applicable law or
2151
- > agreed to in writing, Licensor provides the Work (and each
2152
- > Contributor provides its Contributions) on an "AS IS" BASIS,
2153
- > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2154
- > implied, including, without limitation, any warranties or conditions
2155
- > of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2156
- > PARTICULAR PURPOSE. You are solely responsible for determining the
2157
- > appropriateness of using or redistributing the Work and assume any
2158
- > risks associated with Your exercise of permissions under this License.
2159
- >
2160
- > 8. Limitation of Liability. In no event and under no legal theory,
2161
- > whether in tort (including negligence), contract, or otherwise,
2162
- > unless required by applicable law (such as deliberate and grossly
2163
- > negligent acts) or agreed to in writing, shall any Contributor be
2164
- > liable to You for damages, including any direct, indirect, special,
2165
- > incidental, or consequential damages of any character arising as a
2166
- > result of this License or out of the use or inability to use the
2167
- > Work (including but not limited to damages for loss of goodwill,
2168
- > work stoppage, computer failure or malfunction, or any and all
2169
- > other commercial damages or losses), even if such Contributor
2170
- > has been advised of the possibility of such damages.
2171
- >
2172
- > 9. Accepting Warranty or Additional Liability. While redistributing
2173
- > the Work or Derivative Works thereof, You may choose to offer,
2174
- > and charge a fee for, acceptance of support, warranty, indemnity,
2175
- > or other liability obligations and/or rights consistent with this
2176
- > License. However, in accepting such obligations, You may act only
2177
- > on Your own behalf and on Your sole responsibility, not on behalf
2178
- > of any other Contributor, and only if You agree to indemnify,
2179
- > defend, and hold each Contributor harmless for any liability
2180
- > incurred by, or claims asserted against, such Contributor by reason
2181
- > of your accepting any such warranty or additional liability.
2182
- >
2183
- > END OF TERMS AND CONDITIONS
2184
- >
2185
- > APPENDIX: How to apply the Apache License to your work.
2186
- >
2187
- > To apply the Apache License to your work, attach the following
2188
- > boilerplate notice, with the fields enclosed by brackets "[]"
2189
- > replaced with your own identifying information. (Don't include
2190
- > the brackets!) The text should be enclosed in the appropriate
2191
- > comment syntax for the file format. We also recommend that a
2192
- > file or class name and description of purpose be included on the
2193
- > same "printed page" as the copyright notice for easier
2194
- > identification within third-party archives.
2195
- >
2196
- > Copyright 2019 ehmicky <ehmicky@gmail.com>
2197
- >
2198
- > Licensed under the Apache License, Version 2.0 (the "License");
2199
- > you may not use this file except in compliance with the License.
2200
- > You may obtain a copy of the License at
2201
- >
2202
- > http://www.apache.org/licenses/LICENSE-2.0
2203
- >
2204
- > Unless required by applicable law or agreed to in writing, software
2205
- > distributed under the License is distributed on an "AS IS" BASIS,
2206
- > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2207
- > See the License for the specific language governing permissions and
2208
- > limitations under the License.
2209
-
2210
- ---------------------------------------
2211
-
2212
1667
  ## icss-replace-symbols
2213
1668
  License: ISC
2214
1669
  By: Glen Maddern
@@ -2219,43 +1674,14 @@ Repository: git+https://github.com/css-modules/icss-replace-symbols.git
2219
1674
  ## icss-utils
2220
1675
  License: ISC
2221
1676
  By: Glen Maddern
2222
- Repository: git+https://github.com/css-modules/icss-utils.git
2223
-
2224
- > ISC License (ISC)
2225
- > Copyright 2018 Glen Maddern
2226
- >
2227
- > Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
2228
- >
2229
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2230
-
2231
- ---------------------------------------
2232
-
2233
- ## ignore
2234
- License: MIT
2235
- By: kael
2236
- Repository: git@github.com:kaelzhang/node-ignore.git
2237
-
2238
- > Copyright (c) 2013 Kael Zhang <i@kael.me>, contributors
2239
- > http://kael.me/
2240
- >
2241
- > Permission is hereby granted, free of charge, to any person obtaining
2242
- > a copy of this software and associated documentation files (the
2243
- > "Software"), to deal in the Software without restriction, including
2244
- > without limitation the rights to use, copy, modify, merge, publish,
2245
- > distribute, sublicense, and/or sell copies of the Software, and to
2246
- > permit persons to whom the Software is furnished to do so, subject to
2247
- > the following conditions:
1677
+ Repository: git+https://github.com/css-modules/icss-utils.git
1678
+
1679
+ > ISC License (ISC)
1680
+ > Copyright 2018 Glen Maddern
2248
1681
  >
2249
- > The above copyright notice and this permission notice shall be
2250
- > included in all copies or substantial portions of the Software.
1682
+ > Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
2251
1683
  >
2252
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2253
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2254
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2255
- > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2256
- > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2257
- > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2258
- > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1684
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2259
1685
 
2260
1686
  ---------------------------------------
2261
1687
 
@@ -2466,23 +1892,6 @@ Repository: git+https://github.com/Rich-Harris/is-reference.git
2466
1892
 
2467
1893
  ---------------------------------------
2468
1894
 
2469
- ## is-stream
2470
- License: MIT
2471
- By: Sindre Sorhus
2472
- Repository: sindresorhus/is-stream
2473
-
2474
- > MIT License
2475
- >
2476
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2477
- >
2478
- > 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:
2479
- >
2480
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2481
- >
2482
- > 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.
2483
-
2484
- ---------------------------------------
2485
-
2486
1895
  ## is-wsl
2487
1896
  License: MIT
2488
1897
  By: Sindre Sorhus
@@ -2523,37 +1932,6 @@ Repository: git+https://github.com/isaacs/isexe.git
2523
1932
 
2524
1933
  ---------------------------------------
2525
1934
 
2526
- ## json5
2527
- License: MIT
2528
- By: Aseem Kishore, Max Nanasy, Andrew Eisenberg, Jordan Tucker
2529
- Repository: git+https://github.com/json5/json5.git
2530
-
2531
- > MIT License
2532
- >
2533
- > Copyright (c) 2012-2018 Aseem Kishore, and [others].
2534
- >
2535
- > Permission is hereby granted, free of charge, to any person obtaining a copy
2536
- > of this software and associated documentation files (the "Software"), to deal
2537
- > in the Software without restriction, including without limitation the rights
2538
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2539
- > copies of the Software, and to permit persons to whom the Software is
2540
- > furnished to do so, subject to the following conditions:
2541
- >
2542
- > The above copyright notice and this permission notice shall be included in all
2543
- > copies or substantial portions of the Software.
2544
- >
2545
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2546
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2547
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2548
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2549
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2550
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2551
- > SOFTWARE.
2552
- >
2553
- > [others]: https://github.com/json5/json5/contributors
2554
-
2555
- ---------------------------------------
2556
-
2557
1935
  ## launch-editor
2558
1936
  License: MIT
2559
1937
  By: Evan You
@@ -2673,35 +2051,6 @@ Repository: https://github.com/rich-harris/magic-string
2673
2051
 
2674
2052
  ---------------------------------------
2675
2053
 
2676
- ## merge-stream
2677
- License: MIT
2678
- By: Stephen Sugden
2679
- Repository: grncdr/merge-stream
2680
-
2681
- > The MIT License (MIT)
2682
- >
2683
- > Copyright (c) Stephen Sugden <me@stephensugden.com> (stephensugden.com)
2684
- >
2685
- > Permission is hereby granted, free of charge, to any person obtaining a copy
2686
- > of this software and associated documentation files (the "Software"), to deal
2687
- > in the Software without restriction, including without limitation the rights
2688
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2689
- > copies of the Software, and to permit persons to whom the Software is
2690
- > furnished to do so, subject to the following conditions:
2691
- >
2692
- > The above copyright notice and this permission notice shall be included in
2693
- > all copies or substantial portions of the Software.
2694
- >
2695
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2696
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2697
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2698
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2699
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2700
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2701
- > THE SOFTWARE.
2702
-
2703
- ---------------------------------------
2704
-
2705
2054
  ## merge2
2706
2055
  License: MIT
2707
2056
  Repository: git@github.com:teambition/merge2.git
@@ -2759,35 +2108,6 @@ Repository: micromatch/micromatch
2759
2108
 
2760
2109
  ---------------------------------------
2761
2110
 
2762
- ## mime
2763
- License: MIT
2764
- By: Robert Kieffer
2765
- Repository: https://github.com/broofa/mime
2766
-
2767
- > The MIT License (MIT)
2768
- >
2769
- > Copyright (c) 2010 Benjamin Thomas, Robert Kieffer
2770
- >
2771
- > Permission is hereby granted, free of charge, to any person obtaining a copy
2772
- > of this software and associated documentation files (the "Software"), to deal
2773
- > in the Software without restriction, including without limitation the rights
2774
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2775
- > copies of the Software, and to permit persons to whom the Software is
2776
- > furnished to do so, subject to the following conditions:
2777
- >
2778
- > The above copyright notice and this permission notice shall be included in
2779
- > all copies or substantial portions of the Software.
2780
- >
2781
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2782
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2783
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2784
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2785
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2786
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2787
- > THE SOFTWARE.
2788
-
2789
- ---------------------------------------
2790
-
2791
2111
  ## mime-db
2792
2112
  License: MIT
2793
2113
  By: Douglas Christopher Wilson, Jonathan Ong, Robert Kieffer
@@ -2848,23 +2168,6 @@ Repository: jshttp/mime-types
2848
2168
 
2849
2169
  ---------------------------------------
2850
2170
 
2851
- ## mimic-fn
2852
- License: MIT
2853
- By: Sindre Sorhus
2854
- Repository: sindresorhus/mimic-fn
2855
-
2856
- > MIT License
2857
- >
2858
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2859
- >
2860
- > 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:
2861
- >
2862
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2863
- >
2864
- > 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.
2865
-
2866
- ---------------------------------------
2867
-
2868
2171
  ## minimatch
2869
2172
  License: ISC
2870
2173
  By: Isaac Z. Schlueter
@@ -3344,23 +2647,6 @@ Repository: jonschlinkert/normalize-path
3344
2647
 
3345
2648
  ---------------------------------------
3346
2649
 
3347
- ## npm-run-path
3348
- License: MIT
3349
- By: Sindre Sorhus
3350
- Repository: sindresorhus/npm-run-path
3351
-
3352
- > MIT License
3353
- >
3354
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3355
- >
3356
- > 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:
3357
- >
3358
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3359
- >
3360
- > 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.
3361
-
3362
- ---------------------------------------
3363
-
3364
2650
  ## object-assign
3365
2651
  License: MIT
3366
2652
  By: Sindre Sorhus
@@ -3503,23 +2789,6 @@ Repository: git://github.com/isaacs/once
3503
2789
 
3504
2790
  ---------------------------------------
3505
2791
 
3506
- ## onetime
3507
- License: MIT
3508
- By: Sindre Sorhus
3509
- Repository: sindresorhus/onetime
3510
-
3511
- > MIT License
3512
- >
3513
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3514
- >
3515
- > 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:
3516
- >
3517
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3518
- >
3519
- > 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.
3520
-
3521
- ---------------------------------------
3522
-
3523
2792
  ## open
3524
2793
  License: MIT
3525
2794
  By: Sindre Sorhus
@@ -3614,14 +2883,11 @@ Repository: sindresorhus/path-key
3614
2883
 
3615
2884
  ---------------------------------------
3616
2885
 
3617
- ## path-type
2886
+ ## periscopic
3618
2887
  License: MIT
3619
- By: Sindre Sorhus
3620
- Repository: sindresorhus/path-type
2888
+ Repository: Rich-Harris/periscopic
3621
2889
 
3622
- > MIT License
3623
- >
3624
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2890
+ > Copyright (c) 2019 Rich Harris
3625
2891
  >
3626
2892
  > 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:
3627
2893
  >
@@ -3631,17 +2897,26 @@ Repository: sindresorhus/path-type
3631
2897
 
3632
2898
  ---------------------------------------
3633
2899
 
3634
- ## periscopic
3635
- License: MIT
3636
- Repository: Rich-Harris/periscopic
2900
+ ## picocolors
2901
+ License: ISC
2902
+ By: Alexey Raspopov
2903
+ Repository: alexeyraspopov/picocolors
3637
2904
 
3638
- > Copyright (c) 2019 Rich Harris
2905
+ > ISC License
3639
2906
  >
3640
- > 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:
2907
+ > Copyright (c) 2021 Alexey Raspopov, Kostiantyn Denysov, Anton Verinov
3641
2908
  >
3642
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2909
+ > Permission to use, copy, modify, and/or distribute this software for any
2910
+ > purpose with or without fee is hereby granted, provided that the above
2911
+ > copyright notice and this permission notice appear in all copies.
3643
2912
  >
3644
- > 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.
2913
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2914
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2915
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2916
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2917
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2918
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2919
+ > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3645
2920
 
3646
2921
  ---------------------------------------
3647
2922
 
@@ -3766,7 +3041,7 @@ Repository: https://github.com/css-modules/postcss-modules.git
3766
3041
 
3767
3042
  > The MIT License (MIT)
3768
3043
  >
3769
- > Copyright 2015-2016 Alexander Madyankin <alexander@madyankin.name>
3044
+ > Copyright 2015-present Alexander Madyankin <alexander@madyankin.name>
3770
3045
  >
3771
3046
  > Permission is hereby granted, free of charge, to any person obtaining a copy of
3772
3047
  > this software and associated documentation files (the "Software"), to deal in
@@ -4164,35 +3439,6 @@ Repository: git://github.com/feross/safe-buffer.git
4164
3439
 
4165
3440
  ---------------------------------------
4166
3441
 
4167
- ## selfsigned
4168
- License: MIT
4169
- By: José F. Romaniello, Paolo Fragomeni, Charles Bushong
4170
- Repository: git://github.com/jfromaniello/selfsigned.git
4171
-
4172
- > MIT License
4173
- >
4174
- > Copyright (c) 2013 José F. Romaniello
4175
- >
4176
- > Permission is hereby granted, free of charge, to any person obtaining a copy
4177
- > of this software and associated documentation files (the "Software"), to deal
4178
- > in the Software without restriction, including without limitation the rights
4179
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4180
- > copies of the Software, and to permit persons to whom the Software is
4181
- > furnished to do so, subject to the following conditions:
4182
- >
4183
- > The above copyright notice and this permission notice shall be included in all
4184
- > copies or substantial portions of the Software.
4185
- >
4186
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4187
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4188
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4189
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4190
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4191
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4192
- > SOFTWARE.
4193
-
4194
- ---------------------------------------
4195
-
4196
3442
  ## shebang-command
4197
3443
  License: MIT
4198
3444
  By: Kevin Mårtensson
@@ -4259,30 +3505,6 @@ Repository: http://github.com/substack/node-shell-quote.git
4259
3505
 
4260
3506
  ---------------------------------------
4261
3507
 
4262
- ## signal-exit
4263
- License: ISC
4264
- By: Ben Coe
4265
- Repository: https://github.com/tapjs/signal-exit.git
4266
-
4267
- > The ISC License
4268
- >
4269
- > Copyright (c) 2015, Contributors
4270
- >
4271
- > Permission to use, copy, modify, and/or distribute this software
4272
- > for any purpose with or without fee is hereby granted, provided
4273
- > that the above copyright notice and this permission notice
4274
- > appear in all copies.
4275
- >
4276
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4277
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
4278
- > OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
4279
- > LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
4280
- > OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
4281
- > WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
4282
- > ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4283
-
4284
- ---------------------------------------
4285
-
4286
3508
  ## sirv
4287
3509
  License: MIT
4288
3510
  By: Luke Edwards
@@ -4290,23 +3512,6 @@ Repository: lukeed/sirv
4290
3512
 
4291
3513
  ---------------------------------------
4292
3514
 
4293
- ## slash
4294
- License: MIT
4295
- By: Sindre Sorhus
4296
- Repository: sindresorhus/slash
4297
-
4298
- > MIT License
4299
- >
4300
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4301
- >
4302
- > 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:
4303
- >
4304
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4305
- >
4306
- > 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.
4307
-
4308
- ---------------------------------------
4309
-
4310
3515
  ## source-map
4311
3516
  License: BSD-3-Clause
4312
3517
  By: Nick Fitzgerald, Tobias Koppers, Duncan Beevers, Stephen Crane, Ryan Seddon, Miles Elam, Mihai Bazon, Michael Ficarra, Todd Wolfson, Alexander Solovyov, Felix Gnass, Conrad Irwin, usrbincc, David Glasser, Chase Douglas, Evan Wallace, Heather Arthur, Hugh Kennedy, Simon Lydell, Jmeas Smith, Michael Z Goddard, azu, John Gozde, Adam Kirkton, Chris Montgomery, J. Ryan Stinnett, Jack Herrington, Chris Truter, Daniel Espeset, Jamie Wong, Eddy Bruël, Hawken Rives, Gilad Peleg, djchie, Gary Ye, Nicolas Lalevée
@@ -4425,40 +3630,6 @@ Repository: chalk/strip-ansi
4425
3630
 
4426
3631
  ---------------------------------------
4427
3632
 
4428
- ## strip-final-newline
4429
- License: MIT
4430
- By: Sindre Sorhus
4431
- Repository: sindresorhus/strip-final-newline
4432
-
4433
- > MIT License
4434
- >
4435
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4436
- >
4437
- > 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:
4438
- >
4439
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4440
- >
4441
- > 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.
4442
-
4443
- ---------------------------------------
4444
-
4445
- ## supports-color
4446
- License: MIT
4447
- By: Sindre Sorhus
4448
- Repository: chalk/supports-color
4449
-
4450
- > MIT License
4451
- >
4452
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4453
- >
4454
- > 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:
4455
- >
4456
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4457
- >
4458
- > 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.
4459
-
4460
- ---------------------------------------
4461
-
4462
3633
  ## to-regex-range
4463
3634
  License: MIT
4464
3635
  By: Jon Schlinkert, Rouven Weßling