vite 2.7.8 → 2.8.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of vite might be problematic. Click here for more details.
- package/CHANGELOG.md +50 -0
- package/LICENSE.md +2 -744
- package/dist/node/certificate.d.ts +2 -0
- package/dist/node/chunks/{dep-2d8e2cb1.js → dep-0ebab0df.js} +2 -2
- package/dist/node/chunks/{dep-2d8e2cb1.js.map → dep-0ebab0df.js.map} +1 -1
- package/dist/node/chunks/{dep-ac1b4bf9.js → dep-2056ae8a.js} +21 -4
- package/dist/node/chunks/dep-2056ae8a.js.map +1 -0
- package/dist/node/chunks/{dep-2d04f1e8.js → dep-51191982.js} +2 -2
- package/dist/node/chunks/{dep-2d04f1e8.js.map → dep-51191982.js.map} +1 -1
- package/dist/node/chunks/{dep-245e2712.js → dep-e4a9e288.js} +471 -4367
- package/dist/node/chunks/dep-e4a9e288.js.map +1 -0
- package/dist/node/chunks/{dep-24a6b4c4.js → dep-e4dc9ea2.js} +25993 -30439
- package/dist/node/chunks/dep-e4dc9ea2.js.map +1 -0
- package/dist/node/chunks/{dep-21eb5f0a.js → dep-fccf00e1.js} +8568 -17936
- package/dist/node/chunks/dep-fccf00e1.js.map +1 -0
- package/dist/node/cli.js +14 -12
- package/dist/node/cli.js.map +1 -1
- package/dist/node/config.d.ts +26 -1
- package/dist/node/http.d.ts +5 -1
- package/dist/node/importGlob.d.ts +5 -0
- package/dist/node/index.d.ts +50 -7
- package/dist/node/index.js +3 -2
- package/dist/node/index.js.map +1 -1
- package/dist/node/plugins/css.d.ts +2 -1
- package/dist/node/plugins/html.d.ts +7 -4
- package/dist/node/plugins/worker.d.ts +2 -0
- package/dist/node/plugins/workerImportMetaUrl.d.ts +3 -0
- package/dist/node/server/index.d.ts +7 -0
- package/dist/node/server/moduleGraph.d.ts +5 -5
- package/dist/node/server/send.d.ts +8 -2
- package/dist/node/utils.d.ts +1 -0
- package/package.json +13 -11
- package/dist/node/chunks/dep-21eb5f0a.js.map +0 -1
- package/dist/node/chunks/dep-245e2712.js.map +0 -1
- package/dist/node/chunks/dep-24a6b4c4.js.map +0 -1
- package/dist/node/chunks/dep-ac1b4bf9.js.map +0 -1
package/LICENSE.md
CHANGED
|
@@ -564,23 +564,6 @@ Repository: chalk/ansi-regex
|
|
|
564
564
|
|
|
565
565
|
---------------------------------------
|
|
566
566
|
|
|
567
|
-
## ansi-styles
|
|
568
|
-
License: MIT
|
|
569
|
-
By: Sindre Sorhus
|
|
570
|
-
Repository: chalk/ansi-styles
|
|
571
|
-
|
|
572
|
-
> MIT License
|
|
573
|
-
>
|
|
574
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
575
|
-
>
|
|
576
|
-
> 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:
|
|
577
|
-
>
|
|
578
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
579
|
-
>
|
|
580
|
-
> 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.
|
|
581
|
-
|
|
582
|
-
---------------------------------------
|
|
583
|
-
|
|
584
567
|
## anymatch
|
|
585
568
|
License: ISC
|
|
586
569
|
By: Elan Shanker
|
|
@@ -604,23 +587,6 @@ Repository: https://github.com/micromatch/anymatch
|
|
|
604
587
|
|
|
605
588
|
---------------------------------------
|
|
606
589
|
|
|
607
|
-
## array-union
|
|
608
|
-
License: MIT
|
|
609
|
-
By: Sindre Sorhus
|
|
610
|
-
Repository: sindresorhus/array-union
|
|
611
|
-
|
|
612
|
-
> MIT License
|
|
613
|
-
>
|
|
614
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
615
|
-
>
|
|
616
|
-
> 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:
|
|
617
|
-
>
|
|
618
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
619
|
-
>
|
|
620
|
-
> 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.
|
|
621
|
-
|
|
622
|
-
---------------------------------------
|
|
623
|
-
|
|
624
590
|
## balanced-match
|
|
625
591
|
License: MIT
|
|
626
592
|
By: Julian Gruber
|
|
@@ -650,36 +616,6 @@ Repository: git://github.com/juliangruber/balanced-match.git
|
|
|
650
616
|
|
|
651
617
|
---------------------------------------
|
|
652
618
|
|
|
653
|
-
## big.js
|
|
654
|
-
License: MIT
|
|
655
|
-
By: Michael Mclaughlin
|
|
656
|
-
Repository: https://github.com/MikeMcl/big.js.git
|
|
657
|
-
|
|
658
|
-
> The MIT Licence (Expat).
|
|
659
|
-
>
|
|
660
|
-
> Copyright (c) 2018 Michael Mclaughlin
|
|
661
|
-
>
|
|
662
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
663
|
-
> a copy of this software and associated documentation files (the
|
|
664
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
665
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
666
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
667
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
668
|
-
> the following conditions:
|
|
669
|
-
>
|
|
670
|
-
> The above copyright notice and this permission notice shall be
|
|
671
|
-
> included in all copies or substantial portions of the Software.
|
|
672
|
-
>
|
|
673
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
674
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
675
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
676
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
677
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
678
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
679
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
680
|
-
|
|
681
|
-
---------------------------------------
|
|
682
|
-
|
|
683
619
|
## binary-extensions
|
|
684
620
|
License: MIT
|
|
685
621
|
By: Sindre Sorhus
|
|
@@ -815,22 +751,6 @@ Repository: egoist/cac
|
|
|
815
751
|
|
|
816
752
|
---------------------------------------
|
|
817
753
|
|
|
818
|
-
## chalk
|
|
819
|
-
License: MIT
|
|
820
|
-
Repository: chalk/chalk
|
|
821
|
-
|
|
822
|
-
> MIT License
|
|
823
|
-
>
|
|
824
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
825
|
-
>
|
|
826
|
-
> 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:
|
|
827
|
-
>
|
|
828
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
829
|
-
>
|
|
830
|
-
> 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.
|
|
831
|
-
|
|
832
|
-
---------------------------------------
|
|
833
|
-
|
|
834
754
|
## chokidar
|
|
835
755
|
License: MIT
|
|
836
756
|
By: Paul Miller, Elan Shanker
|
|
@@ -860,50 +780,6 @@ Repository: git+https://github.com/paulmillr/chokidar.git
|
|
|
860
780
|
|
|
861
781
|
---------------------------------------
|
|
862
782
|
|
|
863
|
-
## color-convert
|
|
864
|
-
License: MIT
|
|
865
|
-
By: Heather Arthur
|
|
866
|
-
Repository: Qix-/color-convert
|
|
867
|
-
|
|
868
|
-
> Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
|
|
869
|
-
>
|
|
870
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
871
|
-
> a copy of this software and associated documentation files (the
|
|
872
|
-
> "Software"), to deal in the Software without restriction, including
|
|
873
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
874
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
875
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
876
|
-
> the following conditions:
|
|
877
|
-
>
|
|
878
|
-
> The above copyright notice and this permission notice shall be
|
|
879
|
-
> included in all copies or substantial portions of the Software.
|
|
880
|
-
>
|
|
881
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
882
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
883
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
884
|
-
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
885
|
-
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
886
|
-
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
887
|
-
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
888
|
-
|
|
889
|
-
---------------------------------------
|
|
890
|
-
|
|
891
|
-
## color-name
|
|
892
|
-
License: MIT
|
|
893
|
-
By: DY
|
|
894
|
-
Repository: git@github.com:colorjs/color-name.git
|
|
895
|
-
|
|
896
|
-
> The MIT License (MIT)
|
|
897
|
-
> Copyright (c) 2015 Dmitry Ivanov
|
|
898
|
-
>
|
|
899
|
-
> 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:
|
|
900
|
-
>
|
|
901
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
902
|
-
>
|
|
903
|
-
> 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.
|
|
904
|
-
|
|
905
|
-
---------------------------------------
|
|
906
|
-
|
|
907
783
|
## commondir
|
|
908
784
|
License: MIT
|
|
909
785
|
By: James Halliday
|
|
@@ -1249,23 +1125,6 @@ Repository: sindresorhus/define-lazy-prop
|
|
|
1249
1125
|
|
|
1250
1126
|
---------------------------------------
|
|
1251
1127
|
|
|
1252
|
-
## dir-glob
|
|
1253
|
-
License: MIT
|
|
1254
|
-
By: Kevin Mårtensson
|
|
1255
|
-
Repository: kevva/dir-glob
|
|
1256
|
-
|
|
1257
|
-
> MIT License
|
|
1258
|
-
>
|
|
1259
|
-
> Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
|
|
1260
|
-
>
|
|
1261
|
-
> 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:
|
|
1262
|
-
>
|
|
1263
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1264
|
-
>
|
|
1265
|
-
> 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.
|
|
1266
|
-
|
|
1267
|
-
---------------------------------------
|
|
1268
|
-
|
|
1269
1128
|
## dotenv
|
|
1270
1129
|
License: BSD-2-Clause
|
|
1271
1130
|
Repository: git://github.com/motdotla/dotenv.git
|
|
@@ -1355,23 +1214,6 @@ Repository: jonathanong/ee-first
|
|
|
1355
1214
|
|
|
1356
1215
|
---------------------------------------
|
|
1357
1216
|
|
|
1358
|
-
## emojis-list
|
|
1359
|
-
License: MIT
|
|
1360
|
-
By: Kiko Beats
|
|
1361
|
-
Repository: git+https://github.com/kikobeats/emojis-list.git
|
|
1362
|
-
|
|
1363
|
-
> The MIT License (MIT)
|
|
1364
|
-
>
|
|
1365
|
-
> Copyright © 2015 Kiko Beats
|
|
1366
|
-
>
|
|
1367
|
-
> 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:
|
|
1368
|
-
>
|
|
1369
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1370
|
-
>
|
|
1371
|
-
> 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.
|
|
1372
|
-
|
|
1373
|
-
---------------------------------------
|
|
1374
|
-
|
|
1375
1217
|
## encodeurl
|
|
1376
1218
|
License: MIT
|
|
1377
1219
|
By: Douglas Christopher Wilson
|
|
@@ -1525,23 +1367,6 @@ Repository: git://github.com/primus/eventemitter3.git
|
|
|
1525
1367
|
|
|
1526
1368
|
---------------------------------------
|
|
1527
1369
|
|
|
1528
|
-
## execa
|
|
1529
|
-
License: MIT
|
|
1530
|
-
By: Sindre Sorhus
|
|
1531
|
-
Repository: sindresorhus/execa
|
|
1532
|
-
|
|
1533
|
-
> MIT License
|
|
1534
|
-
>
|
|
1535
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1536
|
-
>
|
|
1537
|
-
> 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:
|
|
1538
|
-
>
|
|
1539
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1540
|
-
>
|
|
1541
|
-
> 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.
|
|
1542
|
-
|
|
1543
|
-
---------------------------------------
|
|
1544
|
-
|
|
1545
1370
|
## fast-glob
|
|
1546
1371
|
License: MIT
|
|
1547
1372
|
By: Denis Malinochkin
|
|
@@ -1757,23 +1582,6 @@ Repository: git+https://github.com/css-modules/generic-names.git
|
|
|
1757
1582
|
|
|
1758
1583
|
---------------------------------------
|
|
1759
1584
|
|
|
1760
|
-
## get-stream
|
|
1761
|
-
License: MIT
|
|
1762
|
-
By: Sindre Sorhus
|
|
1763
|
-
Repository: sindresorhus/get-stream
|
|
1764
|
-
|
|
1765
|
-
> MIT License
|
|
1766
|
-
>
|
|
1767
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1768
|
-
>
|
|
1769
|
-
> 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:
|
|
1770
|
-
>
|
|
1771
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1772
|
-
>
|
|
1773
|
-
> 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.
|
|
1774
|
-
|
|
1775
|
-
---------------------------------------
|
|
1776
|
-
|
|
1777
1585
|
## glob
|
|
1778
1586
|
License: ISC
|
|
1779
1587
|
By: Isaac Z. Schlueter
|
|
@@ -1826,40 +1634,6 @@ Repository: gulpjs/glob-parent
|
|
|
1826
1634
|
|
|
1827
1635
|
---------------------------------------
|
|
1828
1636
|
|
|
1829
|
-
## globby
|
|
1830
|
-
License: MIT
|
|
1831
|
-
By: Sindre Sorhus
|
|
1832
|
-
Repository: sindresorhus/globby
|
|
1833
|
-
|
|
1834
|
-
> MIT License
|
|
1835
|
-
>
|
|
1836
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
1837
|
-
>
|
|
1838
|
-
> 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:
|
|
1839
|
-
>
|
|
1840
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1841
|
-
>
|
|
1842
|
-
> 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.
|
|
1843
|
-
|
|
1844
|
-
---------------------------------------
|
|
1845
|
-
|
|
1846
|
-
## has-flag
|
|
1847
|
-
License: MIT
|
|
1848
|
-
By: Sindre Sorhus
|
|
1849
|
-
Repository: sindresorhus/has-flag
|
|
1850
|
-
|
|
1851
|
-
> MIT License
|
|
1852
|
-
>
|
|
1853
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
1854
|
-
>
|
|
1855
|
-
> 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:
|
|
1856
|
-
>
|
|
1857
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1858
|
-
>
|
|
1859
|
-
> 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.
|
|
1860
|
-
|
|
1861
|
-
---------------------------------------
|
|
1862
|
-
|
|
1863
1637
|
## http-proxy
|
|
1864
1638
|
License: MIT
|
|
1865
1639
|
By: Charlie Robbins
|
|
@@ -1886,216 +1660,7 @@ Repository: https://github.com/http-party/node-http-proxy.git
|
|
|
1886
1660
|
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1887
1661
|
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1888
1662
|
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1889
|
-
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1890
|
-
|
|
1891
|
-
---------------------------------------
|
|
1892
|
-
|
|
1893
|
-
## human-signals
|
|
1894
|
-
License: Apache-2.0
|
|
1895
|
-
By: ehmicky
|
|
1896
|
-
Repository: ehmicky/human-signals
|
|
1897
|
-
|
|
1898
|
-
> Apache License
|
|
1899
|
-
> Version 2.0, January 2004
|
|
1900
|
-
> http://www.apache.org/licenses/
|
|
1901
|
-
>
|
|
1902
|
-
> TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
1903
|
-
>
|
|
1904
|
-
> 1. Definitions.
|
|
1905
|
-
>
|
|
1906
|
-
> "License" shall mean the terms and conditions for use, reproduction,
|
|
1907
|
-
> and distribution as defined by Sections 1 through 9 of this document.
|
|
1908
|
-
>
|
|
1909
|
-
> "Licensor" shall mean the copyright owner or entity authorized by
|
|
1910
|
-
> the copyright owner that is granting the License.
|
|
1911
|
-
>
|
|
1912
|
-
> "Legal Entity" shall mean the union of the acting entity and all
|
|
1913
|
-
> other entities that control, are controlled by, or are under common
|
|
1914
|
-
> control with that entity. For the purposes of this definition,
|
|
1915
|
-
> "control" means (i) the power, direct or indirect, to cause the
|
|
1916
|
-
> direction or management of such entity, whether by contract or
|
|
1917
|
-
> otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
1918
|
-
> outstanding shares, or (iii) beneficial ownership of such entity.
|
|
1919
|
-
>
|
|
1920
|
-
> "You" (or "Your") shall mean an individual or Legal Entity
|
|
1921
|
-
> exercising permissions granted by this License.
|
|
1922
|
-
>
|
|
1923
|
-
> "Source" form shall mean the preferred form for making modifications,
|
|
1924
|
-
> including but not limited to software source code, documentation
|
|
1925
|
-
> source, and configuration files.
|
|
1926
|
-
>
|
|
1927
|
-
> "Object" form shall mean any form resulting from mechanical
|
|
1928
|
-
> transformation or translation of a Source form, including but
|
|
1929
|
-
> not limited to compiled object code, generated documentation,
|
|
1930
|
-
> and conversions to other media types.
|
|
1931
|
-
>
|
|
1932
|
-
> "Work" shall mean the work of authorship, whether in Source or
|
|
1933
|
-
> Object form, made available under the License, as indicated by a
|
|
1934
|
-
> copyright notice that is included in or attached to the work
|
|
1935
|
-
> (an example is provided in the Appendix below).
|
|
1936
|
-
>
|
|
1937
|
-
> "Derivative Works" shall mean any work, whether in Source or Object
|
|
1938
|
-
> form, that is based on (or derived from) the Work and for which the
|
|
1939
|
-
> editorial revisions, annotations, elaborations, or other modifications
|
|
1940
|
-
> represent, as a whole, an original work of authorship. For the purposes
|
|
1941
|
-
> of this License, Derivative Works shall not include works that remain
|
|
1942
|
-
> separable from, or merely link (or bind by name) to the interfaces of,
|
|
1943
|
-
> the Work and Derivative Works thereof.
|
|
1944
|
-
>
|
|
1945
|
-
> "Contribution" shall mean any work of authorship, including
|
|
1946
|
-
> the original version of the Work and any modifications or additions
|
|
1947
|
-
> to that Work or Derivative Works thereof, that is intentionally
|
|
1948
|
-
> submitted to Licensor for inclusion in the Work by the copyright owner
|
|
1949
|
-
> or by an individual or Legal Entity authorized to submit on behalf of
|
|
1950
|
-
> the copyright owner. For the purposes of this definition, "submitted"
|
|
1951
|
-
> means any form of electronic, verbal, or written communication sent
|
|
1952
|
-
> to the Licensor or its representatives, including but not limited to
|
|
1953
|
-
> communication on electronic mailing lists, source code control systems,
|
|
1954
|
-
> and issue tracking systems that are managed by, or on behalf of, the
|
|
1955
|
-
> Licensor for the purpose of discussing and improving the Work, but
|
|
1956
|
-
> excluding communication that is conspicuously marked or otherwise
|
|
1957
|
-
> designated in writing by the copyright owner as "Not a Contribution."
|
|
1958
|
-
>
|
|
1959
|
-
> "Contributor" shall mean Licensor and any individual or Legal Entity
|
|
1960
|
-
> on behalf of whom a Contribution has been received by Licensor and
|
|
1961
|
-
> subsequently incorporated within the Work.
|
|
1962
|
-
>
|
|
1963
|
-
> 2. Grant of Copyright License. Subject to the terms and conditions of
|
|
1964
|
-
> this License, each Contributor hereby grants to You a perpetual,
|
|
1965
|
-
> worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
1966
|
-
> copyright license to reproduce, prepare Derivative Works of,
|
|
1967
|
-
> publicly display, publicly perform, sublicense, and distribute the
|
|
1968
|
-
> Work and such Derivative Works in Source or Object form.
|
|
1969
|
-
>
|
|
1970
|
-
> 3. Grant of Patent License. Subject to the terms and conditions of
|
|
1971
|
-
> this License, each Contributor hereby grants to You a perpetual,
|
|
1972
|
-
> worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
1973
|
-
> (except as stated in this section) patent license to make, have made,
|
|
1974
|
-
> use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
1975
|
-
> where such license applies only to those patent claims licensable
|
|
1976
|
-
> by such Contributor that are necessarily infringed by their
|
|
1977
|
-
> Contribution(s) alone or by combination of their Contribution(s)
|
|
1978
|
-
> with the Work to which such Contribution(s) was submitted. If You
|
|
1979
|
-
> institute patent litigation against any entity (including a
|
|
1980
|
-
> cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
1981
|
-
> or a Contribution incorporated within the Work constitutes direct
|
|
1982
|
-
> or contributory patent infringement, then any patent licenses
|
|
1983
|
-
> granted to You under this License for that Work shall terminate
|
|
1984
|
-
> as of the date such litigation is filed.
|
|
1985
|
-
>
|
|
1986
|
-
> 4. Redistribution. You may reproduce and distribute copies of the
|
|
1987
|
-
> Work or Derivative Works thereof in any medium, with or without
|
|
1988
|
-
> modifications, and in Source or Object form, provided that You
|
|
1989
|
-
> meet the following conditions:
|
|
1990
|
-
>
|
|
1991
|
-
> (a) You must give any other recipients of the Work or
|
|
1992
|
-
> Derivative Works a copy of this License; and
|
|
1993
|
-
>
|
|
1994
|
-
> (b) You must cause any modified files to carry prominent notices
|
|
1995
|
-
> stating that You changed the files; and
|
|
1996
|
-
>
|
|
1997
|
-
> (c) You must retain, in the Source form of any Derivative Works
|
|
1998
|
-
> that You distribute, all copyright, patent, trademark, and
|
|
1999
|
-
> attribution notices from the Source form of the Work,
|
|
2000
|
-
> excluding those notices that do not pertain to any part of
|
|
2001
|
-
> the Derivative Works; and
|
|
2002
|
-
>
|
|
2003
|
-
> (d) If the Work includes a "NOTICE" text file as part of its
|
|
2004
|
-
> distribution, then any Derivative Works that You distribute must
|
|
2005
|
-
> include a readable copy of the attribution notices contained
|
|
2006
|
-
> within such NOTICE file, excluding those notices that do not
|
|
2007
|
-
> pertain to any part of the Derivative Works, in at least one
|
|
2008
|
-
> of the following places: within a NOTICE text file distributed
|
|
2009
|
-
> as part of the Derivative Works; within the Source form or
|
|
2010
|
-
> documentation, if provided along with the Derivative Works; or,
|
|
2011
|
-
> within a display generated by the Derivative Works, if and
|
|
2012
|
-
> wherever such third-party notices normally appear. The contents
|
|
2013
|
-
> of the NOTICE file are for informational purposes only and
|
|
2014
|
-
> do not modify the License. You may add Your own attribution
|
|
2015
|
-
> notices within Derivative Works that You distribute, alongside
|
|
2016
|
-
> or as an addendum to the NOTICE text from the Work, provided
|
|
2017
|
-
> that such additional attribution notices cannot be construed
|
|
2018
|
-
> as modifying the License.
|
|
2019
|
-
>
|
|
2020
|
-
> You may add Your own copyright statement to Your modifications and
|
|
2021
|
-
> may provide additional or different license terms and conditions
|
|
2022
|
-
> for use, reproduction, or distribution of Your modifications, or
|
|
2023
|
-
> for any such Derivative Works as a whole, provided Your use,
|
|
2024
|
-
> reproduction, and distribution of the Work otherwise complies with
|
|
2025
|
-
> the conditions stated in this License.
|
|
2026
|
-
>
|
|
2027
|
-
> 5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
2028
|
-
> any Contribution intentionally submitted for inclusion in the Work
|
|
2029
|
-
> by You to the Licensor shall be under the terms and conditions of
|
|
2030
|
-
> this License, without any additional terms or conditions.
|
|
2031
|
-
> Notwithstanding the above, nothing herein shall supersede or modify
|
|
2032
|
-
> the terms of any separate license agreement you may have executed
|
|
2033
|
-
> with Licensor regarding such Contributions.
|
|
2034
|
-
>
|
|
2035
|
-
> 6. Trademarks. This License does not grant permission to use the trade
|
|
2036
|
-
> names, trademarks, service marks, or product names of the Licensor,
|
|
2037
|
-
> except as required for reasonable and customary use in describing the
|
|
2038
|
-
> origin of the Work and reproducing the content of the NOTICE file.
|
|
2039
|
-
>
|
|
2040
|
-
> 7. Disclaimer of Warranty. Unless required by applicable law or
|
|
2041
|
-
> agreed to in writing, Licensor provides the Work (and each
|
|
2042
|
-
> Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
2043
|
-
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
2044
|
-
> implied, including, without limitation, any warranties or conditions
|
|
2045
|
-
> of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
2046
|
-
> PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
2047
|
-
> appropriateness of using or redistributing the Work and assume any
|
|
2048
|
-
> risks associated with Your exercise of permissions under this License.
|
|
2049
|
-
>
|
|
2050
|
-
> 8. Limitation of Liability. In no event and under no legal theory,
|
|
2051
|
-
> whether in tort (including negligence), contract, or otherwise,
|
|
2052
|
-
> unless required by applicable law (such as deliberate and grossly
|
|
2053
|
-
> negligent acts) or agreed to in writing, shall any Contributor be
|
|
2054
|
-
> liable to You for damages, including any direct, indirect, special,
|
|
2055
|
-
> incidental, or consequential damages of any character arising as a
|
|
2056
|
-
> result of this License or out of the use or inability to use the
|
|
2057
|
-
> Work (including but not limited to damages for loss of goodwill,
|
|
2058
|
-
> work stoppage, computer failure or malfunction, or any and all
|
|
2059
|
-
> other commercial damages or losses), even if such Contributor
|
|
2060
|
-
> has been advised of the possibility of such damages.
|
|
2061
|
-
>
|
|
2062
|
-
> 9. Accepting Warranty or Additional Liability. While redistributing
|
|
2063
|
-
> the Work or Derivative Works thereof, You may choose to offer,
|
|
2064
|
-
> and charge a fee for, acceptance of support, warranty, indemnity,
|
|
2065
|
-
> or other liability obligations and/or rights consistent with this
|
|
2066
|
-
> License. However, in accepting such obligations, You may act only
|
|
2067
|
-
> on Your own behalf and on Your sole responsibility, not on behalf
|
|
2068
|
-
> of any other Contributor, and only if You agree to indemnify,
|
|
2069
|
-
> defend, and hold each Contributor harmless for any liability
|
|
2070
|
-
> incurred by, or claims asserted against, such Contributor by reason
|
|
2071
|
-
> of your accepting any such warranty or additional liability.
|
|
2072
|
-
>
|
|
2073
|
-
> END OF TERMS AND CONDITIONS
|
|
2074
|
-
>
|
|
2075
|
-
> APPENDIX: How to apply the Apache License to your work.
|
|
2076
|
-
>
|
|
2077
|
-
> To apply the Apache License to your work, attach the following
|
|
2078
|
-
> boilerplate notice, with the fields enclosed by brackets "[]"
|
|
2079
|
-
> replaced with your own identifying information. (Don't include
|
|
2080
|
-
> the brackets!) The text should be enclosed in the appropriate
|
|
2081
|
-
> comment syntax for the file format. We also recommend that a
|
|
2082
|
-
> file or class name and description of purpose be included on the
|
|
2083
|
-
> same "printed page" as the copyright notice for easier
|
|
2084
|
-
> identification within third-party archives.
|
|
2085
|
-
>
|
|
2086
|
-
> Copyright 2019 ehmicky <ehmicky@gmail.com>
|
|
2087
|
-
>
|
|
2088
|
-
> Licensed under the Apache License, Version 2.0 (the "License");
|
|
2089
|
-
> you may not use this file except in compliance with the License.
|
|
2090
|
-
> You may obtain a copy of the License at
|
|
2091
|
-
>
|
|
2092
|
-
> http://www.apache.org/licenses/LICENSE-2.0
|
|
2093
|
-
>
|
|
2094
|
-
> Unless required by applicable law or agreed to in writing, software
|
|
2095
|
-
> distributed under the License is distributed on an "AS IS" BASIS,
|
|
2096
|
-
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
2097
|
-
> See the License for the specific language governing permissions and
|
|
2098
|
-
> limitations under the License.
|
|
1663
|
+
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2099
1664
|
|
|
2100
1665
|
---------------------------------------
|
|
2101
1666
|
|
|
@@ -2120,35 +1685,6 @@ Repository: git+https://github.com/css-modules/icss-utils.git
|
|
|
2120
1685
|
|
|
2121
1686
|
---------------------------------------
|
|
2122
1687
|
|
|
2123
|
-
## ignore
|
|
2124
|
-
License: MIT
|
|
2125
|
-
By: kael
|
|
2126
|
-
Repository: git@github.com:kaelzhang/node-ignore.git
|
|
2127
|
-
|
|
2128
|
-
> Copyright (c) 2013 Kael Zhang <i@kael.me>, contributors
|
|
2129
|
-
> http://kael.me/
|
|
2130
|
-
>
|
|
2131
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
2132
|
-
> a copy of this software and associated documentation files (the
|
|
2133
|
-
> "Software"), to deal in the Software without restriction, including
|
|
2134
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
2135
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
2136
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
2137
|
-
> the following conditions:
|
|
2138
|
-
>
|
|
2139
|
-
> The above copyright notice and this permission notice shall be
|
|
2140
|
-
> included in all copies or substantial portions of the Software.
|
|
2141
|
-
>
|
|
2142
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2143
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2144
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2145
|
-
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2146
|
-
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2147
|
-
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2148
|
-
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2149
|
-
|
|
2150
|
-
---------------------------------------
|
|
2151
|
-
|
|
2152
1688
|
## import-cwd
|
|
2153
1689
|
License: MIT
|
|
2154
1690
|
By: Sindre Sorhus
|
|
@@ -2356,23 +1892,6 @@ Repository: git+https://github.com/Rich-Harris/is-reference.git
|
|
|
2356
1892
|
|
|
2357
1893
|
---------------------------------------
|
|
2358
1894
|
|
|
2359
|
-
## is-stream
|
|
2360
|
-
License: MIT
|
|
2361
|
-
By: Sindre Sorhus
|
|
2362
|
-
Repository: sindresorhus/is-stream
|
|
2363
|
-
|
|
2364
|
-
> MIT License
|
|
2365
|
-
>
|
|
2366
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2367
|
-
>
|
|
2368
|
-
> 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:
|
|
2369
|
-
>
|
|
2370
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2371
|
-
>
|
|
2372
|
-
> 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.
|
|
2373
|
-
|
|
2374
|
-
---------------------------------------
|
|
2375
|
-
|
|
2376
1895
|
## is-wsl
|
|
2377
1896
|
License: MIT
|
|
2378
1897
|
By: Sindre Sorhus
|
|
@@ -2413,37 +1932,6 @@ Repository: git+https://github.com/isaacs/isexe.git
|
|
|
2413
1932
|
|
|
2414
1933
|
---------------------------------------
|
|
2415
1934
|
|
|
2416
|
-
## json5
|
|
2417
|
-
License: MIT
|
|
2418
|
-
By: Aseem Kishore, Max Nanasy, Andrew Eisenberg, Jordan Tucker
|
|
2419
|
-
Repository: git+https://github.com/json5/json5.git
|
|
2420
|
-
|
|
2421
|
-
> MIT License
|
|
2422
|
-
>
|
|
2423
|
-
> Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2424
|
-
>
|
|
2425
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2426
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
2427
|
-
> in the Software without restriction, including without limitation the rights
|
|
2428
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2429
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
2430
|
-
> furnished to do so, subject to the following conditions:
|
|
2431
|
-
>
|
|
2432
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
2433
|
-
> copies or substantial portions of the Software.
|
|
2434
|
-
>
|
|
2435
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2436
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2437
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2438
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2439
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2440
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2441
|
-
> SOFTWARE.
|
|
2442
|
-
>
|
|
2443
|
-
> [others]: https://github.com/json5/json5/contributors
|
|
2444
|
-
|
|
2445
|
-
---------------------------------------
|
|
2446
|
-
|
|
2447
1935
|
## launch-editor
|
|
2448
1936
|
License: MIT
|
|
2449
1937
|
By: Evan You
|
|
@@ -2563,35 +2051,6 @@ Repository: https://github.com/rich-harris/magic-string
|
|
|
2563
2051
|
|
|
2564
2052
|
---------------------------------------
|
|
2565
2053
|
|
|
2566
|
-
## merge-stream
|
|
2567
|
-
License: MIT
|
|
2568
|
-
By: Stephen Sugden
|
|
2569
|
-
Repository: grncdr/merge-stream
|
|
2570
|
-
|
|
2571
|
-
> The MIT License (MIT)
|
|
2572
|
-
>
|
|
2573
|
-
> Copyright (c) Stephen Sugden <me@stephensugden.com> (stephensugden.com)
|
|
2574
|
-
>
|
|
2575
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2576
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
2577
|
-
> in the Software without restriction, including without limitation the rights
|
|
2578
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2579
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
2580
|
-
> furnished to do so, subject to the following conditions:
|
|
2581
|
-
>
|
|
2582
|
-
> The above copyright notice and this permission notice shall be included in
|
|
2583
|
-
> all copies or substantial portions of the Software.
|
|
2584
|
-
>
|
|
2585
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2586
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2587
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2588
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2589
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2590
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2591
|
-
> THE SOFTWARE.
|
|
2592
|
-
|
|
2593
|
-
---------------------------------------
|
|
2594
|
-
|
|
2595
2054
|
## merge2
|
|
2596
2055
|
License: MIT
|
|
2597
2056
|
Repository: git@github.com:teambition/merge2.git
|
|
@@ -2649,35 +2108,6 @@ Repository: micromatch/micromatch
|
|
|
2649
2108
|
|
|
2650
2109
|
---------------------------------------
|
|
2651
2110
|
|
|
2652
|
-
## mime
|
|
2653
|
-
License: MIT
|
|
2654
|
-
By: Robert Kieffer
|
|
2655
|
-
Repository: https://github.com/broofa/mime
|
|
2656
|
-
|
|
2657
|
-
> The MIT License (MIT)
|
|
2658
|
-
>
|
|
2659
|
-
> Copyright (c) 2010 Benjamin Thomas, Robert Kieffer
|
|
2660
|
-
>
|
|
2661
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2662
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
2663
|
-
> in the Software without restriction, including without limitation the rights
|
|
2664
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2665
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
2666
|
-
> furnished to do so, subject to the following conditions:
|
|
2667
|
-
>
|
|
2668
|
-
> The above copyright notice and this permission notice shall be included in
|
|
2669
|
-
> all copies or substantial portions of the Software.
|
|
2670
|
-
>
|
|
2671
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2672
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2673
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2674
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2675
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2676
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2677
|
-
> THE SOFTWARE.
|
|
2678
|
-
|
|
2679
|
-
---------------------------------------
|
|
2680
|
-
|
|
2681
2111
|
## mime-db
|
|
2682
2112
|
License: MIT
|
|
2683
2113
|
By: Douglas Christopher Wilson, Jonathan Ong, Robert Kieffer
|
|
@@ -2738,23 +2168,6 @@ Repository: jshttp/mime-types
|
|
|
2738
2168
|
|
|
2739
2169
|
---------------------------------------
|
|
2740
2170
|
|
|
2741
|
-
## mimic-fn
|
|
2742
|
-
License: MIT
|
|
2743
|
-
By: Sindre Sorhus
|
|
2744
|
-
Repository: sindresorhus/mimic-fn
|
|
2745
|
-
|
|
2746
|
-
> MIT License
|
|
2747
|
-
>
|
|
2748
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
2749
|
-
>
|
|
2750
|
-
> 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:
|
|
2751
|
-
>
|
|
2752
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2753
|
-
>
|
|
2754
|
-
> 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.
|
|
2755
|
-
|
|
2756
|
-
---------------------------------------
|
|
2757
|
-
|
|
2758
2171
|
## minimatch
|
|
2759
2172
|
License: ISC
|
|
2760
2173
|
By: Isaac Z. Schlueter
|
|
@@ -3234,23 +2647,6 @@ Repository: jonschlinkert/normalize-path
|
|
|
3234
2647
|
|
|
3235
2648
|
---------------------------------------
|
|
3236
2649
|
|
|
3237
|
-
## npm-run-path
|
|
3238
|
-
License: MIT
|
|
3239
|
-
By: Sindre Sorhus
|
|
3240
|
-
Repository: sindresorhus/npm-run-path
|
|
3241
|
-
|
|
3242
|
-
> MIT License
|
|
3243
|
-
>
|
|
3244
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3245
|
-
>
|
|
3246
|
-
> 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:
|
|
3247
|
-
>
|
|
3248
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3249
|
-
>
|
|
3250
|
-
> 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.
|
|
3251
|
-
|
|
3252
|
-
---------------------------------------
|
|
3253
|
-
|
|
3254
2650
|
## object-assign
|
|
3255
2651
|
License: MIT
|
|
3256
2652
|
By: Sindre Sorhus
|
|
@@ -3393,23 +2789,6 @@ Repository: git://github.com/isaacs/once
|
|
|
3393
2789
|
|
|
3394
2790
|
---------------------------------------
|
|
3395
2791
|
|
|
3396
|
-
## onetime
|
|
3397
|
-
License: MIT
|
|
3398
|
-
By: Sindre Sorhus
|
|
3399
|
-
Repository: sindresorhus/onetime
|
|
3400
|
-
|
|
3401
|
-
> MIT License
|
|
3402
|
-
>
|
|
3403
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3404
|
-
>
|
|
3405
|
-
> 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:
|
|
3406
|
-
>
|
|
3407
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3408
|
-
>
|
|
3409
|
-
> 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.
|
|
3410
|
-
|
|
3411
|
-
---------------------------------------
|
|
3412
|
-
|
|
3413
2792
|
## open
|
|
3414
2793
|
License: MIT
|
|
3415
2794
|
By: Sindre Sorhus
|
|
@@ -3504,23 +2883,6 @@ Repository: sindresorhus/path-key
|
|
|
3504
2883
|
|
|
3505
2884
|
---------------------------------------
|
|
3506
2885
|
|
|
3507
|
-
## path-type
|
|
3508
|
-
License: MIT
|
|
3509
|
-
By: Sindre Sorhus
|
|
3510
|
-
Repository: sindresorhus/path-type
|
|
3511
|
-
|
|
3512
|
-
> MIT License
|
|
3513
|
-
>
|
|
3514
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3515
|
-
>
|
|
3516
|
-
> 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:
|
|
3517
|
-
>
|
|
3518
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3519
|
-
>
|
|
3520
|
-
> 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.
|
|
3521
|
-
|
|
3522
|
-
---------------------------------------
|
|
3523
|
-
|
|
3524
2886
|
## periscopic
|
|
3525
2887
|
License: MIT
|
|
3526
2888
|
Repository: Rich-Harris/periscopic
|
|
@@ -3679,7 +3041,7 @@ Repository: https://github.com/css-modules/postcss-modules.git
|
|
|
3679
3041
|
|
|
3680
3042
|
> The MIT License (MIT)
|
|
3681
3043
|
>
|
|
3682
|
-
> Copyright 2015-
|
|
3044
|
+
> Copyright 2015-present Alexander Madyankin <alexander@madyankin.name>
|
|
3683
3045
|
>
|
|
3684
3046
|
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3685
3047
|
> this software and associated documentation files (the "Software"), to deal in
|
|
@@ -4077,35 +3439,6 @@ Repository: git://github.com/feross/safe-buffer.git
|
|
|
4077
3439
|
|
|
4078
3440
|
---------------------------------------
|
|
4079
3441
|
|
|
4080
|
-
## selfsigned
|
|
4081
|
-
License: MIT
|
|
4082
|
-
By: José F. Romaniello, Paolo Fragomeni, Charles Bushong
|
|
4083
|
-
Repository: git://github.com/jfromaniello/selfsigned.git
|
|
4084
|
-
|
|
4085
|
-
> MIT License
|
|
4086
|
-
>
|
|
4087
|
-
> Copyright (c) 2013 José F. Romaniello
|
|
4088
|
-
>
|
|
4089
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4090
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
4091
|
-
> in the Software without restriction, including without limitation the rights
|
|
4092
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4093
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
4094
|
-
> furnished to do so, subject to the following conditions:
|
|
4095
|
-
>
|
|
4096
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
4097
|
-
> copies or substantial portions of the Software.
|
|
4098
|
-
>
|
|
4099
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4100
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4101
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4102
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4103
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4104
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4105
|
-
> SOFTWARE.
|
|
4106
|
-
|
|
4107
|
-
---------------------------------------
|
|
4108
|
-
|
|
4109
3442
|
## shebang-command
|
|
4110
3443
|
License: MIT
|
|
4111
3444
|
By: Kevin Mårtensson
|
|
@@ -4172,30 +3505,6 @@ Repository: http://github.com/substack/node-shell-quote.git
|
|
|
4172
3505
|
|
|
4173
3506
|
---------------------------------------
|
|
4174
3507
|
|
|
4175
|
-
## signal-exit
|
|
4176
|
-
License: ISC
|
|
4177
|
-
By: Ben Coe
|
|
4178
|
-
Repository: https://github.com/tapjs/signal-exit.git
|
|
4179
|
-
|
|
4180
|
-
> The ISC License
|
|
4181
|
-
>
|
|
4182
|
-
> Copyright (c) 2015, Contributors
|
|
4183
|
-
>
|
|
4184
|
-
> Permission to use, copy, modify, and/or distribute this software
|
|
4185
|
-
> for any purpose with or without fee is hereby granted, provided
|
|
4186
|
-
> that the above copyright notice and this permission notice
|
|
4187
|
-
> appear in all copies.
|
|
4188
|
-
>
|
|
4189
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
4190
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
|
4191
|
-
> OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
|
|
4192
|
-
> LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
|
|
4193
|
-
> OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
4194
|
-
> WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
|
4195
|
-
> ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
4196
|
-
|
|
4197
|
-
---------------------------------------
|
|
4198
|
-
|
|
4199
3508
|
## sirv
|
|
4200
3509
|
License: MIT
|
|
4201
3510
|
By: Luke Edwards
|
|
@@ -4203,23 +3512,6 @@ Repository: lukeed/sirv
|
|
|
4203
3512
|
|
|
4204
3513
|
---------------------------------------
|
|
4205
3514
|
|
|
4206
|
-
## slash
|
|
4207
|
-
License: MIT
|
|
4208
|
-
By: Sindre Sorhus
|
|
4209
|
-
Repository: sindresorhus/slash
|
|
4210
|
-
|
|
4211
|
-
> MIT License
|
|
4212
|
-
>
|
|
4213
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
4214
|
-
>
|
|
4215
|
-
> 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:
|
|
4216
|
-
>
|
|
4217
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4218
|
-
>
|
|
4219
|
-
> 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.
|
|
4220
|
-
|
|
4221
|
-
---------------------------------------
|
|
4222
|
-
|
|
4223
3515
|
## source-map
|
|
4224
3516
|
License: BSD-3-Clause
|
|
4225
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
|
|
@@ -4338,40 +3630,6 @@ Repository: chalk/strip-ansi
|
|
|
4338
3630
|
|
|
4339
3631
|
---------------------------------------
|
|
4340
3632
|
|
|
4341
|
-
## strip-final-newline
|
|
4342
|
-
License: MIT
|
|
4343
|
-
By: Sindre Sorhus
|
|
4344
|
-
Repository: sindresorhus/strip-final-newline
|
|
4345
|
-
|
|
4346
|
-
> MIT License
|
|
4347
|
-
>
|
|
4348
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
4349
|
-
>
|
|
4350
|
-
> 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:
|
|
4351
|
-
>
|
|
4352
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4353
|
-
>
|
|
4354
|
-
> 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.
|
|
4355
|
-
|
|
4356
|
-
---------------------------------------
|
|
4357
|
-
|
|
4358
|
-
## supports-color
|
|
4359
|
-
License: MIT
|
|
4360
|
-
By: Sindre Sorhus
|
|
4361
|
-
Repository: chalk/supports-color
|
|
4362
|
-
|
|
4363
|
-
> MIT License
|
|
4364
|
-
>
|
|
4365
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
4366
|
-
>
|
|
4367
|
-
> 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:
|
|
4368
|
-
>
|
|
4369
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4370
|
-
>
|
|
4371
|
-
> 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.
|
|
4372
|
-
|
|
4373
|
-
---------------------------------------
|
|
4374
|
-
|
|
4375
3633
|
## to-regex-range
|
|
4376
3634
|
License: MIT
|
|
4377
3635
|
By: Jon Schlinkert, Rouven Weßling
|