vite 2.6.14 → 2.7.0-beta.11
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 +191 -4
- package/LICENSE.md +2635 -31
- package/dist/client/client.mjs +1 -3
- package/dist/client/client.mjs.map +1 -1
- package/dist/node/chunks/{dep-c98c5b6d.js → dep-156d979b.js} +4 -4
- package/dist/node/chunks/dep-156d979b.js.map +1 -0
- package/dist/node/chunks/{dep-e39b05d6.js → dep-58399509.js} +3 -3
- package/dist/node/chunks/dep-58399509.js.map +1 -0
- package/dist/node/chunks/{dep-7113cb3d.js → dep-c011d901.js} +4 -4
- package/dist/node/chunks/{dep-7113cb3d.js.map → dep-c011d901.js.map} +1 -1
- package/dist/node/chunks/{dep-e0fe87f8.js → dep-ce1019e0.js} +6303 -15936
- package/dist/node/chunks/dep-ce1019e0.js.map +1 -0
- package/dist/node/chunks/{dep-66b16601.js → dep-e176e7bc.js} +14 -25
- package/dist/node/chunks/dep-e176e7bc.js.map +1 -0
- package/dist/node/cli.js +34 -33
- package/dist/node/cli.js.map +1 -1
- package/dist/node/index.d.ts +181 -73
- package/dist/node/index.js +16 -16
- package/dist/node/terser.js +186 -54
- package/package.json +32 -33
- package/src/client/client.ts +2 -6
- package/types/commonjs.d.ts +22 -2
- package/types/shims.d.ts +6 -3
- package/dist/node/chunks/dep-66b16601.js.map +0 -1
- package/dist/node/chunks/dep-c98c5b6d.js.map +0 -1
- package/dist/node/chunks/dep-e0fe87f8.js.map +0 -1
- package/dist/node/chunks/dep-e39b05d6.js.map +0 -1
package/LICENSE.md
CHANGED
|
@@ -241,18 +241,84 @@ Repository: git+https://github.com/ampproject/remapping.git
|
|
|
241
241
|
License: MIT
|
|
242
242
|
Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir
|
|
243
243
|
|
|
244
|
+
> The MIT License (MIT)
|
|
245
|
+
>
|
|
246
|
+
> Copyright (c) Denis Malinochkin
|
|
247
|
+
>
|
|
248
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
249
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
250
|
+
> in the Software without restriction, including without limitation the rights
|
|
251
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
252
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
253
|
+
> furnished to do so, subject to the following conditions:
|
|
254
|
+
>
|
|
255
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
256
|
+
> copies or substantial portions of the Software.
|
|
257
|
+
>
|
|
258
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
259
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
260
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
261
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
262
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
263
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
264
|
+
> SOFTWARE.
|
|
265
|
+
|
|
244
266
|
---------------------------------------
|
|
245
267
|
|
|
246
268
|
## @nodelib/fs.stat
|
|
247
269
|
License: MIT
|
|
248
270
|
Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat
|
|
249
271
|
|
|
272
|
+
> The MIT License (MIT)
|
|
273
|
+
>
|
|
274
|
+
> Copyright (c) Denis Malinochkin
|
|
275
|
+
>
|
|
276
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
277
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
278
|
+
> in the Software without restriction, including without limitation the rights
|
|
279
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
280
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
281
|
+
> furnished to do so, subject to the following conditions:
|
|
282
|
+
>
|
|
283
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
284
|
+
> copies or substantial portions of the Software.
|
|
285
|
+
>
|
|
286
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
287
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
288
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
289
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
290
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
291
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
292
|
+
> SOFTWARE.
|
|
293
|
+
|
|
250
294
|
---------------------------------------
|
|
251
295
|
|
|
252
296
|
## @nodelib/fs.walk
|
|
253
297
|
License: MIT
|
|
254
298
|
Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk
|
|
255
299
|
|
|
300
|
+
> The MIT License (MIT)
|
|
301
|
+
>
|
|
302
|
+
> Copyright (c) Denis Malinochkin
|
|
303
|
+
>
|
|
304
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
305
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
306
|
+
> in the Software without restriction, including without limitation the rights
|
|
307
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
308
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
309
|
+
> furnished to do so, subject to the following conditions:
|
|
310
|
+
>
|
|
311
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
312
|
+
> copies or substantial portions of the Software.
|
|
313
|
+
>
|
|
314
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
315
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
316
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
317
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
318
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
319
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
320
|
+
> SOFTWARE.
|
|
321
|
+
|
|
256
322
|
---------------------------------------
|
|
257
323
|
|
|
258
324
|
## @polka/url
|
|
@@ -260,6 +326,28 @@ License: MIT
|
|
|
260
326
|
By: Luke Edwards
|
|
261
327
|
Repository: lukeed/polka
|
|
262
328
|
|
|
329
|
+
> The MIT License (MIT)
|
|
330
|
+
>
|
|
331
|
+
> Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (https://lukeed.com)
|
|
332
|
+
>
|
|
333
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
334
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
335
|
+
> in the Software without restriction, including without limitation the rights
|
|
336
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
337
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
338
|
+
> furnished to do so, subject to the following conditions:
|
|
339
|
+
>
|
|
340
|
+
> The above copyright notice and this permission notice shall be included in
|
|
341
|
+
> all copies or substantial portions of the Software.
|
|
342
|
+
>
|
|
343
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
344
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
345
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
346
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
347
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
348
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
349
|
+
> THE SOFTWARE.
|
|
350
|
+
|
|
263
351
|
---------------------------------------
|
|
264
352
|
|
|
265
353
|
## @rollup/plugin-alias
|
|
@@ -317,6 +405,28 @@ License: MIT
|
|
|
317
405
|
By: Evan You
|
|
318
406
|
Repository: git+https://github.com/vuejs/vue-next.git
|
|
319
407
|
|
|
408
|
+
> The MIT License (MIT)
|
|
409
|
+
>
|
|
410
|
+
> Copyright (c) 2018-present, Yuxi (Evan) You
|
|
411
|
+
>
|
|
412
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
413
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
414
|
+
> in the Software without restriction, including without limitation the rights
|
|
415
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
416
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
417
|
+
> furnished to do so, subject to the following conditions:
|
|
418
|
+
>
|
|
419
|
+
> The above copyright notice and this permission notice shall be included in
|
|
420
|
+
> all copies or substantial portions of the Software.
|
|
421
|
+
>
|
|
422
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
423
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
424
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
425
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
426
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
427
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
428
|
+
> THE SOFTWARE.
|
|
429
|
+
|
|
320
430
|
---------------------------------------
|
|
321
431
|
|
|
322
432
|
## @vue/compiler-dom
|
|
@@ -353,6 +463,28 @@ License: MIT
|
|
|
353
463
|
By: Evan You
|
|
354
464
|
Repository: git+https://github.com/vuejs/vue-next.git
|
|
355
465
|
|
|
466
|
+
> The MIT License (MIT)
|
|
467
|
+
>
|
|
468
|
+
> Copyright (c) 2018-present, Yuxi (Evan) You
|
|
469
|
+
>
|
|
470
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
471
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
472
|
+
> in the Software without restriction, including without limitation the rights
|
|
473
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
474
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
475
|
+
> furnished to do so, subject to the following conditions:
|
|
476
|
+
>
|
|
477
|
+
> The above copyright notice and this permission notice shall be included in
|
|
478
|
+
> all copies or substantial portions of the Software.
|
|
479
|
+
>
|
|
480
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
481
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
482
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
483
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
484
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
485
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
486
|
+
> THE SOFTWARE.
|
|
487
|
+
|
|
356
488
|
---------------------------------------
|
|
357
489
|
|
|
358
490
|
## accepts
|
|
@@ -360,6 +492,30 @@ License: MIT
|
|
|
360
492
|
By: Douglas Christopher Wilson, Jonathan Ong
|
|
361
493
|
Repository: jshttp/accepts
|
|
362
494
|
|
|
495
|
+
> (The MIT License)
|
|
496
|
+
>
|
|
497
|
+
> Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
|
|
498
|
+
> Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
499
|
+
>
|
|
500
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
501
|
+
> a copy of this software and associated documentation files (the
|
|
502
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
503
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
504
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
505
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
506
|
+
> the following conditions:
|
|
507
|
+
>
|
|
508
|
+
> The above copyright notice and this permission notice shall be
|
|
509
|
+
> included in all copies or substantial portions of the Software.
|
|
510
|
+
>
|
|
511
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
512
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
513
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
514
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
515
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
516
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
517
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
518
|
+
|
|
363
519
|
---------------------------------------
|
|
364
520
|
|
|
365
521
|
## acorn
|
|
@@ -423,6 +579,26 @@ License: MIT
|
|
|
423
579
|
By: Adrian Heine
|
|
424
580
|
Repository: https://github.com/acornjs/acorn-private-class-elements
|
|
425
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
|
+
|
|
426
602
|
---------------------------------------
|
|
427
603
|
|
|
428
604
|
## acorn-static-class-features
|
|
@@ -457,6 +633,16 @@ License: MIT
|
|
|
457
633
|
By: Sindre Sorhus
|
|
458
634
|
Repository: chalk/ansi-regex
|
|
459
635
|
|
|
636
|
+
> MIT License
|
|
637
|
+
>
|
|
638
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
639
|
+
>
|
|
640
|
+
> 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:
|
|
641
|
+
>
|
|
642
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
643
|
+
>
|
|
644
|
+
> 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.
|
|
645
|
+
|
|
460
646
|
---------------------------------------
|
|
461
647
|
|
|
462
648
|
## ansi-styles
|
|
@@ -464,6 +650,16 @@ License: MIT
|
|
|
464
650
|
By: Sindre Sorhus
|
|
465
651
|
Repository: chalk/ansi-styles
|
|
466
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
|
+
|
|
467
663
|
---------------------------------------
|
|
468
664
|
|
|
469
665
|
## anymatch
|
|
@@ -471,6 +667,22 @@ License: ISC
|
|
|
471
667
|
By: Elan Shanker
|
|
472
668
|
Repository: https://github.com/micromatch/anymatch
|
|
473
669
|
|
|
670
|
+
> The ISC License
|
|
671
|
+
>
|
|
672
|
+
> Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)
|
|
673
|
+
>
|
|
674
|
+
> Permission to use, copy, modify, and/or distribute this software for any
|
|
675
|
+
> purpose with or without fee is hereby granted, provided that the above
|
|
676
|
+
> copyright notice and this permission notice appear in all copies.
|
|
677
|
+
>
|
|
678
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
679
|
+
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
680
|
+
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
681
|
+
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
682
|
+
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
683
|
+
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
684
|
+
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
685
|
+
|
|
474
686
|
---------------------------------------
|
|
475
687
|
|
|
476
688
|
## array-union
|
|
@@ -478,6 +690,16 @@ License: MIT
|
|
|
478
690
|
By: Sindre Sorhus
|
|
479
691
|
Repository: sindresorhus/array-union
|
|
480
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
|
+
|
|
481
703
|
---------------------------------------
|
|
482
704
|
|
|
483
705
|
## balanced-match
|
|
@@ -485,6 +707,28 @@ License: MIT
|
|
|
485
707
|
By: Julian Gruber
|
|
486
708
|
Repository: git://github.com/juliangruber/balanced-match.git
|
|
487
709
|
|
|
710
|
+
> (MIT)
|
|
711
|
+
>
|
|
712
|
+
> Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
|
|
713
|
+
>
|
|
714
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
715
|
+
> this software and associated documentation files (the "Software"), to deal in
|
|
716
|
+
> the Software without restriction, including without limitation the rights to
|
|
717
|
+
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
718
|
+
> of the Software, and to permit persons to whom the Software is furnished to do
|
|
719
|
+
> so, subject to the following conditions:
|
|
720
|
+
>
|
|
721
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
722
|
+
> copies or substantial portions of the Software.
|
|
723
|
+
>
|
|
724
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
725
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
726
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
727
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
728
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
729
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
730
|
+
> SOFTWARE.
|
|
731
|
+
|
|
488
732
|
---------------------------------------
|
|
489
733
|
|
|
490
734
|
## big.js
|
|
@@ -492,37 +736,39 @@ License: MIT
|
|
|
492
736
|
By: Michael Mclaughlin
|
|
493
737
|
Repository: https://github.com/MikeMcl/big.js.git
|
|
494
738
|
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
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.
|
|
515
761
|
|
|
516
762
|
---------------------------------------
|
|
517
763
|
|
|
518
|
-
##
|
|
764
|
+
## binary-extensions
|
|
519
765
|
License: MIT
|
|
520
766
|
By: Sindre Sorhus
|
|
521
|
-
Repository: sindresorhus/
|
|
767
|
+
Repository: sindresorhus/binary-extensions
|
|
522
768
|
|
|
523
769
|
> MIT License
|
|
524
770
|
>
|
|
525
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
771
|
+
> Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
|
|
526
772
|
>
|
|
527
773
|
> 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:
|
|
528
774
|
>
|
|
@@ -532,11 +778,93 @@ Repository: sindresorhus/builtin-modules
|
|
|
532
778
|
|
|
533
779
|
---------------------------------------
|
|
534
780
|
|
|
781
|
+
## brace-expansion
|
|
782
|
+
License: MIT
|
|
783
|
+
By: Julian Gruber
|
|
784
|
+
Repository: git://github.com/juliangruber/brace-expansion.git
|
|
785
|
+
|
|
786
|
+
> MIT License
|
|
787
|
+
>
|
|
788
|
+
> Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
|
|
789
|
+
>
|
|
790
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
791
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
792
|
+
> in the Software without restriction, including without limitation the rights
|
|
793
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
794
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
795
|
+
> furnished to do so, subject to the following conditions:
|
|
796
|
+
>
|
|
797
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
798
|
+
> copies or substantial portions of the Software.
|
|
799
|
+
>
|
|
800
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
801
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
802
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
803
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
804
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
805
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
806
|
+
> SOFTWARE.
|
|
807
|
+
|
|
808
|
+
---------------------------------------
|
|
809
|
+
|
|
810
|
+
## braces
|
|
811
|
+
License: MIT
|
|
812
|
+
By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
|
|
813
|
+
Repository: micromatch/braces
|
|
814
|
+
|
|
815
|
+
> The MIT License (MIT)
|
|
816
|
+
>
|
|
817
|
+
> Copyright (c) 2014-2018, Jon Schlinkert.
|
|
818
|
+
>
|
|
819
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
820
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
821
|
+
> in the Software without restriction, including without limitation the rights
|
|
822
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
823
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
824
|
+
> furnished to do so, subject to the following conditions:
|
|
825
|
+
>
|
|
826
|
+
> The above copyright notice and this permission notice shall be included in
|
|
827
|
+
> all copies or substantial portions of the Software.
|
|
828
|
+
>
|
|
829
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
830
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
831
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
832
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
833
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
834
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
835
|
+
> THE SOFTWARE.
|
|
836
|
+
|
|
837
|
+
---------------------------------------
|
|
838
|
+
|
|
535
839
|
## bytes
|
|
536
840
|
License: MIT
|
|
537
841
|
By: TJ Holowaychuk, Jed Watson, Théo FIDRY
|
|
538
842
|
Repository: visionmedia/bytes.js
|
|
539
843
|
|
|
844
|
+
> (The MIT License)
|
|
845
|
+
>
|
|
846
|
+
> Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>
|
|
847
|
+
> Copyright (c) 2015 Jed Watson <jed.watson@me.com>
|
|
848
|
+
>
|
|
849
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
850
|
+
> a copy of this software and associated documentation files (the
|
|
851
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
852
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
853
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
854
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
855
|
+
> the following conditions:
|
|
856
|
+
>
|
|
857
|
+
> The above copyright notice and this permission notice shall be
|
|
858
|
+
> included in all copies or substantial portions of the Software.
|
|
859
|
+
>
|
|
860
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
861
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
862
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
863
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
864
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
865
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
866
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
867
|
+
|
|
540
868
|
---------------------------------------
|
|
541
869
|
|
|
542
870
|
## cac
|
|
@@ -618,6 +946,27 @@ License: MIT
|
|
|
618
946
|
By: Heather Arthur
|
|
619
947
|
Repository: Qix-/color-convert
|
|
620
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
|
+
|
|
621
970
|
---------------------------------------
|
|
622
971
|
|
|
623
972
|
## color-name
|
|
@@ -625,6 +974,15 @@ License: MIT
|
|
|
625
974
|
By: DY
|
|
626
975
|
Repository: git@github.com:colorjs/color-name.git
|
|
627
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
|
+
|
|
628
986
|
---------------------------------------
|
|
629
987
|
|
|
630
988
|
## commondir
|
|
@@ -632,6 +990,31 @@ License: MIT
|
|
|
632
990
|
By: James Halliday
|
|
633
991
|
Repository: http://github.com/substack/node-commondir.git
|
|
634
992
|
|
|
993
|
+
> The MIT License
|
|
994
|
+
>
|
|
995
|
+
> Copyright (c) 2013 James Halliday (mail@substack.net)
|
|
996
|
+
>
|
|
997
|
+
> Permission is hereby granted, free of charge,
|
|
998
|
+
> to any person obtaining a copy of this software and
|
|
999
|
+
> associated documentation files (the "Software"), to
|
|
1000
|
+
> deal in the Software without restriction, including
|
|
1001
|
+
> without limitation the rights to use, copy, modify,
|
|
1002
|
+
> merge, publish, distribute, sublicense, and/or sell
|
|
1003
|
+
> copies of the Software, and to permit persons to whom
|
|
1004
|
+
> the Software is furnished to do so,
|
|
1005
|
+
> subject to the following conditions:
|
|
1006
|
+
>
|
|
1007
|
+
> The above copyright notice and this permission notice
|
|
1008
|
+
> shall be included in all copies or substantial portions of the Software.
|
|
1009
|
+
>
|
|
1010
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1011
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
1012
|
+
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1013
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
|
|
1014
|
+
> ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
1015
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1016
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1017
|
+
|
|
635
1018
|
---------------------------------------
|
|
636
1019
|
|
|
637
1020
|
## compressible
|
|
@@ -639,6 +1022,31 @@ License: MIT
|
|
|
639
1022
|
By: Douglas Christopher Wilson, Jonathan Ong, Jeremiah Senkpiel
|
|
640
1023
|
Repository: jshttp/compressible
|
|
641
1024
|
|
|
1025
|
+
> (The MIT License)
|
|
1026
|
+
>
|
|
1027
|
+
> Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>
|
|
1028
|
+
> Copyright (c) 2014 Jeremiah Senkpiel <fishrock123@rocketmail.com>
|
|
1029
|
+
> Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
1030
|
+
>
|
|
1031
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
1032
|
+
> a copy of this software and associated documentation files (the
|
|
1033
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
1034
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
1035
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
1036
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
1037
|
+
> the following conditions:
|
|
1038
|
+
>
|
|
1039
|
+
> The above copyright notice and this permission notice shall be
|
|
1040
|
+
> included in all copies or substantial portions of the Software.
|
|
1041
|
+
>
|
|
1042
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
1043
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1044
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1045
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1046
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
1047
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1048
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1049
|
+
|
|
642
1050
|
---------------------------------------
|
|
643
1051
|
|
|
644
1052
|
## compression
|
|
@@ -677,6 +1085,25 @@ License: MIT
|
|
|
677
1085
|
By: James Halliday
|
|
678
1086
|
Repository: git://github.com/substack/node-concat-map.git
|
|
679
1087
|
|
|
1088
|
+
> This software is released under the MIT license:
|
|
1089
|
+
>
|
|
1090
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1091
|
+
> this software and associated documentation files (the "Software"), to deal in
|
|
1092
|
+
> the Software without restriction, including without limitation the rights to
|
|
1093
|
+
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1094
|
+
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1095
|
+
> subject to the following conditions:
|
|
1096
|
+
>
|
|
1097
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
1098
|
+
> copies or substantial portions of the Software.
|
|
1099
|
+
>
|
|
1100
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1101
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1102
|
+
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1103
|
+
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1104
|
+
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1105
|
+
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1106
|
+
|
|
680
1107
|
---------------------------------------
|
|
681
1108
|
|
|
682
1109
|
## connect
|
|
@@ -807,6 +1234,28 @@ License: MIT
|
|
|
807
1234
|
By: André Cruz
|
|
808
1235
|
Repository: git@github.com:moxystudio/node-cross-spawn.git
|
|
809
1236
|
|
|
1237
|
+
> The MIT License (MIT)
|
|
1238
|
+
>
|
|
1239
|
+
> Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
|
|
1240
|
+
>
|
|
1241
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1242
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1243
|
+
> in the Software without restriction, including without limitation the rights
|
|
1244
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1245
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1246
|
+
> furnished to do so, subject to the following conditions:
|
|
1247
|
+
>
|
|
1248
|
+
> The above copyright notice and this permission notice shall be included in
|
|
1249
|
+
> all copies or substantial portions of the Software.
|
|
1250
|
+
>
|
|
1251
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1252
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1253
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1254
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1255
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1256
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1257
|
+
> THE SOFTWARE.
|
|
1258
|
+
|
|
810
1259
|
---------------------------------------
|
|
811
1260
|
|
|
812
1261
|
## cssesc
|
|
@@ -814,6 +1263,27 @@ License: MIT
|
|
|
814
1263
|
By: Mathias Bynens
|
|
815
1264
|
Repository: https://github.com/mathiasbynens/cssesc.git
|
|
816
1265
|
|
|
1266
|
+
> Copyright Mathias Bynens <https://mathiasbynens.be/>
|
|
1267
|
+
>
|
|
1268
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
1269
|
+
> a copy of this software and associated documentation files (the
|
|
1270
|
+
> "Software"), to deal in the Software without restriction, including
|
|
1271
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
1272
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
1273
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
1274
|
+
> the following conditions:
|
|
1275
|
+
>
|
|
1276
|
+
> The above copyright notice and this permission notice shall be
|
|
1277
|
+
> included in all copies or substantial portions of the Software.
|
|
1278
|
+
>
|
|
1279
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1280
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1281
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1282
|
+
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1283
|
+
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1284
|
+
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1285
|
+
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1286
|
+
|
|
817
1287
|
---------------------------------------
|
|
818
1288
|
|
|
819
1289
|
## debug
|
|
@@ -847,6 +1317,16 @@ License: MIT
|
|
|
847
1317
|
By: Sindre Sorhus
|
|
848
1318
|
Repository: sindresorhus/define-lazy-prop
|
|
849
1319
|
|
|
1320
|
+
> MIT License
|
|
1321
|
+
>
|
|
1322
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
1323
|
+
>
|
|
1324
|
+
> 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:
|
|
1325
|
+
>
|
|
1326
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1327
|
+
>
|
|
1328
|
+
> 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.
|
|
1329
|
+
|
|
850
1330
|
---------------------------------------
|
|
851
1331
|
|
|
852
1332
|
## dir-glob
|
|
@@ -854,6 +1334,16 @@ License: MIT
|
|
|
854
1334
|
By: Kevin Mårtensson
|
|
855
1335
|
Repository: kevva/dir-glob
|
|
856
1336
|
|
|
1337
|
+
> MIT License
|
|
1338
|
+
>
|
|
1339
|
+
> Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
|
|
1340
|
+
>
|
|
1341
|
+
> 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:
|
|
1342
|
+
>
|
|
1343
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1344
|
+
>
|
|
1345
|
+
> 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.
|
|
1346
|
+
|
|
857
1347
|
---------------------------------------
|
|
858
1348
|
|
|
859
1349
|
## dotenv
|
|
@@ -921,6 +1411,28 @@ License: MIT
|
|
|
921
1411
|
By: Jonathan Ong, Douglas Christopher Wilson
|
|
922
1412
|
Repository: jonathanong/ee-first
|
|
923
1413
|
|
|
1414
|
+
> The MIT License (MIT)
|
|
1415
|
+
>
|
|
1416
|
+
> Copyright (c) 2014 Jonathan Ong me@jongleberry.com
|
|
1417
|
+
>
|
|
1418
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1419
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1420
|
+
> in the Software without restriction, including without limitation the rights
|
|
1421
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1422
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1423
|
+
> furnished to do so, subject to the following conditions:
|
|
1424
|
+
>
|
|
1425
|
+
> The above copyright notice and this permission notice shall be included in
|
|
1426
|
+
> all copies or substantial portions of the Software.
|
|
1427
|
+
>
|
|
1428
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1429
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1430
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1431
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1432
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1433
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1434
|
+
> THE SOFTWARE.
|
|
1435
|
+
|
|
924
1436
|
---------------------------------------
|
|
925
1437
|
|
|
926
1438
|
## emojis-list
|
|
@@ -928,6 +1440,16 @@ License: MIT
|
|
|
928
1440
|
By: Kiko Beats
|
|
929
1441
|
Repository: git+https://github.com/kikobeats/emojis-list.git
|
|
930
1442
|
|
|
1443
|
+
> The MIT License (MIT)
|
|
1444
|
+
>
|
|
1445
|
+
> Copyright © 2015 Kiko Beats
|
|
1446
|
+
>
|
|
1447
|
+
> 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:
|
|
1448
|
+
>
|
|
1449
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1450
|
+
>
|
|
1451
|
+
> 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.
|
|
1452
|
+
|
|
931
1453
|
---------------------------------------
|
|
932
1454
|
|
|
933
1455
|
## encodeurl
|
|
@@ -935,7 +1457,30 @@ License: MIT
|
|
|
935
1457
|
By: Douglas Christopher Wilson
|
|
936
1458
|
Repository: pillarjs/encodeurl
|
|
937
1459
|
|
|
938
|
-
|
|
1460
|
+
> (The MIT License)
|
|
1461
|
+
>
|
|
1462
|
+
> Copyright (c) 2016 Douglas Christopher Wilson
|
|
1463
|
+
>
|
|
1464
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
1465
|
+
> a copy of this software and associated documentation files (the
|
|
1466
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
1467
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
1468
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
1469
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
1470
|
+
> the following conditions:
|
|
1471
|
+
>
|
|
1472
|
+
> The above copyright notice and this permission notice shall be
|
|
1473
|
+
> included in all copies or substantial portions of the Software.
|
|
1474
|
+
>
|
|
1475
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
1476
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1477
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1478
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1479
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
1480
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1481
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1482
|
+
|
|
1483
|
+
---------------------------------------
|
|
939
1484
|
|
|
940
1485
|
## es-module-lexer
|
|
941
1486
|
License: MIT
|
|
@@ -959,6 +1504,31 @@ Repository: git+https://github.com/guybedford/es-module-lexer.git
|
|
|
959
1504
|
License: MIT
|
|
960
1505
|
Repository: component/escape-html
|
|
961
1506
|
|
|
1507
|
+
> (The MIT License)
|
|
1508
|
+
>
|
|
1509
|
+
> Copyright (c) 2012-2013 TJ Holowaychuk
|
|
1510
|
+
> Copyright (c) 2015 Andreas Lubbe
|
|
1511
|
+
> Copyright (c) 2015 Tiancheng "Timothy" Gu
|
|
1512
|
+
>
|
|
1513
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
1514
|
+
> a copy of this software and associated documentation files (the
|
|
1515
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
1516
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
1517
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
1518
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
1519
|
+
> the following conditions:
|
|
1520
|
+
>
|
|
1521
|
+
> The above copyright notice and this permission notice shall be
|
|
1522
|
+
> included in all copies or substantial portions of the Software.
|
|
1523
|
+
>
|
|
1524
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
1525
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1526
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1527
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1528
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
1529
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1530
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1531
|
+
|
|
962
1532
|
---------------------------------------
|
|
963
1533
|
|
|
964
1534
|
## escape-string-regexp
|
|
@@ -966,6 +1536,28 @@ License: MIT
|
|
|
966
1536
|
By: Sindre Sorhus
|
|
967
1537
|
Repository: sindresorhus/escape-string-regexp
|
|
968
1538
|
|
|
1539
|
+
> The MIT License (MIT)
|
|
1540
|
+
>
|
|
1541
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
1542
|
+
>
|
|
1543
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1544
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1545
|
+
> in the Software without restriction, including without limitation the rights
|
|
1546
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1547
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1548
|
+
> furnished to do so, subject to the following conditions:
|
|
1549
|
+
>
|
|
1550
|
+
> The above copyright notice and this permission notice shall be included in
|
|
1551
|
+
> all copies or substantial portions of the Software.
|
|
1552
|
+
>
|
|
1553
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1554
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1555
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1556
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1557
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1558
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1559
|
+
> THE SOFTWARE.
|
|
1560
|
+
|
|
969
1561
|
---------------------------------------
|
|
970
1562
|
|
|
971
1563
|
## estree-walker
|
|
@@ -1018,6 +1610,28 @@ License: MIT
|
|
|
1018
1610
|
By: Arnout Kazemier
|
|
1019
1611
|
Repository: git://github.com/primus/eventemitter3.git
|
|
1020
1612
|
|
|
1613
|
+
> The MIT License (MIT)
|
|
1614
|
+
>
|
|
1615
|
+
> Copyright (c) 2014 Arnout Kazemier
|
|
1616
|
+
>
|
|
1617
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1618
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1619
|
+
> in the Software without restriction, including without limitation the rights
|
|
1620
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1621
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1622
|
+
> furnished to do so, subject to the following conditions:
|
|
1623
|
+
>
|
|
1624
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
1625
|
+
> copies or substantial portions of the Software.
|
|
1626
|
+
>
|
|
1627
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1628
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1629
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1630
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1631
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1632
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1633
|
+
> SOFTWARE.
|
|
1634
|
+
|
|
1021
1635
|
---------------------------------------
|
|
1022
1636
|
|
|
1023
1637
|
## execa
|
|
@@ -1071,6 +1685,20 @@ License: ISC
|
|
|
1071
1685
|
By: Matteo Collina
|
|
1072
1686
|
Repository: git+https://github.com/mcollina/fastq.git
|
|
1073
1687
|
|
|
1688
|
+
> Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
|
|
1689
|
+
>
|
|
1690
|
+
> Permission to use, copy, modify, and/or distribute this software for any
|
|
1691
|
+
> purpose with or without fee is hereby granted, provided that the above
|
|
1692
|
+
> copyright notice and this permission notice appear in all copies.
|
|
1693
|
+
>
|
|
1694
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
1695
|
+
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
1696
|
+
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
1697
|
+
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
1698
|
+
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
1699
|
+
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
1700
|
+
> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
1701
|
+
|
|
1074
1702
|
---------------------------------------
|
|
1075
1703
|
|
|
1076
1704
|
## fill-range
|
|
@@ -1078,6 +1706,28 @@ License: MIT
|
|
|
1078
1706
|
By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
|
|
1079
1707
|
Repository: jonschlinkert/fill-range
|
|
1080
1708
|
|
|
1709
|
+
> The MIT License (MIT)
|
|
1710
|
+
>
|
|
1711
|
+
> Copyright (c) 2014-present, Jon Schlinkert.
|
|
1712
|
+
>
|
|
1713
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1714
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1715
|
+
> in the Software without restriction, including without limitation the rights
|
|
1716
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1717
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1718
|
+
> furnished to do so, subject to the following conditions:
|
|
1719
|
+
>
|
|
1720
|
+
> The above copyright notice and this permission notice shall be included in
|
|
1721
|
+
> all copies or substantial portions of the Software.
|
|
1722
|
+
>
|
|
1723
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1724
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1725
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1726
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1727
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1728
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1729
|
+
> THE SOFTWARE.
|
|
1730
|
+
|
|
1081
1731
|
---------------------------------------
|
|
1082
1732
|
|
|
1083
1733
|
## finalhandler
|
|
@@ -1085,6 +1735,29 @@ License: MIT
|
|
|
1085
1735
|
By: Douglas Christopher Wilson
|
|
1086
1736
|
Repository: pillarjs/finalhandler
|
|
1087
1737
|
|
|
1738
|
+
> (The MIT License)
|
|
1739
|
+
>
|
|
1740
|
+
> Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
1741
|
+
>
|
|
1742
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
1743
|
+
> a copy of this software and associated documentation files (the
|
|
1744
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
1745
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
1746
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
1747
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
1748
|
+
> the following conditions:
|
|
1749
|
+
>
|
|
1750
|
+
> The above copyright notice and this permission notice shall be
|
|
1751
|
+
> included in all copies or substantial portions of the Software.
|
|
1752
|
+
>
|
|
1753
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
1754
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1755
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1756
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1757
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
1758
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1759
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1760
|
+
|
|
1088
1761
|
---------------------------------------
|
|
1089
1762
|
|
|
1090
1763
|
## follow-redirects
|
|
@@ -1092,6 +1765,25 @@ License: MIT
|
|
|
1092
1765
|
By: Ruben Verborgh, Olivier Lalonde, James Talmage
|
|
1093
1766
|
Repository: git@github.com:follow-redirects/follow-redirects.git
|
|
1094
1767
|
|
|
1768
|
+
> Copyright 2014–present Olivier Lalonde <olalonde@gmail.com>, James Talmage <james@talmage.io>, Ruben Verborgh
|
|
1769
|
+
>
|
|
1770
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1771
|
+
> this software and associated documentation files (the "Software"), to deal in
|
|
1772
|
+
> the Software without restriction, including without limitation the rights to
|
|
1773
|
+
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
1774
|
+
> of the Software, and to permit persons to whom the Software is furnished to do
|
|
1775
|
+
> so, subject to the following conditions:
|
|
1776
|
+
>
|
|
1777
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
1778
|
+
> copies or substantial portions of the Software.
|
|
1779
|
+
>
|
|
1780
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1781
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1782
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1783
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
1784
|
+
> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1785
|
+
> IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1786
|
+
|
|
1095
1787
|
---------------------------------------
|
|
1096
1788
|
|
|
1097
1789
|
## fs.realpath
|
|
@@ -1099,6 +1791,50 @@ License: ISC
|
|
|
1099
1791
|
By: Isaac Z. Schlueter
|
|
1100
1792
|
Repository: git+https://github.com/isaacs/fs.realpath.git
|
|
1101
1793
|
|
|
1794
|
+
> The ISC License
|
|
1795
|
+
>
|
|
1796
|
+
> Copyright (c) Isaac Z. Schlueter and Contributors
|
|
1797
|
+
>
|
|
1798
|
+
> Permission to use, copy, modify, and/or distribute this software for any
|
|
1799
|
+
> purpose with or without fee is hereby granted, provided that the above
|
|
1800
|
+
> copyright notice and this permission notice appear in all copies.
|
|
1801
|
+
>
|
|
1802
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
1803
|
+
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
1804
|
+
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
1805
|
+
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
1806
|
+
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
1807
|
+
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
1808
|
+
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
1809
|
+
>
|
|
1810
|
+
> ----
|
|
1811
|
+
>
|
|
1812
|
+
> This library bundles a version of the `fs.realpath` and `fs.realpathSync`
|
|
1813
|
+
> methods from Node.js v0.10 under the terms of the Node.js MIT license.
|
|
1814
|
+
>
|
|
1815
|
+
> Node's license follows, also included at the header of `old.js` which contains
|
|
1816
|
+
> the licensed code:
|
|
1817
|
+
>
|
|
1818
|
+
> Copyright Joyent, Inc. and other Node contributors.
|
|
1819
|
+
>
|
|
1820
|
+
> Permission is hereby granted, free of charge, to any person obtaining a
|
|
1821
|
+
> copy of this software and associated documentation files (the "Software"),
|
|
1822
|
+
> to deal in the Software without restriction, including without limitation
|
|
1823
|
+
> the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
1824
|
+
> and/or sell copies of the Software, and to permit persons to whom the
|
|
1825
|
+
> Software is furnished to do so, subject to the following conditions:
|
|
1826
|
+
>
|
|
1827
|
+
> The above copyright notice and this permission notice shall be included in
|
|
1828
|
+
> all copies or substantial portions of the Software.
|
|
1829
|
+
>
|
|
1830
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1831
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1832
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1833
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1834
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
1835
|
+
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1836
|
+
> DEALINGS IN THE SOFTWARE.
|
|
1837
|
+
|
|
1102
1838
|
---------------------------------------
|
|
1103
1839
|
|
|
1104
1840
|
## generic-names
|
|
@@ -1106,6 +1842,28 @@ License: MIT
|
|
|
1106
1842
|
By: Alexey Litvinov
|
|
1107
1843
|
Repository: git+https://github.com/css-modules/generic-names.git
|
|
1108
1844
|
|
|
1845
|
+
> The MIT License (MIT)
|
|
1846
|
+
>
|
|
1847
|
+
> Copyright (c) 2015 Alexey Litvinov
|
|
1848
|
+
>
|
|
1849
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1850
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1851
|
+
> in the Software without restriction, including without limitation the rights
|
|
1852
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1853
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1854
|
+
> furnished to do so, subject to the following conditions:
|
|
1855
|
+
>
|
|
1856
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
1857
|
+
> copies or substantial portions of the Software.
|
|
1858
|
+
>
|
|
1859
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1860
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1861
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1862
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1863
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1864
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1865
|
+
> SOFTWARE.
|
|
1866
|
+
|
|
1109
1867
|
---------------------------------------
|
|
1110
1868
|
|
|
1111
1869
|
## get-stream
|
|
@@ -1113,6 +1871,16 @@ License: MIT
|
|
|
1113
1871
|
By: Sindre Sorhus
|
|
1114
1872
|
Repository: sindresorhus/get-stream
|
|
1115
1873
|
|
|
1874
|
+
> MIT License
|
|
1875
|
+
>
|
|
1876
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1877
|
+
>
|
|
1878
|
+
> 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:
|
|
1879
|
+
>
|
|
1880
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1881
|
+
>
|
|
1882
|
+
> 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.
|
|
1883
|
+
|
|
1116
1884
|
---------------------------------------
|
|
1117
1885
|
|
|
1118
1886
|
## glob
|
|
@@ -1120,6 +1888,28 @@ License: ISC
|
|
|
1120
1888
|
By: Isaac Z. Schlueter
|
|
1121
1889
|
Repository: git://github.com/isaacs/node-glob.git
|
|
1122
1890
|
|
|
1891
|
+
> The ISC License
|
|
1892
|
+
>
|
|
1893
|
+
> Copyright (c) Isaac Z. Schlueter and Contributors
|
|
1894
|
+
>
|
|
1895
|
+
> Permission to use, copy, modify, and/or distribute this software for any
|
|
1896
|
+
> purpose with or without fee is hereby granted, provided that the above
|
|
1897
|
+
> copyright notice and this permission notice appear in all copies.
|
|
1898
|
+
>
|
|
1899
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
1900
|
+
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
1901
|
+
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
1902
|
+
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
1903
|
+
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
1904
|
+
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
1905
|
+
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
1906
|
+
>
|
|
1907
|
+
> ## Glob Logo
|
|
1908
|
+
>
|
|
1909
|
+
> Glob's logo created by Tanya Brassie <http://tanyabrassie.com/>, licensed
|
|
1910
|
+
> under a Creative Commons Attribution-ShareAlike 4.0 International License
|
|
1911
|
+
> https://creativecommons.org/licenses/by-sa/4.0/
|
|
1912
|
+
|
|
1123
1913
|
---------------------------------------
|
|
1124
1914
|
|
|
1125
1915
|
## glob-parent
|
|
@@ -1127,6 +1917,22 @@ License: ISC
|
|
|
1127
1917
|
By: Gulp Team, Elan Shanker, Blaine Bublitz
|
|
1128
1918
|
Repository: gulpjs/glob-parent
|
|
1129
1919
|
|
|
1920
|
+
> The ISC License
|
|
1921
|
+
>
|
|
1922
|
+
> Copyright (c) 2015, 2019 Elan Shanker
|
|
1923
|
+
>
|
|
1924
|
+
> Permission to use, copy, modify, and/or distribute this software for any
|
|
1925
|
+
> purpose with or without fee is hereby granted, provided that the above
|
|
1926
|
+
> copyright notice and this permission notice appear in all copies.
|
|
1927
|
+
>
|
|
1928
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
1929
|
+
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
1930
|
+
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
1931
|
+
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
1932
|
+
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
1933
|
+
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
1934
|
+
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
1935
|
+
|
|
1130
1936
|
---------------------------------------
|
|
1131
1937
|
|
|
1132
1938
|
## globby
|
|
@@ -1134,6 +1940,16 @@ License: MIT
|
|
|
1134
1940
|
By: Sindre Sorhus
|
|
1135
1941
|
Repository: sindresorhus/globby
|
|
1136
1942
|
|
|
1943
|
+
> MIT License
|
|
1944
|
+
>
|
|
1945
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
1946
|
+
>
|
|
1947
|
+
> 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:
|
|
1948
|
+
>
|
|
1949
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1950
|
+
>
|
|
1951
|
+
> 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.
|
|
1952
|
+
|
|
1137
1953
|
---------------------------------------
|
|
1138
1954
|
|
|
1139
1955
|
## has-flag
|
|
@@ -1141,11 +1957,21 @@ License: MIT
|
|
|
1141
1957
|
By: Sindre Sorhus
|
|
1142
1958
|
Repository: sindresorhus/has-flag
|
|
1143
1959
|
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1960
|
+
> MIT License
|
|
1961
|
+
>
|
|
1962
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
1963
|
+
>
|
|
1964
|
+
> 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:
|
|
1965
|
+
>
|
|
1966
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1967
|
+
>
|
|
1968
|
+
> 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.
|
|
1969
|
+
|
|
1970
|
+
---------------------------------------
|
|
1971
|
+
|
|
1972
|
+
## http-proxy
|
|
1973
|
+
License: MIT
|
|
1974
|
+
By: Charlie Robbins
|
|
1149
1975
|
Repository: https://github.com/http-party/node-http-proxy.git
|
|
1150
1976
|
|
|
1151
1977
|
> node-http-proxy
|
|
@@ -1178,6 +2004,208 @@ License: Apache-2.0
|
|
|
1178
2004
|
By: ehmicky
|
|
1179
2005
|
Repository: ehmicky/human-signals
|
|
1180
2006
|
|
|
2007
|
+
> Apache License
|
|
2008
|
+
> Version 2.0, January 2004
|
|
2009
|
+
> http://www.apache.org/licenses/
|
|
2010
|
+
>
|
|
2011
|
+
> TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
2012
|
+
>
|
|
2013
|
+
> 1. Definitions.
|
|
2014
|
+
>
|
|
2015
|
+
> "License" shall mean the terms and conditions for use, reproduction,
|
|
2016
|
+
> and distribution as defined by Sections 1 through 9 of this document.
|
|
2017
|
+
>
|
|
2018
|
+
> "Licensor" shall mean the copyright owner or entity authorized by
|
|
2019
|
+
> the copyright owner that is granting the License.
|
|
2020
|
+
>
|
|
2021
|
+
> "Legal Entity" shall mean the union of the acting entity and all
|
|
2022
|
+
> other entities that control, are controlled by, or are under common
|
|
2023
|
+
> control with that entity. For the purposes of this definition,
|
|
2024
|
+
> "control" means (i) the power, direct or indirect, to cause the
|
|
2025
|
+
> direction or management of such entity, whether by contract or
|
|
2026
|
+
> otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
2027
|
+
> outstanding shares, or (iii) beneficial ownership of such entity.
|
|
2028
|
+
>
|
|
2029
|
+
> "You" (or "Your") shall mean an individual or Legal Entity
|
|
2030
|
+
> exercising permissions granted by this License.
|
|
2031
|
+
>
|
|
2032
|
+
> "Source" form shall mean the preferred form for making modifications,
|
|
2033
|
+
> including but not limited to software source code, documentation
|
|
2034
|
+
> source, and configuration files.
|
|
2035
|
+
>
|
|
2036
|
+
> "Object" form shall mean any form resulting from mechanical
|
|
2037
|
+
> transformation or translation of a Source form, including but
|
|
2038
|
+
> not limited to compiled object code, generated documentation,
|
|
2039
|
+
> and conversions to other media types.
|
|
2040
|
+
>
|
|
2041
|
+
> "Work" shall mean the work of authorship, whether in Source or
|
|
2042
|
+
> Object form, made available under the License, as indicated by a
|
|
2043
|
+
> copyright notice that is included in or attached to the work
|
|
2044
|
+
> (an example is provided in the Appendix below).
|
|
2045
|
+
>
|
|
2046
|
+
> "Derivative Works" shall mean any work, whether in Source or Object
|
|
2047
|
+
> form, that is based on (or derived from) the Work and for which the
|
|
2048
|
+
> editorial revisions, annotations, elaborations, or other modifications
|
|
2049
|
+
> represent, as a whole, an original work of authorship. For the purposes
|
|
2050
|
+
> of this License, Derivative Works shall not include works that remain
|
|
2051
|
+
> separable from, or merely link (or bind by name) to the interfaces of,
|
|
2052
|
+
> the Work and Derivative Works thereof.
|
|
2053
|
+
>
|
|
2054
|
+
> "Contribution" shall mean any work of authorship, including
|
|
2055
|
+
> the original version of the Work and any modifications or additions
|
|
2056
|
+
> to that Work or Derivative Works thereof, that is intentionally
|
|
2057
|
+
> submitted to Licensor for inclusion in the Work by the copyright owner
|
|
2058
|
+
> or by an individual or Legal Entity authorized to submit on behalf of
|
|
2059
|
+
> the copyright owner. For the purposes of this definition, "submitted"
|
|
2060
|
+
> means any form of electronic, verbal, or written communication sent
|
|
2061
|
+
> to the Licensor or its representatives, including but not limited to
|
|
2062
|
+
> communication on electronic mailing lists, source code control systems,
|
|
2063
|
+
> and issue tracking systems that are managed by, or on behalf of, the
|
|
2064
|
+
> Licensor for the purpose of discussing and improving the Work, but
|
|
2065
|
+
> excluding communication that is conspicuously marked or otherwise
|
|
2066
|
+
> designated in writing by the copyright owner as "Not a Contribution."
|
|
2067
|
+
>
|
|
2068
|
+
> "Contributor" shall mean Licensor and any individual or Legal Entity
|
|
2069
|
+
> on behalf of whom a Contribution has been received by Licensor and
|
|
2070
|
+
> subsequently incorporated within the Work.
|
|
2071
|
+
>
|
|
2072
|
+
> 2. Grant of Copyright License. Subject to the terms and conditions of
|
|
2073
|
+
> this License, each Contributor hereby grants to You a perpetual,
|
|
2074
|
+
> worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
2075
|
+
> copyright license to reproduce, prepare Derivative Works of,
|
|
2076
|
+
> publicly display, publicly perform, sublicense, and distribute the
|
|
2077
|
+
> Work and such Derivative Works in Source or Object form.
|
|
2078
|
+
>
|
|
2079
|
+
> 3. Grant of Patent License. Subject to the terms and conditions of
|
|
2080
|
+
> this License, each Contributor hereby grants to You a perpetual,
|
|
2081
|
+
> worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
2082
|
+
> (except as stated in this section) patent license to make, have made,
|
|
2083
|
+
> use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
2084
|
+
> where such license applies only to those patent claims licensable
|
|
2085
|
+
> by such Contributor that are necessarily infringed by their
|
|
2086
|
+
> Contribution(s) alone or by combination of their Contribution(s)
|
|
2087
|
+
> with the Work to which such Contribution(s) was submitted. If You
|
|
2088
|
+
> institute patent litigation against any entity (including a
|
|
2089
|
+
> cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
2090
|
+
> or a Contribution incorporated within the Work constitutes direct
|
|
2091
|
+
> or contributory patent infringement, then any patent licenses
|
|
2092
|
+
> granted to You under this License for that Work shall terminate
|
|
2093
|
+
> as of the date such litigation is filed.
|
|
2094
|
+
>
|
|
2095
|
+
> 4. Redistribution. You may reproduce and distribute copies of the
|
|
2096
|
+
> Work or Derivative Works thereof in any medium, with or without
|
|
2097
|
+
> modifications, and in Source or Object form, provided that You
|
|
2098
|
+
> meet the following conditions:
|
|
2099
|
+
>
|
|
2100
|
+
> (a) You must give any other recipients of the Work or
|
|
2101
|
+
> Derivative Works a copy of this License; and
|
|
2102
|
+
>
|
|
2103
|
+
> (b) You must cause any modified files to carry prominent notices
|
|
2104
|
+
> stating that You changed the files; and
|
|
2105
|
+
>
|
|
2106
|
+
> (c) You must retain, in the Source form of any Derivative Works
|
|
2107
|
+
> that You distribute, all copyright, patent, trademark, and
|
|
2108
|
+
> attribution notices from the Source form of the Work,
|
|
2109
|
+
> excluding those notices that do not pertain to any part of
|
|
2110
|
+
> the Derivative Works; and
|
|
2111
|
+
>
|
|
2112
|
+
> (d) If the Work includes a "NOTICE" text file as part of its
|
|
2113
|
+
> distribution, then any Derivative Works that You distribute must
|
|
2114
|
+
> include a readable copy of the attribution notices contained
|
|
2115
|
+
> within such NOTICE file, excluding those notices that do not
|
|
2116
|
+
> pertain to any part of the Derivative Works, in at least one
|
|
2117
|
+
> of the following places: within a NOTICE text file distributed
|
|
2118
|
+
> as part of the Derivative Works; within the Source form or
|
|
2119
|
+
> documentation, if provided along with the Derivative Works; or,
|
|
2120
|
+
> within a display generated by the Derivative Works, if and
|
|
2121
|
+
> wherever such third-party notices normally appear. The contents
|
|
2122
|
+
> of the NOTICE file are for informational purposes only and
|
|
2123
|
+
> do not modify the License. You may add Your own attribution
|
|
2124
|
+
> notices within Derivative Works that You distribute, alongside
|
|
2125
|
+
> or as an addendum to the NOTICE text from the Work, provided
|
|
2126
|
+
> that such additional attribution notices cannot be construed
|
|
2127
|
+
> as modifying the License.
|
|
2128
|
+
>
|
|
2129
|
+
> You may add Your own copyright statement to Your modifications and
|
|
2130
|
+
> may provide additional or different license terms and conditions
|
|
2131
|
+
> for use, reproduction, or distribution of Your modifications, or
|
|
2132
|
+
> for any such Derivative Works as a whole, provided Your use,
|
|
2133
|
+
> reproduction, and distribution of the Work otherwise complies with
|
|
2134
|
+
> the conditions stated in this License.
|
|
2135
|
+
>
|
|
2136
|
+
> 5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
2137
|
+
> any Contribution intentionally submitted for inclusion in the Work
|
|
2138
|
+
> by You to the Licensor shall be under the terms and conditions of
|
|
2139
|
+
> this License, without any additional terms or conditions.
|
|
2140
|
+
> Notwithstanding the above, nothing herein shall supersede or modify
|
|
2141
|
+
> the terms of any separate license agreement you may have executed
|
|
2142
|
+
> with Licensor regarding such Contributions.
|
|
2143
|
+
>
|
|
2144
|
+
> 6. Trademarks. This License does not grant permission to use the trade
|
|
2145
|
+
> names, trademarks, service marks, or product names of the Licensor,
|
|
2146
|
+
> except as required for reasonable and customary use in describing the
|
|
2147
|
+
> origin of the Work and reproducing the content of the NOTICE file.
|
|
2148
|
+
>
|
|
2149
|
+
> 7. Disclaimer of Warranty. Unless required by applicable law or
|
|
2150
|
+
> agreed to in writing, Licensor provides the Work (and each
|
|
2151
|
+
> Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
2152
|
+
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
2153
|
+
> implied, including, without limitation, any warranties or conditions
|
|
2154
|
+
> of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
2155
|
+
> PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
2156
|
+
> appropriateness of using or redistributing the Work and assume any
|
|
2157
|
+
> risks associated with Your exercise of permissions under this License.
|
|
2158
|
+
>
|
|
2159
|
+
> 8. Limitation of Liability. In no event and under no legal theory,
|
|
2160
|
+
> whether in tort (including negligence), contract, or otherwise,
|
|
2161
|
+
> unless required by applicable law (such as deliberate and grossly
|
|
2162
|
+
> negligent acts) or agreed to in writing, shall any Contributor be
|
|
2163
|
+
> liable to You for damages, including any direct, indirect, special,
|
|
2164
|
+
> incidental, or consequential damages of any character arising as a
|
|
2165
|
+
> result of this License or out of the use or inability to use the
|
|
2166
|
+
> Work (including but not limited to damages for loss of goodwill,
|
|
2167
|
+
> work stoppage, computer failure or malfunction, or any and all
|
|
2168
|
+
> other commercial damages or losses), even if such Contributor
|
|
2169
|
+
> has been advised of the possibility of such damages.
|
|
2170
|
+
>
|
|
2171
|
+
> 9. Accepting Warranty or Additional Liability. While redistributing
|
|
2172
|
+
> the Work or Derivative Works thereof, You may choose to offer,
|
|
2173
|
+
> and charge a fee for, acceptance of support, warranty, indemnity,
|
|
2174
|
+
> or other liability obligations and/or rights consistent with this
|
|
2175
|
+
> License. However, in accepting such obligations, You may act only
|
|
2176
|
+
> on Your own behalf and on Your sole responsibility, not on behalf
|
|
2177
|
+
> of any other Contributor, and only if You agree to indemnify,
|
|
2178
|
+
> defend, and hold each Contributor harmless for any liability
|
|
2179
|
+
> incurred by, or claims asserted against, such Contributor by reason
|
|
2180
|
+
> of your accepting any such warranty or additional liability.
|
|
2181
|
+
>
|
|
2182
|
+
> END OF TERMS AND CONDITIONS
|
|
2183
|
+
>
|
|
2184
|
+
> APPENDIX: How to apply the Apache License to your work.
|
|
2185
|
+
>
|
|
2186
|
+
> To apply the Apache License to your work, attach the following
|
|
2187
|
+
> boilerplate notice, with the fields enclosed by brackets "[]"
|
|
2188
|
+
> replaced with your own identifying information. (Don't include
|
|
2189
|
+
> the brackets!) The text should be enclosed in the appropriate
|
|
2190
|
+
> comment syntax for the file format. We also recommend that a
|
|
2191
|
+
> file or class name and description of purpose be included on the
|
|
2192
|
+
> same "printed page" as the copyright notice for easier
|
|
2193
|
+
> identification within third-party archives.
|
|
2194
|
+
>
|
|
2195
|
+
> Copyright 2019 ehmicky <ehmicky@gmail.com>
|
|
2196
|
+
>
|
|
2197
|
+
> Licensed under the Apache License, Version 2.0 (the "License");
|
|
2198
|
+
> you may not use this file except in compliance with the License.
|
|
2199
|
+
> You may obtain a copy of the License at
|
|
2200
|
+
>
|
|
2201
|
+
> http://www.apache.org/licenses/LICENSE-2.0
|
|
2202
|
+
>
|
|
2203
|
+
> Unless required by applicable law or agreed to in writing, software
|
|
2204
|
+
> distributed under the License is distributed on an "AS IS" BASIS,
|
|
2205
|
+
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
2206
|
+
> See the License for the specific language governing permissions and
|
|
2207
|
+
> limitations under the License.
|
|
2208
|
+
|
|
1181
2209
|
---------------------------------------
|
|
1182
2210
|
|
|
1183
2211
|
## icss-replace-symbols
|
|
@@ -1192,6 +2220,13 @@ License: ISC
|
|
|
1192
2220
|
By: Glen Maddern
|
|
1193
2221
|
Repository: git+https://github.com/css-modules/icss-utils.git
|
|
1194
2222
|
|
|
2223
|
+
> ISC License (ISC)
|
|
2224
|
+
> Copyright 2018 Glen Maddern
|
|
2225
|
+
>
|
|
2226
|
+
> 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.
|
|
2227
|
+
>
|
|
2228
|
+
> 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.
|
|
2229
|
+
|
|
1195
2230
|
---------------------------------------
|
|
1196
2231
|
|
|
1197
2232
|
## ignore
|
|
@@ -1199,6 +2234,28 @@ License: MIT
|
|
|
1199
2234
|
By: kael
|
|
1200
2235
|
Repository: git@github.com:kaelzhang/node-ignore.git
|
|
1201
2236
|
|
|
2237
|
+
> Copyright (c) 2013 Kael Zhang <i@kael.me>, contributors
|
|
2238
|
+
> http://kael.me/
|
|
2239
|
+
>
|
|
2240
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
2241
|
+
> a copy of this software and associated documentation files (the
|
|
2242
|
+
> "Software"), to deal in the Software without restriction, including
|
|
2243
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
2244
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
2245
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
2246
|
+
> the following conditions:
|
|
2247
|
+
>
|
|
2248
|
+
> The above copyright notice and this permission notice shall be
|
|
2249
|
+
> included in all copies or substantial portions of the Software.
|
|
2250
|
+
>
|
|
2251
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2252
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2253
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2254
|
+
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2255
|
+
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2256
|
+
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2257
|
+
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2258
|
+
|
|
1202
2259
|
---------------------------------------
|
|
1203
2260
|
|
|
1204
2261
|
## import-cwd
|
|
@@ -1206,6 +2263,16 @@ License: MIT
|
|
|
1206
2263
|
By: Sindre Sorhus
|
|
1207
2264
|
Repository: sindresorhus/import-cwd
|
|
1208
2265
|
|
|
2266
|
+
> MIT License
|
|
2267
|
+
>
|
|
2268
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
2269
|
+
>
|
|
2270
|
+
> 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:
|
|
2271
|
+
>
|
|
2272
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2273
|
+
>
|
|
2274
|
+
> 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.
|
|
2275
|
+
|
|
1209
2276
|
---------------------------------------
|
|
1210
2277
|
|
|
1211
2278
|
## import-from
|
|
@@ -1213,6 +2280,16 @@ License: MIT
|
|
|
1213
2280
|
By: Sindre Sorhus
|
|
1214
2281
|
Repository: sindresorhus/import-from
|
|
1215
2282
|
|
|
2283
|
+
> MIT License
|
|
2284
|
+
>
|
|
2285
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
2286
|
+
>
|
|
2287
|
+
> 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:
|
|
2288
|
+
>
|
|
2289
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2290
|
+
>
|
|
2291
|
+
> 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.
|
|
2292
|
+
|
|
1216
2293
|
---------------------------------------
|
|
1217
2294
|
|
|
1218
2295
|
## inflight
|
|
@@ -1220,12 +2297,44 @@ License: ISC
|
|
|
1220
2297
|
By: Isaac Z. Schlueter
|
|
1221
2298
|
Repository: https://github.com/npm/inflight.git
|
|
1222
2299
|
|
|
2300
|
+
> The ISC License
|
|
2301
|
+
>
|
|
2302
|
+
> Copyright (c) Isaac Z. Schlueter
|
|
2303
|
+
>
|
|
2304
|
+
> Permission to use, copy, modify, and/or distribute this software for any
|
|
2305
|
+
> purpose with or without fee is hereby granted, provided that the above
|
|
2306
|
+
> copyright notice and this permission notice appear in all copies.
|
|
2307
|
+
>
|
|
2308
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
2309
|
+
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
2310
|
+
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
2311
|
+
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
2312
|
+
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
2313
|
+
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
2314
|
+
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
2315
|
+
|
|
1223
2316
|
---------------------------------------
|
|
1224
2317
|
|
|
1225
2318
|
## inherits
|
|
1226
2319
|
License: ISC
|
|
1227
2320
|
Repository: git://github.com/isaacs/inherits
|
|
1228
2321
|
|
|
2322
|
+
> The ISC License
|
|
2323
|
+
>
|
|
2324
|
+
> Copyright (c) Isaac Z. Schlueter
|
|
2325
|
+
>
|
|
2326
|
+
> Permission to use, copy, modify, and/or distribute this software for any
|
|
2327
|
+
> purpose with or without fee is hereby granted, provided that the above
|
|
2328
|
+
> copyright notice and this permission notice appear in all copies.
|
|
2329
|
+
>
|
|
2330
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
2331
|
+
> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
2332
|
+
> FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
2333
|
+
> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
2334
|
+
> LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
2335
|
+
> OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
2336
|
+
> PERFORMANCE OF THIS SOFTWARE.
|
|
2337
|
+
|
|
1229
2338
|
---------------------------------------
|
|
1230
2339
|
|
|
1231
2340
|
## is-binary-path
|
|
@@ -1233,6 +2342,16 @@ License: MIT
|
|
|
1233
2342
|
By: Sindre Sorhus
|
|
1234
2343
|
Repository: sindresorhus/is-binary-path
|
|
1235
2344
|
|
|
2345
|
+
> MIT License
|
|
2346
|
+
>
|
|
2347
|
+
> Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
|
|
2348
|
+
>
|
|
2349
|
+
> 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:
|
|
2350
|
+
>
|
|
2351
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2352
|
+
>
|
|
2353
|
+
> 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.
|
|
2354
|
+
|
|
1236
2355
|
---------------------------------------
|
|
1237
2356
|
|
|
1238
2357
|
## is-docker
|
|
@@ -1240,6 +2359,16 @@ License: MIT
|
|
|
1240
2359
|
By: Sindre Sorhus
|
|
1241
2360
|
Repository: sindresorhus/is-docker
|
|
1242
2361
|
|
|
2362
|
+
> MIT License
|
|
2363
|
+
>
|
|
2364
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2365
|
+
>
|
|
2366
|
+
> 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:
|
|
2367
|
+
>
|
|
2368
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2369
|
+
>
|
|
2370
|
+
> 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.
|
|
2371
|
+
|
|
1243
2372
|
---------------------------------------
|
|
1244
2373
|
|
|
1245
2374
|
## is-extglob
|
|
@@ -1247,6 +2376,28 @@ License: MIT
|
|
|
1247
2376
|
By: Jon Schlinkert
|
|
1248
2377
|
Repository: jonschlinkert/is-extglob
|
|
1249
2378
|
|
|
2379
|
+
> The MIT License (MIT)
|
|
2380
|
+
>
|
|
2381
|
+
> Copyright (c) 2014-2016, Jon Schlinkert
|
|
2382
|
+
>
|
|
2383
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2384
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2385
|
+
> in the Software without restriction, including without limitation the rights
|
|
2386
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2387
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2388
|
+
> furnished to do so, subject to the following conditions:
|
|
2389
|
+
>
|
|
2390
|
+
> The above copyright notice and this permission notice shall be included in
|
|
2391
|
+
> all copies or substantial portions of the Software.
|
|
2392
|
+
>
|
|
2393
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2394
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2395
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2396
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2397
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2398
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2399
|
+
> THE SOFTWARE.
|
|
2400
|
+
|
|
1250
2401
|
---------------------------------------
|
|
1251
2402
|
|
|
1252
2403
|
## is-glob
|
|
@@ -1254,6 +2405,28 @@ License: MIT
|
|
|
1254
2405
|
By: Jon Schlinkert, Brian Woodward, Daniel Perez
|
|
1255
2406
|
Repository: micromatch/is-glob
|
|
1256
2407
|
|
|
2408
|
+
> The MIT License (MIT)
|
|
2409
|
+
>
|
|
2410
|
+
> Copyright (c) 2014-2017, Jon Schlinkert.
|
|
2411
|
+
>
|
|
2412
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2413
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2414
|
+
> in the Software without restriction, including without limitation the rights
|
|
2415
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2416
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2417
|
+
> furnished to do so, subject to the following conditions:
|
|
2418
|
+
>
|
|
2419
|
+
> The above copyright notice and this permission notice shall be included in
|
|
2420
|
+
> all copies or substantial portions of the Software.
|
|
2421
|
+
>
|
|
2422
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2423
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2424
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2425
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2426
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2427
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2428
|
+
> THE SOFTWARE.
|
|
2429
|
+
|
|
1257
2430
|
---------------------------------------
|
|
1258
2431
|
|
|
1259
2432
|
## is-number
|
|
@@ -1261,6 +2434,28 @@ License: MIT
|
|
|
1261
2434
|
By: Jon Schlinkert, Olsten Larck, Rouven Weßling
|
|
1262
2435
|
Repository: jonschlinkert/is-number
|
|
1263
2436
|
|
|
2437
|
+
> The MIT License (MIT)
|
|
2438
|
+
>
|
|
2439
|
+
> Copyright (c) 2014-present, Jon Schlinkert.
|
|
2440
|
+
>
|
|
2441
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2442
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2443
|
+
> in the Software without restriction, including without limitation the rights
|
|
2444
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2445
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2446
|
+
> furnished to do so, subject to the following conditions:
|
|
2447
|
+
>
|
|
2448
|
+
> The above copyright notice and this permission notice shall be included in
|
|
2449
|
+
> all copies or substantial portions of the Software.
|
|
2450
|
+
>
|
|
2451
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2452
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2453
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2454
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2455
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2456
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2457
|
+
> THE SOFTWARE.
|
|
2458
|
+
|
|
1264
2459
|
---------------------------------------
|
|
1265
2460
|
|
|
1266
2461
|
## is-reference
|
|
@@ -1275,6 +2470,16 @@ License: MIT
|
|
|
1275
2470
|
By: Sindre Sorhus
|
|
1276
2471
|
Repository: sindresorhus/is-stream
|
|
1277
2472
|
|
|
2473
|
+
> MIT License
|
|
2474
|
+
>
|
|
2475
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2476
|
+
>
|
|
2477
|
+
> 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:
|
|
2478
|
+
>
|
|
2479
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2480
|
+
>
|
|
2481
|
+
> 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.
|
|
2482
|
+
|
|
1278
2483
|
---------------------------------------
|
|
1279
2484
|
|
|
1280
2485
|
## is-wsl
|
|
@@ -1282,6 +2487,16 @@ License: MIT
|
|
|
1282
2487
|
By: Sindre Sorhus
|
|
1283
2488
|
Repository: sindresorhus/is-wsl
|
|
1284
2489
|
|
|
2490
|
+
> MIT License
|
|
2491
|
+
>
|
|
2492
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
2493
|
+
>
|
|
2494
|
+
> 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:
|
|
2495
|
+
>
|
|
2496
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2497
|
+
>
|
|
2498
|
+
> 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.
|
|
2499
|
+
|
|
1285
2500
|
---------------------------------------
|
|
1286
2501
|
|
|
1287
2502
|
## isexe
|
|
@@ -1289,6 +2504,22 @@ License: ISC
|
|
|
1289
2504
|
By: Isaac Z. Schlueter
|
|
1290
2505
|
Repository: git+https://github.com/isaacs/isexe.git
|
|
1291
2506
|
|
|
2507
|
+
> The ISC License
|
|
2508
|
+
>
|
|
2509
|
+
> Copyright (c) Isaac Z. Schlueter and Contributors
|
|
2510
|
+
>
|
|
2511
|
+
> Permission to use, copy, modify, and/or distribute this software for any
|
|
2512
|
+
> purpose with or without fee is hereby granted, provided that the above
|
|
2513
|
+
> copyright notice and this permission notice appear in all copies.
|
|
2514
|
+
>
|
|
2515
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
2516
|
+
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
2517
|
+
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
2518
|
+
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
2519
|
+
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
2520
|
+
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
2521
|
+
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
2522
|
+
|
|
1292
2523
|
---------------------------------------
|
|
1293
2524
|
|
|
1294
2525
|
## json5
|
|
@@ -1296,6 +2527,30 @@ License: MIT
|
|
|
1296
2527
|
By: Aseem Kishore, Max Nanasy, Andrew Eisenberg, Jordan Tucker
|
|
1297
2528
|
Repository: git+https://github.com/json5/json5.git
|
|
1298
2529
|
|
|
2530
|
+
> MIT License
|
|
2531
|
+
>
|
|
2532
|
+
> Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2533
|
+
>
|
|
2534
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2535
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2536
|
+
> in the Software without restriction, including without limitation the rights
|
|
2537
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2538
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2539
|
+
> furnished to do so, subject to the following conditions:
|
|
2540
|
+
>
|
|
2541
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
2542
|
+
> copies or substantial portions of the Software.
|
|
2543
|
+
>
|
|
2544
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2545
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2546
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2547
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2548
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2549
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2550
|
+
> SOFTWARE.
|
|
2551
|
+
>
|
|
2552
|
+
> [others]: https://github.com/json5/json5/contributors
|
|
2553
|
+
|
|
1299
2554
|
---------------------------------------
|
|
1300
2555
|
|
|
1301
2556
|
## launch-editor
|
|
@@ -1324,6 +2579,27 @@ License: MIT
|
|
|
1324
2579
|
By: Tobias Koppers @sokra
|
|
1325
2580
|
Repository: https://github.com/webpack/loader-utils.git
|
|
1326
2581
|
|
|
2582
|
+
> Copyright JS Foundation and other contributors
|
|
2583
|
+
>
|
|
2584
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
2585
|
+
> a copy of this software and associated documentation files (the
|
|
2586
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
2587
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
2588
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
2589
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
2590
|
+
> the following conditions:
|
|
2591
|
+
>
|
|
2592
|
+
> The above copyright notice and this permission notice shall be
|
|
2593
|
+
> included in all copies or substantial portions of the Software.
|
|
2594
|
+
>
|
|
2595
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
2596
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2597
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
2598
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2599
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
2600
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
2601
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2602
|
+
|
|
1327
2603
|
---------------------------------------
|
|
1328
2604
|
|
|
1329
2605
|
## lodash.camelcase
|
|
@@ -1331,6 +2607,54 @@ License: MIT
|
|
|
1331
2607
|
By: John-David Dalton, Blaine Bublitz, Mathias Bynens
|
|
1332
2608
|
Repository: lodash/lodash
|
|
1333
2609
|
|
|
2610
|
+
> Copyright jQuery Foundation and other contributors <https://jquery.org/>
|
|
2611
|
+
>
|
|
2612
|
+
> Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
2613
|
+
> DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
|
2614
|
+
>
|
|
2615
|
+
> This software consists of voluntary contributions made by many
|
|
2616
|
+
> individuals. For exact contribution history, see the revision history
|
|
2617
|
+
> available at https://github.com/lodash/lodash
|
|
2618
|
+
>
|
|
2619
|
+
> The following license applies to all parts of this software except as
|
|
2620
|
+
> documented below:
|
|
2621
|
+
>
|
|
2622
|
+
> ====
|
|
2623
|
+
>
|
|
2624
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
2625
|
+
> a copy of this software and associated documentation files (the
|
|
2626
|
+
> "Software"), to deal in the Software without restriction, including
|
|
2627
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
2628
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
2629
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
2630
|
+
> the following conditions:
|
|
2631
|
+
>
|
|
2632
|
+
> The above copyright notice and this permission notice shall be
|
|
2633
|
+
> included in all copies or substantial portions of the Software.
|
|
2634
|
+
>
|
|
2635
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2636
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2637
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2638
|
+
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2639
|
+
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2640
|
+
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2641
|
+
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2642
|
+
>
|
|
2643
|
+
> ====
|
|
2644
|
+
>
|
|
2645
|
+
> Copyright and related rights for sample code are waived via CC0. Sample
|
|
2646
|
+
> code is defined as all source code displayed within the prose of the
|
|
2647
|
+
> documentation.
|
|
2648
|
+
>
|
|
2649
|
+
> CC0: http://creativecommons.org/publicdomain/zero/1.0/
|
|
2650
|
+
>
|
|
2651
|
+
> ====
|
|
2652
|
+
>
|
|
2653
|
+
> Files located in the node_modules and vendor directories are externally
|
|
2654
|
+
> maintained libraries used by this software which have their own
|
|
2655
|
+
> licenses; we recommend you read them, as their terms may differ from the
|
|
2656
|
+
> terms above.
|
|
2657
|
+
|
|
1334
2658
|
---------------------------------------
|
|
1335
2659
|
|
|
1336
2660
|
## magic-string
|
|
@@ -1353,12 +2677,56 @@ License: MIT
|
|
|
1353
2677
|
By: Stephen Sugden
|
|
1354
2678
|
Repository: grncdr/merge-stream
|
|
1355
2679
|
|
|
2680
|
+
> The MIT License (MIT)
|
|
2681
|
+
>
|
|
2682
|
+
> Copyright (c) Stephen Sugden <me@stephensugden.com> (stephensugden.com)
|
|
2683
|
+
>
|
|
2684
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2685
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2686
|
+
> in the Software without restriction, including without limitation the rights
|
|
2687
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2688
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2689
|
+
> furnished to do so, subject to the following conditions:
|
|
2690
|
+
>
|
|
2691
|
+
> The above copyright notice and this permission notice shall be included in
|
|
2692
|
+
> all copies or substantial portions of the Software.
|
|
2693
|
+
>
|
|
2694
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2695
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2696
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2697
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2698
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2699
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2700
|
+
> THE SOFTWARE.
|
|
2701
|
+
|
|
1356
2702
|
---------------------------------------
|
|
1357
2703
|
|
|
1358
2704
|
## merge2
|
|
1359
2705
|
License: MIT
|
|
1360
2706
|
Repository: git@github.com:teambition/merge2.git
|
|
1361
2707
|
|
|
2708
|
+
> The MIT License (MIT)
|
|
2709
|
+
>
|
|
2710
|
+
> Copyright (c) 2014-2020 Teambition
|
|
2711
|
+
>
|
|
2712
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2713
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2714
|
+
> in the Software without restriction, including without limitation the rights
|
|
2715
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2716
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2717
|
+
> furnished to do so, subject to the following conditions:
|
|
2718
|
+
>
|
|
2719
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
2720
|
+
> copies or substantial portions of the Software.
|
|
2721
|
+
>
|
|
2722
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2723
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2724
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2725
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2726
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2727
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2728
|
+
> SOFTWARE.
|
|
2729
|
+
|
|
1362
2730
|
---------------------------------------
|
|
1363
2731
|
|
|
1364
2732
|
## micromatch
|
|
@@ -1366,6 +2734,28 @@ License: MIT
|
|
|
1366
2734
|
By: Jon Schlinkert, Amila Welihinda, Bogdan Chadkin, Brian Woodward, Devon Govett, Elan Shanker, Fabrício Matté, Martin Kolárik, Olsten Larck, Paul Miller, Tom Byrer, Tyler Akins, Peter Bright, Kuba Juszczyk
|
|
1367
2735
|
Repository: micromatch/micromatch
|
|
1368
2736
|
|
|
2737
|
+
> The MIT License (MIT)
|
|
2738
|
+
>
|
|
2739
|
+
> Copyright (c) 2014-present, Jon Schlinkert.
|
|
2740
|
+
>
|
|
2741
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2742
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2743
|
+
> in the Software without restriction, including without limitation the rights
|
|
2744
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2745
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2746
|
+
> furnished to do so, subject to the following conditions:
|
|
2747
|
+
>
|
|
2748
|
+
> The above copyright notice and this permission notice shall be included in
|
|
2749
|
+
> all copies or substantial portions of the Software.
|
|
2750
|
+
>
|
|
2751
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2752
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2753
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2754
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2755
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2756
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2757
|
+
> THE SOFTWARE.
|
|
2758
|
+
|
|
1369
2759
|
---------------------------------------
|
|
1370
2760
|
|
|
1371
2761
|
## mime
|
|
@@ -1402,6 +2792,28 @@ License: MIT
|
|
|
1402
2792
|
By: Douglas Christopher Wilson, Jonathan Ong, Robert Kieffer
|
|
1403
2793
|
Repository: jshttp/mime-db
|
|
1404
2794
|
|
|
2795
|
+
> The MIT License (MIT)
|
|
2796
|
+
>
|
|
2797
|
+
> Copyright (c) 2014 Jonathan Ong me@jongleberry.com
|
|
2798
|
+
>
|
|
2799
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2800
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2801
|
+
> in the Software without restriction, including without limitation the rights
|
|
2802
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2803
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2804
|
+
> furnished to do so, subject to the following conditions:
|
|
2805
|
+
>
|
|
2806
|
+
> The above copyright notice and this permission notice shall be included in
|
|
2807
|
+
> all copies or substantial portions of the Software.
|
|
2808
|
+
>
|
|
2809
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2810
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2811
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2812
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2813
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2814
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2815
|
+
> THE SOFTWARE.
|
|
2816
|
+
|
|
1405
2817
|
---------------------------------------
|
|
1406
2818
|
|
|
1407
2819
|
## mime-types
|
|
@@ -1440,6 +2852,16 @@ License: MIT
|
|
|
1440
2852
|
By: Sindre Sorhus
|
|
1441
2853
|
Repository: sindresorhus/mimic-fn
|
|
1442
2854
|
|
|
2855
|
+
> MIT License
|
|
2856
|
+
>
|
|
2857
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
2858
|
+
>
|
|
2859
|
+
> 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:
|
|
2860
|
+
>
|
|
2861
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2862
|
+
>
|
|
2863
|
+
> 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.
|
|
2864
|
+
|
|
1443
2865
|
---------------------------------------
|
|
1444
2866
|
|
|
1445
2867
|
## minimatch
|
|
@@ -1469,6 +2891,28 @@ Repository: git://github.com/isaacs/minimatch.git
|
|
|
1469
2891
|
License: MIT
|
|
1470
2892
|
Repository: zeit/ms
|
|
1471
2893
|
|
|
2894
|
+
> The MIT License (MIT)
|
|
2895
|
+
>
|
|
2896
|
+
> Copyright (c) 2016 Zeit, Inc.
|
|
2897
|
+
>
|
|
2898
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2899
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2900
|
+
> in the Software without restriction, including without limitation the rights
|
|
2901
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2902
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2903
|
+
> furnished to do so, subject to the following conditions:
|
|
2904
|
+
>
|
|
2905
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
2906
|
+
> copies or substantial portions of the Software.
|
|
2907
|
+
>
|
|
2908
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2909
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2910
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2911
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2912
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2913
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2914
|
+
> SOFTWARE.
|
|
2915
|
+
|
|
1472
2916
|
---------------------------------------
|
|
1473
2917
|
|
|
1474
2918
|
## negotiator
|
|
@@ -1476,6 +2920,31 @@ License: MIT
|
|
|
1476
2920
|
By: Douglas Christopher Wilson, Federico Romero, Isaac Z. Schlueter
|
|
1477
2921
|
Repository: jshttp/negotiator
|
|
1478
2922
|
|
|
2923
|
+
> (The MIT License)
|
|
2924
|
+
>
|
|
2925
|
+
> Copyright (c) 2012-2014 Federico Romero
|
|
2926
|
+
> Copyright (c) 2012-2014 Isaac Z. Schlueter
|
|
2927
|
+
> Copyright (c) 2014-2015 Douglas Christopher Wilson
|
|
2928
|
+
>
|
|
2929
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
2930
|
+
> a copy of this software and associated documentation files (the
|
|
2931
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
2932
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
2933
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
2934
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
2935
|
+
> the following conditions:
|
|
2936
|
+
>
|
|
2937
|
+
> The above copyright notice and this permission notice shall be
|
|
2938
|
+
> included in all copies or substantial portions of the Software.
|
|
2939
|
+
>
|
|
2940
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
2941
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2942
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
2943
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2944
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
2945
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
2946
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2947
|
+
|
|
1479
2948
|
---------------------------------------
|
|
1480
2949
|
|
|
1481
2950
|
## node-forge
|
|
@@ -1483,6 +2952,337 @@ License: (BSD-3-Clause OR GPL-2.0)
|
|
|
1483
2952
|
By: Digital Bazaar, Inc., Dave Longley, David I. Lehn, Stefan Siegl, Christoph Dorn
|
|
1484
2953
|
Repository: https://github.com/digitalbazaar/forge
|
|
1485
2954
|
|
|
2955
|
+
> You may use the Forge project under the terms of either the BSD License or the
|
|
2956
|
+
> GNU General Public License (GPL) Version 2.
|
|
2957
|
+
>
|
|
2958
|
+
> The BSD License is recommended for most projects. It is simple and easy to
|
|
2959
|
+
> understand and it places almost no restrictions on what you can do with the
|
|
2960
|
+
> Forge project.
|
|
2961
|
+
>
|
|
2962
|
+
> If the GPL suits your project better you are also free to use Forge under
|
|
2963
|
+
> that license.
|
|
2964
|
+
>
|
|
2965
|
+
> You don't have to do anything special to choose one license or the other and
|
|
2966
|
+
> you don't have to notify anyone which license you are using. You are free to
|
|
2967
|
+
> use this project in commercial projects as long as the copyright header is
|
|
2968
|
+
> left intact.
|
|
2969
|
+
>
|
|
2970
|
+
> If you are a commercial entity and use this set of libraries in your
|
|
2971
|
+
> commercial software then reasonable payment to Digital Bazaar, if you can
|
|
2972
|
+
> afford it, is not required but is expected and would be appreciated. If this
|
|
2973
|
+
> library saves you time, then it's saving you money. The cost of developing
|
|
2974
|
+
> the Forge software was on the order of several hundred hours and tens of
|
|
2975
|
+
> thousands of dollars. We are attempting to strike a balance between helping
|
|
2976
|
+
> the development community while not being taken advantage of by lucrative
|
|
2977
|
+
> commercial entities for our efforts.
|
|
2978
|
+
>
|
|
2979
|
+
> -------------------------------------------------------------------------------
|
|
2980
|
+
> New BSD License (3-clause)
|
|
2981
|
+
> Copyright (c) 2010, Digital Bazaar, Inc.
|
|
2982
|
+
> All rights reserved.
|
|
2983
|
+
>
|
|
2984
|
+
> Redistribution and use in source and binary forms, with or without
|
|
2985
|
+
> modification, are permitted provided that the following conditions are met:
|
|
2986
|
+
> * Redistributions of source code must retain the above copyright
|
|
2987
|
+
> notice, this list of conditions and the following disclaimer.
|
|
2988
|
+
> * Redistributions in binary form must reproduce the above copyright
|
|
2989
|
+
> notice, this list of conditions and the following disclaimer in the
|
|
2990
|
+
> documentation and/or other materials provided with the distribution.
|
|
2991
|
+
> * Neither the name of Digital Bazaar, Inc. nor the
|
|
2992
|
+
> names of its contributors may be used to endorse or promote products
|
|
2993
|
+
> derived from this software without specific prior written permission.
|
|
2994
|
+
>
|
|
2995
|
+
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
2996
|
+
> ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
2997
|
+
> WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
2998
|
+
> DISCLAIMED. IN NO EVENT SHALL DIGITAL BAZAAR BE LIABLE FOR ANY
|
|
2999
|
+
> DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
3000
|
+
> (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
3001
|
+
> LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
3002
|
+
> ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
3003
|
+
> (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
3004
|
+
> SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
3005
|
+
>
|
|
3006
|
+
> -------------------------------------------------------------------------------
|
|
3007
|
+
> GNU GENERAL PUBLIC LICENSE
|
|
3008
|
+
> Version 2, June 1991
|
|
3009
|
+
>
|
|
3010
|
+
> Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
|
3011
|
+
> 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
3012
|
+
> Everyone is permitted to copy and distribute verbatim copies
|
|
3013
|
+
> of this license document, but changing it is not allowed.
|
|
3014
|
+
>
|
|
3015
|
+
> Preamble
|
|
3016
|
+
>
|
|
3017
|
+
> The licenses for most software are designed to take away your
|
|
3018
|
+
> freedom to share and change it. By contrast, the GNU General Public
|
|
3019
|
+
> License is intended to guarantee your freedom to share and change free
|
|
3020
|
+
> software--to make sure the software is free for all its users. This
|
|
3021
|
+
> General Public License applies to most of the Free Software
|
|
3022
|
+
> Foundation's software and to any other program whose authors commit to
|
|
3023
|
+
> using it. (Some other Free Software Foundation software is covered by
|
|
3024
|
+
> the GNU Lesser General Public License instead.) You can apply it to
|
|
3025
|
+
> your programs, too.
|
|
3026
|
+
>
|
|
3027
|
+
> When we speak of free software, we are referring to freedom, not
|
|
3028
|
+
> price. Our General Public Licenses are designed to make sure that you
|
|
3029
|
+
> have the freedom to distribute copies of free software (and charge for
|
|
3030
|
+
> this service if you wish), that you receive source code or can get it
|
|
3031
|
+
> if you want it, that you can change the software or use pieces of it
|
|
3032
|
+
> in new free programs; and that you know you can do these things.
|
|
3033
|
+
>
|
|
3034
|
+
> To protect your rights, we need to make restrictions that forbid
|
|
3035
|
+
> anyone to deny you these rights or to ask you to surrender the rights.
|
|
3036
|
+
> These restrictions translate to certain responsibilities for you if you
|
|
3037
|
+
> distribute copies of the software, or if you modify it.
|
|
3038
|
+
>
|
|
3039
|
+
> For example, if you distribute copies of such a program, whether
|
|
3040
|
+
> gratis or for a fee, you must give the recipients all the rights that
|
|
3041
|
+
> you have. You must make sure that they, too, receive or can get the
|
|
3042
|
+
> source code. And you must show them these terms so they know their
|
|
3043
|
+
> rights.
|
|
3044
|
+
>
|
|
3045
|
+
> We protect your rights with two steps: (1) copyright the software, and
|
|
3046
|
+
> (2) offer you this license which gives you legal permission to copy,
|
|
3047
|
+
> distribute and/or modify the software.
|
|
3048
|
+
>
|
|
3049
|
+
> Also, for each author's protection and ours, we want to make certain
|
|
3050
|
+
> that everyone understands that there is no warranty for this free
|
|
3051
|
+
> software. If the software is modified by someone else and passed on, we
|
|
3052
|
+
> want its recipients to know that what they have is not the original, so
|
|
3053
|
+
> that any problems introduced by others will not reflect on the original
|
|
3054
|
+
> authors' reputations.
|
|
3055
|
+
>
|
|
3056
|
+
> Finally, any free program is threatened constantly by software
|
|
3057
|
+
> patents. We wish to avoid the danger that redistributors of a free
|
|
3058
|
+
> program will individually obtain patent licenses, in effect making the
|
|
3059
|
+
> program proprietary. To prevent this, we have made it clear that any
|
|
3060
|
+
> patent must be licensed for everyone's free use or not licensed at all.
|
|
3061
|
+
>
|
|
3062
|
+
> The precise terms and conditions for copying, distribution and
|
|
3063
|
+
> modification follow.
|
|
3064
|
+
>
|
|
3065
|
+
> GNU GENERAL PUBLIC LICENSE
|
|
3066
|
+
> TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
3067
|
+
>
|
|
3068
|
+
> 0. This License applies to any program or other work which contains
|
|
3069
|
+
> a notice placed by the copyright holder saying it may be distributed
|
|
3070
|
+
> under the terms of this General Public License. The "Program", below,
|
|
3071
|
+
> refers to any such program or work, and a "work based on the Program"
|
|
3072
|
+
> means either the Program or any derivative work under copyright law:
|
|
3073
|
+
> that is to say, a work containing the Program or a portion of it,
|
|
3074
|
+
> either verbatim or with modifications and/or translated into another
|
|
3075
|
+
> language. (Hereinafter, translation is included without limitation in
|
|
3076
|
+
> the term "modification".) Each licensee is addressed as "you".
|
|
3077
|
+
>
|
|
3078
|
+
> Activities other than copying, distribution and modification are not
|
|
3079
|
+
> covered by this License; they are outside its scope. The act of
|
|
3080
|
+
> running the Program is not restricted, and the output from the Program
|
|
3081
|
+
> is covered only if its contents constitute a work based on the
|
|
3082
|
+
> Program (independent of having been made by running the Program).
|
|
3083
|
+
> Whether that is true depends on what the Program does.
|
|
3084
|
+
>
|
|
3085
|
+
> 1. You may copy and distribute verbatim copies of the Program's
|
|
3086
|
+
> source code as you receive it, in any medium, provided that you
|
|
3087
|
+
> conspicuously and appropriately publish on each copy an appropriate
|
|
3088
|
+
> copyright notice and disclaimer of warranty; keep intact all the
|
|
3089
|
+
> notices that refer to this License and to the absence of any warranty;
|
|
3090
|
+
> and give any other recipients of the Program a copy of this License
|
|
3091
|
+
> along with the Program.
|
|
3092
|
+
>
|
|
3093
|
+
> You may charge a fee for the physical act of transferring a copy, and
|
|
3094
|
+
> you may at your option offer warranty protection in exchange for a fee.
|
|
3095
|
+
>
|
|
3096
|
+
> 2. You may modify your copy or copies of the Program or any portion
|
|
3097
|
+
> of it, thus forming a work based on the Program, and copy and
|
|
3098
|
+
> distribute such modifications or work under the terms of Section 1
|
|
3099
|
+
> above, provided that you also meet all of these conditions:
|
|
3100
|
+
>
|
|
3101
|
+
> a) You must cause the modified files to carry prominent notices
|
|
3102
|
+
> stating that you changed the files and the date of any change.
|
|
3103
|
+
>
|
|
3104
|
+
> b) You must cause any work that you distribute or publish, that in
|
|
3105
|
+
> whole or in part contains or is derived from the Program or any
|
|
3106
|
+
> part thereof, to be licensed as a whole at no charge to all third
|
|
3107
|
+
> parties under the terms of this License.
|
|
3108
|
+
>
|
|
3109
|
+
> c) If the modified program normally reads commands interactively
|
|
3110
|
+
> when run, you must cause it, when started running for such
|
|
3111
|
+
> interactive use in the most ordinary way, to print or display an
|
|
3112
|
+
> announcement including an appropriate copyright notice and a
|
|
3113
|
+
> notice that there is no warranty (or else, saying that you provide
|
|
3114
|
+
> a warranty) and that users may redistribute the program under
|
|
3115
|
+
> these conditions, and telling the user how to view a copy of this
|
|
3116
|
+
> License. (Exception: if the Program itself is interactive but
|
|
3117
|
+
> does not normally print such an announcement, your work based on
|
|
3118
|
+
> the Program is not required to print an announcement.)
|
|
3119
|
+
>
|
|
3120
|
+
> These requirements apply to the modified work as a whole. If
|
|
3121
|
+
> identifiable sections of that work are not derived from the Program,
|
|
3122
|
+
> and can be reasonably considered independent and separate works in
|
|
3123
|
+
> themselves, then this License, and its terms, do not apply to those
|
|
3124
|
+
> sections when you distribute them as separate works. But when you
|
|
3125
|
+
> distribute the same sections as part of a whole which is a work based
|
|
3126
|
+
> on the Program, the distribution of the whole must be on the terms of
|
|
3127
|
+
> this License, whose permissions for other licensees extend to the
|
|
3128
|
+
> entire whole, and thus to each and every part regardless of who wrote it.
|
|
3129
|
+
>
|
|
3130
|
+
> Thus, it is not the intent of this section to claim rights or contest
|
|
3131
|
+
> your rights to work written entirely by you; rather, the intent is to
|
|
3132
|
+
> exercise the right to control the distribution of derivative or
|
|
3133
|
+
> collective works based on the Program.
|
|
3134
|
+
>
|
|
3135
|
+
> In addition, mere aggregation of another work not based on the Program
|
|
3136
|
+
> with the Program (or with a work based on the Program) on a volume of
|
|
3137
|
+
> a storage or distribution medium does not bring the other work under
|
|
3138
|
+
> the scope of this License.
|
|
3139
|
+
>
|
|
3140
|
+
> 3. You may copy and distribute the Program (or a work based on it,
|
|
3141
|
+
> under Section 2) in object code or executable form under the terms of
|
|
3142
|
+
> Sections 1 and 2 above provided that you also do one of the following:
|
|
3143
|
+
>
|
|
3144
|
+
> a) Accompany it with the complete corresponding machine-readable
|
|
3145
|
+
> source code, which must be distributed under the terms of Sections
|
|
3146
|
+
> 1 and 2 above on a medium customarily used for software interchange; or,
|
|
3147
|
+
>
|
|
3148
|
+
> b) Accompany it with a written offer, valid for at least three
|
|
3149
|
+
> years, to give any third party, for a charge no more than your
|
|
3150
|
+
> cost of physically performing source distribution, a complete
|
|
3151
|
+
> machine-readable copy of the corresponding source code, to be
|
|
3152
|
+
> distributed under the terms of Sections 1 and 2 above on a medium
|
|
3153
|
+
> customarily used for software interchange; or,
|
|
3154
|
+
>
|
|
3155
|
+
> c) Accompany it with the information you received as to the offer
|
|
3156
|
+
> to distribute corresponding source code. (This alternative is
|
|
3157
|
+
> allowed only for noncommercial distribution and only if you
|
|
3158
|
+
> received the program in object code or executable form with such
|
|
3159
|
+
> an offer, in accord with Subsection b above.)
|
|
3160
|
+
>
|
|
3161
|
+
> The source code for a work means the preferred form of the work for
|
|
3162
|
+
> making modifications to it. For an executable work, complete source
|
|
3163
|
+
> code means all the source code for all modules it contains, plus any
|
|
3164
|
+
> associated interface definition files, plus the scripts used to
|
|
3165
|
+
> control compilation and installation of the executable. However, as a
|
|
3166
|
+
> special exception, the source code distributed need not include
|
|
3167
|
+
> anything that is normally distributed (in either source or binary
|
|
3168
|
+
> form) with the major components (compiler, kernel, and so on) of the
|
|
3169
|
+
> operating system on which the executable runs, unless that component
|
|
3170
|
+
> itself accompanies the executable.
|
|
3171
|
+
>
|
|
3172
|
+
> If distribution of executable or object code is made by offering
|
|
3173
|
+
> access to copy from a designated place, then offering equivalent
|
|
3174
|
+
> access to copy the source code from the same place counts as
|
|
3175
|
+
> distribution of the source code, even though third parties are not
|
|
3176
|
+
> compelled to copy the source along with the object code.
|
|
3177
|
+
>
|
|
3178
|
+
> 4. You may not copy, modify, sublicense, or distribute the Program
|
|
3179
|
+
> except as expressly provided under this License. Any attempt
|
|
3180
|
+
> otherwise to copy, modify, sublicense or distribute the Program is
|
|
3181
|
+
> void, and will automatically terminate your rights under this License.
|
|
3182
|
+
> However, parties who have received copies, or rights, from you under
|
|
3183
|
+
> this License will not have their licenses terminated so long as such
|
|
3184
|
+
> parties remain in full compliance.
|
|
3185
|
+
>
|
|
3186
|
+
> 5. You are not required to accept this License, since you have not
|
|
3187
|
+
> signed it. However, nothing else grants you permission to modify or
|
|
3188
|
+
> distribute the Program or its derivative works. These actions are
|
|
3189
|
+
> prohibited by law if you do not accept this License. Therefore, by
|
|
3190
|
+
> modifying or distributing the Program (or any work based on the
|
|
3191
|
+
> Program), you indicate your acceptance of this License to do so, and
|
|
3192
|
+
> all its terms and conditions for copying, distributing or modifying
|
|
3193
|
+
> the Program or works based on it.
|
|
3194
|
+
>
|
|
3195
|
+
> 6. Each time you redistribute the Program (or any work based on the
|
|
3196
|
+
> Program), the recipient automatically receives a license from the
|
|
3197
|
+
> original licensor to copy, distribute or modify the Program subject to
|
|
3198
|
+
> these terms and conditions. You may not impose any further
|
|
3199
|
+
> restrictions on the recipients' exercise of the rights granted herein.
|
|
3200
|
+
> You are not responsible for enforcing compliance by third parties to
|
|
3201
|
+
> this License.
|
|
3202
|
+
>
|
|
3203
|
+
> 7. If, as a consequence of a court judgment or allegation of patent
|
|
3204
|
+
> infringement or for any other reason (not limited to patent issues),
|
|
3205
|
+
> conditions are imposed on you (whether by court order, agreement or
|
|
3206
|
+
> otherwise) that contradict the conditions of this License, they do not
|
|
3207
|
+
> excuse you from the conditions of this License. If you cannot
|
|
3208
|
+
> distribute so as to satisfy simultaneously your obligations under this
|
|
3209
|
+
> License and any other pertinent obligations, then as a consequence you
|
|
3210
|
+
> may not distribute the Program at all. For example, if a patent
|
|
3211
|
+
> license would not permit royalty-free redistribution of the Program by
|
|
3212
|
+
> all those who receive copies directly or indirectly through you, then
|
|
3213
|
+
> the only way you could satisfy both it and this License would be to
|
|
3214
|
+
> refrain entirely from distribution of the Program.
|
|
3215
|
+
>
|
|
3216
|
+
> If any portion of this section is held invalid or unenforceable under
|
|
3217
|
+
> any particular circumstance, the balance of the section is intended to
|
|
3218
|
+
> apply and the section as a whole is intended to apply in other
|
|
3219
|
+
> circumstances.
|
|
3220
|
+
>
|
|
3221
|
+
> It is not the purpose of this section to induce you to infringe any
|
|
3222
|
+
> patents or other property right claims or to contest validity of any
|
|
3223
|
+
> such claims; this section has the sole purpose of protecting the
|
|
3224
|
+
> integrity of the free software distribution system, which is
|
|
3225
|
+
> implemented by public license practices. Many people have made
|
|
3226
|
+
> generous contributions to the wide range of software distributed
|
|
3227
|
+
> through that system in reliance on consistent application of that
|
|
3228
|
+
> system; it is up to the author/donor to decide if he or she is willing
|
|
3229
|
+
> to distribute software through any other system and a licensee cannot
|
|
3230
|
+
> impose that choice.
|
|
3231
|
+
>
|
|
3232
|
+
> This section is intended to make thoroughly clear what is believed to
|
|
3233
|
+
> be a consequence of the rest of this License.
|
|
3234
|
+
>
|
|
3235
|
+
> 8. If the distribution and/or use of the Program is restricted in
|
|
3236
|
+
> certain countries either by patents or by copyrighted interfaces, the
|
|
3237
|
+
> original copyright holder who places the Program under this License
|
|
3238
|
+
> may add an explicit geographical distribution limitation excluding
|
|
3239
|
+
> those countries, so that distribution is permitted only in or among
|
|
3240
|
+
> countries not thus excluded. In such case, this License incorporates
|
|
3241
|
+
> the limitation as if written in the body of this License.
|
|
3242
|
+
>
|
|
3243
|
+
> 9. The Free Software Foundation may publish revised and/or new versions
|
|
3244
|
+
> of the General Public License from time to time. Such new versions will
|
|
3245
|
+
> be similar in spirit to the present version, but may differ in detail to
|
|
3246
|
+
> address new problems or concerns.
|
|
3247
|
+
>
|
|
3248
|
+
> Each version is given a distinguishing version number. If the Program
|
|
3249
|
+
> specifies a version number of this License which applies to it and "any
|
|
3250
|
+
> later version", you have the option of following the terms and conditions
|
|
3251
|
+
> either of that version or of any later version published by the Free
|
|
3252
|
+
> Software Foundation. If the Program does not specify a version number of
|
|
3253
|
+
> this License, you may choose any version ever published by the Free Software
|
|
3254
|
+
> Foundation.
|
|
3255
|
+
>
|
|
3256
|
+
> 10. If you wish to incorporate parts of the Program into other free
|
|
3257
|
+
> programs whose distribution conditions are different, write to the author
|
|
3258
|
+
> to ask for permission. For software which is copyrighted by the Free
|
|
3259
|
+
> Software Foundation, write to the Free Software Foundation; we sometimes
|
|
3260
|
+
> make exceptions for this. Our decision will be guided by the two goals
|
|
3261
|
+
> of preserving the free status of all derivatives of our free software and
|
|
3262
|
+
> of promoting the sharing and reuse of software generally.
|
|
3263
|
+
>
|
|
3264
|
+
> NO WARRANTY
|
|
3265
|
+
>
|
|
3266
|
+
> 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
|
3267
|
+
> FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
|
3268
|
+
> OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
|
3269
|
+
> PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
|
3270
|
+
> OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
|
3271
|
+
> MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
|
3272
|
+
> TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
|
3273
|
+
> PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
|
3274
|
+
> REPAIR OR CORRECTION.
|
|
3275
|
+
>
|
|
3276
|
+
> 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
|
3277
|
+
> WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
|
3278
|
+
> REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
|
3279
|
+
> INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
|
3280
|
+
> OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
|
3281
|
+
> TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
|
3282
|
+
> YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
|
3283
|
+
> PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
|
3284
|
+
> POSSIBILITY OF SUCH DAMAGES.
|
|
3285
|
+
|
|
1486
3286
|
---------------------------------------
|
|
1487
3287
|
|
|
1488
3288
|
## normalize-path
|
|
@@ -1490,6 +3290,28 @@ License: MIT
|
|
|
1490
3290
|
By: Jon Schlinkert, Blaine Bublitz
|
|
1491
3291
|
Repository: jonschlinkert/normalize-path
|
|
1492
3292
|
|
|
3293
|
+
> The MIT License (MIT)
|
|
3294
|
+
>
|
|
3295
|
+
> Copyright (c) 2014-2018, Jon Schlinkert.
|
|
3296
|
+
>
|
|
3297
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3298
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
3299
|
+
> in the Software without restriction, including without limitation the rights
|
|
3300
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3301
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
3302
|
+
> furnished to do so, subject to the following conditions:
|
|
3303
|
+
>
|
|
3304
|
+
> The above copyright notice and this permission notice shall be included in
|
|
3305
|
+
> all copies or substantial portions of the Software.
|
|
3306
|
+
>
|
|
3307
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3308
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3309
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3310
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3311
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3312
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3313
|
+
> THE SOFTWARE.
|
|
3314
|
+
|
|
1493
3315
|
---------------------------------------
|
|
1494
3316
|
|
|
1495
3317
|
## npm-run-path
|
|
@@ -1497,6 +3319,16 @@ License: MIT
|
|
|
1497
3319
|
By: Sindre Sorhus
|
|
1498
3320
|
Repository: sindresorhus/npm-run-path
|
|
1499
3321
|
|
|
3322
|
+
> MIT License
|
|
3323
|
+
>
|
|
3324
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3325
|
+
>
|
|
3326
|
+
> 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:
|
|
3327
|
+
>
|
|
3328
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3329
|
+
>
|
|
3330
|
+
> 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.
|
|
3331
|
+
|
|
1500
3332
|
---------------------------------------
|
|
1501
3333
|
|
|
1502
3334
|
## object-assign
|
|
@@ -1504,6 +3336,28 @@ License: MIT
|
|
|
1504
3336
|
By: Sindre Sorhus
|
|
1505
3337
|
Repository: sindresorhus/object-assign
|
|
1506
3338
|
|
|
3339
|
+
> The MIT License (MIT)
|
|
3340
|
+
>
|
|
3341
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3342
|
+
>
|
|
3343
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3344
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
3345
|
+
> in the Software without restriction, including without limitation the rights
|
|
3346
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3347
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
3348
|
+
> furnished to do so, subject to the following conditions:
|
|
3349
|
+
>
|
|
3350
|
+
> The above copyright notice and this permission notice shall be included in
|
|
3351
|
+
> all copies or substantial portions of the Software.
|
|
3352
|
+
>
|
|
3353
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3354
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3355
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3356
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3357
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3358
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3359
|
+
> THE SOFTWARE.
|
|
3360
|
+
|
|
1507
3361
|
---------------------------------------
|
|
1508
3362
|
|
|
1509
3363
|
## okie
|
|
@@ -1540,6 +3394,30 @@ License: MIT
|
|
|
1540
3394
|
By: Douglas Christopher Wilson, Jonathan Ong
|
|
1541
3395
|
Repository: jshttp/on-finished
|
|
1542
3396
|
|
|
3397
|
+
> (The MIT License)
|
|
3398
|
+
>
|
|
3399
|
+
> Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>
|
|
3400
|
+
> Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
3401
|
+
>
|
|
3402
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
3403
|
+
> a copy of this software and associated documentation files (the
|
|
3404
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
3405
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
3406
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
3407
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
3408
|
+
> the following conditions:
|
|
3409
|
+
>
|
|
3410
|
+
> The above copyright notice and this permission notice shall be
|
|
3411
|
+
> included in all copies or substantial portions of the Software.
|
|
3412
|
+
>
|
|
3413
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
3414
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3415
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3416
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3417
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
3418
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3419
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3420
|
+
|
|
1543
3421
|
---------------------------------------
|
|
1544
3422
|
|
|
1545
3423
|
## on-headers
|
|
@@ -1547,6 +3425,29 @@ License: MIT
|
|
|
1547
3425
|
By: Douglas Christopher Wilson
|
|
1548
3426
|
Repository: jshttp/on-headers
|
|
1549
3427
|
|
|
3428
|
+
> (The MIT License)
|
|
3429
|
+
>
|
|
3430
|
+
> Copyright (c) 2014 Douglas Christopher Wilson
|
|
3431
|
+
>
|
|
3432
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
3433
|
+
> a copy of this software and associated documentation files (the
|
|
3434
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
3435
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
3436
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
3437
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
3438
|
+
> the following conditions:
|
|
3439
|
+
>
|
|
3440
|
+
> The above copyright notice and this permission notice shall be
|
|
3441
|
+
> included in all copies or substantial portions of the Software.
|
|
3442
|
+
>
|
|
3443
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
3444
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3445
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3446
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3447
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
3448
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3449
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3450
|
+
|
|
1550
3451
|
---------------------------------------
|
|
1551
3452
|
|
|
1552
3453
|
## once
|
|
@@ -1554,6 +3455,22 @@ License: ISC
|
|
|
1554
3455
|
By: Isaac Z. Schlueter
|
|
1555
3456
|
Repository: git://github.com/isaacs/once
|
|
1556
3457
|
|
|
3458
|
+
> The ISC License
|
|
3459
|
+
>
|
|
3460
|
+
> Copyright (c) Isaac Z. Schlueter and Contributors
|
|
3461
|
+
>
|
|
3462
|
+
> Permission to use, copy, modify, and/or distribute this software for any
|
|
3463
|
+
> purpose with or without fee is hereby granted, provided that the above
|
|
3464
|
+
> copyright notice and this permission notice appear in all copies.
|
|
3465
|
+
>
|
|
3466
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
3467
|
+
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
3468
|
+
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
3469
|
+
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
3470
|
+
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
3471
|
+
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
3472
|
+
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
3473
|
+
|
|
1557
3474
|
---------------------------------------
|
|
1558
3475
|
|
|
1559
3476
|
## onetime
|
|
@@ -1561,6 +3478,16 @@ License: MIT
|
|
|
1561
3478
|
By: Sindre Sorhus
|
|
1562
3479
|
Repository: sindresorhus/onetime
|
|
1563
3480
|
|
|
3481
|
+
> MIT License
|
|
3482
|
+
>
|
|
3483
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3484
|
+
>
|
|
3485
|
+
> 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:
|
|
3486
|
+
>
|
|
3487
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3488
|
+
>
|
|
3489
|
+
> 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.
|
|
3490
|
+
|
|
1564
3491
|
---------------------------------------
|
|
1565
3492
|
|
|
1566
3493
|
## open
|
|
@@ -1585,6 +3512,30 @@ License: MIT
|
|
|
1585
3512
|
By: Douglas Christopher Wilson, Jonathan Ong
|
|
1586
3513
|
Repository: pillarjs/parseurl
|
|
1587
3514
|
|
|
3515
|
+
> (The MIT License)
|
|
3516
|
+
>
|
|
3517
|
+
> Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
|
|
3518
|
+
> Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
3519
|
+
>
|
|
3520
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
3521
|
+
> a copy of this software and associated documentation files (the
|
|
3522
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
3523
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
3524
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
3525
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
3526
|
+
> the following conditions:
|
|
3527
|
+
>
|
|
3528
|
+
> The above copyright notice and this permission notice shall be
|
|
3529
|
+
> included in all copies or substantial portions of the Software.
|
|
3530
|
+
>
|
|
3531
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
3532
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3533
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3534
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3535
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
3536
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3537
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3538
|
+
|
|
1588
3539
|
---------------------------------------
|
|
1589
3540
|
|
|
1590
3541
|
## path-is-absolute
|
|
@@ -1592,6 +3543,28 @@ License: MIT
|
|
|
1592
3543
|
By: Sindre Sorhus
|
|
1593
3544
|
Repository: sindresorhus/path-is-absolute
|
|
1594
3545
|
|
|
3546
|
+
> The MIT License (MIT)
|
|
3547
|
+
>
|
|
3548
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3549
|
+
>
|
|
3550
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3551
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
3552
|
+
> in the Software without restriction, including without limitation the rights
|
|
3553
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3554
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
3555
|
+
> furnished to do so, subject to the following conditions:
|
|
3556
|
+
>
|
|
3557
|
+
> The above copyright notice and this permission notice shall be included in
|
|
3558
|
+
> all copies or substantial portions of the Software.
|
|
3559
|
+
>
|
|
3560
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3561
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3562
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3563
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3564
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3565
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3566
|
+
> THE SOFTWARE.
|
|
3567
|
+
|
|
1595
3568
|
---------------------------------------
|
|
1596
3569
|
|
|
1597
3570
|
## path-key
|
|
@@ -1599,6 +3572,16 @@ License: MIT
|
|
|
1599
3572
|
By: Sindre Sorhus
|
|
1600
3573
|
Repository: sindresorhus/path-key
|
|
1601
3574
|
|
|
3575
|
+
> MIT License
|
|
3576
|
+
>
|
|
3577
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3578
|
+
>
|
|
3579
|
+
> 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:
|
|
3580
|
+
>
|
|
3581
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3582
|
+
>
|
|
3583
|
+
> 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.
|
|
3584
|
+
|
|
1602
3585
|
---------------------------------------
|
|
1603
3586
|
|
|
1604
3587
|
## path-type
|
|
@@ -1606,6 +3589,16 @@ License: MIT
|
|
|
1606
3589
|
By: Sindre Sorhus
|
|
1607
3590
|
Repository: sindresorhus/path-type
|
|
1608
3591
|
|
|
3592
|
+
> MIT License
|
|
3593
|
+
>
|
|
3594
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3595
|
+
>
|
|
3596
|
+
> 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:
|
|
3597
|
+
>
|
|
3598
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3599
|
+
>
|
|
3600
|
+
> 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.
|
|
3601
|
+
|
|
1609
3602
|
---------------------------------------
|
|
1610
3603
|
|
|
1611
3604
|
## periscopic
|
|
@@ -1627,6 +3620,28 @@ License: MIT
|
|
|
1627
3620
|
By: Jon Schlinkert
|
|
1628
3621
|
Repository: micromatch/picomatch
|
|
1629
3622
|
|
|
3623
|
+
> The MIT License (MIT)
|
|
3624
|
+
>
|
|
3625
|
+
> Copyright (c) 2017-present, Jon Schlinkert.
|
|
3626
|
+
>
|
|
3627
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3628
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
3629
|
+
> in the Software without restriction, including without limitation the rights
|
|
3630
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3631
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
3632
|
+
> furnished to do so, subject to the following conditions:
|
|
3633
|
+
>
|
|
3634
|
+
> The above copyright notice and this permission notice shall be included in
|
|
3635
|
+
> all copies or substantial portions of the Software.
|
|
3636
|
+
>
|
|
3637
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3638
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3639
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3640
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3641
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3642
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3643
|
+
> THE SOFTWARE.
|
|
3644
|
+
|
|
1630
3645
|
---------------------------------------
|
|
1631
3646
|
|
|
1632
3647
|
## pify
|
|
@@ -1634,6 +3649,28 @@ License: MIT
|
|
|
1634
3649
|
By: Sindre Sorhus
|
|
1635
3650
|
Repository: sindresorhus/pify
|
|
1636
3651
|
|
|
3652
|
+
> The MIT License (MIT)
|
|
3653
|
+
>
|
|
3654
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3655
|
+
>
|
|
3656
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3657
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
3658
|
+
> in the Software without restriction, including without limitation the rights
|
|
3659
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3660
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
3661
|
+
> furnished to do so, subject to the following conditions:
|
|
3662
|
+
>
|
|
3663
|
+
> The above copyright notice and this permission notice shall be included in
|
|
3664
|
+
> all copies or substantial portions of the Software.
|
|
3665
|
+
>
|
|
3666
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3667
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3668
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3669
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3670
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3671
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3672
|
+
> THE SOFTWARE.
|
|
3673
|
+
|
|
1637
3674
|
---------------------------------------
|
|
1638
3675
|
|
|
1639
3676
|
## postcss-import
|
|
@@ -1725,6 +3762,12 @@ License: ISC
|
|
|
1725
3762
|
By: Glen Maddern
|
|
1726
3763
|
Repository: https://github.com/css-modules/postcss-modules-extract-imports.git
|
|
1727
3764
|
|
|
3765
|
+
> Copyright 2015 Glen Maddern
|
|
3766
|
+
>
|
|
3767
|
+
> 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.
|
|
3768
|
+
>
|
|
3769
|
+
> 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.
|
|
3770
|
+
|
|
1728
3771
|
---------------------------------------
|
|
1729
3772
|
|
|
1730
3773
|
## postcss-modules-local-by-default
|
|
@@ -1732,6 +3775,27 @@ License: MIT
|
|
|
1732
3775
|
By: Mark Dalgleish
|
|
1733
3776
|
Repository: https://github.com/css-modules/postcss-modules-local-by-default.git
|
|
1734
3777
|
|
|
3778
|
+
> The MIT License (MIT)
|
|
3779
|
+
>
|
|
3780
|
+
> Copyright 2015 Mark Dalgleish <mark.john.dalgleish@gmail.com>
|
|
3781
|
+
>
|
|
3782
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3783
|
+
> this software and associated documentation files (the "Software"), to deal in
|
|
3784
|
+
> the Software without restriction, including without limitation the rights to
|
|
3785
|
+
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3786
|
+
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3787
|
+
> subject to the following conditions:
|
|
3788
|
+
>
|
|
3789
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
3790
|
+
> copies or substantial portions of the Software.
|
|
3791
|
+
>
|
|
3792
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3793
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3794
|
+
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3795
|
+
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3796
|
+
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3797
|
+
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3798
|
+
|
|
1735
3799
|
---------------------------------------
|
|
1736
3800
|
|
|
1737
3801
|
## postcss-modules-scope
|
|
@@ -1739,6 +3803,14 @@ License: ISC
|
|
|
1739
3803
|
By: Glen Maddern
|
|
1740
3804
|
Repository: https://github.com/css-modules/postcss-modules-scope.git
|
|
1741
3805
|
|
|
3806
|
+
> ISC License (ISC)
|
|
3807
|
+
>
|
|
3808
|
+
> Copyright (c) 2015, Glen Maddern
|
|
3809
|
+
>
|
|
3810
|
+
> 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.
|
|
3811
|
+
>
|
|
3812
|
+
> 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.
|
|
3813
|
+
|
|
1742
3814
|
---------------------------------------
|
|
1743
3815
|
|
|
1744
3816
|
## postcss-modules-values
|
|
@@ -1746,6 +3818,14 @@ License: ISC
|
|
|
1746
3818
|
By: Glen Maddern
|
|
1747
3819
|
Repository: git+https://github.com/css-modules/postcss-modules-values.git
|
|
1748
3820
|
|
|
3821
|
+
> ISC License (ISC)
|
|
3822
|
+
>
|
|
3823
|
+
> Copyright (c) 2015, Glen Maddern
|
|
3824
|
+
>
|
|
3825
|
+
> 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.
|
|
3826
|
+
>
|
|
3827
|
+
> 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.
|
|
3828
|
+
|
|
1749
3829
|
---------------------------------------
|
|
1750
3830
|
|
|
1751
3831
|
## postcss-selector-parser
|
|
@@ -1753,6 +3833,29 @@ License: MIT
|
|
|
1753
3833
|
By: Ben Briggs, Chris Eppstein
|
|
1754
3834
|
Repository: postcss/postcss-selector-parser
|
|
1755
3835
|
|
|
3836
|
+
> Copyright (c) Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
|
|
3837
|
+
>
|
|
3838
|
+
> Permission is hereby granted, free of charge, to any person
|
|
3839
|
+
> obtaining a copy of this software and associated documentation
|
|
3840
|
+
> files (the "Software"), to deal in the Software without
|
|
3841
|
+
> restriction, including without limitation the rights to use,
|
|
3842
|
+
> copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3843
|
+
> copies of the Software, and to permit persons to whom the
|
|
3844
|
+
> Software is furnished to do so, subject to the following
|
|
3845
|
+
> conditions:
|
|
3846
|
+
>
|
|
3847
|
+
> The above copyright notice and this permission notice shall be
|
|
3848
|
+
> included in all copies or substantial portions of the Software.
|
|
3849
|
+
>
|
|
3850
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3851
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
3852
|
+
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3853
|
+
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
3854
|
+
> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
3855
|
+
> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
3856
|
+
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
3857
|
+
> OTHER DEALINGS IN THE SOFTWARE.
|
|
3858
|
+
|
|
1756
3859
|
---------------------------------------
|
|
1757
3860
|
|
|
1758
3861
|
## postcss-value-parser
|
|
@@ -1760,6 +3863,29 @@ License: MIT
|
|
|
1760
3863
|
By: Bogdan Chadkin
|
|
1761
3864
|
Repository: https://github.com/TrySound/postcss-value-parser.git
|
|
1762
3865
|
|
|
3866
|
+
> Copyright (c) Bogdan Chadkin <trysound@yandex.ru>
|
|
3867
|
+
>
|
|
3868
|
+
> Permission is hereby granted, free of charge, to any person
|
|
3869
|
+
> obtaining a copy of this software and associated documentation
|
|
3870
|
+
> files (the "Software"), to deal in the Software without
|
|
3871
|
+
> restriction, including without limitation the rights to use,
|
|
3872
|
+
> copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3873
|
+
> copies of the Software, and to permit persons to whom the
|
|
3874
|
+
> Software is furnished to do so, subject to the following
|
|
3875
|
+
> conditions:
|
|
3876
|
+
>
|
|
3877
|
+
> The above copyright notice and this permission notice shall be
|
|
3878
|
+
> included in all copies or substantial portions of the Software.
|
|
3879
|
+
>
|
|
3880
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3881
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
3882
|
+
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3883
|
+
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
3884
|
+
> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
3885
|
+
> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
3886
|
+
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
3887
|
+
> OTHER DEALINGS IN THE SOFTWARE.
|
|
3888
|
+
|
|
1763
3889
|
---------------------------------------
|
|
1764
3890
|
|
|
1765
3891
|
## queue-microtask
|
|
@@ -1767,6 +3893,27 @@ License: MIT
|
|
|
1767
3893
|
By: Feross Aboukhadijeh
|
|
1768
3894
|
Repository: git://github.com/feross/queue-microtask.git
|
|
1769
3895
|
|
|
3896
|
+
> The MIT License (MIT)
|
|
3897
|
+
>
|
|
3898
|
+
> Copyright (c) Feross Aboukhadijeh
|
|
3899
|
+
>
|
|
3900
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3901
|
+
> this software and associated documentation files (the "Software"), to deal in
|
|
3902
|
+
> the Software without restriction, including without limitation the rights to
|
|
3903
|
+
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3904
|
+
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3905
|
+
> subject to the following conditions:
|
|
3906
|
+
>
|
|
3907
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
3908
|
+
> copies or substantial portions of the Software.
|
|
3909
|
+
>
|
|
3910
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3911
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3912
|
+
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3913
|
+
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3914
|
+
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3915
|
+
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3916
|
+
|
|
1770
3917
|
---------------------------------------
|
|
1771
3918
|
|
|
1772
3919
|
## read-cache
|
|
@@ -1774,6 +3921,27 @@ License: MIT
|
|
|
1774
3921
|
By: Bogdan Chadkin
|
|
1775
3922
|
Repository: git+https://github.com/TrySound/read-cache.git
|
|
1776
3923
|
|
|
3924
|
+
> The MIT License (MIT)
|
|
3925
|
+
>
|
|
3926
|
+
> Copyright 2016 Bogdan Chadkin <trysound@yandex.ru>
|
|
3927
|
+
>
|
|
3928
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3929
|
+
> this software and associated documentation files (the "Software"), to deal in
|
|
3930
|
+
> the Software without restriction, including without limitation the rights to
|
|
3931
|
+
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3932
|
+
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3933
|
+
> subject to the following conditions:
|
|
3934
|
+
>
|
|
3935
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
3936
|
+
> copies or substantial portions of the Software.
|
|
3937
|
+
>
|
|
3938
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3939
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3940
|
+
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3941
|
+
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3942
|
+
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3943
|
+
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3944
|
+
|
|
1777
3945
|
---------------------------------------
|
|
1778
3946
|
|
|
1779
3947
|
## readdirp
|
|
@@ -1781,6 +3949,28 @@ License: MIT
|
|
|
1781
3949
|
By: Thorsten Lorenz, Paul Miller
|
|
1782
3950
|
Repository: git://github.com/paulmillr/readdirp.git
|
|
1783
3951
|
|
|
3952
|
+
> MIT License
|
|
3953
|
+
>
|
|
3954
|
+
> Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)
|
|
3955
|
+
>
|
|
3956
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3957
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
3958
|
+
> in the Software without restriction, including without limitation the rights
|
|
3959
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3960
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
3961
|
+
> furnished to do so, subject to the following conditions:
|
|
3962
|
+
>
|
|
3963
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
3964
|
+
> copies or substantial portions of the Software.
|
|
3965
|
+
>
|
|
3966
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3967
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3968
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3969
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3970
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3971
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3972
|
+
> SOFTWARE.
|
|
3973
|
+
|
|
1784
3974
|
---------------------------------------
|
|
1785
3975
|
|
|
1786
3976
|
## requires-port
|
|
@@ -1788,6 +3978,28 @@ License: MIT
|
|
|
1788
3978
|
By: Arnout Kazemier
|
|
1789
3979
|
Repository: https://github.com/unshiftio/requires-port
|
|
1790
3980
|
|
|
3981
|
+
> The MIT License (MIT)
|
|
3982
|
+
>
|
|
3983
|
+
> Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
|
|
3984
|
+
>
|
|
3985
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3986
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
3987
|
+
> in the Software without restriction, including without limitation the rights
|
|
3988
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3989
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
3990
|
+
> furnished to do so, subject to the following conditions:
|
|
3991
|
+
>
|
|
3992
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
3993
|
+
> copies or substantial portions of the Software.
|
|
3994
|
+
>
|
|
3995
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3996
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3997
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3998
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3999
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4000
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4001
|
+
> SOFTWARE.
|
|
4002
|
+
|
|
1791
4003
|
---------------------------------------
|
|
1792
4004
|
|
|
1793
4005
|
## resolve-from
|
|
@@ -1795,6 +4007,16 @@ License: MIT
|
|
|
1795
4007
|
By: Sindre Sorhus
|
|
1796
4008
|
Repository: sindresorhus/resolve-from
|
|
1797
4009
|
|
|
4010
|
+
> MIT License
|
|
4011
|
+
>
|
|
4012
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
4013
|
+
>
|
|
4014
|
+
> 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:
|
|
4015
|
+
>
|
|
4016
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4017
|
+
>
|
|
4018
|
+
> 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.
|
|
4019
|
+
|
|
1798
4020
|
---------------------------------------
|
|
1799
4021
|
|
|
1800
4022
|
## resolve.exports
|
|
@@ -1831,6 +4053,28 @@ License: MIT
|
|
|
1831
4053
|
By: Matteo Collina
|
|
1832
4054
|
Repository: git+https://github.com/mcollina/reusify.git
|
|
1833
4055
|
|
|
4056
|
+
> The MIT License (MIT)
|
|
4057
|
+
>
|
|
4058
|
+
> Copyright (c) 2015 Matteo Collina
|
|
4059
|
+
>
|
|
4060
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4061
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
4062
|
+
> in the Software without restriction, including without limitation the rights
|
|
4063
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4064
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
4065
|
+
> furnished to do so, subject to the following conditions:
|
|
4066
|
+
>
|
|
4067
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
4068
|
+
> copies or substantial portions of the Software.
|
|
4069
|
+
>
|
|
4070
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4071
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4072
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4073
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4074
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4075
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4076
|
+
> SOFTWARE.
|
|
4077
|
+
|
|
1834
4078
|
---------------------------------------
|
|
1835
4079
|
|
|
1836
4080
|
## run-parallel
|
|
@@ -1838,6 +4082,27 @@ License: MIT
|
|
|
1838
4082
|
By: Feross Aboukhadijeh
|
|
1839
4083
|
Repository: git://github.com/feross/run-parallel.git
|
|
1840
4084
|
|
|
4085
|
+
> The MIT License (MIT)
|
|
4086
|
+
>
|
|
4087
|
+
> Copyright (c) Feross Aboukhadijeh
|
|
4088
|
+
>
|
|
4089
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4090
|
+
> this software and associated documentation files (the "Software"), to deal in
|
|
4091
|
+
> the Software without restriction, including without limitation the rights to
|
|
4092
|
+
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
4093
|
+
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
4094
|
+
> 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, FITNESS
|
|
4101
|
+
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
4102
|
+
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4103
|
+
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
4104
|
+
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4105
|
+
|
|
1841
4106
|
---------------------------------------
|
|
1842
4107
|
|
|
1843
4108
|
## safe-buffer
|
|
@@ -1845,6 +4110,28 @@ License: MIT
|
|
|
1845
4110
|
By: Feross Aboukhadijeh
|
|
1846
4111
|
Repository: git://github.com/feross/safe-buffer.git
|
|
1847
4112
|
|
|
4113
|
+
> The MIT License (MIT)
|
|
4114
|
+
>
|
|
4115
|
+
> Copyright (c) Feross Aboukhadijeh
|
|
4116
|
+
>
|
|
4117
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4118
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
4119
|
+
> in the Software without restriction, including without limitation the rights
|
|
4120
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4121
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
4122
|
+
> furnished to do so, subject to the following conditions:
|
|
4123
|
+
>
|
|
4124
|
+
> The above copyright notice and this permission notice shall be included in
|
|
4125
|
+
> all copies or substantial portions of the Software.
|
|
4126
|
+
>
|
|
4127
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4128
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4129
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4130
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4131
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4132
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4133
|
+
> THE SOFTWARE.
|
|
4134
|
+
|
|
1848
4135
|
---------------------------------------
|
|
1849
4136
|
|
|
1850
4137
|
## selfsigned
|
|
@@ -1881,6 +4168,16 @@ License: MIT
|
|
|
1881
4168
|
By: Kevin Mårtensson
|
|
1882
4169
|
Repository: kevva/shebang-command
|
|
1883
4170
|
|
|
4171
|
+
> MIT License
|
|
4172
|
+
>
|
|
4173
|
+
> Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
|
|
4174
|
+
>
|
|
4175
|
+
> 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:
|
|
4176
|
+
>
|
|
4177
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4178
|
+
>
|
|
4179
|
+
> 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.
|
|
4180
|
+
|
|
1884
4181
|
---------------------------------------
|
|
1885
4182
|
|
|
1886
4183
|
## shebang-regex
|
|
@@ -1888,6 +4185,16 @@ License: MIT
|
|
|
1888
4185
|
By: Sindre Sorhus
|
|
1889
4186
|
Repository: sindresorhus/shebang-regex
|
|
1890
4187
|
|
|
4188
|
+
> MIT License
|
|
4189
|
+
>
|
|
4190
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
4191
|
+
>
|
|
4192
|
+
> 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:
|
|
4193
|
+
>
|
|
4194
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4195
|
+
>
|
|
4196
|
+
> 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.
|
|
4197
|
+
|
|
1891
4198
|
---------------------------------------
|
|
1892
4199
|
|
|
1893
4200
|
## shell-quote
|
|
@@ -1895,6 +4202,31 @@ License: MIT
|
|
|
1895
4202
|
By: James Halliday
|
|
1896
4203
|
Repository: http://github.com/substack/node-shell-quote.git
|
|
1897
4204
|
|
|
4205
|
+
> The MIT License
|
|
4206
|
+
>
|
|
4207
|
+
> Copyright (c) 2013 James Halliday (mail@substack.net)
|
|
4208
|
+
>
|
|
4209
|
+
> Permission is hereby granted, free of charge,
|
|
4210
|
+
> to any person obtaining a copy of this software and
|
|
4211
|
+
> associated documentation files (the "Software"), to
|
|
4212
|
+
> deal in the Software without restriction, including
|
|
4213
|
+
> without limitation the rights to use, copy, modify,
|
|
4214
|
+
> merge, publish, distribute, sublicense, and/or sell
|
|
4215
|
+
> copies of the Software, and to permit persons to whom
|
|
4216
|
+
> the Software is furnished to do so,
|
|
4217
|
+
> subject to the following conditions:
|
|
4218
|
+
>
|
|
4219
|
+
> The above copyright notice and this permission notice
|
|
4220
|
+
> shall be included in all copies or substantial portions of the Software.
|
|
4221
|
+
>
|
|
4222
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
4223
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
4224
|
+
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4225
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
|
|
4226
|
+
> ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4227
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4228
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4229
|
+
|
|
1898
4230
|
---------------------------------------
|
|
1899
4231
|
|
|
1900
4232
|
## signal-exit
|
|
@@ -1902,6 +4234,23 @@ License: ISC
|
|
|
1902
4234
|
By: Ben Coe
|
|
1903
4235
|
Repository: https://github.com/tapjs/signal-exit.git
|
|
1904
4236
|
|
|
4237
|
+
> The ISC License
|
|
4238
|
+
>
|
|
4239
|
+
> Copyright (c) 2015, Contributors
|
|
4240
|
+
>
|
|
4241
|
+
> Permission to use, copy, modify, and/or distribute this software
|
|
4242
|
+
> for any purpose with or without fee is hereby granted, provided
|
|
4243
|
+
> that the above copyright notice and this permission notice
|
|
4244
|
+
> appear in all copies.
|
|
4245
|
+
>
|
|
4246
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
4247
|
+
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
|
4248
|
+
> OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
|
|
4249
|
+
> LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
|
|
4250
|
+
> OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
4251
|
+
> WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
|
4252
|
+
> ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
4253
|
+
|
|
1905
4254
|
---------------------------------------
|
|
1906
4255
|
|
|
1907
4256
|
## sirv
|
|
@@ -1916,6 +4265,16 @@ License: MIT
|
|
|
1916
4265
|
By: Sindre Sorhus
|
|
1917
4266
|
Repository: sindresorhus/slash
|
|
1918
4267
|
|
|
4268
|
+
> MIT License
|
|
4269
|
+
>
|
|
4270
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
4271
|
+
>
|
|
4272
|
+
> 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:
|
|
4273
|
+
>
|
|
4274
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4275
|
+
>
|
|
4276
|
+
> 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.
|
|
4277
|
+
|
|
1919
4278
|
---------------------------------------
|
|
1920
4279
|
|
|
1921
4280
|
## source-map
|
|
@@ -1958,6 +4317,28 @@ License: MIT
|
|
|
1958
4317
|
By: Rich Harris
|
|
1959
4318
|
Repository: https://github.com/Rich-Harris/sourcemap-codec
|
|
1960
4319
|
|
|
4320
|
+
> The MIT License
|
|
4321
|
+
>
|
|
4322
|
+
> Copyright (c) 2015 Rich Harris
|
|
4323
|
+
>
|
|
4324
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4325
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
4326
|
+
> in the Software without restriction, including without limitation the rights
|
|
4327
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4328
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
4329
|
+
> furnished to do so, subject to the following conditions:
|
|
4330
|
+
>
|
|
4331
|
+
> The above copyright notice and this permission notice shall be included in
|
|
4332
|
+
> all copies or substantial portions of the Software.
|
|
4333
|
+
>
|
|
4334
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4335
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4336
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4337
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4338
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4339
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4340
|
+
> THE SOFTWARE.
|
|
4341
|
+
|
|
1961
4342
|
---------------------------------------
|
|
1962
4343
|
|
|
1963
4344
|
## statuses
|
|
@@ -1965,6 +4346,29 @@ License: MIT
|
|
|
1965
4346
|
By: Douglas Christopher Wilson, Jonathan Ong
|
|
1966
4347
|
Repository: jshttp/statuses
|
|
1967
4348
|
|
|
4349
|
+
> The MIT License (MIT)
|
|
4350
|
+
>
|
|
4351
|
+
> Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
|
|
4352
|
+
> Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
4353
|
+
>
|
|
4354
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4355
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
4356
|
+
> in the Software without restriction, including without limitation the rights
|
|
4357
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4358
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
4359
|
+
> furnished to do so, subject to the following conditions:
|
|
4360
|
+
>
|
|
4361
|
+
> The above copyright notice and this permission notice shall be included in
|
|
4362
|
+
> all copies or substantial portions of the Software.
|
|
4363
|
+
>
|
|
4364
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4365
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4366
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4367
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4368
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4369
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4370
|
+
> THE SOFTWARE.
|
|
4371
|
+
|
|
1968
4372
|
---------------------------------------
|
|
1969
4373
|
|
|
1970
4374
|
## string-hash
|
|
@@ -1996,6 +4400,16 @@ License: MIT
|
|
|
1996
4400
|
By: Sindre Sorhus
|
|
1997
4401
|
Repository: sindresorhus/strip-final-newline
|
|
1998
4402
|
|
|
4403
|
+
> MIT License
|
|
4404
|
+
>
|
|
4405
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
4406
|
+
>
|
|
4407
|
+
> 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:
|
|
4408
|
+
>
|
|
4409
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4410
|
+
>
|
|
4411
|
+
> 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.
|
|
4412
|
+
|
|
1999
4413
|
---------------------------------------
|
|
2000
4414
|
|
|
2001
4415
|
## supports-color
|
|
@@ -2003,6 +4417,16 @@ License: MIT
|
|
|
2003
4417
|
By: Sindre Sorhus
|
|
2004
4418
|
Repository: chalk/supports-color
|
|
2005
4419
|
|
|
4420
|
+
> MIT License
|
|
4421
|
+
>
|
|
4422
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
4423
|
+
>
|
|
4424
|
+
> 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:
|
|
4425
|
+
>
|
|
4426
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4427
|
+
>
|
|
4428
|
+
> 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.
|
|
4429
|
+
|
|
2006
4430
|
---------------------------------------
|
|
2007
4431
|
|
|
2008
4432
|
## to-regex-range
|
|
@@ -2010,6 +4434,28 @@ License: MIT
|
|
|
2010
4434
|
By: Jon Schlinkert, Rouven Weßling
|
|
2011
4435
|
Repository: micromatch/to-regex-range
|
|
2012
4436
|
|
|
4437
|
+
> The MIT License (MIT)
|
|
4438
|
+
>
|
|
4439
|
+
> Copyright (c) 2015-present, Jon Schlinkert.
|
|
4440
|
+
>
|
|
4441
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4442
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
4443
|
+
> in the Software without restriction, including without limitation the rights
|
|
4444
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4445
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
4446
|
+
> furnished to do so, subject to the following conditions:
|
|
4447
|
+
>
|
|
4448
|
+
> The above copyright notice and this permission notice shall be included in
|
|
4449
|
+
> all copies or substantial portions of the Software.
|
|
4450
|
+
>
|
|
4451
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4452
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4453
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4454
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4455
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4456
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4457
|
+
> THE SOFTWARE.
|
|
4458
|
+
|
|
2013
4459
|
---------------------------------------
|
|
2014
4460
|
|
|
2015
4461
|
## totalist
|
|
@@ -2017,6 +4463,28 @@ License: MIT
|
|
|
2017
4463
|
By: Luke Edwards
|
|
2018
4464
|
Repository: lukeed/totalist
|
|
2019
4465
|
|
|
4466
|
+
> The MIT License (MIT)
|
|
4467
|
+
>
|
|
4468
|
+
> Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
|
|
4469
|
+
>
|
|
4470
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4471
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
4472
|
+
> in the Software without restriction, including without limitation the rights
|
|
4473
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4474
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
4475
|
+
> furnished to do so, subject to the following conditions:
|
|
4476
|
+
>
|
|
4477
|
+
> The above copyright notice and this permission notice shall be included in
|
|
4478
|
+
> all copies or substantial portions of the Software.
|
|
4479
|
+
>
|
|
4480
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4481
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4482
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4483
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4484
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4485
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4486
|
+
> THE SOFTWARE.
|
|
4487
|
+
|
|
2020
4488
|
---------------------------------------
|
|
2021
4489
|
|
|
2022
4490
|
## tsconfck
|
|
@@ -2078,6 +4546,29 @@ License: MIT
|
|
|
2078
4546
|
By: Douglas Christopher Wilson
|
|
2079
4547
|
Repository: stream-utils/unpipe
|
|
2080
4548
|
|
|
4549
|
+
> (The MIT License)
|
|
4550
|
+
>
|
|
4551
|
+
> Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
4552
|
+
>
|
|
4553
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4554
|
+
> a copy of this software and associated documentation files (the
|
|
4555
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4556
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4557
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4558
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4559
|
+
> the following conditions:
|
|
4560
|
+
>
|
|
4561
|
+
> The above copyright notice and this permission notice shall be
|
|
4562
|
+
> included in all copies or substantial portions of the Software.
|
|
4563
|
+
>
|
|
4564
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4565
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4566
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4567
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4568
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4569
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4570
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4571
|
+
|
|
2081
4572
|
---------------------------------------
|
|
2082
4573
|
|
|
2083
4574
|
## util-deprecate
|
|
@@ -2085,6 +4576,31 @@ License: MIT
|
|
|
2085
4576
|
By: Nathan Rajlich
|
|
2086
4577
|
Repository: git://github.com/TooTallNate/util-deprecate.git
|
|
2087
4578
|
|
|
4579
|
+
> (The MIT License)
|
|
4580
|
+
>
|
|
4581
|
+
> Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
4582
|
+
>
|
|
4583
|
+
> Permission is hereby granted, free of charge, to any person
|
|
4584
|
+
> obtaining a copy of this software and associated documentation
|
|
4585
|
+
> files (the "Software"), to deal in the Software without
|
|
4586
|
+
> restriction, including without limitation the rights to use,
|
|
4587
|
+
> copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4588
|
+
> copies of the Software, and to permit persons to whom the
|
|
4589
|
+
> Software is furnished to do so, subject to the following
|
|
4590
|
+
> conditions:
|
|
4591
|
+
>
|
|
4592
|
+
> The above copyright notice and this permission notice shall be
|
|
4593
|
+
> included in all copies or substantial portions of the Software.
|
|
4594
|
+
>
|
|
4595
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
4596
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
4597
|
+
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
4598
|
+
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
4599
|
+
> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
4600
|
+
> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
4601
|
+
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
4602
|
+
> OTHER DEALINGS IN THE SOFTWARE.
|
|
4603
|
+
|
|
2088
4604
|
---------------------------------------
|
|
2089
4605
|
|
|
2090
4606
|
## utils-merge
|
|
@@ -2092,6 +4608,27 @@ License: MIT
|
|
|
2092
4608
|
By: Jared Hanson
|
|
2093
4609
|
Repository: git://github.com/jaredhanson/utils-merge.git
|
|
2094
4610
|
|
|
4611
|
+
> The MIT License (MIT)
|
|
4612
|
+
>
|
|
4613
|
+
> Copyright (c) 2013-2017 Jared Hanson
|
|
4614
|
+
>
|
|
4615
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4616
|
+
> this software and associated documentation files (the "Software"), to deal in
|
|
4617
|
+
> the Software without restriction, including without limitation the rights to
|
|
4618
|
+
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
4619
|
+
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
4620
|
+
> subject to the following conditions:
|
|
4621
|
+
>
|
|
4622
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
4623
|
+
> copies or substantial portions of the Software.
|
|
4624
|
+
>
|
|
4625
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4626
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
4627
|
+
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
4628
|
+
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4629
|
+
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
4630
|
+
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4631
|
+
|
|
2095
4632
|
---------------------------------------
|
|
2096
4633
|
|
|
2097
4634
|
## vary
|
|
@@ -2099,6 +4636,29 @@ License: MIT
|
|
|
2099
4636
|
By: Douglas Christopher Wilson
|
|
2100
4637
|
Repository: jshttp/vary
|
|
2101
4638
|
|
|
4639
|
+
> (The MIT License)
|
|
4640
|
+
>
|
|
4641
|
+
> Copyright (c) 2014-2017 Douglas Christopher Wilson
|
|
4642
|
+
>
|
|
4643
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4644
|
+
> a copy of this software and associated documentation files (the
|
|
4645
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4646
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4647
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4648
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4649
|
+
> the following conditions:
|
|
4650
|
+
>
|
|
4651
|
+
> The above copyright notice and this permission notice shall be
|
|
4652
|
+
> included in all copies or substantial portions of the Software.
|
|
4653
|
+
>
|
|
4654
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4655
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4656
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4657
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4658
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4659
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4660
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4661
|
+
|
|
2102
4662
|
---------------------------------------
|
|
2103
4663
|
|
|
2104
4664
|
## which
|
|
@@ -2106,6 +4666,22 @@ License: ISC
|
|
|
2106
4666
|
By: Isaac Z. Schlueter
|
|
2107
4667
|
Repository: git://github.com/isaacs/node-which.git
|
|
2108
4668
|
|
|
4669
|
+
> The ISC License
|
|
4670
|
+
>
|
|
4671
|
+
> Copyright (c) Isaac Z. Schlueter and Contributors
|
|
4672
|
+
>
|
|
4673
|
+
> Permission to use, copy, modify, and/or distribute this software for any
|
|
4674
|
+
> purpose with or without fee is hereby granted, provided that the above
|
|
4675
|
+
> copyright notice and this permission notice appear in all copies.
|
|
4676
|
+
>
|
|
4677
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
4678
|
+
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
4679
|
+
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
4680
|
+
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
4681
|
+
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
4682
|
+
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
4683
|
+
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
4684
|
+
|
|
2109
4685
|
---------------------------------------
|
|
2110
4686
|
|
|
2111
4687
|
## wrappy
|
|
@@ -2113,6 +4689,22 @@ License: ISC
|
|
|
2113
4689
|
By: Isaac Z. Schlueter
|
|
2114
4690
|
Repository: https://github.com/npm/wrappy
|
|
2115
4691
|
|
|
4692
|
+
> The ISC License
|
|
4693
|
+
>
|
|
4694
|
+
> Copyright (c) Isaac Z. Schlueter and Contributors
|
|
4695
|
+
>
|
|
4696
|
+
> Permission to use, copy, modify, and/or distribute this software for any
|
|
4697
|
+
> purpose with or without fee is hereby granted, provided that the above
|
|
4698
|
+
> copyright notice and this permission notice appear in all copies.
|
|
4699
|
+
>
|
|
4700
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
4701
|
+
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
4702
|
+
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
4703
|
+
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
4704
|
+
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
4705
|
+
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
4706
|
+
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
4707
|
+
|
|
2116
4708
|
---------------------------------------
|
|
2117
4709
|
|
|
2118
4710
|
## ws
|
|
@@ -2120,8 +4712,6 @@ License: MIT
|
|
|
2120
4712
|
By: Einar Otto Stangvik
|
|
2121
4713
|
Repository: websockets/ws
|
|
2122
4714
|
|
|
2123
|
-
> The MIT License (MIT)
|
|
2124
|
-
>
|
|
2125
4715
|
> Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
|
|
2126
4716
|
>
|
|
2127
4717
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -2148,3 +4738,17 @@ Repository: websockets/ws
|
|
|
2148
4738
|
License: ISC
|
|
2149
4739
|
By: Eemeli Aro
|
|
2150
4740
|
Repository: github:eemeli/yaml
|
|
4741
|
+
|
|
4742
|
+
> Copyright 2018 Eemeli Aro <eemeli@gmail.com>
|
|
4743
|
+
>
|
|
4744
|
+
> Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
4745
|
+
> with or without fee is hereby granted, provided that the above copyright notice
|
|
4746
|
+
> and this permission notice appear in all copies.
|
|
4747
|
+
>
|
|
4748
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
4749
|
+
> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
4750
|
+
> FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
4751
|
+
> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
4752
|
+
> OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
4753
|
+
> TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
4754
|
+
> THIS SOFTWARE.
|