vite 2.7.0-beta.0 → 2.7.0-beta.4
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 +84 -0
- package/LICENSE.md +2663 -42
- 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-f2dce443.js → dep-6cab8e8a.js} +4406 -14438
- package/dist/node/chunks/dep-6cab8e8a.js.map +1 -0
- package/dist/node/chunks/{dep-0619a44b.js → dep-90234190.js} +4 -4
- package/dist/node/chunks/{dep-0619a44b.js.map → dep-90234190.js.map} +1 -1
- package/dist/node/chunks/{dep-e5df0dd2.js → dep-9583e954.js} +4 -4
- package/dist/node/chunks/dep-9583e954.js.map +1 -0
- package/dist/node/chunks/{dep-e51889c1.js → dep-ef63fa34.js} +13 -24
- package/dist/node/chunks/dep-ef63fa34.js.map +1 -0
- package/dist/node/cli.js +23 -21
- package/dist/node/cli.js.map +1 -1
- package/dist/node/index.d.ts +117 -58
- package/dist/node/index.js +12 -12
- package/package.json +27 -27
- package/types/commonjs.d.ts +22 -2
- package/types/shims.d.ts +2 -3
- package/dist/node/chunks/dep-e39b05d6.js.map +0 -1
- package/dist/node/chunks/dep-e51889c1.js.map +0 -1
- package/dist/node/chunks/dep-e5df0dd2.js.map +0 -1
- package/dist/node/chunks/dep-f2dce443.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,27 +736,104 @@ 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
|
-
|
|
739
|
+
> The MIT Licence (Expat).
|
|
740
|
+
>
|
|
741
|
+
> Copyright (c) 2018 Michael Mclaughlin
|
|
742
|
+
>
|
|
743
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
744
|
+
> a copy of this software and associated documentation files (the
|
|
745
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
746
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
747
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
748
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
749
|
+
> the following conditions:
|
|
750
|
+
>
|
|
751
|
+
> The above copyright notice and this permission notice shall be
|
|
752
|
+
> included in all copies or substantial portions of the Software.
|
|
753
|
+
>
|
|
754
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
755
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
756
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
757
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
758
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
759
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
760
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
761
|
+
|
|
762
|
+
---------------------------------------
|
|
763
|
+
|
|
764
|
+
## binary-extensions
|
|
765
|
+
License: MIT
|
|
766
|
+
By: Sindre Sorhus
|
|
767
|
+
Repository: sindresorhus/binary-extensions
|
|
768
|
+
|
|
769
|
+
> MIT License
|
|
770
|
+
>
|
|
771
|
+
> Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
|
|
772
|
+
>
|
|
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:
|
|
774
|
+
>
|
|
775
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
776
|
+
>
|
|
777
|
+
> 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.
|
|
778
|
+
|
|
779
|
+
---------------------------------------
|
|
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
|
|
514
813
|
Repository: micromatch/braces
|
|
515
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
|
+
|
|
516
837
|
---------------------------------------
|
|
517
838
|
|
|
518
839
|
## builtin-modules
|
|
@@ -537,6 +858,30 @@ License: MIT
|
|
|
537
858
|
By: TJ Holowaychuk, Jed Watson, Théo FIDRY
|
|
538
859
|
Repository: visionmedia/bytes.js
|
|
539
860
|
|
|
861
|
+
> (The MIT License)
|
|
862
|
+
>
|
|
863
|
+
> Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>
|
|
864
|
+
> Copyright (c) 2015 Jed Watson <jed.watson@me.com>
|
|
865
|
+
>
|
|
866
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
867
|
+
> a copy of this software and associated documentation files (the
|
|
868
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
869
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
870
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
871
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
872
|
+
> the following conditions:
|
|
873
|
+
>
|
|
874
|
+
> The above copyright notice and this permission notice shall be
|
|
875
|
+
> included in all copies or substantial portions of the Software.
|
|
876
|
+
>
|
|
877
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
878
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
879
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
880
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
881
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
882
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
883
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
884
|
+
|
|
540
885
|
---------------------------------------
|
|
541
886
|
|
|
542
887
|
## cac
|
|
@@ -618,6 +963,27 @@ License: MIT
|
|
|
618
963
|
By: Heather Arthur
|
|
619
964
|
Repository: Qix-/color-convert
|
|
620
965
|
|
|
966
|
+
> Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
|
|
967
|
+
>
|
|
968
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
969
|
+
> a copy of this software and associated documentation files (the
|
|
970
|
+
> "Software"), to deal in the Software without restriction, including
|
|
971
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
972
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
973
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
974
|
+
> the following conditions:
|
|
975
|
+
>
|
|
976
|
+
> The above copyright notice and this permission notice shall be
|
|
977
|
+
> included in all copies or substantial portions of the Software.
|
|
978
|
+
>
|
|
979
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
980
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
981
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
982
|
+
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
983
|
+
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
984
|
+
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
985
|
+
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
986
|
+
|
|
621
987
|
---------------------------------------
|
|
622
988
|
|
|
623
989
|
## color-name
|
|
@@ -625,6 +991,15 @@ License: MIT
|
|
|
625
991
|
By: DY
|
|
626
992
|
Repository: git@github.com:colorjs/color-name.git
|
|
627
993
|
|
|
994
|
+
> The MIT License (MIT)
|
|
995
|
+
> Copyright (c) 2015 Dmitry Ivanov
|
|
996
|
+
>
|
|
997
|
+
> 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:
|
|
998
|
+
>
|
|
999
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1000
|
+
>
|
|
1001
|
+
> 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.
|
|
1002
|
+
|
|
628
1003
|
---------------------------------------
|
|
629
1004
|
|
|
630
1005
|
## commondir
|
|
@@ -632,6 +1007,31 @@ License: MIT
|
|
|
632
1007
|
By: James Halliday
|
|
633
1008
|
Repository: http://github.com/substack/node-commondir.git
|
|
634
1009
|
|
|
1010
|
+
> The MIT License
|
|
1011
|
+
>
|
|
1012
|
+
> Copyright (c) 2013 James Halliday (mail@substack.net)
|
|
1013
|
+
>
|
|
1014
|
+
> Permission is hereby granted, free of charge,
|
|
1015
|
+
> to any person obtaining a copy of this software and
|
|
1016
|
+
> associated documentation files (the "Software"), to
|
|
1017
|
+
> deal in the Software without restriction, including
|
|
1018
|
+
> without limitation the rights to use, copy, modify,
|
|
1019
|
+
> merge, publish, distribute, sublicense, and/or sell
|
|
1020
|
+
> copies of the Software, and to permit persons to whom
|
|
1021
|
+
> the Software is furnished to do so,
|
|
1022
|
+
> subject to the following conditions:
|
|
1023
|
+
>
|
|
1024
|
+
> The above copyright notice and this permission notice
|
|
1025
|
+
> shall be included in all copies or substantial portions of the Software.
|
|
1026
|
+
>
|
|
1027
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1028
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
1029
|
+
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1030
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
|
|
1031
|
+
> ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
1032
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1033
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1034
|
+
|
|
635
1035
|
---------------------------------------
|
|
636
1036
|
|
|
637
1037
|
## compressible
|
|
@@ -639,6 +1039,31 @@ License: MIT
|
|
|
639
1039
|
By: Douglas Christopher Wilson, Jonathan Ong, Jeremiah Senkpiel
|
|
640
1040
|
Repository: jshttp/compressible
|
|
641
1041
|
|
|
1042
|
+
> (The MIT License)
|
|
1043
|
+
>
|
|
1044
|
+
> Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>
|
|
1045
|
+
> Copyright (c) 2014 Jeremiah Senkpiel <fishrock123@rocketmail.com>
|
|
1046
|
+
> Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
1047
|
+
>
|
|
1048
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
1049
|
+
> a copy of this software and associated documentation files (the
|
|
1050
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
1051
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
1052
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
1053
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
1054
|
+
> the following conditions:
|
|
1055
|
+
>
|
|
1056
|
+
> The above copyright notice and this permission notice shall be
|
|
1057
|
+
> included in all copies or substantial portions of the Software.
|
|
1058
|
+
>
|
|
1059
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
1060
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1061
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1062
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1063
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
1064
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1065
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1066
|
+
|
|
642
1067
|
---------------------------------------
|
|
643
1068
|
|
|
644
1069
|
## compression
|
|
@@ -677,6 +1102,25 @@ License: MIT
|
|
|
677
1102
|
By: James Halliday
|
|
678
1103
|
Repository: git://github.com/substack/node-concat-map.git
|
|
679
1104
|
|
|
1105
|
+
> This software is released under the MIT license:
|
|
1106
|
+
>
|
|
1107
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1108
|
+
> this software and associated documentation files (the "Software"), to deal in
|
|
1109
|
+
> the Software without restriction, including without limitation the rights to
|
|
1110
|
+
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1111
|
+
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1112
|
+
> subject to the following conditions:
|
|
1113
|
+
>
|
|
1114
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
1115
|
+
> copies or substantial portions of the Software.
|
|
1116
|
+
>
|
|
1117
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1118
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1119
|
+
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1120
|
+
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1121
|
+
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1122
|
+
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1123
|
+
|
|
680
1124
|
---------------------------------------
|
|
681
1125
|
|
|
682
1126
|
## connect
|
|
@@ -807,6 +1251,28 @@ License: MIT
|
|
|
807
1251
|
By: André Cruz
|
|
808
1252
|
Repository: git@github.com:moxystudio/node-cross-spawn.git
|
|
809
1253
|
|
|
1254
|
+
> The MIT License (MIT)
|
|
1255
|
+
>
|
|
1256
|
+
> Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
|
|
1257
|
+
>
|
|
1258
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1259
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1260
|
+
> in the Software without restriction, including without limitation the rights
|
|
1261
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1262
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1263
|
+
> furnished to do so, subject to the following conditions:
|
|
1264
|
+
>
|
|
1265
|
+
> The above copyright notice and this permission notice shall be included in
|
|
1266
|
+
> all copies or substantial portions of the Software.
|
|
1267
|
+
>
|
|
1268
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1269
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1270
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1271
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1272
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1273
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1274
|
+
> THE SOFTWARE.
|
|
1275
|
+
|
|
810
1276
|
---------------------------------------
|
|
811
1277
|
|
|
812
1278
|
## cssesc
|
|
@@ -814,6 +1280,27 @@ License: MIT
|
|
|
814
1280
|
By: Mathias Bynens
|
|
815
1281
|
Repository: https://github.com/mathiasbynens/cssesc.git
|
|
816
1282
|
|
|
1283
|
+
> Copyright Mathias Bynens <https://mathiasbynens.be/>
|
|
1284
|
+
>
|
|
1285
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
1286
|
+
> a copy of this software and associated documentation files (the
|
|
1287
|
+
> "Software"), to deal in the Software without restriction, including
|
|
1288
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
1289
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
1290
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
1291
|
+
> the following conditions:
|
|
1292
|
+
>
|
|
1293
|
+
> The above copyright notice and this permission notice shall be
|
|
1294
|
+
> included in all copies or substantial portions of the Software.
|
|
1295
|
+
>
|
|
1296
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1297
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1298
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1299
|
+
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1300
|
+
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1301
|
+
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1302
|
+
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1303
|
+
|
|
817
1304
|
---------------------------------------
|
|
818
1305
|
|
|
819
1306
|
## debug
|
|
@@ -847,6 +1334,16 @@ License: MIT
|
|
|
847
1334
|
By: Sindre Sorhus
|
|
848
1335
|
Repository: sindresorhus/define-lazy-prop
|
|
849
1336
|
|
|
1337
|
+
> MIT License
|
|
1338
|
+
>
|
|
1339
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
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
|
+
|
|
850
1347
|
---------------------------------------
|
|
851
1348
|
|
|
852
1349
|
## dir-glob
|
|
@@ -854,6 +1351,16 @@ License: MIT
|
|
|
854
1351
|
By: Kevin Mårtensson
|
|
855
1352
|
Repository: kevva/dir-glob
|
|
856
1353
|
|
|
1354
|
+
> MIT License
|
|
1355
|
+
>
|
|
1356
|
+
> Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
|
|
1357
|
+
>
|
|
1358
|
+
> 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:
|
|
1359
|
+
>
|
|
1360
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1361
|
+
>
|
|
1362
|
+
> 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.
|
|
1363
|
+
|
|
857
1364
|
---------------------------------------
|
|
858
1365
|
|
|
859
1366
|
## dotenv
|
|
@@ -921,24 +1428,79 @@ License: MIT
|
|
|
921
1428
|
By: Jonathan Ong, Douglas Christopher Wilson
|
|
922
1429
|
Repository: jonathanong/ee-first
|
|
923
1430
|
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
1431
|
+
> The MIT License (MIT)
|
|
1432
|
+
>
|
|
1433
|
+
> Copyright (c) 2014 Jonathan Ong me@jongleberry.com
|
|
1434
|
+
>
|
|
1435
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1436
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1437
|
+
> in the Software without restriction, including without limitation the rights
|
|
1438
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1439
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1440
|
+
> furnished to do so, subject to the following conditions:
|
|
1441
|
+
>
|
|
1442
|
+
> The above copyright notice and this permission notice shall be included in
|
|
1443
|
+
> all copies or substantial portions of the Software.
|
|
1444
|
+
>
|
|
1445
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1446
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1447
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1448
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1449
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1450
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1451
|
+
> THE SOFTWARE.
|
|
1452
|
+
|
|
1453
|
+
---------------------------------------
|
|
1454
|
+
|
|
1455
|
+
## emojis-list
|
|
1456
|
+
License: MIT
|
|
1457
|
+
By: Kiko Beats
|
|
1458
|
+
Repository: git+https://github.com/kikobeats/emojis-list.git
|
|
1459
|
+
|
|
1460
|
+
> The MIT License (MIT)
|
|
1461
|
+
>
|
|
1462
|
+
> Copyright © 2015 Kiko Beats
|
|
1463
|
+
>
|
|
1464
|
+
> 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:
|
|
1465
|
+
>
|
|
1466
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1467
|
+
>
|
|
1468
|
+
> 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.
|
|
1469
|
+
|
|
1470
|
+
---------------------------------------
|
|
1471
|
+
|
|
1472
|
+
## encodeurl
|
|
1473
|
+
License: MIT
|
|
1474
|
+
By: Douglas Christopher Wilson
|
|
1475
|
+
Repository: pillarjs/encodeurl
|
|
1476
|
+
|
|
1477
|
+
> (The MIT License)
|
|
1478
|
+
>
|
|
1479
|
+
> Copyright (c) 2016 Douglas Christopher Wilson
|
|
1480
|
+
>
|
|
1481
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
1482
|
+
> a copy of this software and associated documentation files (the
|
|
1483
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
1484
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
1485
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
1486
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
1487
|
+
> the following conditions:
|
|
1488
|
+
>
|
|
1489
|
+
> The above copyright notice and this permission notice shall be
|
|
1490
|
+
> included in all copies or substantial portions of the Software.
|
|
1491
|
+
>
|
|
1492
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
1493
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1494
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1495
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1496
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
1497
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1498
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1499
|
+
|
|
1500
|
+
---------------------------------------
|
|
1501
|
+
|
|
1502
|
+
## es-module-lexer
|
|
1503
|
+
License: MIT
|
|
942
1504
|
By: Guy Bedford
|
|
943
1505
|
Repository: git+https://github.com/guybedford/es-module-lexer.git
|
|
944
1506
|
|
|
@@ -959,6 +1521,31 @@ Repository: git+https://github.com/guybedford/es-module-lexer.git
|
|
|
959
1521
|
License: MIT
|
|
960
1522
|
Repository: component/escape-html
|
|
961
1523
|
|
|
1524
|
+
> (The MIT License)
|
|
1525
|
+
>
|
|
1526
|
+
> Copyright (c) 2012-2013 TJ Holowaychuk
|
|
1527
|
+
> Copyright (c) 2015 Andreas Lubbe
|
|
1528
|
+
> Copyright (c) 2015 Tiancheng "Timothy" Gu
|
|
1529
|
+
>
|
|
1530
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
1531
|
+
> a copy of this software and associated documentation files (the
|
|
1532
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
1533
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
1534
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
1535
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
1536
|
+
> the following conditions:
|
|
1537
|
+
>
|
|
1538
|
+
> The above copyright notice and this permission notice shall be
|
|
1539
|
+
> included in all copies or substantial portions of the Software.
|
|
1540
|
+
>
|
|
1541
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
1542
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1543
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1544
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1545
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
1546
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1547
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1548
|
+
|
|
962
1549
|
---------------------------------------
|
|
963
1550
|
|
|
964
1551
|
## escape-string-regexp
|
|
@@ -966,6 +1553,28 @@ License: MIT
|
|
|
966
1553
|
By: Sindre Sorhus
|
|
967
1554
|
Repository: sindresorhus/escape-string-regexp
|
|
968
1555
|
|
|
1556
|
+
> The MIT License (MIT)
|
|
1557
|
+
>
|
|
1558
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
1559
|
+
>
|
|
1560
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1561
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1562
|
+
> in the Software without restriction, including without limitation the rights
|
|
1563
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1564
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1565
|
+
> furnished to do so, subject to the following conditions:
|
|
1566
|
+
>
|
|
1567
|
+
> The above copyright notice and this permission notice shall be included in
|
|
1568
|
+
> all copies or substantial portions of the Software.
|
|
1569
|
+
>
|
|
1570
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1571
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1572
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1573
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1574
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1575
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1576
|
+
> THE SOFTWARE.
|
|
1577
|
+
|
|
969
1578
|
---------------------------------------
|
|
970
1579
|
|
|
971
1580
|
## estree-walker
|
|
@@ -1018,6 +1627,28 @@ License: MIT
|
|
|
1018
1627
|
By: Arnout Kazemier
|
|
1019
1628
|
Repository: git://github.com/primus/eventemitter3.git
|
|
1020
1629
|
|
|
1630
|
+
> The MIT License (MIT)
|
|
1631
|
+
>
|
|
1632
|
+
> Copyright (c) 2014 Arnout Kazemier
|
|
1633
|
+
>
|
|
1634
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1635
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1636
|
+
> in the Software without restriction, including without limitation the rights
|
|
1637
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1638
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1639
|
+
> furnished to do so, subject to the following conditions:
|
|
1640
|
+
>
|
|
1641
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
1642
|
+
> copies or substantial portions of the Software.
|
|
1643
|
+
>
|
|
1644
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1645
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1646
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1647
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1648
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1649
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1650
|
+
> SOFTWARE.
|
|
1651
|
+
|
|
1021
1652
|
---------------------------------------
|
|
1022
1653
|
|
|
1023
1654
|
## execa
|
|
@@ -1071,6 +1702,20 @@ License: ISC
|
|
|
1071
1702
|
By: Matteo Collina
|
|
1072
1703
|
Repository: git+https://github.com/mcollina/fastq.git
|
|
1073
1704
|
|
|
1705
|
+
> Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
|
|
1706
|
+
>
|
|
1707
|
+
> Permission to use, copy, modify, and/or distribute this software for any
|
|
1708
|
+
> purpose with or without fee is hereby granted, provided that the above
|
|
1709
|
+
> copyright notice and this permission notice appear in all copies.
|
|
1710
|
+
>
|
|
1711
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
1712
|
+
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
1713
|
+
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
1714
|
+
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
1715
|
+
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
1716
|
+
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
1717
|
+
> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
1718
|
+
|
|
1074
1719
|
---------------------------------------
|
|
1075
1720
|
|
|
1076
1721
|
## fill-range
|
|
@@ -1078,6 +1723,28 @@ License: MIT
|
|
|
1078
1723
|
By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
|
|
1079
1724
|
Repository: jonschlinkert/fill-range
|
|
1080
1725
|
|
|
1726
|
+
> The MIT License (MIT)
|
|
1727
|
+
>
|
|
1728
|
+
> Copyright (c) 2014-present, Jon Schlinkert.
|
|
1729
|
+
>
|
|
1730
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1731
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1732
|
+
> in the Software without restriction, including without limitation the rights
|
|
1733
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1734
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1735
|
+
> furnished to do so, subject to the following conditions:
|
|
1736
|
+
>
|
|
1737
|
+
> The above copyright notice and this permission notice shall be included in
|
|
1738
|
+
> all copies or substantial portions of the Software.
|
|
1739
|
+
>
|
|
1740
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1741
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1742
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1743
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1744
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1745
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1746
|
+
> THE SOFTWARE.
|
|
1747
|
+
|
|
1081
1748
|
---------------------------------------
|
|
1082
1749
|
|
|
1083
1750
|
## finalhandler
|
|
@@ -1085,6 +1752,29 @@ License: MIT
|
|
|
1085
1752
|
By: Douglas Christopher Wilson
|
|
1086
1753
|
Repository: pillarjs/finalhandler
|
|
1087
1754
|
|
|
1755
|
+
> (The MIT License)
|
|
1756
|
+
>
|
|
1757
|
+
> Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
1758
|
+
>
|
|
1759
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
1760
|
+
> a copy of this software and associated documentation files (the
|
|
1761
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
1762
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
1763
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
1764
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
1765
|
+
> the following conditions:
|
|
1766
|
+
>
|
|
1767
|
+
> The above copyright notice and this permission notice shall be
|
|
1768
|
+
> included in all copies or substantial portions of the Software.
|
|
1769
|
+
>
|
|
1770
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
1771
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1772
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1773
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1774
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
1775
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1776
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1777
|
+
|
|
1088
1778
|
---------------------------------------
|
|
1089
1779
|
|
|
1090
1780
|
## follow-redirects
|
|
@@ -1092,6 +1782,25 @@ License: MIT
|
|
|
1092
1782
|
By: Ruben Verborgh, Olivier Lalonde, James Talmage
|
|
1093
1783
|
Repository: git@github.com:follow-redirects/follow-redirects.git
|
|
1094
1784
|
|
|
1785
|
+
> Copyright 2014–present Olivier Lalonde <olalonde@gmail.com>, James Talmage <james@talmage.io>, Ruben Verborgh
|
|
1786
|
+
>
|
|
1787
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1788
|
+
> this software and associated documentation files (the "Software"), to deal in
|
|
1789
|
+
> the Software without restriction, including without limitation the rights to
|
|
1790
|
+
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
1791
|
+
> of the Software, and to permit persons to whom the Software is furnished to do
|
|
1792
|
+
> so, subject to the following conditions:
|
|
1793
|
+
>
|
|
1794
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
1795
|
+
> copies or substantial portions of the Software.
|
|
1796
|
+
>
|
|
1797
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1798
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1799
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1800
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
1801
|
+
> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1802
|
+
> IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1803
|
+
|
|
1095
1804
|
---------------------------------------
|
|
1096
1805
|
|
|
1097
1806
|
## fs.realpath
|
|
@@ -1099,6 +1808,50 @@ License: ISC
|
|
|
1099
1808
|
By: Isaac Z. Schlueter
|
|
1100
1809
|
Repository: git+https://github.com/isaacs/fs.realpath.git
|
|
1101
1810
|
|
|
1811
|
+
> The ISC License
|
|
1812
|
+
>
|
|
1813
|
+
> Copyright (c) Isaac Z. Schlueter and Contributors
|
|
1814
|
+
>
|
|
1815
|
+
> Permission to use, copy, modify, and/or distribute this software for any
|
|
1816
|
+
> purpose with or without fee is hereby granted, provided that the above
|
|
1817
|
+
> copyright notice and this permission notice appear in all copies.
|
|
1818
|
+
>
|
|
1819
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
1820
|
+
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
1821
|
+
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
1822
|
+
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
1823
|
+
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
1824
|
+
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
1825
|
+
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
1826
|
+
>
|
|
1827
|
+
> ----
|
|
1828
|
+
>
|
|
1829
|
+
> This library bundles a version of the `fs.realpath` and `fs.realpathSync`
|
|
1830
|
+
> methods from Node.js v0.10 under the terms of the Node.js MIT license.
|
|
1831
|
+
>
|
|
1832
|
+
> Node's license follows, also included at the header of `old.js` which contains
|
|
1833
|
+
> the licensed code:
|
|
1834
|
+
>
|
|
1835
|
+
> Copyright Joyent, Inc. and other Node contributors.
|
|
1836
|
+
>
|
|
1837
|
+
> Permission is hereby granted, free of charge, to any person obtaining a
|
|
1838
|
+
> copy of this software and associated documentation files (the "Software"),
|
|
1839
|
+
> to deal in the Software without restriction, including without limitation
|
|
1840
|
+
> the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
1841
|
+
> and/or sell copies of the Software, and to permit persons to whom the
|
|
1842
|
+
> Software is furnished to do so, subject to the following conditions:
|
|
1843
|
+
>
|
|
1844
|
+
> The above copyright notice and this permission notice shall be included in
|
|
1845
|
+
> all copies or substantial portions of the Software.
|
|
1846
|
+
>
|
|
1847
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1848
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1849
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1850
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1851
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
1852
|
+
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1853
|
+
> DEALINGS IN THE SOFTWARE.
|
|
1854
|
+
|
|
1102
1855
|
---------------------------------------
|
|
1103
1856
|
|
|
1104
1857
|
## generic-names
|
|
@@ -1106,6 +1859,28 @@ License: MIT
|
|
|
1106
1859
|
By: Alexey Litvinov
|
|
1107
1860
|
Repository: git+https://github.com/css-modules/generic-names.git
|
|
1108
1861
|
|
|
1862
|
+
> The MIT License (MIT)
|
|
1863
|
+
>
|
|
1864
|
+
> Copyright (c) 2015 Alexey Litvinov
|
|
1865
|
+
>
|
|
1866
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1867
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1868
|
+
> in the Software without restriction, including without limitation the rights
|
|
1869
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1870
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1871
|
+
> furnished to do so, subject to the following conditions:
|
|
1872
|
+
>
|
|
1873
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
1874
|
+
> copies or substantial portions of the Software.
|
|
1875
|
+
>
|
|
1876
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1877
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1878
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1879
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1880
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1881
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1882
|
+
> SOFTWARE.
|
|
1883
|
+
|
|
1109
1884
|
---------------------------------------
|
|
1110
1885
|
|
|
1111
1886
|
## get-stream
|
|
@@ -1113,6 +1888,16 @@ License: MIT
|
|
|
1113
1888
|
By: Sindre Sorhus
|
|
1114
1889
|
Repository: sindresorhus/get-stream
|
|
1115
1890
|
|
|
1891
|
+
> MIT License
|
|
1892
|
+
>
|
|
1893
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1894
|
+
>
|
|
1895
|
+
> 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:
|
|
1896
|
+
>
|
|
1897
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1898
|
+
>
|
|
1899
|
+
> 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.
|
|
1900
|
+
|
|
1116
1901
|
---------------------------------------
|
|
1117
1902
|
|
|
1118
1903
|
## glob
|
|
@@ -1120,13 +1905,51 @@ License: ISC
|
|
|
1120
1905
|
By: Isaac Z. Schlueter
|
|
1121
1906
|
Repository: git://github.com/isaacs/node-glob.git
|
|
1122
1907
|
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1908
|
+
> The ISC License
|
|
1909
|
+
>
|
|
1910
|
+
> Copyright (c) Isaac Z. Schlueter and Contributors
|
|
1911
|
+
>
|
|
1912
|
+
> Permission to use, copy, modify, and/or distribute this software for any
|
|
1913
|
+
> purpose with or without fee is hereby granted, provided that the above
|
|
1914
|
+
> copyright notice and this permission notice appear in all copies.
|
|
1915
|
+
>
|
|
1916
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
1917
|
+
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
1918
|
+
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
1919
|
+
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
1920
|
+
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
1921
|
+
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
1922
|
+
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
1923
|
+
>
|
|
1924
|
+
> ## Glob Logo
|
|
1925
|
+
>
|
|
1926
|
+
> Glob's logo created by Tanya Brassie <http://tanyabrassie.com/>, licensed
|
|
1927
|
+
> under a Creative Commons Attribution-ShareAlike 4.0 International License
|
|
1928
|
+
> https://creativecommons.org/licenses/by-sa/4.0/
|
|
1929
|
+
|
|
1930
|
+
---------------------------------------
|
|
1931
|
+
|
|
1932
|
+
## glob-parent
|
|
1126
1933
|
License: ISC
|
|
1127
1934
|
By: Gulp Team, Elan Shanker, Blaine Bublitz
|
|
1128
1935
|
Repository: gulpjs/glob-parent
|
|
1129
1936
|
|
|
1937
|
+
> The ISC License
|
|
1938
|
+
>
|
|
1939
|
+
> Copyright (c) 2015, 2019 Elan Shanker
|
|
1940
|
+
>
|
|
1941
|
+
> Permission to use, copy, modify, and/or distribute this software for any
|
|
1942
|
+
> purpose with or without fee is hereby granted, provided that the above
|
|
1943
|
+
> copyright notice and this permission notice appear in all copies.
|
|
1944
|
+
>
|
|
1945
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
1946
|
+
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
1947
|
+
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
1948
|
+
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
1949
|
+
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
1950
|
+
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
1951
|
+
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
1952
|
+
|
|
1130
1953
|
---------------------------------------
|
|
1131
1954
|
|
|
1132
1955
|
## globby
|
|
@@ -1134,6 +1957,16 @@ License: MIT
|
|
|
1134
1957
|
By: Sindre Sorhus
|
|
1135
1958
|
Repository: sindresorhus/globby
|
|
1136
1959
|
|
|
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
|
+
|
|
1137
1970
|
---------------------------------------
|
|
1138
1971
|
|
|
1139
1972
|
## has-flag
|
|
@@ -1141,6 +1974,16 @@ License: MIT
|
|
|
1141
1974
|
By: Sindre Sorhus
|
|
1142
1975
|
Repository: sindresorhus/has-flag
|
|
1143
1976
|
|
|
1977
|
+
> MIT License
|
|
1978
|
+
>
|
|
1979
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
1980
|
+
>
|
|
1981
|
+
> 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:
|
|
1982
|
+
>
|
|
1983
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1984
|
+
>
|
|
1985
|
+
> 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.
|
|
1986
|
+
|
|
1144
1987
|
---------------------------------------
|
|
1145
1988
|
|
|
1146
1989
|
## http-proxy
|
|
@@ -1178,6 +2021,208 @@ License: Apache-2.0
|
|
|
1178
2021
|
By: ehmicky
|
|
1179
2022
|
Repository: ehmicky/human-signals
|
|
1180
2023
|
|
|
2024
|
+
> Apache License
|
|
2025
|
+
> Version 2.0, January 2004
|
|
2026
|
+
> http://www.apache.org/licenses/
|
|
2027
|
+
>
|
|
2028
|
+
> TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
2029
|
+
>
|
|
2030
|
+
> 1. Definitions.
|
|
2031
|
+
>
|
|
2032
|
+
> "License" shall mean the terms and conditions for use, reproduction,
|
|
2033
|
+
> and distribution as defined by Sections 1 through 9 of this document.
|
|
2034
|
+
>
|
|
2035
|
+
> "Licensor" shall mean the copyright owner or entity authorized by
|
|
2036
|
+
> the copyright owner that is granting the License.
|
|
2037
|
+
>
|
|
2038
|
+
> "Legal Entity" shall mean the union of the acting entity and all
|
|
2039
|
+
> other entities that control, are controlled by, or are under common
|
|
2040
|
+
> control with that entity. For the purposes of this definition,
|
|
2041
|
+
> "control" means (i) the power, direct or indirect, to cause the
|
|
2042
|
+
> direction or management of such entity, whether by contract or
|
|
2043
|
+
> otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
2044
|
+
> outstanding shares, or (iii) beneficial ownership of such entity.
|
|
2045
|
+
>
|
|
2046
|
+
> "You" (or "Your") shall mean an individual or Legal Entity
|
|
2047
|
+
> exercising permissions granted by this License.
|
|
2048
|
+
>
|
|
2049
|
+
> "Source" form shall mean the preferred form for making modifications,
|
|
2050
|
+
> including but not limited to software source code, documentation
|
|
2051
|
+
> source, and configuration files.
|
|
2052
|
+
>
|
|
2053
|
+
> "Object" form shall mean any form resulting from mechanical
|
|
2054
|
+
> transformation or translation of a Source form, including but
|
|
2055
|
+
> not limited to compiled object code, generated documentation,
|
|
2056
|
+
> and conversions to other media types.
|
|
2057
|
+
>
|
|
2058
|
+
> "Work" shall mean the work of authorship, whether in Source or
|
|
2059
|
+
> Object form, made available under the License, as indicated by a
|
|
2060
|
+
> copyright notice that is included in or attached to the work
|
|
2061
|
+
> (an example is provided in the Appendix below).
|
|
2062
|
+
>
|
|
2063
|
+
> "Derivative Works" shall mean any work, whether in Source or Object
|
|
2064
|
+
> form, that is based on (or derived from) the Work and for which the
|
|
2065
|
+
> editorial revisions, annotations, elaborations, or other modifications
|
|
2066
|
+
> represent, as a whole, an original work of authorship. For the purposes
|
|
2067
|
+
> of this License, Derivative Works shall not include works that remain
|
|
2068
|
+
> separable from, or merely link (or bind by name) to the interfaces of,
|
|
2069
|
+
> the Work and Derivative Works thereof.
|
|
2070
|
+
>
|
|
2071
|
+
> "Contribution" shall mean any work of authorship, including
|
|
2072
|
+
> the original version of the Work and any modifications or additions
|
|
2073
|
+
> to that Work or Derivative Works thereof, that is intentionally
|
|
2074
|
+
> submitted to Licensor for inclusion in the Work by the copyright owner
|
|
2075
|
+
> or by an individual or Legal Entity authorized to submit on behalf of
|
|
2076
|
+
> the copyright owner. For the purposes of this definition, "submitted"
|
|
2077
|
+
> means any form of electronic, verbal, or written communication sent
|
|
2078
|
+
> to the Licensor or its representatives, including but not limited to
|
|
2079
|
+
> communication on electronic mailing lists, source code control systems,
|
|
2080
|
+
> and issue tracking systems that are managed by, or on behalf of, the
|
|
2081
|
+
> Licensor for the purpose of discussing and improving the Work, but
|
|
2082
|
+
> excluding communication that is conspicuously marked or otherwise
|
|
2083
|
+
> designated in writing by the copyright owner as "Not a Contribution."
|
|
2084
|
+
>
|
|
2085
|
+
> "Contributor" shall mean Licensor and any individual or Legal Entity
|
|
2086
|
+
> on behalf of whom a Contribution has been received by Licensor and
|
|
2087
|
+
> subsequently incorporated within the Work.
|
|
2088
|
+
>
|
|
2089
|
+
> 2. Grant of Copyright License. Subject to the terms and conditions of
|
|
2090
|
+
> this License, each Contributor hereby grants to You a perpetual,
|
|
2091
|
+
> worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
2092
|
+
> copyright license to reproduce, prepare Derivative Works of,
|
|
2093
|
+
> publicly display, publicly perform, sublicense, and distribute the
|
|
2094
|
+
> Work and such Derivative Works in Source or Object form.
|
|
2095
|
+
>
|
|
2096
|
+
> 3. Grant of Patent License. Subject to the terms and conditions of
|
|
2097
|
+
> this License, each Contributor hereby grants to You a perpetual,
|
|
2098
|
+
> worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
2099
|
+
> (except as stated in this section) patent license to make, have made,
|
|
2100
|
+
> use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
2101
|
+
> where such license applies only to those patent claims licensable
|
|
2102
|
+
> by such Contributor that are necessarily infringed by their
|
|
2103
|
+
> Contribution(s) alone or by combination of their Contribution(s)
|
|
2104
|
+
> with the Work to which such Contribution(s) was submitted. If You
|
|
2105
|
+
> institute patent litigation against any entity (including a
|
|
2106
|
+
> cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
2107
|
+
> or a Contribution incorporated within the Work constitutes direct
|
|
2108
|
+
> or contributory patent infringement, then any patent licenses
|
|
2109
|
+
> granted to You under this License for that Work shall terminate
|
|
2110
|
+
> as of the date such litigation is filed.
|
|
2111
|
+
>
|
|
2112
|
+
> 4. Redistribution. You may reproduce and distribute copies of the
|
|
2113
|
+
> Work or Derivative Works thereof in any medium, with or without
|
|
2114
|
+
> modifications, and in Source or Object form, provided that You
|
|
2115
|
+
> meet the following conditions:
|
|
2116
|
+
>
|
|
2117
|
+
> (a) You must give any other recipients of the Work or
|
|
2118
|
+
> Derivative Works a copy of this License; and
|
|
2119
|
+
>
|
|
2120
|
+
> (b) You must cause any modified files to carry prominent notices
|
|
2121
|
+
> stating that You changed the files; and
|
|
2122
|
+
>
|
|
2123
|
+
> (c) You must retain, in the Source form of any Derivative Works
|
|
2124
|
+
> that You distribute, all copyright, patent, trademark, and
|
|
2125
|
+
> attribution notices from the Source form of the Work,
|
|
2126
|
+
> excluding those notices that do not pertain to any part of
|
|
2127
|
+
> the Derivative Works; and
|
|
2128
|
+
>
|
|
2129
|
+
> (d) If the Work includes a "NOTICE" text file as part of its
|
|
2130
|
+
> distribution, then any Derivative Works that You distribute must
|
|
2131
|
+
> include a readable copy of the attribution notices contained
|
|
2132
|
+
> within such NOTICE file, excluding those notices that do not
|
|
2133
|
+
> pertain to any part of the Derivative Works, in at least one
|
|
2134
|
+
> of the following places: within a NOTICE text file distributed
|
|
2135
|
+
> as part of the Derivative Works; within the Source form or
|
|
2136
|
+
> documentation, if provided along with the Derivative Works; or,
|
|
2137
|
+
> within a display generated by the Derivative Works, if and
|
|
2138
|
+
> wherever such third-party notices normally appear. The contents
|
|
2139
|
+
> of the NOTICE file are for informational purposes only and
|
|
2140
|
+
> do not modify the License. You may add Your own attribution
|
|
2141
|
+
> notices within Derivative Works that You distribute, alongside
|
|
2142
|
+
> or as an addendum to the NOTICE text from the Work, provided
|
|
2143
|
+
> that such additional attribution notices cannot be construed
|
|
2144
|
+
> as modifying the License.
|
|
2145
|
+
>
|
|
2146
|
+
> You may add Your own copyright statement to Your modifications and
|
|
2147
|
+
> may provide additional or different license terms and conditions
|
|
2148
|
+
> for use, reproduction, or distribution of Your modifications, or
|
|
2149
|
+
> for any such Derivative Works as a whole, provided Your use,
|
|
2150
|
+
> reproduction, and distribution of the Work otherwise complies with
|
|
2151
|
+
> the conditions stated in this License.
|
|
2152
|
+
>
|
|
2153
|
+
> 5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
2154
|
+
> any Contribution intentionally submitted for inclusion in the Work
|
|
2155
|
+
> by You to the Licensor shall be under the terms and conditions of
|
|
2156
|
+
> this License, without any additional terms or conditions.
|
|
2157
|
+
> Notwithstanding the above, nothing herein shall supersede or modify
|
|
2158
|
+
> the terms of any separate license agreement you may have executed
|
|
2159
|
+
> with Licensor regarding such Contributions.
|
|
2160
|
+
>
|
|
2161
|
+
> 6. Trademarks. This License does not grant permission to use the trade
|
|
2162
|
+
> names, trademarks, service marks, or product names of the Licensor,
|
|
2163
|
+
> except as required for reasonable and customary use in describing the
|
|
2164
|
+
> origin of the Work and reproducing the content of the NOTICE file.
|
|
2165
|
+
>
|
|
2166
|
+
> 7. Disclaimer of Warranty. Unless required by applicable law or
|
|
2167
|
+
> agreed to in writing, Licensor provides the Work (and each
|
|
2168
|
+
> Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
2169
|
+
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
2170
|
+
> implied, including, without limitation, any warranties or conditions
|
|
2171
|
+
> of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
2172
|
+
> PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
2173
|
+
> appropriateness of using or redistributing the Work and assume any
|
|
2174
|
+
> risks associated with Your exercise of permissions under this License.
|
|
2175
|
+
>
|
|
2176
|
+
> 8. Limitation of Liability. In no event and under no legal theory,
|
|
2177
|
+
> whether in tort (including negligence), contract, or otherwise,
|
|
2178
|
+
> unless required by applicable law (such as deliberate and grossly
|
|
2179
|
+
> negligent acts) or agreed to in writing, shall any Contributor be
|
|
2180
|
+
> liable to You for damages, including any direct, indirect, special,
|
|
2181
|
+
> incidental, or consequential damages of any character arising as a
|
|
2182
|
+
> result of this License or out of the use or inability to use the
|
|
2183
|
+
> Work (including but not limited to damages for loss of goodwill,
|
|
2184
|
+
> work stoppage, computer failure or malfunction, or any and all
|
|
2185
|
+
> other commercial damages or losses), even if such Contributor
|
|
2186
|
+
> has been advised of the possibility of such damages.
|
|
2187
|
+
>
|
|
2188
|
+
> 9. Accepting Warranty or Additional Liability. While redistributing
|
|
2189
|
+
> the Work or Derivative Works thereof, You may choose to offer,
|
|
2190
|
+
> and charge a fee for, acceptance of support, warranty, indemnity,
|
|
2191
|
+
> or other liability obligations and/or rights consistent with this
|
|
2192
|
+
> License. However, in accepting such obligations, You may act only
|
|
2193
|
+
> on Your own behalf and on Your sole responsibility, not on behalf
|
|
2194
|
+
> of any other Contributor, and only if You agree to indemnify,
|
|
2195
|
+
> defend, and hold each Contributor harmless for any liability
|
|
2196
|
+
> incurred by, or claims asserted against, such Contributor by reason
|
|
2197
|
+
> of your accepting any such warranty or additional liability.
|
|
2198
|
+
>
|
|
2199
|
+
> END OF TERMS AND CONDITIONS
|
|
2200
|
+
>
|
|
2201
|
+
> APPENDIX: How to apply the Apache License to your work.
|
|
2202
|
+
>
|
|
2203
|
+
> To apply the Apache License to your work, attach the following
|
|
2204
|
+
> boilerplate notice, with the fields enclosed by brackets "[]"
|
|
2205
|
+
> replaced with your own identifying information. (Don't include
|
|
2206
|
+
> the brackets!) The text should be enclosed in the appropriate
|
|
2207
|
+
> comment syntax for the file format. We also recommend that a
|
|
2208
|
+
> file or class name and description of purpose be included on the
|
|
2209
|
+
> same "printed page" as the copyright notice for easier
|
|
2210
|
+
> identification within third-party archives.
|
|
2211
|
+
>
|
|
2212
|
+
> Copyright 2019 ehmicky <ehmicky@gmail.com>
|
|
2213
|
+
>
|
|
2214
|
+
> Licensed under the Apache License, Version 2.0 (the "License");
|
|
2215
|
+
> you may not use this file except in compliance with the License.
|
|
2216
|
+
> You may obtain a copy of the License at
|
|
2217
|
+
>
|
|
2218
|
+
> http://www.apache.org/licenses/LICENSE-2.0
|
|
2219
|
+
>
|
|
2220
|
+
> Unless required by applicable law or agreed to in writing, software
|
|
2221
|
+
> distributed under the License is distributed on an "AS IS" BASIS,
|
|
2222
|
+
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
2223
|
+
> See the License for the specific language governing permissions and
|
|
2224
|
+
> limitations under the License.
|
|
2225
|
+
|
|
1181
2226
|
---------------------------------------
|
|
1182
2227
|
|
|
1183
2228
|
## icss-replace-symbols
|
|
@@ -1192,6 +2237,13 @@ License: ISC
|
|
|
1192
2237
|
By: Glen Maddern
|
|
1193
2238
|
Repository: git+https://github.com/css-modules/icss-utils.git
|
|
1194
2239
|
|
|
2240
|
+
> ISC License (ISC)
|
|
2241
|
+
> Copyright 2018 Glen Maddern
|
|
2242
|
+
>
|
|
2243
|
+
> 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.
|
|
2244
|
+
>
|
|
2245
|
+
> 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.
|
|
2246
|
+
|
|
1195
2247
|
---------------------------------------
|
|
1196
2248
|
|
|
1197
2249
|
## ignore
|
|
@@ -1199,6 +2251,28 @@ License: MIT
|
|
|
1199
2251
|
By: kael
|
|
1200
2252
|
Repository: git@github.com:kaelzhang/node-ignore.git
|
|
1201
2253
|
|
|
2254
|
+
> Copyright (c) 2013 Kael Zhang <i@kael.me>, contributors
|
|
2255
|
+
> http://kael.me/
|
|
2256
|
+
>
|
|
2257
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
2258
|
+
> a copy of this software and associated documentation files (the
|
|
2259
|
+
> "Software"), to deal in the Software without restriction, including
|
|
2260
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
2261
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
2262
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
2263
|
+
> the following conditions:
|
|
2264
|
+
>
|
|
2265
|
+
> The above copyright notice and this permission notice shall be
|
|
2266
|
+
> included in all copies or substantial portions of the Software.
|
|
2267
|
+
>
|
|
2268
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2269
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2270
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2271
|
+
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2272
|
+
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2273
|
+
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2274
|
+
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2275
|
+
|
|
1202
2276
|
---------------------------------------
|
|
1203
2277
|
|
|
1204
2278
|
## import-cwd
|
|
@@ -1206,6 +2280,16 @@ License: MIT
|
|
|
1206
2280
|
By: Sindre Sorhus
|
|
1207
2281
|
Repository: sindresorhus/import-cwd
|
|
1208
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
|
+
|
|
1209
2293
|
---------------------------------------
|
|
1210
2294
|
|
|
1211
2295
|
## import-from
|
|
@@ -1213,6 +2297,16 @@ License: MIT
|
|
|
1213
2297
|
By: Sindre Sorhus
|
|
1214
2298
|
Repository: sindresorhus/import-from
|
|
1215
2299
|
|
|
2300
|
+
> MIT License
|
|
2301
|
+
>
|
|
2302
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
2303
|
+
>
|
|
2304
|
+
> 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:
|
|
2305
|
+
>
|
|
2306
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2307
|
+
>
|
|
2308
|
+
> 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.
|
|
2309
|
+
|
|
1216
2310
|
---------------------------------------
|
|
1217
2311
|
|
|
1218
2312
|
## inflight
|
|
@@ -1220,12 +2314,44 @@ License: ISC
|
|
|
1220
2314
|
By: Isaac Z. Schlueter
|
|
1221
2315
|
Repository: https://github.com/npm/inflight.git
|
|
1222
2316
|
|
|
2317
|
+
> The ISC License
|
|
2318
|
+
>
|
|
2319
|
+
> Copyright (c) Isaac Z. Schlueter
|
|
2320
|
+
>
|
|
2321
|
+
> Permission to use, copy, modify, and/or distribute this software for any
|
|
2322
|
+
> purpose with or without fee is hereby granted, provided that the above
|
|
2323
|
+
> copyright notice and this permission notice appear in all copies.
|
|
2324
|
+
>
|
|
2325
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
2326
|
+
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
2327
|
+
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
2328
|
+
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
2329
|
+
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
2330
|
+
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
2331
|
+
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
2332
|
+
|
|
1223
2333
|
---------------------------------------
|
|
1224
2334
|
|
|
1225
2335
|
## inherits
|
|
1226
2336
|
License: ISC
|
|
1227
2337
|
Repository: git://github.com/isaacs/inherits
|
|
1228
2338
|
|
|
2339
|
+
> The ISC License
|
|
2340
|
+
>
|
|
2341
|
+
> Copyright (c) Isaac Z. Schlueter
|
|
2342
|
+
>
|
|
2343
|
+
> Permission to use, copy, modify, and/or distribute this software for any
|
|
2344
|
+
> purpose with or without fee is hereby granted, provided that the above
|
|
2345
|
+
> copyright notice and this permission notice appear in all copies.
|
|
2346
|
+
>
|
|
2347
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
2348
|
+
> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
2349
|
+
> FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
2350
|
+
> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
2351
|
+
> LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
2352
|
+
> OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
2353
|
+
> PERFORMANCE OF THIS SOFTWARE.
|
|
2354
|
+
|
|
1229
2355
|
---------------------------------------
|
|
1230
2356
|
|
|
1231
2357
|
## is-binary-path
|
|
@@ -1233,6 +2359,16 @@ License: MIT
|
|
|
1233
2359
|
By: Sindre Sorhus
|
|
1234
2360
|
Repository: sindresorhus/is-binary-path
|
|
1235
2361
|
|
|
2362
|
+
> MIT License
|
|
2363
|
+
>
|
|
2364
|
+
> Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.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
|
+
|
|
1236
2372
|
---------------------------------------
|
|
1237
2373
|
|
|
1238
2374
|
## is-docker
|
|
@@ -1240,6 +2376,16 @@ License: MIT
|
|
|
1240
2376
|
By: Sindre Sorhus
|
|
1241
2377
|
Repository: sindresorhus/is-docker
|
|
1242
2378
|
|
|
2379
|
+
> MIT License
|
|
2380
|
+
>
|
|
2381
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2382
|
+
>
|
|
2383
|
+
> 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:
|
|
2384
|
+
>
|
|
2385
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2386
|
+
>
|
|
2387
|
+
> 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.
|
|
2388
|
+
|
|
1243
2389
|
---------------------------------------
|
|
1244
2390
|
|
|
1245
2391
|
## is-extglob
|
|
@@ -1247,6 +2393,28 @@ License: MIT
|
|
|
1247
2393
|
By: Jon Schlinkert
|
|
1248
2394
|
Repository: jonschlinkert/is-extglob
|
|
1249
2395
|
|
|
2396
|
+
> The MIT License (MIT)
|
|
2397
|
+
>
|
|
2398
|
+
> Copyright (c) 2014-2016, Jon Schlinkert
|
|
2399
|
+
>
|
|
2400
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2401
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2402
|
+
> in the Software without restriction, including without limitation the rights
|
|
2403
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2404
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2405
|
+
> furnished to do so, subject to the following conditions:
|
|
2406
|
+
>
|
|
2407
|
+
> The above copyright notice and this permission notice shall be included in
|
|
2408
|
+
> all copies or substantial portions of the Software.
|
|
2409
|
+
>
|
|
2410
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2411
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2412
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2413
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2414
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2415
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2416
|
+
> THE SOFTWARE.
|
|
2417
|
+
|
|
1250
2418
|
---------------------------------------
|
|
1251
2419
|
|
|
1252
2420
|
## is-glob
|
|
@@ -1254,6 +2422,28 @@ License: MIT
|
|
|
1254
2422
|
By: Jon Schlinkert, Brian Woodward, Daniel Perez
|
|
1255
2423
|
Repository: micromatch/is-glob
|
|
1256
2424
|
|
|
2425
|
+
> The MIT License (MIT)
|
|
2426
|
+
>
|
|
2427
|
+
> Copyright (c) 2014-2017, Jon Schlinkert.
|
|
2428
|
+
>
|
|
2429
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2430
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2431
|
+
> in the Software without restriction, including without limitation the rights
|
|
2432
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2433
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2434
|
+
> furnished to do so, subject to the following conditions:
|
|
2435
|
+
>
|
|
2436
|
+
> The above copyright notice and this permission notice shall be included in
|
|
2437
|
+
> all copies or substantial portions of the Software.
|
|
2438
|
+
>
|
|
2439
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2440
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2441
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2442
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2443
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2444
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2445
|
+
> THE SOFTWARE.
|
|
2446
|
+
|
|
1257
2447
|
---------------------------------------
|
|
1258
2448
|
|
|
1259
2449
|
## is-number
|
|
@@ -1261,6 +2451,28 @@ License: MIT
|
|
|
1261
2451
|
By: Jon Schlinkert, Olsten Larck, Rouven Weßling
|
|
1262
2452
|
Repository: jonschlinkert/is-number
|
|
1263
2453
|
|
|
2454
|
+
> The MIT License (MIT)
|
|
2455
|
+
>
|
|
2456
|
+
> Copyright (c) 2014-present, Jon Schlinkert.
|
|
2457
|
+
>
|
|
2458
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2459
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2460
|
+
> in the Software without restriction, including without limitation the rights
|
|
2461
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2462
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2463
|
+
> furnished to do so, subject to the following conditions:
|
|
2464
|
+
>
|
|
2465
|
+
> The above copyright notice and this permission notice shall be included in
|
|
2466
|
+
> all copies or substantial portions of the Software.
|
|
2467
|
+
>
|
|
2468
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2469
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2470
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2471
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2472
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2473
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2474
|
+
> THE SOFTWARE.
|
|
2475
|
+
|
|
1264
2476
|
---------------------------------------
|
|
1265
2477
|
|
|
1266
2478
|
## is-reference
|
|
@@ -1275,6 +2487,16 @@ License: MIT
|
|
|
1275
2487
|
By: Sindre Sorhus
|
|
1276
2488
|
Repository: sindresorhus/is-stream
|
|
1277
2489
|
|
|
2490
|
+
> MIT License
|
|
2491
|
+
>
|
|
2492
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://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
|
+
|
|
1278
2500
|
---------------------------------------
|
|
1279
2501
|
|
|
1280
2502
|
## is-wsl
|
|
@@ -1282,6 +2504,16 @@ License: MIT
|
|
|
1282
2504
|
By: Sindre Sorhus
|
|
1283
2505
|
Repository: sindresorhus/is-wsl
|
|
1284
2506
|
|
|
2507
|
+
> MIT License
|
|
2508
|
+
>
|
|
2509
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
2510
|
+
>
|
|
2511
|
+
> 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:
|
|
2512
|
+
>
|
|
2513
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2514
|
+
>
|
|
2515
|
+
> 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.
|
|
2516
|
+
|
|
1285
2517
|
---------------------------------------
|
|
1286
2518
|
|
|
1287
2519
|
## isexe
|
|
@@ -1289,6 +2521,22 @@ License: ISC
|
|
|
1289
2521
|
By: Isaac Z. Schlueter
|
|
1290
2522
|
Repository: git+https://github.com/isaacs/isexe.git
|
|
1291
2523
|
|
|
2524
|
+
> The ISC License
|
|
2525
|
+
>
|
|
2526
|
+
> Copyright (c) Isaac Z. Schlueter and Contributors
|
|
2527
|
+
>
|
|
2528
|
+
> Permission to use, copy, modify, and/or distribute this software for any
|
|
2529
|
+
> purpose with or without fee is hereby granted, provided that the above
|
|
2530
|
+
> copyright notice and this permission notice appear in all copies.
|
|
2531
|
+
>
|
|
2532
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
2533
|
+
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
2534
|
+
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
2535
|
+
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
2536
|
+
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
2537
|
+
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
2538
|
+
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
2539
|
+
|
|
1292
2540
|
---------------------------------------
|
|
1293
2541
|
|
|
1294
2542
|
## json5
|
|
@@ -1296,6 +2544,30 @@ License: MIT
|
|
|
1296
2544
|
By: Aseem Kishore, Max Nanasy, Andrew Eisenberg, Jordan Tucker
|
|
1297
2545
|
Repository: git+https://github.com/json5/json5.git
|
|
1298
2546
|
|
|
2547
|
+
> MIT License
|
|
2548
|
+
>
|
|
2549
|
+
> Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2550
|
+
>
|
|
2551
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2552
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2553
|
+
> in the Software without restriction, including without limitation the rights
|
|
2554
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2555
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2556
|
+
> furnished to do so, subject to the following conditions:
|
|
2557
|
+
>
|
|
2558
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
2559
|
+
> copies or substantial portions of the Software.
|
|
2560
|
+
>
|
|
2561
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2562
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2563
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2564
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2565
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2566
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2567
|
+
> SOFTWARE.
|
|
2568
|
+
>
|
|
2569
|
+
> [others]: https://github.com/json5/json5/contributors
|
|
2570
|
+
|
|
1299
2571
|
---------------------------------------
|
|
1300
2572
|
|
|
1301
2573
|
## launch-editor
|
|
@@ -1324,6 +2596,27 @@ License: MIT
|
|
|
1324
2596
|
By: Tobias Koppers @sokra
|
|
1325
2597
|
Repository: https://github.com/webpack/loader-utils.git
|
|
1326
2598
|
|
|
2599
|
+
> Copyright JS Foundation and other contributors
|
|
2600
|
+
>
|
|
2601
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
2602
|
+
> a copy of this software and associated documentation files (the
|
|
2603
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
2604
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
2605
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
2606
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
2607
|
+
> the following conditions:
|
|
2608
|
+
>
|
|
2609
|
+
> The above copyright notice and this permission notice shall be
|
|
2610
|
+
> included in all copies or substantial portions of the Software.
|
|
2611
|
+
>
|
|
2612
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
2613
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2614
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
2615
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2616
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
2617
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
2618
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2619
|
+
|
|
1327
2620
|
---------------------------------------
|
|
1328
2621
|
|
|
1329
2622
|
## lodash.camelcase
|
|
@@ -1331,6 +2624,54 @@ License: MIT
|
|
|
1331
2624
|
By: John-David Dalton, Blaine Bublitz, Mathias Bynens
|
|
1332
2625
|
Repository: lodash/lodash
|
|
1333
2626
|
|
|
2627
|
+
> Copyright jQuery Foundation and other contributors <https://jquery.org/>
|
|
2628
|
+
>
|
|
2629
|
+
> Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
2630
|
+
> DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
|
2631
|
+
>
|
|
2632
|
+
> This software consists of voluntary contributions made by many
|
|
2633
|
+
> individuals. For exact contribution history, see the revision history
|
|
2634
|
+
> available at https://github.com/lodash/lodash
|
|
2635
|
+
>
|
|
2636
|
+
> The following license applies to all parts of this software except as
|
|
2637
|
+
> documented below:
|
|
2638
|
+
>
|
|
2639
|
+
> ====
|
|
2640
|
+
>
|
|
2641
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
2642
|
+
> a copy of this software and associated documentation files (the
|
|
2643
|
+
> "Software"), to deal in the Software without restriction, including
|
|
2644
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
2645
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
2646
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
2647
|
+
> the following conditions:
|
|
2648
|
+
>
|
|
2649
|
+
> The above copyright notice and this permission notice shall be
|
|
2650
|
+
> included in all copies or substantial portions of the Software.
|
|
2651
|
+
>
|
|
2652
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2653
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2654
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2655
|
+
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2656
|
+
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2657
|
+
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2658
|
+
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2659
|
+
>
|
|
2660
|
+
> ====
|
|
2661
|
+
>
|
|
2662
|
+
> Copyright and related rights for sample code are waived via CC0. Sample
|
|
2663
|
+
> code is defined as all source code displayed within the prose of the
|
|
2664
|
+
> documentation.
|
|
2665
|
+
>
|
|
2666
|
+
> CC0: http://creativecommons.org/publicdomain/zero/1.0/
|
|
2667
|
+
>
|
|
2668
|
+
> ====
|
|
2669
|
+
>
|
|
2670
|
+
> Files located in the node_modules and vendor directories are externally
|
|
2671
|
+
> maintained libraries used by this software which have their own
|
|
2672
|
+
> licenses; we recommend you read them, as their terms may differ from the
|
|
2673
|
+
> terms above.
|
|
2674
|
+
|
|
1334
2675
|
---------------------------------------
|
|
1335
2676
|
|
|
1336
2677
|
## magic-string
|
|
@@ -1353,12 +2694,56 @@ License: MIT
|
|
|
1353
2694
|
By: Stephen Sugden
|
|
1354
2695
|
Repository: grncdr/merge-stream
|
|
1355
2696
|
|
|
2697
|
+
> The MIT License (MIT)
|
|
2698
|
+
>
|
|
2699
|
+
> Copyright (c) Stephen Sugden <me@stephensugden.com> (stephensugden.com)
|
|
2700
|
+
>
|
|
2701
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2702
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2703
|
+
> in the Software without restriction, including without limitation the rights
|
|
2704
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2705
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2706
|
+
> furnished to do so, subject to the following conditions:
|
|
2707
|
+
>
|
|
2708
|
+
> The above copyright notice and this permission notice shall be included in
|
|
2709
|
+
> all copies or substantial portions of the Software.
|
|
2710
|
+
>
|
|
2711
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2712
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2713
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2714
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2715
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2716
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2717
|
+
> THE SOFTWARE.
|
|
2718
|
+
|
|
1356
2719
|
---------------------------------------
|
|
1357
2720
|
|
|
1358
2721
|
## merge2
|
|
1359
2722
|
License: MIT
|
|
1360
2723
|
Repository: git@github.com:teambition/merge2.git
|
|
1361
2724
|
|
|
2725
|
+
> The MIT License (MIT)
|
|
2726
|
+
>
|
|
2727
|
+
> Copyright (c) 2014-2020 Teambition
|
|
2728
|
+
>
|
|
2729
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2730
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2731
|
+
> in the Software without restriction, including without limitation the rights
|
|
2732
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2733
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2734
|
+
> furnished to do so, subject to the following conditions:
|
|
2735
|
+
>
|
|
2736
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
2737
|
+
> copies or substantial portions of the Software.
|
|
2738
|
+
>
|
|
2739
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2740
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2741
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2742
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2743
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2744
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2745
|
+
> SOFTWARE.
|
|
2746
|
+
|
|
1362
2747
|
---------------------------------------
|
|
1363
2748
|
|
|
1364
2749
|
## micromatch
|
|
@@ -1366,6 +2751,28 @@ License: MIT
|
|
|
1366
2751
|
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
2752
|
Repository: micromatch/micromatch
|
|
1368
2753
|
|
|
2754
|
+
> The MIT License (MIT)
|
|
2755
|
+
>
|
|
2756
|
+
> Copyright (c) 2014-present, Jon Schlinkert.
|
|
2757
|
+
>
|
|
2758
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2759
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2760
|
+
> in the Software without restriction, including without limitation the rights
|
|
2761
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2762
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2763
|
+
> furnished to do so, subject to the following conditions:
|
|
2764
|
+
>
|
|
2765
|
+
> The above copyright notice and this permission notice shall be included in
|
|
2766
|
+
> all copies or substantial portions of the Software.
|
|
2767
|
+
>
|
|
2768
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2769
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2770
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2771
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2772
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2773
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2774
|
+
> THE SOFTWARE.
|
|
2775
|
+
|
|
1369
2776
|
---------------------------------------
|
|
1370
2777
|
|
|
1371
2778
|
## mime
|
|
@@ -1402,6 +2809,28 @@ License: MIT
|
|
|
1402
2809
|
By: Douglas Christopher Wilson, Jonathan Ong, Robert Kieffer
|
|
1403
2810
|
Repository: jshttp/mime-db
|
|
1404
2811
|
|
|
2812
|
+
> The MIT License (MIT)
|
|
2813
|
+
>
|
|
2814
|
+
> Copyright (c) 2014 Jonathan Ong me@jongleberry.com
|
|
2815
|
+
>
|
|
2816
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2817
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2818
|
+
> in the Software without restriction, including without limitation the rights
|
|
2819
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2820
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2821
|
+
> furnished to do so, subject to the following conditions:
|
|
2822
|
+
>
|
|
2823
|
+
> The above copyright notice and this permission notice shall be included in
|
|
2824
|
+
> all copies or substantial portions of the Software.
|
|
2825
|
+
>
|
|
2826
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2827
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2828
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2829
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2830
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2831
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2832
|
+
> THE SOFTWARE.
|
|
2833
|
+
|
|
1405
2834
|
---------------------------------------
|
|
1406
2835
|
|
|
1407
2836
|
## mime-types
|
|
@@ -1440,6 +2869,16 @@ License: MIT
|
|
|
1440
2869
|
By: Sindre Sorhus
|
|
1441
2870
|
Repository: sindresorhus/mimic-fn
|
|
1442
2871
|
|
|
2872
|
+
> MIT License
|
|
2873
|
+
>
|
|
2874
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
2875
|
+
>
|
|
2876
|
+
> 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:
|
|
2877
|
+
>
|
|
2878
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2879
|
+
>
|
|
2880
|
+
> 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.
|
|
2881
|
+
|
|
1443
2882
|
---------------------------------------
|
|
1444
2883
|
|
|
1445
2884
|
## minimatch
|
|
@@ -1469,6 +2908,28 @@ Repository: git://github.com/isaacs/minimatch.git
|
|
|
1469
2908
|
License: MIT
|
|
1470
2909
|
Repository: zeit/ms
|
|
1471
2910
|
|
|
2911
|
+
> The MIT License (MIT)
|
|
2912
|
+
>
|
|
2913
|
+
> Copyright (c) 2016 Zeit, Inc.
|
|
2914
|
+
>
|
|
2915
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2916
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2917
|
+
> in the Software without restriction, including without limitation the rights
|
|
2918
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2919
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2920
|
+
> furnished to do so, subject to the following conditions:
|
|
2921
|
+
>
|
|
2922
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
2923
|
+
> copies or substantial portions of the Software.
|
|
2924
|
+
>
|
|
2925
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2926
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2927
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2928
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2929
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2930
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2931
|
+
> SOFTWARE.
|
|
2932
|
+
|
|
1472
2933
|
---------------------------------------
|
|
1473
2934
|
|
|
1474
2935
|
## negotiator
|
|
@@ -1476,6 +2937,31 @@ License: MIT
|
|
|
1476
2937
|
By: Douglas Christopher Wilson, Federico Romero, Isaac Z. Schlueter
|
|
1477
2938
|
Repository: jshttp/negotiator
|
|
1478
2939
|
|
|
2940
|
+
> (The MIT License)
|
|
2941
|
+
>
|
|
2942
|
+
> Copyright (c) 2012-2014 Federico Romero
|
|
2943
|
+
> Copyright (c) 2012-2014 Isaac Z. Schlueter
|
|
2944
|
+
> Copyright (c) 2014-2015 Douglas Christopher Wilson
|
|
2945
|
+
>
|
|
2946
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
2947
|
+
> a copy of this software and associated documentation files (the
|
|
2948
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
2949
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
2950
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
2951
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
2952
|
+
> the following conditions:
|
|
2953
|
+
>
|
|
2954
|
+
> The above copyright notice and this permission notice shall be
|
|
2955
|
+
> included in all copies or substantial portions of the Software.
|
|
2956
|
+
>
|
|
2957
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
2958
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2959
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
2960
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2961
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
2962
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
2963
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2964
|
+
|
|
1479
2965
|
---------------------------------------
|
|
1480
2966
|
|
|
1481
2967
|
## node-forge
|
|
@@ -1483,6 +2969,337 @@ License: (BSD-3-Clause OR GPL-2.0)
|
|
|
1483
2969
|
By: Digital Bazaar, Inc., Dave Longley, David I. Lehn, Stefan Siegl, Christoph Dorn
|
|
1484
2970
|
Repository: https://github.com/digitalbazaar/forge
|
|
1485
2971
|
|
|
2972
|
+
> You may use the Forge project under the terms of either the BSD License or the
|
|
2973
|
+
> GNU General Public License (GPL) Version 2.
|
|
2974
|
+
>
|
|
2975
|
+
> The BSD License is recommended for most projects. It is simple and easy to
|
|
2976
|
+
> understand and it places almost no restrictions on what you can do with the
|
|
2977
|
+
> Forge project.
|
|
2978
|
+
>
|
|
2979
|
+
> If the GPL suits your project better you are also free to use Forge under
|
|
2980
|
+
> that license.
|
|
2981
|
+
>
|
|
2982
|
+
> You don't have to do anything special to choose one license or the other and
|
|
2983
|
+
> you don't have to notify anyone which license you are using. You are free to
|
|
2984
|
+
> use this project in commercial projects as long as the copyright header is
|
|
2985
|
+
> left intact.
|
|
2986
|
+
>
|
|
2987
|
+
> If you are a commercial entity and use this set of libraries in your
|
|
2988
|
+
> commercial software then reasonable payment to Digital Bazaar, if you can
|
|
2989
|
+
> afford it, is not required but is expected and would be appreciated. If this
|
|
2990
|
+
> library saves you time, then it's saving you money. The cost of developing
|
|
2991
|
+
> the Forge software was on the order of several hundred hours and tens of
|
|
2992
|
+
> thousands of dollars. We are attempting to strike a balance between helping
|
|
2993
|
+
> the development community while not being taken advantage of by lucrative
|
|
2994
|
+
> commercial entities for our efforts.
|
|
2995
|
+
>
|
|
2996
|
+
> -------------------------------------------------------------------------------
|
|
2997
|
+
> New BSD License (3-clause)
|
|
2998
|
+
> Copyright (c) 2010, Digital Bazaar, Inc.
|
|
2999
|
+
> All rights reserved.
|
|
3000
|
+
>
|
|
3001
|
+
> Redistribution and use in source and binary forms, with or without
|
|
3002
|
+
> modification, are permitted provided that the following conditions are met:
|
|
3003
|
+
> * Redistributions of source code must retain the above copyright
|
|
3004
|
+
> notice, this list of conditions and the following disclaimer.
|
|
3005
|
+
> * Redistributions in binary form must reproduce the above copyright
|
|
3006
|
+
> notice, this list of conditions and the following disclaimer in the
|
|
3007
|
+
> documentation and/or other materials provided with the distribution.
|
|
3008
|
+
> * Neither the name of Digital Bazaar, Inc. nor the
|
|
3009
|
+
> names of its contributors may be used to endorse or promote products
|
|
3010
|
+
> derived from this software without specific prior written permission.
|
|
3011
|
+
>
|
|
3012
|
+
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
3013
|
+
> ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
3014
|
+
> WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
3015
|
+
> DISCLAIMED. IN NO EVENT SHALL DIGITAL BAZAAR BE LIABLE FOR ANY
|
|
3016
|
+
> DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
3017
|
+
> (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
3018
|
+
> LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
3019
|
+
> ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
3020
|
+
> (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
3021
|
+
> SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
3022
|
+
>
|
|
3023
|
+
> -------------------------------------------------------------------------------
|
|
3024
|
+
> GNU GENERAL PUBLIC LICENSE
|
|
3025
|
+
> Version 2, June 1991
|
|
3026
|
+
>
|
|
3027
|
+
> Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
|
3028
|
+
> 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
3029
|
+
> Everyone is permitted to copy and distribute verbatim copies
|
|
3030
|
+
> of this license document, but changing it is not allowed.
|
|
3031
|
+
>
|
|
3032
|
+
> Preamble
|
|
3033
|
+
>
|
|
3034
|
+
> The licenses for most software are designed to take away your
|
|
3035
|
+
> freedom to share and change it. By contrast, the GNU General Public
|
|
3036
|
+
> License is intended to guarantee your freedom to share and change free
|
|
3037
|
+
> software--to make sure the software is free for all its users. This
|
|
3038
|
+
> General Public License applies to most of the Free Software
|
|
3039
|
+
> Foundation's software and to any other program whose authors commit to
|
|
3040
|
+
> using it. (Some other Free Software Foundation software is covered by
|
|
3041
|
+
> the GNU Lesser General Public License instead.) You can apply it to
|
|
3042
|
+
> your programs, too.
|
|
3043
|
+
>
|
|
3044
|
+
> When we speak of free software, we are referring to freedom, not
|
|
3045
|
+
> price. Our General Public Licenses are designed to make sure that you
|
|
3046
|
+
> have the freedom to distribute copies of free software (and charge for
|
|
3047
|
+
> this service if you wish), that you receive source code or can get it
|
|
3048
|
+
> if you want it, that you can change the software or use pieces of it
|
|
3049
|
+
> in new free programs; and that you know you can do these things.
|
|
3050
|
+
>
|
|
3051
|
+
> To protect your rights, we need to make restrictions that forbid
|
|
3052
|
+
> anyone to deny you these rights or to ask you to surrender the rights.
|
|
3053
|
+
> These restrictions translate to certain responsibilities for you if you
|
|
3054
|
+
> distribute copies of the software, or if you modify it.
|
|
3055
|
+
>
|
|
3056
|
+
> For example, if you distribute copies of such a program, whether
|
|
3057
|
+
> gratis or for a fee, you must give the recipients all the rights that
|
|
3058
|
+
> you have. You must make sure that they, too, receive or can get the
|
|
3059
|
+
> source code. And you must show them these terms so they know their
|
|
3060
|
+
> rights.
|
|
3061
|
+
>
|
|
3062
|
+
> We protect your rights with two steps: (1) copyright the software, and
|
|
3063
|
+
> (2) offer you this license which gives you legal permission to copy,
|
|
3064
|
+
> distribute and/or modify the software.
|
|
3065
|
+
>
|
|
3066
|
+
> Also, for each author's protection and ours, we want to make certain
|
|
3067
|
+
> that everyone understands that there is no warranty for this free
|
|
3068
|
+
> software. If the software is modified by someone else and passed on, we
|
|
3069
|
+
> want its recipients to know that what they have is not the original, so
|
|
3070
|
+
> that any problems introduced by others will not reflect on the original
|
|
3071
|
+
> authors' reputations.
|
|
3072
|
+
>
|
|
3073
|
+
> Finally, any free program is threatened constantly by software
|
|
3074
|
+
> patents. We wish to avoid the danger that redistributors of a free
|
|
3075
|
+
> program will individually obtain patent licenses, in effect making the
|
|
3076
|
+
> program proprietary. To prevent this, we have made it clear that any
|
|
3077
|
+
> patent must be licensed for everyone's free use or not licensed at all.
|
|
3078
|
+
>
|
|
3079
|
+
> The precise terms and conditions for copying, distribution and
|
|
3080
|
+
> modification follow.
|
|
3081
|
+
>
|
|
3082
|
+
> GNU GENERAL PUBLIC LICENSE
|
|
3083
|
+
> TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
3084
|
+
>
|
|
3085
|
+
> 0. This License applies to any program or other work which contains
|
|
3086
|
+
> a notice placed by the copyright holder saying it may be distributed
|
|
3087
|
+
> under the terms of this General Public License. The "Program", below,
|
|
3088
|
+
> refers to any such program or work, and a "work based on the Program"
|
|
3089
|
+
> means either the Program or any derivative work under copyright law:
|
|
3090
|
+
> that is to say, a work containing the Program or a portion of it,
|
|
3091
|
+
> either verbatim or with modifications and/or translated into another
|
|
3092
|
+
> language. (Hereinafter, translation is included without limitation in
|
|
3093
|
+
> the term "modification".) Each licensee is addressed as "you".
|
|
3094
|
+
>
|
|
3095
|
+
> Activities other than copying, distribution and modification are not
|
|
3096
|
+
> covered by this License; they are outside its scope. The act of
|
|
3097
|
+
> running the Program is not restricted, and the output from the Program
|
|
3098
|
+
> is covered only if its contents constitute a work based on the
|
|
3099
|
+
> Program (independent of having been made by running the Program).
|
|
3100
|
+
> Whether that is true depends on what the Program does.
|
|
3101
|
+
>
|
|
3102
|
+
> 1. You may copy and distribute verbatim copies of the Program's
|
|
3103
|
+
> source code as you receive it, in any medium, provided that you
|
|
3104
|
+
> conspicuously and appropriately publish on each copy an appropriate
|
|
3105
|
+
> copyright notice and disclaimer of warranty; keep intact all the
|
|
3106
|
+
> notices that refer to this License and to the absence of any warranty;
|
|
3107
|
+
> and give any other recipients of the Program a copy of this License
|
|
3108
|
+
> along with the Program.
|
|
3109
|
+
>
|
|
3110
|
+
> You may charge a fee for the physical act of transferring a copy, and
|
|
3111
|
+
> you may at your option offer warranty protection in exchange for a fee.
|
|
3112
|
+
>
|
|
3113
|
+
> 2. You may modify your copy or copies of the Program or any portion
|
|
3114
|
+
> of it, thus forming a work based on the Program, and copy and
|
|
3115
|
+
> distribute such modifications or work under the terms of Section 1
|
|
3116
|
+
> above, provided that you also meet all of these conditions:
|
|
3117
|
+
>
|
|
3118
|
+
> a) You must cause the modified files to carry prominent notices
|
|
3119
|
+
> stating that you changed the files and the date of any change.
|
|
3120
|
+
>
|
|
3121
|
+
> b) You must cause any work that you distribute or publish, that in
|
|
3122
|
+
> whole or in part contains or is derived from the Program or any
|
|
3123
|
+
> part thereof, to be licensed as a whole at no charge to all third
|
|
3124
|
+
> parties under the terms of this License.
|
|
3125
|
+
>
|
|
3126
|
+
> c) If the modified program normally reads commands interactively
|
|
3127
|
+
> when run, you must cause it, when started running for such
|
|
3128
|
+
> interactive use in the most ordinary way, to print or display an
|
|
3129
|
+
> announcement including an appropriate copyright notice and a
|
|
3130
|
+
> notice that there is no warranty (or else, saying that you provide
|
|
3131
|
+
> a warranty) and that users may redistribute the program under
|
|
3132
|
+
> these conditions, and telling the user how to view a copy of this
|
|
3133
|
+
> License. (Exception: if the Program itself is interactive but
|
|
3134
|
+
> does not normally print such an announcement, your work based on
|
|
3135
|
+
> the Program is not required to print an announcement.)
|
|
3136
|
+
>
|
|
3137
|
+
> These requirements apply to the modified work as a whole. If
|
|
3138
|
+
> identifiable sections of that work are not derived from the Program,
|
|
3139
|
+
> and can be reasonably considered independent and separate works in
|
|
3140
|
+
> themselves, then this License, and its terms, do not apply to those
|
|
3141
|
+
> sections when you distribute them as separate works. But when you
|
|
3142
|
+
> distribute the same sections as part of a whole which is a work based
|
|
3143
|
+
> on the Program, the distribution of the whole must be on the terms of
|
|
3144
|
+
> this License, whose permissions for other licensees extend to the
|
|
3145
|
+
> entire whole, and thus to each and every part regardless of who wrote it.
|
|
3146
|
+
>
|
|
3147
|
+
> Thus, it is not the intent of this section to claim rights or contest
|
|
3148
|
+
> your rights to work written entirely by you; rather, the intent is to
|
|
3149
|
+
> exercise the right to control the distribution of derivative or
|
|
3150
|
+
> collective works based on the Program.
|
|
3151
|
+
>
|
|
3152
|
+
> In addition, mere aggregation of another work not based on the Program
|
|
3153
|
+
> with the Program (or with a work based on the Program) on a volume of
|
|
3154
|
+
> a storage or distribution medium does not bring the other work under
|
|
3155
|
+
> the scope of this License.
|
|
3156
|
+
>
|
|
3157
|
+
> 3. You may copy and distribute the Program (or a work based on it,
|
|
3158
|
+
> under Section 2) in object code or executable form under the terms of
|
|
3159
|
+
> Sections 1 and 2 above provided that you also do one of the following:
|
|
3160
|
+
>
|
|
3161
|
+
> a) Accompany it with the complete corresponding machine-readable
|
|
3162
|
+
> source code, which must be distributed under the terms of Sections
|
|
3163
|
+
> 1 and 2 above on a medium customarily used for software interchange; or,
|
|
3164
|
+
>
|
|
3165
|
+
> b) Accompany it with a written offer, valid for at least three
|
|
3166
|
+
> years, to give any third party, for a charge no more than your
|
|
3167
|
+
> cost of physically performing source distribution, a complete
|
|
3168
|
+
> machine-readable copy of the corresponding source code, to be
|
|
3169
|
+
> distributed under the terms of Sections 1 and 2 above on a medium
|
|
3170
|
+
> customarily used for software interchange; or,
|
|
3171
|
+
>
|
|
3172
|
+
> c) Accompany it with the information you received as to the offer
|
|
3173
|
+
> to distribute corresponding source code. (This alternative is
|
|
3174
|
+
> allowed only for noncommercial distribution and only if you
|
|
3175
|
+
> received the program in object code or executable form with such
|
|
3176
|
+
> an offer, in accord with Subsection b above.)
|
|
3177
|
+
>
|
|
3178
|
+
> The source code for a work means the preferred form of the work for
|
|
3179
|
+
> making modifications to it. For an executable work, complete source
|
|
3180
|
+
> code means all the source code for all modules it contains, plus any
|
|
3181
|
+
> associated interface definition files, plus the scripts used to
|
|
3182
|
+
> control compilation and installation of the executable. However, as a
|
|
3183
|
+
> special exception, the source code distributed need not include
|
|
3184
|
+
> anything that is normally distributed (in either source or binary
|
|
3185
|
+
> form) with the major components (compiler, kernel, and so on) of the
|
|
3186
|
+
> operating system on which the executable runs, unless that component
|
|
3187
|
+
> itself accompanies the executable.
|
|
3188
|
+
>
|
|
3189
|
+
> If distribution of executable or object code is made by offering
|
|
3190
|
+
> access to copy from a designated place, then offering equivalent
|
|
3191
|
+
> access to copy the source code from the same place counts as
|
|
3192
|
+
> distribution of the source code, even though third parties are not
|
|
3193
|
+
> compelled to copy the source along with the object code.
|
|
3194
|
+
>
|
|
3195
|
+
> 4. You may not copy, modify, sublicense, or distribute the Program
|
|
3196
|
+
> except as expressly provided under this License. Any attempt
|
|
3197
|
+
> otherwise to copy, modify, sublicense or distribute the Program is
|
|
3198
|
+
> void, and will automatically terminate your rights under this License.
|
|
3199
|
+
> However, parties who have received copies, or rights, from you under
|
|
3200
|
+
> this License will not have their licenses terminated so long as such
|
|
3201
|
+
> parties remain in full compliance.
|
|
3202
|
+
>
|
|
3203
|
+
> 5. You are not required to accept this License, since you have not
|
|
3204
|
+
> signed it. However, nothing else grants you permission to modify or
|
|
3205
|
+
> distribute the Program or its derivative works. These actions are
|
|
3206
|
+
> prohibited by law if you do not accept this License. Therefore, by
|
|
3207
|
+
> modifying or distributing the Program (or any work based on the
|
|
3208
|
+
> Program), you indicate your acceptance of this License to do so, and
|
|
3209
|
+
> all its terms and conditions for copying, distributing or modifying
|
|
3210
|
+
> the Program or works based on it.
|
|
3211
|
+
>
|
|
3212
|
+
> 6. Each time you redistribute the Program (or any work based on the
|
|
3213
|
+
> Program), the recipient automatically receives a license from the
|
|
3214
|
+
> original licensor to copy, distribute or modify the Program subject to
|
|
3215
|
+
> these terms and conditions. You may not impose any further
|
|
3216
|
+
> restrictions on the recipients' exercise of the rights granted herein.
|
|
3217
|
+
> You are not responsible for enforcing compliance by third parties to
|
|
3218
|
+
> this License.
|
|
3219
|
+
>
|
|
3220
|
+
> 7. If, as a consequence of a court judgment or allegation of patent
|
|
3221
|
+
> infringement or for any other reason (not limited to patent issues),
|
|
3222
|
+
> conditions are imposed on you (whether by court order, agreement or
|
|
3223
|
+
> otherwise) that contradict the conditions of this License, they do not
|
|
3224
|
+
> excuse you from the conditions of this License. If you cannot
|
|
3225
|
+
> distribute so as to satisfy simultaneously your obligations under this
|
|
3226
|
+
> License and any other pertinent obligations, then as a consequence you
|
|
3227
|
+
> may not distribute the Program at all. For example, if a patent
|
|
3228
|
+
> license would not permit royalty-free redistribution of the Program by
|
|
3229
|
+
> all those who receive copies directly or indirectly through you, then
|
|
3230
|
+
> the only way you could satisfy both it and this License would be to
|
|
3231
|
+
> refrain entirely from distribution of the Program.
|
|
3232
|
+
>
|
|
3233
|
+
> If any portion of this section is held invalid or unenforceable under
|
|
3234
|
+
> any particular circumstance, the balance of the section is intended to
|
|
3235
|
+
> apply and the section as a whole is intended to apply in other
|
|
3236
|
+
> circumstances.
|
|
3237
|
+
>
|
|
3238
|
+
> It is not the purpose of this section to induce you to infringe any
|
|
3239
|
+
> patents or other property right claims or to contest validity of any
|
|
3240
|
+
> such claims; this section has the sole purpose of protecting the
|
|
3241
|
+
> integrity of the free software distribution system, which is
|
|
3242
|
+
> implemented by public license practices. Many people have made
|
|
3243
|
+
> generous contributions to the wide range of software distributed
|
|
3244
|
+
> through that system in reliance on consistent application of that
|
|
3245
|
+
> system; it is up to the author/donor to decide if he or she is willing
|
|
3246
|
+
> to distribute software through any other system and a licensee cannot
|
|
3247
|
+
> impose that choice.
|
|
3248
|
+
>
|
|
3249
|
+
> This section is intended to make thoroughly clear what is believed to
|
|
3250
|
+
> be a consequence of the rest of this License.
|
|
3251
|
+
>
|
|
3252
|
+
> 8. If the distribution and/or use of the Program is restricted in
|
|
3253
|
+
> certain countries either by patents or by copyrighted interfaces, the
|
|
3254
|
+
> original copyright holder who places the Program under this License
|
|
3255
|
+
> may add an explicit geographical distribution limitation excluding
|
|
3256
|
+
> those countries, so that distribution is permitted only in or among
|
|
3257
|
+
> countries not thus excluded. In such case, this License incorporates
|
|
3258
|
+
> the limitation as if written in the body of this License.
|
|
3259
|
+
>
|
|
3260
|
+
> 9. The Free Software Foundation may publish revised and/or new versions
|
|
3261
|
+
> of the General Public License from time to time. Such new versions will
|
|
3262
|
+
> be similar in spirit to the present version, but may differ in detail to
|
|
3263
|
+
> address new problems or concerns.
|
|
3264
|
+
>
|
|
3265
|
+
> Each version is given a distinguishing version number. If the Program
|
|
3266
|
+
> specifies a version number of this License which applies to it and "any
|
|
3267
|
+
> later version", you have the option of following the terms and conditions
|
|
3268
|
+
> either of that version or of any later version published by the Free
|
|
3269
|
+
> Software Foundation. If the Program does not specify a version number of
|
|
3270
|
+
> this License, you may choose any version ever published by the Free Software
|
|
3271
|
+
> Foundation.
|
|
3272
|
+
>
|
|
3273
|
+
> 10. If you wish to incorporate parts of the Program into other free
|
|
3274
|
+
> programs whose distribution conditions are different, write to the author
|
|
3275
|
+
> to ask for permission. For software which is copyrighted by the Free
|
|
3276
|
+
> Software Foundation, write to the Free Software Foundation; we sometimes
|
|
3277
|
+
> make exceptions for this. Our decision will be guided by the two goals
|
|
3278
|
+
> of preserving the free status of all derivatives of our free software and
|
|
3279
|
+
> of promoting the sharing and reuse of software generally.
|
|
3280
|
+
>
|
|
3281
|
+
> NO WARRANTY
|
|
3282
|
+
>
|
|
3283
|
+
> 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
|
3284
|
+
> FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
|
3285
|
+
> OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
|
3286
|
+
> PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
|
3287
|
+
> OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
|
3288
|
+
> MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
|
3289
|
+
> TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
|
3290
|
+
> PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
|
3291
|
+
> REPAIR OR CORRECTION.
|
|
3292
|
+
>
|
|
3293
|
+
> 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
|
3294
|
+
> WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
|
3295
|
+
> REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
|
3296
|
+
> INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
|
3297
|
+
> OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
|
3298
|
+
> TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
|
3299
|
+
> YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
|
3300
|
+
> PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
|
3301
|
+
> POSSIBILITY OF SUCH DAMAGES.
|
|
3302
|
+
|
|
1486
3303
|
---------------------------------------
|
|
1487
3304
|
|
|
1488
3305
|
## normalize-path
|
|
@@ -1490,6 +3307,28 @@ License: MIT
|
|
|
1490
3307
|
By: Jon Schlinkert, Blaine Bublitz
|
|
1491
3308
|
Repository: jonschlinkert/normalize-path
|
|
1492
3309
|
|
|
3310
|
+
> The MIT License (MIT)
|
|
3311
|
+
>
|
|
3312
|
+
> Copyright (c) 2014-2018, Jon Schlinkert.
|
|
3313
|
+
>
|
|
3314
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3315
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
3316
|
+
> in the Software without restriction, including without limitation the rights
|
|
3317
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3318
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
3319
|
+
> furnished to do so, subject to the following conditions:
|
|
3320
|
+
>
|
|
3321
|
+
> The above copyright notice and this permission notice shall be included in
|
|
3322
|
+
> all copies or substantial portions of the Software.
|
|
3323
|
+
>
|
|
3324
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3325
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3326
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3327
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3328
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3329
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3330
|
+
> THE SOFTWARE.
|
|
3331
|
+
|
|
1493
3332
|
---------------------------------------
|
|
1494
3333
|
|
|
1495
3334
|
## npm-run-path
|
|
@@ -1497,6 +3336,16 @@ License: MIT
|
|
|
1497
3336
|
By: Sindre Sorhus
|
|
1498
3337
|
Repository: sindresorhus/npm-run-path
|
|
1499
3338
|
|
|
3339
|
+
> MIT License
|
|
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 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:
|
|
3344
|
+
>
|
|
3345
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3346
|
+
>
|
|
3347
|
+
> 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.
|
|
3348
|
+
|
|
1500
3349
|
---------------------------------------
|
|
1501
3350
|
|
|
1502
3351
|
## object-assign
|
|
@@ -1504,6 +3353,28 @@ License: MIT
|
|
|
1504
3353
|
By: Sindre Sorhus
|
|
1505
3354
|
Repository: sindresorhus/object-assign
|
|
1506
3355
|
|
|
3356
|
+
> The MIT License (MIT)
|
|
3357
|
+
>
|
|
3358
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3359
|
+
>
|
|
3360
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3361
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
3362
|
+
> in the Software without restriction, including without limitation the rights
|
|
3363
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3364
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
3365
|
+
> furnished to do so, subject to the following conditions:
|
|
3366
|
+
>
|
|
3367
|
+
> The above copyright notice and this permission notice shall be included in
|
|
3368
|
+
> all copies or substantial portions of the Software.
|
|
3369
|
+
>
|
|
3370
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3371
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3372
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3373
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3374
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3375
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3376
|
+
> THE SOFTWARE.
|
|
3377
|
+
|
|
1507
3378
|
---------------------------------------
|
|
1508
3379
|
|
|
1509
3380
|
## okie
|
|
@@ -1540,6 +3411,30 @@ License: MIT
|
|
|
1540
3411
|
By: Douglas Christopher Wilson, Jonathan Ong
|
|
1541
3412
|
Repository: jshttp/on-finished
|
|
1542
3413
|
|
|
3414
|
+
> (The MIT License)
|
|
3415
|
+
>
|
|
3416
|
+
> Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>
|
|
3417
|
+
> Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
3418
|
+
>
|
|
3419
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
3420
|
+
> a copy of this software and associated documentation files (the
|
|
3421
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
3422
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
3423
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
3424
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
3425
|
+
> the following conditions:
|
|
3426
|
+
>
|
|
3427
|
+
> The above copyright notice and this permission notice shall be
|
|
3428
|
+
> included in all copies or substantial portions of the Software.
|
|
3429
|
+
>
|
|
3430
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
3431
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3432
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3433
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3434
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
3435
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3436
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3437
|
+
|
|
1543
3438
|
---------------------------------------
|
|
1544
3439
|
|
|
1545
3440
|
## on-headers
|
|
@@ -1547,6 +3442,29 @@ License: MIT
|
|
|
1547
3442
|
By: Douglas Christopher Wilson
|
|
1548
3443
|
Repository: jshttp/on-headers
|
|
1549
3444
|
|
|
3445
|
+
> (The MIT License)
|
|
3446
|
+
>
|
|
3447
|
+
> Copyright (c) 2014 Douglas Christopher Wilson
|
|
3448
|
+
>
|
|
3449
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
3450
|
+
> a copy of this software and associated documentation files (the
|
|
3451
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
3452
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
3453
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
3454
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
3455
|
+
> the following conditions:
|
|
3456
|
+
>
|
|
3457
|
+
> The above copyright notice and this permission notice shall be
|
|
3458
|
+
> included in all copies or substantial portions of the Software.
|
|
3459
|
+
>
|
|
3460
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
3461
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3462
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3463
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3464
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
3465
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3466
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3467
|
+
|
|
1550
3468
|
---------------------------------------
|
|
1551
3469
|
|
|
1552
3470
|
## once
|
|
@@ -1554,6 +3472,22 @@ License: ISC
|
|
|
1554
3472
|
By: Isaac Z. Schlueter
|
|
1555
3473
|
Repository: git://github.com/isaacs/once
|
|
1556
3474
|
|
|
3475
|
+
> The ISC License
|
|
3476
|
+
>
|
|
3477
|
+
> Copyright (c) Isaac Z. Schlueter and Contributors
|
|
3478
|
+
>
|
|
3479
|
+
> Permission to use, copy, modify, and/or distribute this software for any
|
|
3480
|
+
> purpose with or without fee is hereby granted, provided that the above
|
|
3481
|
+
> copyright notice and this permission notice appear in all copies.
|
|
3482
|
+
>
|
|
3483
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
3484
|
+
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
3485
|
+
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
3486
|
+
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
3487
|
+
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
3488
|
+
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
3489
|
+
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
3490
|
+
|
|
1557
3491
|
---------------------------------------
|
|
1558
3492
|
|
|
1559
3493
|
## onetime
|
|
@@ -1561,6 +3495,16 @@ License: MIT
|
|
|
1561
3495
|
By: Sindre Sorhus
|
|
1562
3496
|
Repository: sindresorhus/onetime
|
|
1563
3497
|
|
|
3498
|
+
> MIT License
|
|
3499
|
+
>
|
|
3500
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3501
|
+
>
|
|
3502
|
+
> 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:
|
|
3503
|
+
>
|
|
3504
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3505
|
+
>
|
|
3506
|
+
> 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.
|
|
3507
|
+
|
|
1564
3508
|
---------------------------------------
|
|
1565
3509
|
|
|
1566
3510
|
## open
|
|
@@ -1585,6 +3529,30 @@ License: MIT
|
|
|
1585
3529
|
By: Douglas Christopher Wilson, Jonathan Ong
|
|
1586
3530
|
Repository: pillarjs/parseurl
|
|
1587
3531
|
|
|
3532
|
+
> (The MIT License)
|
|
3533
|
+
>
|
|
3534
|
+
> Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
|
|
3535
|
+
> Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
3536
|
+
>
|
|
3537
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
3538
|
+
> a copy of this software and associated documentation files (the
|
|
3539
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
3540
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
3541
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
3542
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
3543
|
+
> the following conditions:
|
|
3544
|
+
>
|
|
3545
|
+
> The above copyright notice and this permission notice shall be
|
|
3546
|
+
> included in all copies or substantial portions of the Software.
|
|
3547
|
+
>
|
|
3548
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
3549
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3550
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3551
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3552
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
3553
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3554
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3555
|
+
|
|
1588
3556
|
---------------------------------------
|
|
1589
3557
|
|
|
1590
3558
|
## path-is-absolute
|
|
@@ -1592,6 +3560,28 @@ License: MIT
|
|
|
1592
3560
|
By: Sindre Sorhus
|
|
1593
3561
|
Repository: sindresorhus/path-is-absolute
|
|
1594
3562
|
|
|
3563
|
+
> The MIT License (MIT)
|
|
3564
|
+
>
|
|
3565
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3566
|
+
>
|
|
3567
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3568
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
3569
|
+
> in the Software without restriction, including without limitation the rights
|
|
3570
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3571
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
3572
|
+
> furnished to do so, subject to the following conditions:
|
|
3573
|
+
>
|
|
3574
|
+
> The above copyright notice and this permission notice shall be included in
|
|
3575
|
+
> all copies or substantial portions of the Software.
|
|
3576
|
+
>
|
|
3577
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3578
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3579
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3580
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3581
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3582
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3583
|
+
> THE SOFTWARE.
|
|
3584
|
+
|
|
1595
3585
|
---------------------------------------
|
|
1596
3586
|
|
|
1597
3587
|
## path-key
|
|
@@ -1599,6 +3589,16 @@ License: MIT
|
|
|
1599
3589
|
By: Sindre Sorhus
|
|
1600
3590
|
Repository: sindresorhus/path-key
|
|
1601
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
|
+
|
|
1602
3602
|
---------------------------------------
|
|
1603
3603
|
|
|
1604
3604
|
## path-type
|
|
@@ -1606,6 +3606,16 @@ License: MIT
|
|
|
1606
3606
|
By: Sindre Sorhus
|
|
1607
3607
|
Repository: sindresorhus/path-type
|
|
1608
3608
|
|
|
3609
|
+
> MIT License
|
|
3610
|
+
>
|
|
3611
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3612
|
+
>
|
|
3613
|
+
> 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:
|
|
3614
|
+
>
|
|
3615
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3616
|
+
>
|
|
3617
|
+
> 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.
|
|
3618
|
+
|
|
1609
3619
|
---------------------------------------
|
|
1610
3620
|
|
|
1611
3621
|
## periscopic
|
|
@@ -1627,6 +3637,28 @@ License: MIT
|
|
|
1627
3637
|
By: Jon Schlinkert
|
|
1628
3638
|
Repository: micromatch/picomatch
|
|
1629
3639
|
|
|
3640
|
+
> The MIT License (MIT)
|
|
3641
|
+
>
|
|
3642
|
+
> Copyright (c) 2017-present, Jon Schlinkert.
|
|
3643
|
+
>
|
|
3644
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3645
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
3646
|
+
> in the Software without restriction, including without limitation the rights
|
|
3647
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3648
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
3649
|
+
> furnished to do so, subject to the following conditions:
|
|
3650
|
+
>
|
|
3651
|
+
> The above copyright notice and this permission notice shall be included in
|
|
3652
|
+
> all copies or substantial portions of the Software.
|
|
3653
|
+
>
|
|
3654
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3655
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3656
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3657
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3658
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3659
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3660
|
+
> THE SOFTWARE.
|
|
3661
|
+
|
|
1630
3662
|
---------------------------------------
|
|
1631
3663
|
|
|
1632
3664
|
## pify
|
|
@@ -1634,6 +3666,28 @@ License: MIT
|
|
|
1634
3666
|
By: Sindre Sorhus
|
|
1635
3667
|
Repository: sindresorhus/pify
|
|
1636
3668
|
|
|
3669
|
+
> The MIT License (MIT)
|
|
3670
|
+
>
|
|
3671
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3672
|
+
>
|
|
3673
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3674
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
3675
|
+
> in the Software without restriction, including without limitation the rights
|
|
3676
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3677
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
3678
|
+
> furnished to do so, subject to the following conditions:
|
|
3679
|
+
>
|
|
3680
|
+
> The above copyright notice and this permission notice shall be included in
|
|
3681
|
+
> all copies or substantial portions of the Software.
|
|
3682
|
+
>
|
|
3683
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3684
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3685
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3686
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3687
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3688
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3689
|
+
> THE SOFTWARE.
|
|
3690
|
+
|
|
1637
3691
|
---------------------------------------
|
|
1638
3692
|
|
|
1639
3693
|
## postcss-import
|
|
@@ -1725,6 +3779,12 @@ License: ISC
|
|
|
1725
3779
|
By: Glen Maddern
|
|
1726
3780
|
Repository: https://github.com/css-modules/postcss-modules-extract-imports.git
|
|
1727
3781
|
|
|
3782
|
+
> Copyright 2015 Glen Maddern
|
|
3783
|
+
>
|
|
3784
|
+
> 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.
|
|
3785
|
+
>
|
|
3786
|
+
> 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.
|
|
3787
|
+
|
|
1728
3788
|
---------------------------------------
|
|
1729
3789
|
|
|
1730
3790
|
## postcss-modules-local-by-default
|
|
@@ -1732,6 +3792,27 @@ License: MIT
|
|
|
1732
3792
|
By: Mark Dalgleish
|
|
1733
3793
|
Repository: https://github.com/css-modules/postcss-modules-local-by-default.git
|
|
1734
3794
|
|
|
3795
|
+
> The MIT License (MIT)
|
|
3796
|
+
>
|
|
3797
|
+
> Copyright 2015 Mark Dalgleish <mark.john.dalgleish@gmail.com>
|
|
3798
|
+
>
|
|
3799
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3800
|
+
> this software and associated documentation files (the "Software"), to deal in
|
|
3801
|
+
> the Software without restriction, including without limitation the rights to
|
|
3802
|
+
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3803
|
+
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3804
|
+
> subject to the following conditions:
|
|
3805
|
+
>
|
|
3806
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
3807
|
+
> copies or substantial portions of the Software.
|
|
3808
|
+
>
|
|
3809
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3810
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3811
|
+
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3812
|
+
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3813
|
+
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3814
|
+
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3815
|
+
|
|
1735
3816
|
---------------------------------------
|
|
1736
3817
|
|
|
1737
3818
|
## postcss-modules-scope
|
|
@@ -1739,6 +3820,14 @@ License: ISC
|
|
|
1739
3820
|
By: Glen Maddern
|
|
1740
3821
|
Repository: https://github.com/css-modules/postcss-modules-scope.git
|
|
1741
3822
|
|
|
3823
|
+
> ISC License (ISC)
|
|
3824
|
+
>
|
|
3825
|
+
> Copyright (c) 2015, Glen Maddern
|
|
3826
|
+
>
|
|
3827
|
+
> 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.
|
|
3828
|
+
>
|
|
3829
|
+
> 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.
|
|
3830
|
+
|
|
1742
3831
|
---------------------------------------
|
|
1743
3832
|
|
|
1744
3833
|
## postcss-modules-values
|
|
@@ -1746,6 +3835,14 @@ License: ISC
|
|
|
1746
3835
|
By: Glen Maddern
|
|
1747
3836
|
Repository: git+https://github.com/css-modules/postcss-modules-values.git
|
|
1748
3837
|
|
|
3838
|
+
> ISC License (ISC)
|
|
3839
|
+
>
|
|
3840
|
+
> Copyright (c) 2015, Glen Maddern
|
|
3841
|
+
>
|
|
3842
|
+
> 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.
|
|
3843
|
+
>
|
|
3844
|
+
> 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.
|
|
3845
|
+
|
|
1749
3846
|
---------------------------------------
|
|
1750
3847
|
|
|
1751
3848
|
## postcss-selector-parser
|
|
@@ -1753,6 +3850,29 @@ License: MIT
|
|
|
1753
3850
|
By: Ben Briggs, Chris Eppstein
|
|
1754
3851
|
Repository: postcss/postcss-selector-parser
|
|
1755
3852
|
|
|
3853
|
+
> Copyright (c) Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
|
|
3854
|
+
>
|
|
3855
|
+
> Permission is hereby granted, free of charge, to any person
|
|
3856
|
+
> obtaining a copy of this software and associated documentation
|
|
3857
|
+
> files (the "Software"), to deal in the Software without
|
|
3858
|
+
> restriction, including without limitation the rights to use,
|
|
3859
|
+
> copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3860
|
+
> copies of the Software, and to permit persons to whom the
|
|
3861
|
+
> Software is furnished to do so, subject to the following
|
|
3862
|
+
> conditions:
|
|
3863
|
+
>
|
|
3864
|
+
> The above copyright notice and this permission notice shall be
|
|
3865
|
+
> included in all copies or substantial portions of the Software.
|
|
3866
|
+
>
|
|
3867
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3868
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
3869
|
+
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3870
|
+
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
3871
|
+
> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
3872
|
+
> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
3873
|
+
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
3874
|
+
> OTHER DEALINGS IN THE SOFTWARE.
|
|
3875
|
+
|
|
1756
3876
|
---------------------------------------
|
|
1757
3877
|
|
|
1758
3878
|
## postcss-value-parser
|
|
@@ -1760,6 +3880,29 @@ License: MIT
|
|
|
1760
3880
|
By: Bogdan Chadkin
|
|
1761
3881
|
Repository: https://github.com/TrySound/postcss-value-parser.git
|
|
1762
3882
|
|
|
3883
|
+
> Copyright (c) Bogdan Chadkin <trysound@yandex.ru>
|
|
3884
|
+
>
|
|
3885
|
+
> Permission is hereby granted, free of charge, to any person
|
|
3886
|
+
> obtaining a copy of this software and associated documentation
|
|
3887
|
+
> files (the "Software"), to deal in the Software without
|
|
3888
|
+
> restriction, including without limitation the rights to use,
|
|
3889
|
+
> copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3890
|
+
> copies of the Software, and to permit persons to whom the
|
|
3891
|
+
> Software is furnished to do so, subject to the following
|
|
3892
|
+
> conditions:
|
|
3893
|
+
>
|
|
3894
|
+
> The above copyright notice and this permission notice shall be
|
|
3895
|
+
> included in all copies or substantial portions of the Software.
|
|
3896
|
+
>
|
|
3897
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3898
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
3899
|
+
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3900
|
+
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
3901
|
+
> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
3902
|
+
> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
3903
|
+
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
3904
|
+
> OTHER DEALINGS IN THE SOFTWARE.
|
|
3905
|
+
|
|
1763
3906
|
---------------------------------------
|
|
1764
3907
|
|
|
1765
3908
|
## queue-microtask
|
|
@@ -1767,6 +3910,27 @@ License: MIT
|
|
|
1767
3910
|
By: Feross Aboukhadijeh
|
|
1768
3911
|
Repository: git://github.com/feross/queue-microtask.git
|
|
1769
3912
|
|
|
3913
|
+
> The MIT License (MIT)
|
|
3914
|
+
>
|
|
3915
|
+
> Copyright (c) Feross Aboukhadijeh
|
|
3916
|
+
>
|
|
3917
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3918
|
+
> this software and associated documentation files (the "Software"), to deal in
|
|
3919
|
+
> the Software without restriction, including without limitation the rights to
|
|
3920
|
+
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3921
|
+
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3922
|
+
> subject to the following conditions:
|
|
3923
|
+
>
|
|
3924
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
3925
|
+
> copies or substantial portions of the Software.
|
|
3926
|
+
>
|
|
3927
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3928
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3929
|
+
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3930
|
+
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3931
|
+
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3932
|
+
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3933
|
+
|
|
1770
3934
|
---------------------------------------
|
|
1771
3935
|
|
|
1772
3936
|
## read-cache
|
|
@@ -1774,6 +3938,27 @@ License: MIT
|
|
|
1774
3938
|
By: Bogdan Chadkin
|
|
1775
3939
|
Repository: git+https://github.com/TrySound/read-cache.git
|
|
1776
3940
|
|
|
3941
|
+
> The MIT License (MIT)
|
|
3942
|
+
>
|
|
3943
|
+
> Copyright 2016 Bogdan Chadkin <trysound@yandex.ru>
|
|
3944
|
+
>
|
|
3945
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3946
|
+
> this software and associated documentation files (the "Software"), to deal in
|
|
3947
|
+
> the Software without restriction, including without limitation the rights to
|
|
3948
|
+
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3949
|
+
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3950
|
+
> subject to the following conditions:
|
|
3951
|
+
>
|
|
3952
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
3953
|
+
> copies or substantial portions of the Software.
|
|
3954
|
+
>
|
|
3955
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3956
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3957
|
+
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3958
|
+
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3959
|
+
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3960
|
+
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3961
|
+
|
|
1777
3962
|
---------------------------------------
|
|
1778
3963
|
|
|
1779
3964
|
## readdirp
|
|
@@ -1781,6 +3966,28 @@ License: MIT
|
|
|
1781
3966
|
By: Thorsten Lorenz, Paul Miller
|
|
1782
3967
|
Repository: git://github.com/paulmillr/readdirp.git
|
|
1783
3968
|
|
|
3969
|
+
> MIT License
|
|
3970
|
+
>
|
|
3971
|
+
> Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)
|
|
3972
|
+
>
|
|
3973
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3974
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
3975
|
+
> in the Software without restriction, including without limitation the rights
|
|
3976
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3977
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
3978
|
+
> furnished to do so, subject to the following conditions:
|
|
3979
|
+
>
|
|
3980
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
3981
|
+
> copies or substantial portions of the Software.
|
|
3982
|
+
>
|
|
3983
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3984
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3985
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3986
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3987
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3988
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3989
|
+
> SOFTWARE.
|
|
3990
|
+
|
|
1784
3991
|
---------------------------------------
|
|
1785
3992
|
|
|
1786
3993
|
## requires-port
|
|
@@ -1788,6 +3995,28 @@ License: MIT
|
|
|
1788
3995
|
By: Arnout Kazemier
|
|
1789
3996
|
Repository: https://github.com/unshiftio/requires-port
|
|
1790
3997
|
|
|
3998
|
+
> The MIT License (MIT)
|
|
3999
|
+
>
|
|
4000
|
+
> Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
|
|
4001
|
+
>
|
|
4002
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4003
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
4004
|
+
> in the Software without restriction, including without limitation the rights
|
|
4005
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4006
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
4007
|
+
> furnished to do so, subject to the following conditions:
|
|
4008
|
+
>
|
|
4009
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
4010
|
+
> copies or substantial portions of the Software.
|
|
4011
|
+
>
|
|
4012
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4013
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4014
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4015
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4016
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4017
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4018
|
+
> SOFTWARE.
|
|
4019
|
+
|
|
1791
4020
|
---------------------------------------
|
|
1792
4021
|
|
|
1793
4022
|
## resolve-from
|
|
@@ -1795,6 +4024,16 @@ License: MIT
|
|
|
1795
4024
|
By: Sindre Sorhus
|
|
1796
4025
|
Repository: sindresorhus/resolve-from
|
|
1797
4026
|
|
|
4027
|
+
> MIT License
|
|
4028
|
+
>
|
|
4029
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
4030
|
+
>
|
|
4031
|
+
> 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:
|
|
4032
|
+
>
|
|
4033
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4034
|
+
>
|
|
4035
|
+
> 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.
|
|
4036
|
+
|
|
1798
4037
|
---------------------------------------
|
|
1799
4038
|
|
|
1800
4039
|
## resolve.exports
|
|
@@ -1831,6 +4070,28 @@ License: MIT
|
|
|
1831
4070
|
By: Matteo Collina
|
|
1832
4071
|
Repository: git+https://github.com/mcollina/reusify.git
|
|
1833
4072
|
|
|
4073
|
+
> The MIT License (MIT)
|
|
4074
|
+
>
|
|
4075
|
+
> Copyright (c) 2015 Matteo Collina
|
|
4076
|
+
>
|
|
4077
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4078
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
4079
|
+
> in the Software without restriction, including without limitation the rights
|
|
4080
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4081
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
4082
|
+
> furnished to do so, subject to the following conditions:
|
|
4083
|
+
>
|
|
4084
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
4085
|
+
> copies or substantial portions of the Software.
|
|
4086
|
+
>
|
|
4087
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4088
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4089
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4090
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4091
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4092
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4093
|
+
> SOFTWARE.
|
|
4094
|
+
|
|
1834
4095
|
---------------------------------------
|
|
1835
4096
|
|
|
1836
4097
|
## run-parallel
|
|
@@ -1838,6 +4099,27 @@ License: MIT
|
|
|
1838
4099
|
By: Feross Aboukhadijeh
|
|
1839
4100
|
Repository: git://github.com/feross/run-parallel.git
|
|
1840
4101
|
|
|
4102
|
+
> The MIT License (MIT)
|
|
4103
|
+
>
|
|
4104
|
+
> Copyright (c) Feross Aboukhadijeh
|
|
4105
|
+
>
|
|
4106
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4107
|
+
> this software and associated documentation files (the "Software"), to deal in
|
|
4108
|
+
> the Software without restriction, including without limitation the rights to
|
|
4109
|
+
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
4110
|
+
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
4111
|
+
> subject to the following conditions:
|
|
4112
|
+
>
|
|
4113
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
4114
|
+
> copies or substantial portions of the Software.
|
|
4115
|
+
>
|
|
4116
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4117
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
4118
|
+
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
4119
|
+
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4120
|
+
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
4121
|
+
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4122
|
+
|
|
1841
4123
|
---------------------------------------
|
|
1842
4124
|
|
|
1843
4125
|
## safe-buffer
|
|
@@ -1845,6 +4127,28 @@ License: MIT
|
|
|
1845
4127
|
By: Feross Aboukhadijeh
|
|
1846
4128
|
Repository: git://github.com/feross/safe-buffer.git
|
|
1847
4129
|
|
|
4130
|
+
> The MIT License (MIT)
|
|
4131
|
+
>
|
|
4132
|
+
> Copyright (c) Feross Aboukhadijeh
|
|
4133
|
+
>
|
|
4134
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4135
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
4136
|
+
> in the Software without restriction, including without limitation the rights
|
|
4137
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4138
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
4139
|
+
> furnished to do so, subject to the following conditions:
|
|
4140
|
+
>
|
|
4141
|
+
> The above copyright notice and this permission notice shall be included in
|
|
4142
|
+
> all copies or substantial portions of the Software.
|
|
4143
|
+
>
|
|
4144
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4145
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4146
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4147
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4148
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4149
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4150
|
+
> THE SOFTWARE.
|
|
4151
|
+
|
|
1848
4152
|
---------------------------------------
|
|
1849
4153
|
|
|
1850
4154
|
## selfsigned
|
|
@@ -1881,6 +4185,16 @@ License: MIT
|
|
|
1881
4185
|
By: Kevin Mårtensson
|
|
1882
4186
|
Repository: kevva/shebang-command
|
|
1883
4187
|
|
|
4188
|
+
> MIT License
|
|
4189
|
+
>
|
|
4190
|
+
> Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
|
|
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
|
+
|
|
1884
4198
|
---------------------------------------
|
|
1885
4199
|
|
|
1886
4200
|
## shebang-regex
|
|
@@ -1888,6 +4202,16 @@ License: MIT
|
|
|
1888
4202
|
By: Sindre Sorhus
|
|
1889
4203
|
Repository: sindresorhus/shebang-regex
|
|
1890
4204
|
|
|
4205
|
+
> MIT License
|
|
4206
|
+
>
|
|
4207
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
4208
|
+
>
|
|
4209
|
+
> 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:
|
|
4210
|
+
>
|
|
4211
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4212
|
+
>
|
|
4213
|
+
> 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.
|
|
4214
|
+
|
|
1891
4215
|
---------------------------------------
|
|
1892
4216
|
|
|
1893
4217
|
## shell-quote
|
|
@@ -1895,6 +4219,31 @@ License: MIT
|
|
|
1895
4219
|
By: James Halliday
|
|
1896
4220
|
Repository: http://github.com/substack/node-shell-quote.git
|
|
1897
4221
|
|
|
4222
|
+
> The MIT License
|
|
4223
|
+
>
|
|
4224
|
+
> Copyright (c) 2013 James Halliday (mail@substack.net)
|
|
4225
|
+
>
|
|
4226
|
+
> Permission is hereby granted, free of charge,
|
|
4227
|
+
> to any person obtaining a copy of this software and
|
|
4228
|
+
> associated documentation files (the "Software"), to
|
|
4229
|
+
> deal in the Software without restriction, including
|
|
4230
|
+
> without limitation the rights to use, copy, modify,
|
|
4231
|
+
> merge, publish, distribute, sublicense, and/or sell
|
|
4232
|
+
> copies of the Software, and to permit persons to whom
|
|
4233
|
+
> the Software is furnished to do so,
|
|
4234
|
+
> subject to the following conditions:
|
|
4235
|
+
>
|
|
4236
|
+
> The above copyright notice and this permission notice
|
|
4237
|
+
> shall be included in all copies or substantial portions of the Software.
|
|
4238
|
+
>
|
|
4239
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
4240
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
4241
|
+
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4242
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
|
|
4243
|
+
> ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4244
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4245
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4246
|
+
|
|
1898
4247
|
---------------------------------------
|
|
1899
4248
|
|
|
1900
4249
|
## signal-exit
|
|
@@ -1902,6 +4251,23 @@ License: ISC
|
|
|
1902
4251
|
By: Ben Coe
|
|
1903
4252
|
Repository: https://github.com/tapjs/signal-exit.git
|
|
1904
4253
|
|
|
4254
|
+
> The ISC License
|
|
4255
|
+
>
|
|
4256
|
+
> Copyright (c) 2015, Contributors
|
|
4257
|
+
>
|
|
4258
|
+
> Permission to use, copy, modify, and/or distribute this software
|
|
4259
|
+
> for any purpose with or without fee is hereby granted, provided
|
|
4260
|
+
> that the above copyright notice and this permission notice
|
|
4261
|
+
> appear in all copies.
|
|
4262
|
+
>
|
|
4263
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
4264
|
+
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
|
4265
|
+
> OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
|
|
4266
|
+
> LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
|
|
4267
|
+
> OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
4268
|
+
> WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
|
4269
|
+
> ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
4270
|
+
|
|
1905
4271
|
---------------------------------------
|
|
1906
4272
|
|
|
1907
4273
|
## sirv
|
|
@@ -1916,6 +4282,16 @@ License: MIT
|
|
|
1916
4282
|
By: Sindre Sorhus
|
|
1917
4283
|
Repository: sindresorhus/slash
|
|
1918
4284
|
|
|
4285
|
+
> MIT License
|
|
4286
|
+
>
|
|
4287
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
4288
|
+
>
|
|
4289
|
+
> 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:
|
|
4290
|
+
>
|
|
4291
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4292
|
+
>
|
|
4293
|
+
> 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.
|
|
4294
|
+
|
|
1919
4295
|
---------------------------------------
|
|
1920
4296
|
|
|
1921
4297
|
## source-map
|
|
@@ -1958,6 +4334,28 @@ License: MIT
|
|
|
1958
4334
|
By: Rich Harris
|
|
1959
4335
|
Repository: https://github.com/Rich-Harris/sourcemap-codec
|
|
1960
4336
|
|
|
4337
|
+
> The MIT License
|
|
4338
|
+
>
|
|
4339
|
+
> Copyright (c) 2015 Rich Harris
|
|
4340
|
+
>
|
|
4341
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4342
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
4343
|
+
> in the Software without restriction, including without limitation the rights
|
|
4344
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4345
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
4346
|
+
> furnished to do so, subject to the following conditions:
|
|
4347
|
+
>
|
|
4348
|
+
> The above copyright notice and this permission notice shall be included in
|
|
4349
|
+
> all copies or substantial portions of the Software.
|
|
4350
|
+
>
|
|
4351
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4352
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4353
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4354
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4355
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4356
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4357
|
+
> THE SOFTWARE.
|
|
4358
|
+
|
|
1961
4359
|
---------------------------------------
|
|
1962
4360
|
|
|
1963
4361
|
## statuses
|
|
@@ -1965,6 +4363,29 @@ License: MIT
|
|
|
1965
4363
|
By: Douglas Christopher Wilson, Jonathan Ong
|
|
1966
4364
|
Repository: jshttp/statuses
|
|
1967
4365
|
|
|
4366
|
+
> The MIT License (MIT)
|
|
4367
|
+
>
|
|
4368
|
+
> Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
|
|
4369
|
+
> Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
4370
|
+
>
|
|
4371
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4372
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
4373
|
+
> in the Software without restriction, including without limitation the rights
|
|
4374
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4375
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
4376
|
+
> furnished to do so, subject to the following conditions:
|
|
4377
|
+
>
|
|
4378
|
+
> The above copyright notice and this permission notice shall be included in
|
|
4379
|
+
> all copies or substantial portions of the Software.
|
|
4380
|
+
>
|
|
4381
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4382
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4383
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4384
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4385
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4386
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4387
|
+
> THE SOFTWARE.
|
|
4388
|
+
|
|
1968
4389
|
---------------------------------------
|
|
1969
4390
|
|
|
1970
4391
|
## string-hash
|
|
@@ -1996,6 +4417,16 @@ License: MIT
|
|
|
1996
4417
|
By: Sindre Sorhus
|
|
1997
4418
|
Repository: sindresorhus/strip-final-newline
|
|
1998
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
|
+
|
|
1999
4430
|
---------------------------------------
|
|
2000
4431
|
|
|
2001
4432
|
## supports-color
|
|
@@ -2003,6 +4434,16 @@ License: MIT
|
|
|
2003
4434
|
By: Sindre Sorhus
|
|
2004
4435
|
Repository: chalk/supports-color
|
|
2005
4436
|
|
|
4437
|
+
> MIT License
|
|
4438
|
+
>
|
|
4439
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
4440
|
+
>
|
|
4441
|
+
> 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:
|
|
4442
|
+
>
|
|
4443
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4444
|
+
>
|
|
4445
|
+
> 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.
|
|
4446
|
+
|
|
2006
4447
|
---------------------------------------
|
|
2007
4448
|
|
|
2008
4449
|
## to-regex-range
|
|
@@ -2010,6 +4451,28 @@ License: MIT
|
|
|
2010
4451
|
By: Jon Schlinkert, Rouven Weßling
|
|
2011
4452
|
Repository: micromatch/to-regex-range
|
|
2012
4453
|
|
|
4454
|
+
> The MIT License (MIT)
|
|
4455
|
+
>
|
|
4456
|
+
> Copyright (c) 2015-present, Jon Schlinkert.
|
|
4457
|
+
>
|
|
4458
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4459
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
4460
|
+
> in the Software without restriction, including without limitation the rights
|
|
4461
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4462
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
4463
|
+
> furnished to do so, subject to the following conditions:
|
|
4464
|
+
>
|
|
4465
|
+
> The above copyright notice and this permission notice shall be included in
|
|
4466
|
+
> all copies or substantial portions of the Software.
|
|
4467
|
+
>
|
|
4468
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4469
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4470
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4471
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4472
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4473
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4474
|
+
> THE SOFTWARE.
|
|
4475
|
+
|
|
2013
4476
|
---------------------------------------
|
|
2014
4477
|
|
|
2015
4478
|
## totalist
|
|
@@ -2017,6 +4480,28 @@ License: MIT
|
|
|
2017
4480
|
By: Luke Edwards
|
|
2018
4481
|
Repository: lukeed/totalist
|
|
2019
4482
|
|
|
4483
|
+
> The MIT License (MIT)
|
|
4484
|
+
>
|
|
4485
|
+
> Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
|
|
4486
|
+
>
|
|
4487
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4488
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
4489
|
+
> in the Software without restriction, including without limitation the rights
|
|
4490
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4491
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
4492
|
+
> furnished to do so, subject to the following conditions:
|
|
4493
|
+
>
|
|
4494
|
+
> The above copyright notice and this permission notice shall be included in
|
|
4495
|
+
> all copies or substantial portions of the Software.
|
|
4496
|
+
>
|
|
4497
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4498
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4499
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4500
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4501
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4502
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4503
|
+
> THE SOFTWARE.
|
|
4504
|
+
|
|
2020
4505
|
---------------------------------------
|
|
2021
4506
|
|
|
2022
4507
|
## tsconfck
|
|
@@ -2078,6 +4563,29 @@ License: MIT
|
|
|
2078
4563
|
By: Douglas Christopher Wilson
|
|
2079
4564
|
Repository: stream-utils/unpipe
|
|
2080
4565
|
|
|
4566
|
+
> (The MIT License)
|
|
4567
|
+
>
|
|
4568
|
+
> Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
4569
|
+
>
|
|
4570
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4571
|
+
> a copy of this software and associated documentation files (the
|
|
4572
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4573
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4574
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4575
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4576
|
+
> the following conditions:
|
|
4577
|
+
>
|
|
4578
|
+
> The above copyright notice and this permission notice shall be
|
|
4579
|
+
> included in all copies or substantial portions of the Software.
|
|
4580
|
+
>
|
|
4581
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4582
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4583
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4584
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4585
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4586
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4587
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4588
|
+
|
|
2081
4589
|
---------------------------------------
|
|
2082
4590
|
|
|
2083
4591
|
## util-deprecate
|
|
@@ -2085,6 +4593,31 @@ License: MIT
|
|
|
2085
4593
|
By: Nathan Rajlich
|
|
2086
4594
|
Repository: git://github.com/TooTallNate/util-deprecate.git
|
|
2087
4595
|
|
|
4596
|
+
> (The MIT License)
|
|
4597
|
+
>
|
|
4598
|
+
> Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
4599
|
+
>
|
|
4600
|
+
> Permission is hereby granted, free of charge, to any person
|
|
4601
|
+
> obtaining a copy of this software and associated documentation
|
|
4602
|
+
> files (the "Software"), to deal in the Software without
|
|
4603
|
+
> restriction, including without limitation the rights to use,
|
|
4604
|
+
> copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4605
|
+
> copies of the Software, and to permit persons to whom the
|
|
4606
|
+
> Software is furnished to do so, subject to the following
|
|
4607
|
+
> conditions:
|
|
4608
|
+
>
|
|
4609
|
+
> The above copyright notice and this permission notice shall be
|
|
4610
|
+
> included in all copies or substantial portions of the Software.
|
|
4611
|
+
>
|
|
4612
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
4613
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
4614
|
+
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
4615
|
+
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
4616
|
+
> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
4617
|
+
> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
4618
|
+
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
4619
|
+
> OTHER DEALINGS IN THE SOFTWARE.
|
|
4620
|
+
|
|
2088
4621
|
---------------------------------------
|
|
2089
4622
|
|
|
2090
4623
|
## utils-merge
|
|
@@ -2092,6 +4625,27 @@ License: MIT
|
|
|
2092
4625
|
By: Jared Hanson
|
|
2093
4626
|
Repository: git://github.com/jaredhanson/utils-merge.git
|
|
2094
4627
|
|
|
4628
|
+
> The MIT License (MIT)
|
|
4629
|
+
>
|
|
4630
|
+
> Copyright (c) 2013-2017 Jared Hanson
|
|
4631
|
+
>
|
|
4632
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4633
|
+
> this software and associated documentation files (the "Software"), to deal in
|
|
4634
|
+
> the Software without restriction, including without limitation the rights to
|
|
4635
|
+
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
4636
|
+
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
4637
|
+
> subject to the following conditions:
|
|
4638
|
+
>
|
|
4639
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
4640
|
+
> copies or substantial portions of the Software.
|
|
4641
|
+
>
|
|
4642
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4643
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
4644
|
+
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
4645
|
+
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4646
|
+
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
4647
|
+
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4648
|
+
|
|
2095
4649
|
---------------------------------------
|
|
2096
4650
|
|
|
2097
4651
|
## vary
|
|
@@ -2099,6 +4653,29 @@ License: MIT
|
|
|
2099
4653
|
By: Douglas Christopher Wilson
|
|
2100
4654
|
Repository: jshttp/vary
|
|
2101
4655
|
|
|
4656
|
+
> (The MIT License)
|
|
4657
|
+
>
|
|
4658
|
+
> Copyright (c) 2014-2017 Douglas Christopher Wilson
|
|
4659
|
+
>
|
|
4660
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4661
|
+
> a copy of this software and associated documentation files (the
|
|
4662
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4663
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4664
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4665
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4666
|
+
> the following conditions:
|
|
4667
|
+
>
|
|
4668
|
+
> The above copyright notice and this permission notice shall be
|
|
4669
|
+
> included in all copies or substantial portions of the Software.
|
|
4670
|
+
>
|
|
4671
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4672
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4673
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4674
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4675
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4676
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4677
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4678
|
+
|
|
2102
4679
|
---------------------------------------
|
|
2103
4680
|
|
|
2104
4681
|
## which
|
|
@@ -2106,6 +4683,22 @@ License: ISC
|
|
|
2106
4683
|
By: Isaac Z. Schlueter
|
|
2107
4684
|
Repository: git://github.com/isaacs/node-which.git
|
|
2108
4685
|
|
|
4686
|
+
> The ISC License
|
|
4687
|
+
>
|
|
4688
|
+
> Copyright (c) Isaac Z. Schlueter and Contributors
|
|
4689
|
+
>
|
|
4690
|
+
> Permission to use, copy, modify, and/or distribute this software for any
|
|
4691
|
+
> purpose with or without fee is hereby granted, provided that the above
|
|
4692
|
+
> copyright notice and this permission notice appear in all copies.
|
|
4693
|
+
>
|
|
4694
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
4695
|
+
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
4696
|
+
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
4697
|
+
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
4698
|
+
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
4699
|
+
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
4700
|
+
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
4701
|
+
|
|
2109
4702
|
---------------------------------------
|
|
2110
4703
|
|
|
2111
4704
|
## wrappy
|
|
@@ -2113,6 +4706,22 @@ License: ISC
|
|
|
2113
4706
|
By: Isaac Z. Schlueter
|
|
2114
4707
|
Repository: https://github.com/npm/wrappy
|
|
2115
4708
|
|
|
4709
|
+
> The ISC License
|
|
4710
|
+
>
|
|
4711
|
+
> Copyright (c) Isaac Z. Schlueter and Contributors
|
|
4712
|
+
>
|
|
4713
|
+
> Permission to use, copy, modify, and/or distribute this software for any
|
|
4714
|
+
> purpose with or without fee is hereby granted, provided that the above
|
|
4715
|
+
> copyright notice and this permission notice appear in all copies.
|
|
4716
|
+
>
|
|
4717
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
4718
|
+
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
4719
|
+
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
4720
|
+
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
4721
|
+
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
4722
|
+
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
4723
|
+
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
4724
|
+
|
|
2116
4725
|
---------------------------------------
|
|
2117
4726
|
|
|
2118
4727
|
## ws
|
|
@@ -2120,8 +4729,6 @@ License: MIT
|
|
|
2120
4729
|
By: Einar Otto Stangvik
|
|
2121
4730
|
Repository: websockets/ws
|
|
2122
4731
|
|
|
2123
|
-
> The MIT License (MIT)
|
|
2124
|
-
>
|
|
2125
4732
|
> Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
|
|
2126
4733
|
>
|
|
2127
4734
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -2148,3 +4755,17 @@ Repository: websockets/ws
|
|
|
2148
4755
|
License: ISC
|
|
2149
4756
|
By: Eemeli Aro
|
|
2150
4757
|
Repository: github:eemeli/yaml
|
|
4758
|
+
|
|
4759
|
+
> Copyright 2018 Eemeli Aro <eemeli@gmail.com>
|
|
4760
|
+
>
|
|
4761
|
+
> Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
4762
|
+
> with or without fee is hereby granted, provided that the above copyright notice
|
|
4763
|
+
> and this permission notice appear in all copies.
|
|
4764
|
+
>
|
|
4765
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
4766
|
+
> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
4767
|
+
> FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
4768
|
+
> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
4769
|
+
> OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
4770
|
+
> TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
4771
|
+
> THIS SOFTWARE.
|