vite 2.6.0-beta.0 → 2.6.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.

Files changed (110) hide show
  1. package/CHANGELOG.md +66 -0
  2. package/LICENSE.md +161 -3011
  3. package/bin/vite.js +2 -1
  4. package/dist/node/chunks/{dep-91aa74e8.js → dep-1e0a75a8.js} +58 -32
  5. package/dist/node/chunks/dep-1e0a75a8.js.map +1 -0
  6. package/dist/node/chunks/{dep-e36486f6.js → dep-ac1b4bf9.js} +1 -1
  7. package/dist/node/chunks/dep-ac1b4bf9.js.map +1 -0
  8. package/dist/node/chunks/{dep-c7e510f9.js → dep-ba6b30a0.js} +27538 -4953
  9. package/dist/node/chunks/dep-ba6b30a0.js.map +1 -0
  10. package/dist/node/chunks/{dep-11213a75.js → dep-c4cf6e92.js} +19 -6
  11. package/dist/node/chunks/dep-c4cf6e92.js.map +1 -0
  12. package/dist/node/chunks/{dep-eb6ef720.js → dep-d574094c.js} +18 -5
  13. package/dist/node/chunks/dep-d574094c.js.map +1 -0
  14. package/dist/node/chunks/{dep-0d2f9464.js → dep-e39b05d6.js} +18 -5
  15. package/dist/node/chunks/dep-e39b05d6.js.map +1 -0
  16. package/dist/node/cli.js +60 -23992
  17. package/dist/node/cli.js.map +1 -1
  18. package/dist/node/index.d.ts +26 -8
  19. package/dist/node/index.js +18 -15
  20. package/dist/node/index.js.map +1 -1
  21. package/dist/node/terser.js +102 -55
  22. package/package.json +28 -13
  23. package/types/package.json +3 -0
  24. package/api-extractor.json +0 -54
  25. package/dist/node/chunks/dep-0d2f9464.js.map +0 -1
  26. package/dist/node/chunks/dep-11213a75.js.map +0 -1
  27. package/dist/node/chunks/dep-91aa74e8.js.map +0 -1
  28. package/dist/node/chunks/dep-c7e510f9.js.map +0 -1
  29. package/dist/node/chunks/dep-e36486f6.js.map +0 -1
  30. package/dist/node/chunks/dep-eb6ef720.js.map +0 -1
  31. package/dist/node/terser.js.map +0 -1
  32. package/rollup.config.js +0 -389
  33. package/scripts/patchTypes.js +0 -70
  34. package/src/node/__tests__/asset.spec.ts +0 -156
  35. package/src/node/__tests__/build.spec.ts +0 -67
  36. package/src/node/__tests__/config.spec.ts +0 -166
  37. package/src/node/__tests__/packages/name/package.json +0 -3
  38. package/src/node/__tests__/packages/noname/package.json +0 -1
  39. package/src/node/__tests__/plugins/css.spec.ts +0 -116
  40. package/src/node/__tests__/scan.spec.ts +0 -118
  41. package/src/node/__tests__/utils.spec.ts +0 -40
  42. package/src/node/build.ts +0 -783
  43. package/src/node/cli.ts +0 -239
  44. package/src/node/config.ts +0 -1033
  45. package/src/node/constants.ts +0 -87
  46. package/src/node/importGlob.ts +0 -173
  47. package/src/node/index.ts +0 -88
  48. package/src/node/logger.ts +0 -167
  49. package/src/node/optimizer/esbuildDepPlugin.ts +0 -216
  50. package/src/node/optimizer/index.ts +0 -410
  51. package/src/node/optimizer/registerMissing.ts +0 -102
  52. package/src/node/optimizer/scan.ts +0 -457
  53. package/src/node/plugin.ts +0 -138
  54. package/src/node/plugins/asset.ts +0 -365
  55. package/src/node/plugins/assetImportMetaUrl.ts +0 -99
  56. package/src/node/plugins/clientInjections.ts +0 -72
  57. package/src/node/plugins/css.ts +0 -1279
  58. package/src/node/plugins/dataUri.ts +0 -64
  59. package/src/node/plugins/define.ts +0 -107
  60. package/src/node/plugins/esbuild.ts +0 -280
  61. package/src/node/plugins/html.ts +0 -673
  62. package/src/node/plugins/importAnalysis.ts +0 -614
  63. package/src/node/plugins/importAnalysisBuild.ts +0 -334
  64. package/src/node/plugins/index.ts +0 -69
  65. package/src/node/plugins/json.ts +0 -75
  66. package/src/node/plugins/loadFallback.ts +0 -19
  67. package/src/node/plugins/manifest.ts +0 -123
  68. package/src/node/plugins/modulePreloadPolyfill.ts +0 -100
  69. package/src/node/plugins/preAlias.ts +0 -22
  70. package/src/node/plugins/reporter.ts +0 -244
  71. package/src/node/plugins/resolve.ts +0 -925
  72. package/src/node/plugins/terser.ts +0 -40
  73. package/src/node/plugins/wasm.ts +0 -72
  74. package/src/node/plugins/worker.ts +0 -117
  75. package/src/node/preview.ts +0 -82
  76. package/src/node/server/__tests__/fixtures/none/nested/package.json +0 -3
  77. package/src/node/server/__tests__/fixtures/pnpm/nested/package.json +0 -3
  78. package/src/node/server/__tests__/fixtures/pnpm/package.json +0 -3
  79. package/src/node/server/__tests__/fixtures/pnpm/pnpm-workspace.yaml +0 -0
  80. package/src/node/server/__tests__/fixtures/yarn/nested/package.json +0 -3
  81. package/src/node/server/__tests__/fixtures/yarn/package.json +0 -6
  82. package/src/node/server/__tests__/search-root.spec.ts +0 -31
  83. package/src/node/server/hmr.ts +0 -489
  84. package/src/node/server/http.ts +0 -198
  85. package/src/node/server/index.ts +0 -705
  86. package/src/node/server/middlewares/base.ts +0 -52
  87. package/src/node/server/middlewares/error.ts +0 -98
  88. package/src/node/server/middlewares/indexHtml.ts +0 -170
  89. package/src/node/server/middlewares/proxy.ts +0 -124
  90. package/src/node/server/middlewares/spaFallback.ts +0 -32
  91. package/src/node/server/middlewares/static.ts +0 -153
  92. package/src/node/server/middlewares/time.ts +0 -18
  93. package/src/node/server/middlewares/transform.ts +0 -196
  94. package/src/node/server/moduleGraph.ts +0 -200
  95. package/src/node/server/openBrowser.ts +0 -101
  96. package/src/node/server/pluginContainer.ts +0 -546
  97. package/src/node/server/searchRoot.ts +0 -70
  98. package/src/node/server/send.ts +0 -54
  99. package/src/node/server/sourcemap.ts +0 -54
  100. package/src/node/server/transformRequest.ts +0 -168
  101. package/src/node/server/ws.ts +0 -131
  102. package/src/node/ssr/__tests__/ssrTransform.spec.ts +0 -309
  103. package/src/node/ssr/ssrExternal.ts +0 -161
  104. package/src/node/ssr/ssrManifestPlugin.ts +0 -53
  105. package/src/node/ssr/ssrModuleLoader.ts +0 -214
  106. package/src/node/ssr/ssrStacktrace.ts +0 -75
  107. package/src/node/ssr/ssrTransform.ts +0 -452
  108. package/src/node/tsconfig.json +0 -14
  109. package/src/node/utils.ts +0 -565
  110. package/tsconfig.base.json +0 -11
package/LICENSE.md CHANGED
@@ -248,112 +248,24 @@ Repository: http://github.com/cspotcode/source-map.git
248
248
  License: MIT
249
249
  Repository: https://github.com/cspotcode/node-source-map-support
250
250
 
251
- > The MIT License (MIT)
252
- >
253
- > Copyright (c) 2014 Evan Wallace
254
- >
255
- > Permission is hereby granted, free of charge, to any person obtaining a copy
256
- > of this software and associated documentation files (the "Software"), to deal
257
- > in the Software without restriction, including without limitation the rights
258
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
259
- > copies of the Software, and to permit persons to whom the Software is
260
- > furnished to do so, subject to the following conditions:
261
- >
262
- > The above copyright notice and this permission notice shall be included in all
263
- > copies or substantial portions of the Software.
264
- >
265
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
266
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
267
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
268
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
269
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
270
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
271
- > SOFTWARE.
272
-
273
251
  ---------------------------------------
274
252
 
275
253
  ## @nodelib/fs.scandir
276
254
  License: MIT
277
255
  Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir
278
256
 
279
- > The MIT License (MIT)
280
- >
281
- > Copyright (c) Denis Malinochkin
282
- >
283
- > Permission is hereby granted, free of charge, to any person obtaining a copy
284
- > of this software and associated documentation files (the "Software"), to deal
285
- > in the Software without restriction, including without limitation the rights
286
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
287
- > copies of the Software, and to permit persons to whom the Software is
288
- > furnished to do so, subject to the following conditions:
289
- >
290
- > The above copyright notice and this permission notice shall be included in all
291
- > copies or substantial portions of the Software.
292
- >
293
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
294
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
295
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
296
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
297
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
298
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
299
- > SOFTWARE.
300
-
301
257
  ---------------------------------------
302
258
 
303
259
  ## @nodelib/fs.stat
304
260
  License: MIT
305
261
  Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat
306
262
 
307
- > The MIT License (MIT)
308
- >
309
- > Copyright (c) Denis Malinochkin
310
- >
311
- > Permission is hereby granted, free of charge, to any person obtaining a copy
312
- > of this software and associated documentation files (the "Software"), to deal
313
- > in the Software without restriction, including without limitation the rights
314
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
315
- > copies of the Software, and to permit persons to whom the Software is
316
- > furnished to do so, subject to the following conditions:
317
- >
318
- > The above copyright notice and this permission notice shall be included in all
319
- > copies or substantial portions of the Software.
320
- >
321
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
322
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
323
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
324
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
325
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
326
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
327
- > SOFTWARE.
328
-
329
263
  ---------------------------------------
330
264
 
331
265
  ## @nodelib/fs.walk
332
266
  License: MIT
333
267
  Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk
334
268
 
335
- > The MIT License (MIT)
336
- >
337
- > Copyright (c) Denis Malinochkin
338
- >
339
- > Permission is hereby granted, free of charge, to any person obtaining a copy
340
- > of this software and associated documentation files (the "Software"), to deal
341
- > in the Software without restriction, including without limitation the rights
342
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
343
- > copies of the Software, and to permit persons to whom the Software is
344
- > furnished to do so, subject to the following conditions:
345
- >
346
- > The above copyright notice and this permission notice shall be included in all
347
- > copies or substantial portions of the Software.
348
- >
349
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
350
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
351
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
352
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
353
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
354
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
355
- > SOFTWARE.
356
-
357
269
  ---------------------------------------
358
270
 
359
271
  ## @polka/url
@@ -361,28 +273,6 @@ License: MIT
361
273
  By: Luke Edwards
362
274
  Repository: lukeed/polka
363
275
 
364
- > The MIT License (MIT)
365
- >
366
- > Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (https://lukeed.com)
367
- >
368
- > Permission is hereby granted, free of charge, to any person obtaining a copy
369
- > of this software and associated documentation files (the "Software"), to deal
370
- > in the Software without restriction, including without limitation the rights
371
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
372
- > copies of the Software, and to permit persons to whom the Software is
373
- > furnished to do so, subject to the following conditions:
374
- >
375
- > The above copyright notice and this permission notice shall be included in
376
- > all copies or substantial portions of the Software.
377
- >
378
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
379
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
380
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
381
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
382
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
383
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
384
- > THE SOFTWARE.
385
-
386
276
  ---------------------------------------
387
277
 
388
278
  ## @rollup/plugin-alias
@@ -439,112 +329,24 @@ Repository: rollup/plugins
439
329
  License: MIT
440
330
  Repository: https://github.com/tsconfig/bases.git
441
331
 
442
- > MIT License
443
- >
444
- > Copyright (c) Microsoft Corporation.
445
- >
446
- > Permission is hereby granted, free of charge, to any person obtaining a copy
447
- > of this software and associated documentation files (the "Software"), to deal
448
- > in the Software without restriction, including without limitation the rights
449
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
450
- > copies of the Software, and to permit persons to whom the Software is
451
- > furnished to do so, subject to the following conditions:
452
- >
453
- > The above copyright notice and this permission notice shall be included in all
454
- > copies or substantial portions of the Software.
455
- >
456
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
457
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
458
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
459
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
460
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
461
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
462
- > SOFTWARE
463
-
464
332
  ---------------------------------------
465
333
 
466
334
  ## @tsconfig/node12
467
335
  License: MIT
468
336
  Repository: https://github.com/tsconfig/bases.git
469
337
 
470
- > MIT License
471
- >
472
- > Copyright (c) Microsoft Corporation.
473
- >
474
- > Permission is hereby granted, free of charge, to any person obtaining a copy
475
- > of this software and associated documentation files (the "Software"), to deal
476
- > in the Software without restriction, including without limitation the rights
477
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
478
- > copies of the Software, and to permit persons to whom the Software is
479
- > furnished to do so, subject to the following conditions:
480
- >
481
- > The above copyright notice and this permission notice shall be included in all
482
- > copies or substantial portions of the Software.
483
- >
484
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
485
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
486
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
487
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
488
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
489
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
490
- > SOFTWARE
491
-
492
338
  ---------------------------------------
493
339
 
494
340
  ## @tsconfig/node14
495
341
  License: MIT
496
342
  Repository: https://github.com/tsconfig/bases.git
497
343
 
498
- > MIT License
499
- >
500
- > Copyright (c) Microsoft Corporation.
501
- >
502
- > Permission is hereby granted, free of charge, to any person obtaining a copy
503
- > of this software and associated documentation files (the "Software"), to deal
504
- > in the Software without restriction, including without limitation the rights
505
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
506
- > copies of the Software, and to permit persons to whom the Software is
507
- > furnished to do so, subject to the following conditions:
508
- >
509
- > The above copyright notice and this permission notice shall be included in all
510
- > copies or substantial portions of the Software.
511
- >
512
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
513
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
514
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
515
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
516
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
517
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
518
- > SOFTWARE
519
-
520
344
  ---------------------------------------
521
345
 
522
346
  ## @tsconfig/node16
523
347
  License: MIT
524
348
  Repository: https://github.com/tsconfig/bases.git
525
349
 
526
- > MIT License
527
- >
528
- > Copyright (c) Microsoft Corporation.
529
- >
530
- > Permission is hereby granted, free of charge, to any person obtaining a copy
531
- > of this software and associated documentation files (the "Software"), to deal
532
- > in the Software without restriction, including without limitation the rights
533
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
534
- > copies of the Software, and to permit persons to whom the Software is
535
- > furnished to do so, subject to the following conditions:
536
- >
537
- > The above copyright notice and this permission notice shall be included in all
538
- > copies or substantial portions of the Software.
539
- >
540
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
541
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
542
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
543
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
544
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
545
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
546
- > SOFTWARE
547
-
548
350
  ---------------------------------------
549
351
 
550
352
  ## @vue/compiler-core
@@ -552,28 +354,6 @@ License: MIT
552
354
  By: Evan You
553
355
  Repository: git+https://github.com/vuejs/vue-next.git
554
356
 
555
- > The MIT License (MIT)
556
- >
557
- > Copyright (c) 2018-present, Yuxi (Evan) You
558
- >
559
- > Permission is hereby granted, free of charge, to any person obtaining a copy
560
- > of this software and associated documentation files (the "Software"), to deal
561
- > in the Software without restriction, including without limitation the rights
562
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
563
- > copies of the Software, and to permit persons to whom the Software is
564
- > furnished to do so, subject to the following conditions:
565
- >
566
- > The above copyright notice and this permission notice shall be included in
567
- > all copies or substantial portions of the Software.
568
- >
569
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
570
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
571
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
572
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
573
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
574
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
575
- > THE SOFTWARE.
576
-
577
357
  ---------------------------------------
578
358
 
579
359
  ## @vue/compiler-dom
@@ -610,28 +390,6 @@ License: MIT
610
390
  By: Evan You
611
391
  Repository: git+https://github.com/vuejs/vue-next.git
612
392
 
613
- > The MIT License (MIT)
614
- >
615
- > Copyright (c) 2018-present, Yuxi (Evan) You
616
- >
617
- > Permission is hereby granted, free of charge, to any person obtaining a copy
618
- > of this software and associated documentation files (the "Software"), to deal
619
- > in the Software without restriction, including without limitation the rights
620
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
621
- > copies of the Software, and to permit persons to whom the Software is
622
- > furnished to do so, subject to the following conditions:
623
- >
624
- > The above copyright notice and this permission notice shall be included in
625
- > all copies or substantial portions of the Software.
626
- >
627
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
628
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
629
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
630
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
631
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
632
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
633
- > THE SOFTWARE.
634
-
635
393
  ---------------------------------------
636
394
 
637
395
  ## accepts
@@ -639,30 +397,6 @@ License: MIT
639
397
  By: Douglas Christopher Wilson, Jonathan Ong
640
398
  Repository: jshttp/accepts
641
399
 
642
- > (The MIT License)
643
- >
644
- > Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
645
- > Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
646
- >
647
- > Permission is hereby granted, free of charge, to any person obtaining
648
- > a copy of this software and associated documentation files (the
649
- > 'Software'), to deal in the Software without restriction, including
650
- > without limitation the rights to use, copy, modify, merge, publish,
651
- > distribute, sublicense, and/or sell copies of the Software, and to
652
- > permit persons to whom the Software is furnished to do so, subject to
653
- > the following conditions:
654
- >
655
- > The above copyright notice and this permission notice shall be
656
- > included in all copies or substantial portions of the Software.
657
- >
658
- > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
659
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
660
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
661
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
662
- > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
663
- > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
664
- > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
665
-
666
400
  ---------------------------------------
667
401
 
668
402
  ## acorn
@@ -726,26 +460,6 @@ License: MIT
726
460
  By: Adrian Heine
727
461
  Repository: https://github.com/acornjs/acorn-private-class-elements
728
462
 
729
- > Copyright (C) 2017-2018 by Adrian Heine
730
- >
731
- > Permission is hereby granted, free of charge, to any person obtaining a copy
732
- > of this software and associated documentation files (the "Software"), to deal
733
- > in the Software without restriction, including without limitation the rights
734
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
735
- > copies of the Software, and to permit persons to whom the Software is
736
- > furnished to do so, subject to the following conditions:
737
- >
738
- > The above copyright notice and this permission notice shall be included in
739
- > all copies or substantial portions of the Software.
740
- >
741
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
742
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
743
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
744
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
745
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
746
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
747
- > THE SOFTWARE.
748
-
749
463
  ---------------------------------------
750
464
 
751
465
  ## acorn-static-class-features
@@ -780,26 +494,6 @@ License: MIT
780
494
  By: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine
781
495
  Repository: https://github.com/acornjs/acorn.git
782
496
 
783
- > Copyright (C) 2012-2018 by various contributors (see AUTHORS)
784
- >
785
- > Permission is hereby granted, free of charge, to any person obtaining a copy
786
- > of this software and associated documentation files (the "Software"), to deal
787
- > in the Software without restriction, including without limitation the rights
788
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
789
- > copies of the Software, and to permit persons to whom the Software is
790
- > furnished to do so, subject to the following conditions:
791
- >
792
- > The above copyright notice and this permission notice shall be included in
793
- > all copies or substantial portions of the Software.
794
- >
795
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
796
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
797
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
798
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
799
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
800
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
801
- > THE SOFTWARE.
802
-
803
497
  ---------------------------------------
804
498
 
805
499
  ## ansi-regex
@@ -807,16 +501,6 @@ License: MIT
807
501
  By: Sindre Sorhus
808
502
  Repository: chalk/ansi-regex
809
503
 
810
- > MIT License
811
- >
812
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
813
- >
814
- > 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:
815
- >
816
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
817
- >
818
- > 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.
819
-
820
504
  ---------------------------------------
821
505
 
822
506
  ## ansi-styles
@@ -824,16 +508,6 @@ License: MIT
824
508
  By: Sindre Sorhus
825
509
  Repository: chalk/ansi-styles
826
510
 
827
- > MIT License
828
- >
829
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
830
- >
831
- > 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:
832
- >
833
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
834
- >
835
- > 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.
836
-
837
511
  ---------------------------------------
838
512
 
839
513
  ## anymatch
@@ -841,22 +515,6 @@ License: ISC
841
515
  By: Elan Shanker
842
516
  Repository: https://github.com/micromatch/anymatch
843
517
 
844
- > The ISC License
845
- >
846
- > Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)
847
- >
848
- > Permission to use, copy, modify, and/or distribute this software for any
849
- > purpose with or without fee is hereby granted, provided that the above
850
- > copyright notice and this permission notice appear in all copies.
851
- >
852
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
853
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
854
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
855
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
856
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
857
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
858
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
859
-
860
518
  ---------------------------------------
861
519
 
862
520
  ## arg
@@ -864,28 +522,6 @@ License: MIT
864
522
  By: Josh Junon
865
523
  Repository: zeit/arg
866
524
 
867
- > MIT License
868
- >
869
- > Copyright (c) 2017-2019 Zeit, Inc.
870
- >
871
- > Permission is hereby granted, free of charge, to any person obtaining a copy
872
- > of this software and associated documentation files (the "Software"), to deal
873
- > in the Software without restriction, including without limitation the rights
874
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
875
- > copies of the Software, and to permit persons to whom the Software is
876
- > furnished to do so, subject to the following conditions:
877
- >
878
- > The above copyright notice and this permission notice shall be included in all
879
- > copies or substantial portions of the Software.
880
- >
881
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
882
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
883
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
884
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
885
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
886
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
887
- > SOFTWARE.
888
-
889
525
  ---------------------------------------
890
526
 
891
527
  ## array-union
@@ -893,16 +529,6 @@ License: MIT
893
529
  By: Sindre Sorhus
894
530
  Repository: sindresorhus/array-union
895
531
 
896
- > MIT License
897
- >
898
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
899
- >
900
- > 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:
901
- >
902
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
903
- >
904
- > 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.
905
-
906
532
  ---------------------------------------
907
533
 
908
534
  ## balanced-match
@@ -910,28 +536,6 @@ License: MIT
910
536
  By: Julian Gruber
911
537
  Repository: git://github.com/juliangruber/balanced-match.git
912
538
 
913
- > (MIT)
914
- >
915
- > Copyright (c) 2013 Julian Gruber &lt;julian@juliangruber.com&gt;
916
- >
917
- > Permission is hereby granted, free of charge, to any person obtaining a copy of
918
- > this software and associated documentation files (the "Software"), to deal in
919
- > the Software without restriction, including without limitation the rights to
920
- > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
921
- > of the Software, and to permit persons to whom the Software is furnished to do
922
- > so, subject to the following conditions:
923
- >
924
- > The above copyright notice and this permission notice shall be included in all
925
- > copies or substantial portions of the Software.
926
- >
927
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
928
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
929
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
930
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
931
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
932
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
933
- > SOFTWARE.
934
-
935
539
  ---------------------------------------
936
540
 
937
541
  ## big.js
@@ -946,16 +550,6 @@ License: MIT
946
550
  By: Sindre Sorhus
947
551
  Repository: sindresorhus/binary-extensions
948
552
 
949
- > MIT License
950
- >
951
- > Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
952
- >
953
- > 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:
954
- >
955
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
956
- >
957
- > 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.
958
-
959
553
  ---------------------------------------
960
554
 
961
555
  ## brace-expansion
@@ -963,28 +557,6 @@ License: MIT
963
557
  By: Julian Gruber
964
558
  Repository: git://github.com/juliangruber/brace-expansion.git
965
559
 
966
- > MIT License
967
- >
968
- > Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
969
- >
970
- > Permission is hereby granted, free of charge, to any person obtaining a copy
971
- > of this software and associated documentation files (the "Software"), to deal
972
- > in the Software without restriction, including without limitation the rights
973
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
974
- > copies of the Software, and to permit persons to whom the Software is
975
- > furnished to do so, subject to the following conditions:
976
- >
977
- > The above copyright notice and this permission notice shall be included in all
978
- > copies or substantial portions of the Software.
979
- >
980
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
981
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
982
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
983
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
984
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
985
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
986
- > SOFTWARE.
987
-
988
560
  ---------------------------------------
989
561
 
990
562
  ## braces
@@ -992,28 +564,6 @@ License: MIT
992
564
  By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
993
565
  Repository: micromatch/braces
994
566
 
995
- > The MIT License (MIT)
996
- >
997
- > Copyright (c) 2014-2018, Jon Schlinkert.
998
- >
999
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1000
- > of this software and associated documentation files (the "Software"), to deal
1001
- > in the Software without restriction, including without limitation the rights
1002
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1003
- > copies of the Software, and to permit persons to whom the Software is
1004
- > furnished to do so, subject to the following conditions:
1005
- >
1006
- > The above copyright notice and this permission notice shall be included in
1007
- > all copies or substantial portions of the Software.
1008
- >
1009
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1010
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1011
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1012
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1013
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1014
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1015
- > THE SOFTWARE.
1016
-
1017
567
  ---------------------------------------
1018
568
 
1019
569
  ## builtin-modules
@@ -1038,30 +588,6 @@ License: MIT
1038
588
  By: TJ Holowaychuk, Jed Watson, Théo FIDRY
1039
589
  Repository: visionmedia/bytes.js
1040
590
 
1041
- > (The MIT License)
1042
- >
1043
- > Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>
1044
- > Copyright (c) 2015 Jed Watson <jed.watson@me.com>
1045
- >
1046
- > Permission is hereby granted, free of charge, to any person obtaining
1047
- > a copy of this software and associated documentation files (the
1048
- > 'Software'), to deal in the Software without restriction, including
1049
- > without limitation the rights to use, copy, modify, merge, publish,
1050
- > distribute, sublicense, and/or sell copies of the Software, and to
1051
- > permit persons to whom the Software is furnished to do so, subject to
1052
- > the following conditions:
1053
- >
1054
- > The above copyright notice and this permission notice shall be
1055
- > included in all copies or substantial portions of the Software.
1056
- >
1057
- > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1058
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1059
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1060
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1061
- > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1062
- > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1063
- > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1064
-
1065
591
  ---------------------------------------
1066
592
 
1067
593
  ## cac
@@ -1143,27 +669,6 @@ License: MIT
1143
669
  By: Heather Arthur
1144
670
  Repository: Qix-/color-convert
1145
671
 
1146
- > Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
1147
- >
1148
- > Permission is hereby granted, free of charge, to any person obtaining
1149
- > a copy of this software and associated documentation files (the
1150
- > "Software"), to deal in the Software without restriction, including
1151
- > without limitation the rights to use, copy, modify, merge, publish,
1152
- > distribute, sublicense, and/or sell copies of the Software, and to
1153
- > permit persons to whom the Software is furnished to do so, subject to
1154
- > the following conditions:
1155
- >
1156
- > The above copyright notice and this permission notice shall be
1157
- > included in all copies or substantial portions of the Software.
1158
- >
1159
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1160
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1161
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1162
- > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1163
- > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1164
- > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1165
- > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1166
-
1167
672
  ---------------------------------------
1168
673
 
1169
674
  ## color-name
@@ -1171,15 +676,6 @@ License: MIT
1171
676
  By: DY
1172
677
  Repository: git@github.com:colorjs/color-name.git
1173
678
 
1174
- > The MIT License (MIT)
1175
- > Copyright (c) 2015 Dmitry Ivanov
1176
- >
1177
- > 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:
1178
- >
1179
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1180
- >
1181
- > 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.
1182
-
1183
679
  ---------------------------------------
1184
680
 
1185
681
  ## commondir
@@ -1187,31 +683,6 @@ License: MIT
1187
683
  By: James Halliday
1188
684
  Repository: http://github.com/substack/node-commondir.git
1189
685
 
1190
- > The MIT License
1191
- >
1192
- > Copyright (c) 2013 James Halliday (mail@substack.net)
1193
- >
1194
- > Permission is hereby granted, free of charge,
1195
- > to any person obtaining a copy of this software and
1196
- > associated documentation files (the "Software"), to
1197
- > deal in the Software without restriction, including
1198
- > without limitation the rights to use, copy, modify,
1199
- > merge, publish, distribute, sublicense, and/or sell
1200
- > copies of the Software, and to permit persons to whom
1201
- > the Software is furnished to do so,
1202
- > subject to the following conditions:
1203
- >
1204
- > The above copyright notice and this permission notice
1205
- > shall be included in all copies or substantial portions of the Software.
1206
- >
1207
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1208
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
1209
- > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1210
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
1211
- > ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1212
- > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1213
- > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1214
-
1215
686
  ---------------------------------------
1216
687
 
1217
688
  ## compressible
@@ -1219,11 +690,17 @@ License: MIT
1219
690
  By: Douglas Christopher Wilson, Jonathan Ong, Jeremiah Senkpiel
1220
691
  Repository: jshttp/compressible
1221
692
 
693
+ ---------------------------------------
694
+
695
+ ## compression
696
+ License: MIT
697
+ By: Douglas Christopher Wilson, Jonathan Ong
698
+ Repository: expressjs/compression
699
+
1222
700
  > (The MIT License)
1223
701
  >
1224
- > Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>
1225
- > Copyright (c) 2014 Jeremiah Senkpiel <fishrock123@rocketmail.com>
1226
- > Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
702
+ > Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
703
+ > Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
1227
704
  >
1228
705
  > Permission is hereby granted, free of charge, to any person obtaining
1229
706
  > a copy of this software and associated documentation files (the
@@ -1246,15 +723,24 @@ Repository: jshttp/compressible
1246
723
 
1247
724
  ---------------------------------------
1248
725
 
1249
- ## compression
726
+ ## concat-map
1250
727
  License: MIT
1251
- By: Douglas Christopher Wilson, Jonathan Ong
1252
- Repository: expressjs/compression
728
+ By: James Halliday
729
+ Repository: git://github.com/substack/node-concat-map.git
730
+
731
+ ---------------------------------------
732
+
733
+ ## connect
734
+ License: MIT
735
+ By: TJ Holowaychuk, Douglas Christopher Wilson, Jonathan Ong, Tim Caswell
736
+ Repository: senchalabs/connect
1253
737
 
1254
738
  > (The MIT License)
1255
739
  >
1256
- > Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
1257
- > Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
740
+ > Copyright (c) 2010 Sencha Inc.
741
+ > Copyright (c) 2011 LearnBoost
742
+ > Copyright (c) 2011-2014 TJ Holowaychuk
743
+ > Copyright (c) 2015 Douglas Christopher Wilson
1258
744
  >
1259
745
  > Permission is hereby granted, free of charge, to any person obtaining
1260
746
  > a copy of this software and associated documentation files (the
@@ -1277,66 +763,7 @@ Repository: expressjs/compression
1277
763
 
1278
764
  ---------------------------------------
1279
765
 
1280
- ## concat-map
1281
- License: MIT
1282
- By: James Halliday
1283
- Repository: git://github.com/substack/node-concat-map.git
1284
-
1285
- > This software is released under the MIT license:
1286
- >
1287
- > Permission is hereby granted, free of charge, to any person obtaining a copy of
1288
- > this software and associated documentation files (the "Software"), to deal in
1289
- > the Software without restriction, including without limitation the rights to
1290
- > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1291
- > the Software, and to permit persons to whom the Software is furnished to do so,
1292
- > subject to the following conditions:
1293
- >
1294
- > The above copyright notice and this permission notice shall be included in all
1295
- > copies or substantial portions of the Software.
1296
- >
1297
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1298
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1299
- > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1300
- > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1301
- > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1302
- > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1303
-
1304
- ---------------------------------------
1305
-
1306
- ## connect
1307
- License: MIT
1308
- By: TJ Holowaychuk, Douglas Christopher Wilson, Jonathan Ong, Tim Caswell
1309
- Repository: senchalabs/connect
1310
-
1311
- > (The MIT License)
1312
- >
1313
- > Copyright (c) 2010 Sencha Inc.
1314
- > Copyright (c) 2011 LearnBoost
1315
- > Copyright (c) 2011-2014 TJ Holowaychuk
1316
- > Copyright (c) 2015 Douglas Christopher Wilson
1317
- >
1318
- > Permission is hereby granted, free of charge, to any person obtaining
1319
- > a copy of this software and associated documentation files (the
1320
- > 'Software'), to deal in the Software without restriction, including
1321
- > without limitation the rights to use, copy, modify, merge, publish,
1322
- > distribute, sublicense, and/or sell copies of the Software, and to
1323
- > permit persons to whom the Software is furnished to do so, subject to
1324
- > the following conditions:
1325
- >
1326
- > The above copyright notice and this permission notice shall be
1327
- > included in all copies or substantial portions of the Software.
1328
- >
1329
- > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1330
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1331
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1332
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1333
- > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1334
- > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1335
- > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1336
-
1337
- ---------------------------------------
1338
-
1339
- ## connect-history-api-fallback
766
+ ## connect-history-api-fallback
1340
767
  License: MIT
1341
768
  By: Ben Ripkens, Craig Myles
1342
769
  Repository: http://github.com/bripkens/connect-history-api-fallback.git
@@ -1431,32 +858,6 @@ License: MIT
1431
858
  By: Maël Nison, Paul Soporan, Pooya Parsa
1432
859
  Repository: nuxt-contrib/create-require
1433
860
 
1434
- > MIT License
1435
- >
1436
- > Copyright (c) 2020
1437
- >
1438
- > Maël Nison <nison.mael@gmail.com>
1439
- > Paul Soporan <paul.soporan@gmail.com>
1440
- > Pooya Parsa <pyapar@gmail.com>
1441
- >
1442
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1443
- > of this software and associated documentation files (the "Software"), to deal
1444
- > in the Software without restriction, including without limitation the rights
1445
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1446
- > copies of the Software, and to permit persons to whom the Software is
1447
- > furnished to do so, subject to the following conditions:
1448
- >
1449
- > The above copyright notice and this permission notice shall be included in all
1450
- > copies or substantial portions of the Software.
1451
- >
1452
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1453
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1454
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1455
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1456
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1457
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1458
- > SOFTWARE.
1459
-
1460
861
  ---------------------------------------
1461
862
 
1462
863
  ## cross-spawn
@@ -1464,28 +865,6 @@ License: MIT
1464
865
  By: André Cruz
1465
866
  Repository: git@github.com:moxystudio/node-cross-spawn.git
1466
867
 
1467
- > The MIT License (MIT)
1468
- >
1469
- > Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
1470
- >
1471
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1472
- > of this software and associated documentation files (the "Software"), to deal
1473
- > in the Software without restriction, including without limitation the rights
1474
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1475
- > copies of the Software, and to permit persons to whom the Software is
1476
- > furnished to do so, subject to the following conditions:
1477
- >
1478
- > The above copyright notice and this permission notice shall be included in
1479
- > all copies or substantial portions of the Software.
1480
- >
1481
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1482
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1483
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1484
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1485
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1486
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1487
- > THE SOFTWARE.
1488
-
1489
868
  ---------------------------------------
1490
869
 
1491
870
  ## cssesc
@@ -1493,27 +872,6 @@ License: MIT
1493
872
  By: Mathias Bynens
1494
873
  Repository: https://github.com/mathiasbynens/cssesc.git
1495
874
 
1496
- > Copyright Mathias Bynens <https://mathiasbynens.be/>
1497
- >
1498
- > Permission is hereby granted, free of charge, to any person obtaining
1499
- > a copy of this software and associated documentation files (the
1500
- > "Software"), to deal in the Software without restriction, including
1501
- > without limitation the rights to use, copy, modify, merge, publish,
1502
- > distribute, sublicense, and/or sell copies of the Software, and to
1503
- > permit persons to whom the Software is furnished to do so, subject to
1504
- > the following conditions:
1505
- >
1506
- > The above copyright notice and this permission notice shall be
1507
- > included in all copies or substantial portions of the Software.
1508
- >
1509
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1510
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1511
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1512
- > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1513
- > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1514
- > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1515
- > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1516
-
1517
875
  ---------------------------------------
1518
876
 
1519
877
  ## debug
@@ -1547,54 +905,12 @@ License: MIT
1547
905
  By: Sindre Sorhus
1548
906
  Repository: sindresorhus/define-lazy-prop
1549
907
 
1550
- > MIT License
1551
- >
1552
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1553
- >
1554
- > 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:
1555
- >
1556
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1557
- >
1558
- > 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.
1559
-
1560
908
  ---------------------------------------
1561
909
 
1562
910
  ## diff
1563
911
  License: BSD-3-Clause
1564
912
  Repository: git://github.com/kpdecker/jsdiff.git
1565
913
 
1566
- > Software License Agreement (BSD License)
1567
- >
1568
- > Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com>
1569
- >
1570
- > All rights reserved.
1571
- >
1572
- > Redistribution and use of this software in source and binary forms, with or without modification,
1573
- > are permitted provided that the following conditions are met:
1574
- >
1575
- > * Redistributions of source code must retain the above
1576
- > copyright notice, this list of conditions and the
1577
- > following disclaimer.
1578
- >
1579
- > * Redistributions in binary form must reproduce the above
1580
- > copyright notice, this list of conditions and the
1581
- > following disclaimer in the documentation and/or other
1582
- > materials provided with the distribution.
1583
- >
1584
- > * Neither the name of Kevin Decker nor the names of its
1585
- > contributors may be used to endorse or promote products
1586
- > derived from this software without specific prior
1587
- > written permission.
1588
- >
1589
- > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
1590
- > IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
1591
- > FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
1592
- > CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1593
- > DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1594
- > DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
1595
- > IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
1596
- > OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1597
-
1598
914
  ---------------------------------------
1599
915
 
1600
916
  ## dir-glob
@@ -1602,16 +918,6 @@ License: MIT
1602
918
  By: Kevin Mårtensson
1603
919
  Repository: kevva/dir-glob
1604
920
 
1605
- > MIT License
1606
- >
1607
- > Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
1608
- >
1609
- > 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:
1610
- >
1611
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1612
- >
1613
- > 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.
1614
-
1615
921
  ---------------------------------------
1616
922
 
1617
923
  ## dotenv
@@ -1679,28 +985,6 @@ License: MIT
1679
985
  By: Jonathan Ong, Douglas Christopher Wilson
1680
986
  Repository: jonathanong/ee-first
1681
987
 
1682
- > The MIT License (MIT)
1683
- >
1684
- > Copyright (c) 2014 Jonathan Ong me@jongleberry.com
1685
- >
1686
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1687
- > of this software and associated documentation files (the "Software"), to deal
1688
- > in the Software without restriction, including without limitation the rights
1689
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1690
- > copies of the Software, and to permit persons to whom the Software is
1691
- > furnished to do so, subject to the following conditions:
1692
- >
1693
- > The above copyright notice and this permission notice shall be included in
1694
- > all copies or substantial portions of the Software.
1695
- >
1696
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1697
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1698
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1699
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1700
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1701
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1702
- > THE SOFTWARE.
1703
-
1704
988
  ---------------------------------------
1705
989
 
1706
990
  ## emojis-list
@@ -1708,16 +992,6 @@ License: MIT
1708
992
  By: Kiko Beats
1709
993
  Repository: git+https://github.com/kikobeats/emojis-list.git
1710
994
 
1711
- > The MIT License (MIT)
1712
- >
1713
- > Copyright © 2015 Kiko Beats
1714
- >
1715
- > 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:
1716
- >
1717
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1718
- >
1719
- > 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.
1720
-
1721
995
  ---------------------------------------
1722
996
 
1723
997
  ## encodeurl
@@ -1725,29 +999,6 @@ License: MIT
1725
999
  By: Douglas Christopher Wilson
1726
1000
  Repository: pillarjs/encodeurl
1727
1001
 
1728
- > (The MIT License)
1729
- >
1730
- > Copyright (c) 2016 Douglas Christopher Wilson
1731
- >
1732
- > Permission is hereby granted, free of charge, to any person obtaining
1733
- > a copy of this software and associated documentation files (the
1734
- > 'Software'), to deal in the Software without restriction, including
1735
- > without limitation the rights to use, copy, modify, merge, publish,
1736
- > distribute, sublicense, and/or sell copies of the Software, and to
1737
- > permit persons to whom the Software is furnished to do so, subject to
1738
- > the following conditions:
1739
- >
1740
- > The above copyright notice and this permission notice shall be
1741
- > included in all copies or substantial portions of the Software.
1742
- >
1743
- > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1744
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1745
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1746
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1747
- > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1748
- > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1749
- > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1750
-
1751
1002
  ---------------------------------------
1752
1003
 
1753
1004
  ## es-module-lexer
@@ -1772,31 +1023,6 @@ Repository: git+https://github.com/guybedford/es-module-lexer.git
1772
1023
  License: MIT
1773
1024
  Repository: component/escape-html
1774
1025
 
1775
- > (The MIT License)
1776
- >
1777
- > Copyright (c) 2012-2013 TJ Holowaychuk
1778
- > Copyright (c) 2015 Andreas Lubbe
1779
- > Copyright (c) 2015 Tiancheng "Timothy" Gu
1780
- >
1781
- > Permission is hereby granted, free of charge, to any person obtaining
1782
- > a copy of this software and associated documentation files (the
1783
- > 'Software'), to deal in the Software without restriction, including
1784
- > without limitation the rights to use, copy, modify, merge, publish,
1785
- > distribute, sublicense, and/or sell copies of the Software, and to
1786
- > permit persons to whom the Software is furnished to do so, subject to
1787
- > the following conditions:
1788
- >
1789
- > The above copyright notice and this permission notice shall be
1790
- > included in all copies or substantial portions of the Software.
1791
- >
1792
- > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1793
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1794
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1795
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1796
- > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1797
- > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1798
- > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1799
-
1800
1026
  ---------------------------------------
1801
1027
 
1802
1028
  ## escape-string-regexp
@@ -1804,16 +1030,6 @@ License: MIT
1804
1030
  By: Sindre Sorhus
1805
1031
  Repository: sindresorhus/escape-string-regexp
1806
1032
 
1807
- > MIT License
1808
- >
1809
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1810
- >
1811
- > 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:
1812
- >
1813
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1814
- >
1815
- > 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.
1816
-
1817
1033
  ---------------------------------------
1818
1034
 
1819
1035
  ## estree-walker
@@ -1866,28 +1082,6 @@ License: MIT
1866
1082
  By: Arnout Kazemier
1867
1083
  Repository: git://github.com/primus/eventemitter3.git
1868
1084
 
1869
- > The MIT License (MIT)
1870
- >
1871
- > Copyright (c) 2014 Arnout Kazemier
1872
- >
1873
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1874
- > of this software and associated documentation files (the "Software"), to deal
1875
- > in the Software without restriction, including without limitation the rights
1876
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1877
- > copies of the Software, and to permit persons to whom the Software is
1878
- > furnished to do so, subject to the following conditions:
1879
- >
1880
- > The above copyright notice and this permission notice shall be included in all
1881
- > copies or substantial portions of the Software.
1882
- >
1883
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1884
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1885
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1886
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1887
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1888
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1889
- > SOFTWARE.
1890
-
1891
1085
  ---------------------------------------
1892
1086
 
1893
1087
  ## execa
@@ -1941,20 +1135,6 @@ License: ISC
1941
1135
  By: Matteo Collina
1942
1136
  Repository: git+https://github.com/mcollina/fastq.git
1943
1137
 
1944
- > Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
1945
- >
1946
- > Permission to use, copy, modify, and/or distribute this software for any
1947
- > purpose with or without fee is hereby granted, provided that the above
1948
- > copyright notice and this permission notice appear in all copies.
1949
- >
1950
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1951
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1952
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1953
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1954
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1955
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1956
- > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1957
-
1958
1138
  ---------------------------------------
1959
1139
 
1960
1140
  ## fill-range
@@ -1962,28 +1142,6 @@ License: MIT
1962
1142
  By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
1963
1143
  Repository: jonschlinkert/fill-range
1964
1144
 
1965
- > The MIT License (MIT)
1966
- >
1967
- > Copyright (c) 2014-present, Jon Schlinkert.
1968
- >
1969
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1970
- > of this software and associated documentation files (the "Software"), to deal
1971
- > in the Software without restriction, including without limitation the rights
1972
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1973
- > copies of the Software, and to permit persons to whom the Software is
1974
- > furnished to do so, subject to the following conditions:
1975
- >
1976
- > The above copyright notice and this permission notice shall be included in
1977
- > all copies or substantial portions of the Software.
1978
- >
1979
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1980
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1981
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1982
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1983
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1984
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1985
- > THE SOFTWARE.
1986
-
1987
1145
  ---------------------------------------
1988
1146
 
1989
1147
  ## finalhandler
@@ -1991,29 +1149,6 @@ License: MIT
1991
1149
  By: Douglas Christopher Wilson
1992
1150
  Repository: pillarjs/finalhandler
1993
1151
 
1994
- > (The MIT License)
1995
- >
1996
- > Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
1997
- >
1998
- > Permission is hereby granted, free of charge, to any person obtaining
1999
- > a copy of this software and associated documentation files (the
2000
- > 'Software'), to deal in the Software without restriction, including
2001
- > without limitation the rights to use, copy, modify, merge, publish,
2002
- > distribute, sublicense, and/or sell copies of the Software, and to
2003
- > permit persons to whom the Software is furnished to do so, subject to
2004
- > the following conditions:
2005
- >
2006
- > The above copyright notice and this permission notice shall be
2007
- > included in all copies or substantial portions of the Software.
2008
- >
2009
- > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2010
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2011
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2012
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2013
- > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2014
- > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2015
- > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2016
-
2017
1152
  ---------------------------------------
2018
1153
 
2019
1154
  ## follow-redirects
@@ -2021,25 +1156,6 @@ License: MIT
2021
1156
  By: Ruben Verborgh, Olivier Lalonde, James Talmage
2022
1157
  Repository: git@github.com:follow-redirects/follow-redirects.git
2023
1158
 
2024
- > Copyright 2014–present Olivier Lalonde <olalonde@gmail.com>, James Talmage <james@talmage.io>, Ruben Verborgh
2025
- >
2026
- > Permission is hereby granted, free of charge, to any person obtaining a copy of
2027
- > this software and associated documentation files (the "Software"), to deal in
2028
- > the Software without restriction, including without limitation the rights to
2029
- > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
2030
- > of the Software, and to permit persons to whom the Software is furnished to do
2031
- > so, subject to the following conditions:
2032
- >
2033
- > The above copyright notice and this permission notice shall be included in all
2034
- > copies or substantial portions of the Software.
2035
- >
2036
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2037
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2038
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2039
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2040
- > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2041
- > IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2042
-
2043
1159
  ---------------------------------------
2044
1160
 
2045
1161
  ## fs.realpath
@@ -2047,50 +1163,6 @@ License: ISC
2047
1163
  By: Isaac Z. Schlueter
2048
1164
  Repository: git+https://github.com/isaacs/fs.realpath.git
2049
1165
 
2050
- > The ISC License
2051
- >
2052
- > Copyright (c) Isaac Z. Schlueter and Contributors
2053
- >
2054
- > Permission to use, copy, modify, and/or distribute this software for any
2055
- > purpose with or without fee is hereby granted, provided that the above
2056
- > copyright notice and this permission notice appear in all copies.
2057
- >
2058
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2059
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2060
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2061
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2062
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2063
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2064
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2065
- >
2066
- > ----
2067
- >
2068
- > This library bundles a version of the `fs.realpath` and `fs.realpathSync`
2069
- > methods from Node.js v0.10 under the terms of the Node.js MIT license.
2070
- >
2071
- > Node's license follows, also included at the header of `old.js` which contains
2072
- > the licensed code:
2073
- >
2074
- > Copyright Joyent, Inc. and other Node contributors.
2075
- >
2076
- > Permission is hereby granted, free of charge, to any person obtaining a
2077
- > copy of this software and associated documentation files (the "Software"),
2078
- > to deal in the Software without restriction, including without limitation
2079
- > the rights to use, copy, modify, merge, publish, distribute, sublicense,
2080
- > and/or sell copies of the Software, and to permit persons to whom the
2081
- > Software is furnished to do so, subject to the following conditions:
2082
- >
2083
- > The above copyright notice and this permission notice shall be included in
2084
- > all copies or substantial portions of the Software.
2085
- >
2086
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2087
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2088
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2089
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2090
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2091
- > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2092
- > DEALINGS IN THE SOFTWARE.
2093
-
2094
1166
  ---------------------------------------
2095
1167
 
2096
1168
  ## generic-names
@@ -2098,28 +1170,6 @@ License: MIT
2098
1170
  By: Alexey Litvinov
2099
1171
  Repository: git+https://github.com/css-modules/generic-names.git
2100
1172
 
2101
- > The MIT License (MIT)
2102
- >
2103
- > Copyright (c) 2015 Alexey Litvinov
2104
- >
2105
- > Permission is hereby granted, free of charge, to any person obtaining a copy
2106
- > of this software and associated documentation files (the "Software"), to deal
2107
- > in the Software without restriction, including without limitation the rights
2108
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2109
- > copies of the Software, and to permit persons to whom the Software is
2110
- > furnished to do so, subject to the following conditions:
2111
- >
2112
- > The above copyright notice and this permission notice shall be included in all
2113
- > copies or substantial portions of the Software.
2114
- >
2115
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2116
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2117
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2118
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2119
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2120
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
- > SOFTWARE.
2122
-
2123
1173
  ---------------------------------------
2124
1174
 
2125
1175
  ## get-stream
@@ -2127,16 +1177,6 @@ License: MIT
2127
1177
  By: Sindre Sorhus
2128
1178
  Repository: sindresorhus/get-stream
2129
1179
 
2130
- > MIT License
2131
- >
2132
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2133
- >
2134
- > 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:
2135
- >
2136
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2137
- >
2138
- > 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.
2139
-
2140
1180
  ---------------------------------------
2141
1181
 
2142
1182
  ## glob
@@ -2144,28 +1184,6 @@ License: ISC
2144
1184
  By: Isaac Z. Schlueter
2145
1185
  Repository: git://github.com/isaacs/node-glob.git
2146
1186
 
2147
- > The ISC License
2148
- >
2149
- > Copyright (c) Isaac Z. Schlueter and Contributors
2150
- >
2151
- > Permission to use, copy, modify, and/or distribute this software for any
2152
- > purpose with or without fee is hereby granted, provided that the above
2153
- > copyright notice and this permission notice appear in all copies.
2154
- >
2155
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2156
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2157
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2158
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2159
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2160
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2161
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2162
- >
2163
- > ## Glob Logo
2164
- >
2165
- > Glob's logo created by Tanya Brassie <http://tanyabrassie.com/>, licensed
2166
- > under a Creative Commons Attribution-ShareAlike 4.0 International License
2167
- > https://creativecommons.org/licenses/by-sa/4.0/
2168
-
2169
1187
  ---------------------------------------
2170
1188
 
2171
1189
  ## glob-parent
@@ -2173,22 +1191,6 @@ License: ISC
2173
1191
  By: Gulp Team, Elan Shanker, Blaine Bublitz
2174
1192
  Repository: gulpjs/glob-parent
2175
1193
 
2176
- > The ISC License
2177
- >
2178
- > Copyright (c) 2015, 2019 Elan Shanker
2179
- >
2180
- > Permission to use, copy, modify, and/or distribute this software for any
2181
- > purpose with or without fee is hereby granted, provided that the above
2182
- > copyright notice and this permission notice appear in all copies.
2183
- >
2184
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2185
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2186
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2187
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2188
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2189
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2190
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2191
-
2192
1194
  ---------------------------------------
2193
1195
 
2194
1196
  ## globby
@@ -2196,16 +1198,6 @@ License: MIT
2196
1198
  By: Sindre Sorhus
2197
1199
  Repository: sindresorhus/globby
2198
1200
 
2199
- > MIT License
2200
- >
2201
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2202
- >
2203
- > 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:
2204
- >
2205
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2206
- >
2207
- > 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.
2208
-
2209
1201
  ---------------------------------------
2210
1202
 
2211
1203
  ## has-flag
@@ -2213,16 +1205,6 @@ License: MIT
2213
1205
  By: Sindre Sorhus
2214
1206
  Repository: sindresorhus/has-flag
2215
1207
 
2216
- > MIT License
2217
- >
2218
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2219
- >
2220
- > 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:
2221
- >
2222
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2223
- >
2224
- > 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.
2225
-
2226
1208
  ---------------------------------------
2227
1209
 
2228
1210
  ## http-proxy
@@ -2260,208 +1242,6 @@ License: Apache-2.0
2260
1242
  By: ehmicky
2261
1243
  Repository: ehmicky/human-signals
2262
1244
 
2263
- > Apache License
2264
- > Version 2.0, January 2004
2265
- > http://www.apache.org/licenses/
2266
- >
2267
- > TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2268
- >
2269
- > 1. Definitions.
2270
- >
2271
- > "License" shall mean the terms and conditions for use, reproduction,
2272
- > and distribution as defined by Sections 1 through 9 of this document.
2273
- >
2274
- > "Licensor" shall mean the copyright owner or entity authorized by
2275
- > the copyright owner that is granting the License.
2276
- >
2277
- > "Legal Entity" shall mean the union of the acting entity and all
2278
- > other entities that control, are controlled by, or are under common
2279
- > control with that entity. For the purposes of this definition,
2280
- > "control" means (i) the power, direct or indirect, to cause the
2281
- > direction or management of such entity, whether by contract or
2282
- > otherwise, or (ii) ownership of fifty percent (50%) or more of the
2283
- > outstanding shares, or (iii) beneficial ownership of such entity.
2284
- >
2285
- > "You" (or "Your") shall mean an individual or Legal Entity
2286
- > exercising permissions granted by this License.
2287
- >
2288
- > "Source" form shall mean the preferred form for making modifications,
2289
- > including but not limited to software source code, documentation
2290
- > source, and configuration files.
2291
- >
2292
- > "Object" form shall mean any form resulting from mechanical
2293
- > transformation or translation of a Source form, including but
2294
- > not limited to compiled object code, generated documentation,
2295
- > and conversions to other media types.
2296
- >
2297
- > "Work" shall mean the work of authorship, whether in Source or
2298
- > Object form, made available under the License, as indicated by a
2299
- > copyright notice that is included in or attached to the work
2300
- > (an example is provided in the Appendix below).
2301
- >
2302
- > "Derivative Works" shall mean any work, whether in Source or Object
2303
- > form, that is based on (or derived from) the Work and for which the
2304
- > editorial revisions, annotations, elaborations, or other modifications
2305
- > represent, as a whole, an original work of authorship. For the purposes
2306
- > of this License, Derivative Works shall not include works that remain
2307
- > separable from, or merely link (or bind by name) to the interfaces of,
2308
- > the Work and Derivative Works thereof.
2309
- >
2310
- > "Contribution" shall mean any work of authorship, including
2311
- > the original version of the Work and any modifications or additions
2312
- > to that Work or Derivative Works thereof, that is intentionally
2313
- > submitted to Licensor for inclusion in the Work by the copyright owner
2314
- > or by an individual or Legal Entity authorized to submit on behalf of
2315
- > the copyright owner. For the purposes of this definition, "submitted"
2316
- > means any form of electronic, verbal, or written communication sent
2317
- > to the Licensor or its representatives, including but not limited to
2318
- > communication on electronic mailing lists, source code control systems,
2319
- > and issue tracking systems that are managed by, or on behalf of, the
2320
- > Licensor for the purpose of discussing and improving the Work, but
2321
- > excluding communication that is conspicuously marked or otherwise
2322
- > designated in writing by the copyright owner as "Not a Contribution."
2323
- >
2324
- > "Contributor" shall mean Licensor and any individual or Legal Entity
2325
- > on behalf of whom a Contribution has been received by Licensor and
2326
- > subsequently incorporated within the Work.
2327
- >
2328
- > 2. Grant of Copyright License. Subject to the terms and conditions of
2329
- > this License, each Contributor hereby grants to You a perpetual,
2330
- > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2331
- > copyright license to reproduce, prepare Derivative Works of,
2332
- > publicly display, publicly perform, sublicense, and distribute the
2333
- > Work and such Derivative Works in Source or Object form.
2334
- >
2335
- > 3. Grant of Patent License. Subject to the terms and conditions of
2336
- > this License, each Contributor hereby grants to You a perpetual,
2337
- > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2338
- > (except as stated in this section) patent license to make, have made,
2339
- > use, offer to sell, sell, import, and otherwise transfer the Work,
2340
- > where such license applies only to those patent claims licensable
2341
- > by such Contributor that are necessarily infringed by their
2342
- > Contribution(s) alone or by combination of their Contribution(s)
2343
- > with the Work to which such Contribution(s) was submitted. If You
2344
- > institute patent litigation against any entity (including a
2345
- > cross-claim or counterclaim in a lawsuit) alleging that the Work
2346
- > or a Contribution incorporated within the Work constitutes direct
2347
- > or contributory patent infringement, then any patent licenses
2348
- > granted to You under this License for that Work shall terminate
2349
- > as of the date such litigation is filed.
2350
- >
2351
- > 4. Redistribution. You may reproduce and distribute copies of the
2352
- > Work or Derivative Works thereof in any medium, with or without
2353
- > modifications, and in Source or Object form, provided that You
2354
- > meet the following conditions:
2355
- >
2356
- > (a) You must give any other recipients of the Work or
2357
- > Derivative Works a copy of this License; and
2358
- >
2359
- > (b) You must cause any modified files to carry prominent notices
2360
- > stating that You changed the files; and
2361
- >
2362
- > (c) You must retain, in the Source form of any Derivative Works
2363
- > that You distribute, all copyright, patent, trademark, and
2364
- > attribution notices from the Source form of the Work,
2365
- > excluding those notices that do not pertain to any part of
2366
- > the Derivative Works; and
2367
- >
2368
- > (d) If the Work includes a "NOTICE" text file as part of its
2369
- > distribution, then any Derivative Works that You distribute must
2370
- > include a readable copy of the attribution notices contained
2371
- > within such NOTICE file, excluding those notices that do not
2372
- > pertain to any part of the Derivative Works, in at least one
2373
- > of the following places: within a NOTICE text file distributed
2374
- > as part of the Derivative Works; within the Source form or
2375
- > documentation, if provided along with the Derivative Works; or,
2376
- > within a display generated by the Derivative Works, if and
2377
- > wherever such third-party notices normally appear. The contents
2378
- > of the NOTICE file are for informational purposes only and
2379
- > do not modify the License. You may add Your own attribution
2380
- > notices within Derivative Works that You distribute, alongside
2381
- > or as an addendum to the NOTICE text from the Work, provided
2382
- > that such additional attribution notices cannot be construed
2383
- > as modifying the License.
2384
- >
2385
- > You may add Your own copyright statement to Your modifications and
2386
- > may provide additional or different license terms and conditions
2387
- > for use, reproduction, or distribution of Your modifications, or
2388
- > for any such Derivative Works as a whole, provided Your use,
2389
- > reproduction, and distribution of the Work otherwise complies with
2390
- > the conditions stated in this License.
2391
- >
2392
- > 5. Submission of Contributions. Unless You explicitly state otherwise,
2393
- > any Contribution intentionally submitted for inclusion in the Work
2394
- > by You to the Licensor shall be under the terms and conditions of
2395
- > this License, without any additional terms or conditions.
2396
- > Notwithstanding the above, nothing herein shall supersede or modify
2397
- > the terms of any separate license agreement you may have executed
2398
- > with Licensor regarding such Contributions.
2399
- >
2400
- > 6. Trademarks. This License does not grant permission to use the trade
2401
- > names, trademarks, service marks, or product names of the Licensor,
2402
- > except as required for reasonable and customary use in describing the
2403
- > origin of the Work and reproducing the content of the NOTICE file.
2404
- >
2405
- > 7. Disclaimer of Warranty. Unless required by applicable law or
2406
- > agreed to in writing, Licensor provides the Work (and each
2407
- > Contributor provides its Contributions) on an "AS IS" BASIS,
2408
- > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2409
- > implied, including, without limitation, any warranties or conditions
2410
- > of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2411
- > PARTICULAR PURPOSE. You are solely responsible for determining the
2412
- > appropriateness of using or redistributing the Work and assume any
2413
- > risks associated with Your exercise of permissions under this License.
2414
- >
2415
- > 8. Limitation of Liability. In no event and under no legal theory,
2416
- > whether in tort (including negligence), contract, or otherwise,
2417
- > unless required by applicable law (such as deliberate and grossly
2418
- > negligent acts) or agreed to in writing, shall any Contributor be
2419
- > liable to You for damages, including any direct, indirect, special,
2420
- > incidental, or consequential damages of any character arising as a
2421
- > result of this License or out of the use or inability to use the
2422
- > Work (including but not limited to damages for loss of goodwill,
2423
- > work stoppage, computer failure or malfunction, or any and all
2424
- > other commercial damages or losses), even if such Contributor
2425
- > has been advised of the possibility of such damages.
2426
- >
2427
- > 9. Accepting Warranty or Additional Liability. While redistributing
2428
- > the Work or Derivative Works thereof, You may choose to offer,
2429
- > and charge a fee for, acceptance of support, warranty, indemnity,
2430
- > or other liability obligations and/or rights consistent with this
2431
- > License. However, in accepting such obligations, You may act only
2432
- > on Your own behalf and on Your sole responsibility, not on behalf
2433
- > of any other Contributor, and only if You agree to indemnify,
2434
- > defend, and hold each Contributor harmless for any liability
2435
- > incurred by, or claims asserted against, such Contributor by reason
2436
- > of your accepting any such warranty or additional liability.
2437
- >
2438
- > END OF TERMS AND CONDITIONS
2439
- >
2440
- > APPENDIX: How to apply the Apache License to your work.
2441
- >
2442
- > To apply the Apache License to your work, attach the following
2443
- > boilerplate notice, with the fields enclosed by brackets "[]"
2444
- > replaced with your own identifying information. (Don't include
2445
- > the brackets!) The text should be enclosed in the appropriate
2446
- > comment syntax for the file format. We also recommend that a
2447
- > file or class name and description of purpose be included on the
2448
- > same "printed page" as the copyright notice for easier
2449
- > identification within third-party archives.
2450
- >
2451
- > Copyright 2019 ehmicky <ehmicky@gmail.com>
2452
- >
2453
- > Licensed under the Apache License, Version 2.0 (the "License");
2454
- > you may not use this file except in compliance with the License.
2455
- > You may obtain a copy of the License at
2456
- >
2457
- > http://www.apache.org/licenses/LICENSE-2.0
2458
- >
2459
- > Unless required by applicable law or agreed to in writing, software
2460
- > distributed under the License is distributed on an "AS IS" BASIS,
2461
- > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2462
- > See the License for the specific language governing permissions and
2463
- > limitations under the License.
2464
-
2465
1245
  ---------------------------------------
2466
1246
 
2467
1247
  ## icss-replace-symbols
@@ -2476,13 +1256,6 @@ License: ISC
2476
1256
  By: Glen Maddern
2477
1257
  Repository: git+https://github.com/css-modules/icss-utils.git
2478
1258
 
2479
- > ISC License (ISC)
2480
- > Copyright 2018 Glen Maddern
2481
- >
2482
- > 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.
2483
- >
2484
- > 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.
2485
-
2486
1259
  ---------------------------------------
2487
1260
 
2488
1261
  ## ignore
@@ -2490,28 +1263,6 @@ License: MIT
2490
1263
  By: kael
2491
1264
  Repository: git@github.com:kaelzhang/node-ignore.git
2492
1265
 
2493
- > Copyright (c) 2013 Kael Zhang <i@kael.me>, contributors
2494
- > http://kael.me/
2495
- >
2496
- > Permission is hereby granted, free of charge, to any person obtaining
2497
- > a copy of this software and associated documentation files (the
2498
- > "Software"), to deal in the Software without restriction, including
2499
- > without limitation the rights to use, copy, modify, merge, publish,
2500
- > distribute, sublicense, and/or sell copies of the Software, and to
2501
- > permit persons to whom the Software is furnished to do so, subject to
2502
- > the following conditions:
2503
- >
2504
- > The above copyright notice and this permission notice shall be
2505
- > included in all copies or substantial portions of the Software.
2506
- >
2507
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2508
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2509
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2510
- > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2511
- > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2512
- > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2513
- > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2514
-
2515
1266
  ---------------------------------------
2516
1267
 
2517
1268
  ## import-cwd
@@ -2519,16 +1270,6 @@ License: MIT
2519
1270
  By: Sindre Sorhus
2520
1271
  Repository: sindresorhus/import-cwd
2521
1272
 
2522
- > MIT License
2523
- >
2524
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2525
- >
2526
- > 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:
2527
- >
2528
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2529
- >
2530
- > 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.
2531
-
2532
1273
  ---------------------------------------
2533
1274
 
2534
1275
  ## import-from
@@ -2536,16 +1277,6 @@ License: MIT
2536
1277
  By: Sindre Sorhus
2537
1278
  Repository: sindresorhus/import-from
2538
1279
 
2539
- > MIT License
2540
- >
2541
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2542
- >
2543
- > 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:
2544
- >
2545
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2546
- >
2547
- > 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.
2548
-
2549
1280
  ---------------------------------------
2550
1281
 
2551
1282
  ## inflight
@@ -2553,44 +1284,12 @@ License: ISC
2553
1284
  By: Isaac Z. Schlueter
2554
1285
  Repository: https://github.com/npm/inflight.git
2555
1286
 
2556
- > The ISC License
2557
- >
2558
- > Copyright (c) Isaac Z. Schlueter
2559
- >
2560
- > Permission to use, copy, modify, and/or distribute this software for any
2561
- > purpose with or without fee is hereby granted, provided that the above
2562
- > copyright notice and this permission notice appear in all copies.
2563
- >
2564
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2565
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2566
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2567
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2568
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2569
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2570
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2571
-
2572
1287
  ---------------------------------------
2573
1288
 
2574
1289
  ## inherits
2575
1290
  License: ISC
2576
1291
  Repository: git://github.com/isaacs/inherits
2577
1292
 
2578
- > The ISC License
2579
- >
2580
- > Copyright (c) Isaac Z. Schlueter
2581
- >
2582
- > Permission to use, copy, modify, and/or distribute this software for any
2583
- > purpose with or without fee is hereby granted, provided that the above
2584
- > copyright notice and this permission notice appear in all copies.
2585
- >
2586
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
2587
- > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
2588
- > FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
2589
- > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
2590
- > LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
2591
- > OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
2592
- > PERFORMANCE OF THIS SOFTWARE.
2593
-
2594
1293
  ---------------------------------------
2595
1294
 
2596
1295
  ## is-binary-path
@@ -2598,16 +1297,6 @@ License: MIT
2598
1297
  By: Sindre Sorhus
2599
1298
  Repository: sindresorhus/is-binary-path
2600
1299
 
2601
- > MIT License
2602
- >
2603
- > Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
2604
- >
2605
- > 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:
2606
- >
2607
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2608
- >
2609
- > 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.
2610
-
2611
1300
  ---------------------------------------
2612
1301
 
2613
1302
  ## is-docker
@@ -2615,16 +1304,6 @@ License: MIT
2615
1304
  By: Sindre Sorhus
2616
1305
  Repository: sindresorhus/is-docker
2617
1306
 
2618
- > MIT License
2619
- >
2620
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2621
- >
2622
- > 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:
2623
- >
2624
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2625
- >
2626
- > 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.
2627
-
2628
1307
  ---------------------------------------
2629
1308
 
2630
1309
  ## is-extglob
@@ -2632,28 +1311,6 @@ License: MIT
2632
1311
  By: Jon Schlinkert
2633
1312
  Repository: jonschlinkert/is-extglob
2634
1313
 
2635
- > The MIT License (MIT)
2636
- >
2637
- > Copyright (c) 2014-2016, Jon Schlinkert
2638
- >
2639
- > Permission is hereby granted, free of charge, to any person obtaining a copy
2640
- > of this software and associated documentation files (the "Software"), to deal
2641
- > in the Software without restriction, including without limitation the rights
2642
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2643
- > copies of the Software, and to permit persons to whom the Software is
2644
- > furnished to do so, subject to the following conditions:
2645
- >
2646
- > The above copyright notice and this permission notice shall be included in
2647
- > all copies or substantial portions of the Software.
2648
- >
2649
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2650
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2651
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2652
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2653
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2654
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2655
- > THE SOFTWARE.
2656
-
2657
1314
  ---------------------------------------
2658
1315
 
2659
1316
  ## is-glob
@@ -2661,28 +1318,6 @@ License: MIT
2661
1318
  By: Jon Schlinkert, Brian Woodward, Daniel Perez
2662
1319
  Repository: micromatch/is-glob
2663
1320
 
2664
- > The MIT License (MIT)
2665
- >
2666
- > Copyright (c) 2014-2017, Jon Schlinkert.
2667
- >
2668
- > Permission is hereby granted, free of charge, to any person obtaining a copy
2669
- > of this software and associated documentation files (the "Software"), to deal
2670
- > in the Software without restriction, including without limitation the rights
2671
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2672
- > copies of the Software, and to permit persons to whom the Software is
2673
- > furnished to do so, subject to the following conditions:
2674
- >
2675
- > The above copyright notice and this permission notice shall be included in
2676
- > all copies or substantial portions of the Software.
2677
- >
2678
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2679
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2680
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2681
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2682
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2683
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2684
- > THE SOFTWARE.
2685
-
2686
1321
  ---------------------------------------
2687
1322
 
2688
1323
  ## is-number
@@ -2690,28 +1325,6 @@ License: MIT
2690
1325
  By: Jon Schlinkert, Olsten Larck, Rouven Weßling
2691
1326
  Repository: jonschlinkert/is-number
2692
1327
 
2693
- > The MIT License (MIT)
2694
- >
2695
- > Copyright (c) 2014-present, Jon Schlinkert.
2696
- >
2697
- > Permission is hereby granted, free of charge, to any person obtaining a copy
2698
- > of this software and associated documentation files (the "Software"), to deal
2699
- > in the Software without restriction, including without limitation the rights
2700
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2701
- > copies of the Software, and to permit persons to whom the Software is
2702
- > furnished to do so, subject to the following conditions:
2703
- >
2704
- > The above copyright notice and this permission notice shall be included in
2705
- > all copies or substantial portions of the Software.
2706
- >
2707
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2708
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2709
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2710
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2711
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2712
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2713
- > THE SOFTWARE.
2714
-
2715
1328
  ---------------------------------------
2716
1329
 
2717
1330
  ## is-reference
@@ -2726,16 +1339,6 @@ License: MIT
2726
1339
  By: Sindre Sorhus
2727
1340
  Repository: sindresorhus/is-stream
2728
1341
 
2729
- > MIT License
2730
- >
2731
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2732
- >
2733
- > 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:
2734
- >
2735
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2736
- >
2737
- > 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.
2738
-
2739
1342
  ---------------------------------------
2740
1343
 
2741
1344
  ## is-wsl
@@ -2743,16 +1346,6 @@ License: MIT
2743
1346
  By: Sindre Sorhus
2744
1347
  Repository: sindresorhus/is-wsl
2745
1348
 
2746
- > MIT License
2747
- >
2748
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2749
- >
2750
- > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2751
- >
2752
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2753
- >
2754
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2755
-
2756
1349
  ---------------------------------------
2757
1350
 
2758
1351
  ## isexe
@@ -2760,22 +1353,6 @@ License: ISC
2760
1353
  By: Isaac Z. Schlueter
2761
1354
  Repository: git+https://github.com/isaacs/isexe.git
2762
1355
 
2763
- > The ISC License
2764
- >
2765
- > Copyright (c) Isaac Z. Schlueter and Contributors
2766
- >
2767
- > Permission to use, copy, modify, and/or distribute this software for any
2768
- > purpose with or without fee is hereby granted, provided that the above
2769
- > copyright notice and this permission notice appear in all copies.
2770
- >
2771
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2772
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2773
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2774
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2775
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2776
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2777
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2778
-
2779
1356
  ---------------------------------------
2780
1357
 
2781
1358
  ## json5
@@ -2783,30 +1360,6 @@ License: MIT
2783
1360
  By: Aseem Kishore, Max Nanasy, Andrew Eisenberg, Jordan Tucker
2784
1361
  Repository: git+https://github.com/json5/json5.git
2785
1362
 
2786
- > MIT License
2787
- >
2788
- > Copyright (c) 2012-2018 Aseem Kishore, and [others].
2789
- >
2790
- > Permission is hereby granted, free of charge, to any person obtaining a copy
2791
- > of this software and associated documentation files (the "Software"), to deal
2792
- > in the Software without restriction, including without limitation the rights
2793
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2794
- > copies of the Software, and to permit persons to whom the Software is
2795
- > furnished to do so, subject to the following conditions:
2796
- >
2797
- > The above copyright notice and this permission notice shall be included in all
2798
- > copies or substantial portions of the Software.
2799
- >
2800
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2801
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2802
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2803
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2804
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2805
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2806
- > SOFTWARE.
2807
- >
2808
- > [others]: https://github.com/json5/json5/contributors
2809
-
2810
1363
  ---------------------------------------
2811
1364
 
2812
1365
  ## launch-editor
@@ -2835,27 +1388,6 @@ License: MIT
2835
1388
  By: Tobias Koppers @sokra
2836
1389
  Repository: https://github.com/webpack/loader-utils.git
2837
1390
 
2838
- > Copyright JS Foundation and other contributors
2839
- >
2840
- > Permission is hereby granted, free of charge, to any person obtaining
2841
- > a copy of this software and associated documentation files (the
2842
- > 'Software'), to deal in the Software without restriction, including
2843
- > without limitation the rights to use, copy, modify, merge, publish,
2844
- > distribute, sublicense, and/or sell copies of the Software, and to
2845
- > permit persons to whom the Software is furnished to do so, subject to
2846
- > the following conditions:
2847
- >
2848
- > The above copyright notice and this permission notice shall be
2849
- > included in all copies or substantial portions of the Software.
2850
- >
2851
- > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2852
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2853
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2854
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2855
- > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2856
- > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2857
- > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2858
-
2859
1391
  ---------------------------------------
2860
1392
 
2861
1393
  ## lodash.camelcase
@@ -2863,54 +1395,6 @@ License: MIT
2863
1395
  By: John-David Dalton, Blaine Bublitz, Mathias Bynens
2864
1396
  Repository: lodash/lodash
2865
1397
 
2866
- > Copyright jQuery Foundation and other contributors <https://jquery.org/>
2867
- >
2868
- > Based on Underscore.js, copyright Jeremy Ashkenas,
2869
- > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
2870
- >
2871
- > This software consists of voluntary contributions made by many
2872
- > individuals. For exact contribution history, see the revision history
2873
- > available at https://github.com/lodash/lodash
2874
- >
2875
- > The following license applies to all parts of this software except as
2876
- > documented below:
2877
- >
2878
- > ====
2879
- >
2880
- > Permission is hereby granted, free of charge, to any person obtaining
2881
- > a copy of this software and associated documentation files (the
2882
- > "Software"), to deal in the Software without restriction, including
2883
- > without limitation the rights to use, copy, modify, merge, publish,
2884
- > distribute, sublicense, and/or sell copies of the Software, and to
2885
- > permit persons to whom the Software is furnished to do so, subject to
2886
- > the following conditions:
2887
- >
2888
- > The above copyright notice and this permission notice shall be
2889
- > included in all copies or substantial portions of the Software.
2890
- >
2891
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2892
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2893
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2894
- > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2895
- > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2896
- > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2897
- > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2898
- >
2899
- > ====
2900
- >
2901
- > Copyright and related rights for sample code are waived via CC0. Sample
2902
- > code is defined as all source code displayed within the prose of the
2903
- > documentation.
2904
- >
2905
- > CC0: http://creativecommons.org/publicdomain/zero/1.0/
2906
- >
2907
- > ====
2908
- >
2909
- > Files located in the node_modules and vendor directories are externally
2910
- > maintained libraries used by this software which have their own
2911
- > licenses; we recommend you read them, as their terms may differ from the
2912
- > terms above.
2913
-
2914
1398
  ---------------------------------------
2915
1399
 
2916
1400
  ## magic-string
@@ -2933,12 +1417,6 @@ License: ISC
2933
1417
  By: Julien Fontanet
2934
1418
  Repository: git://github.com/JsCommunity/make-error.git
2935
1419
 
2936
- > Copyright 2014 Julien Fontanet
2937
- >
2938
- > 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.
2939
- >
2940
- > 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.
2941
-
2942
1420
  ---------------------------------------
2943
1421
 
2944
1422
  ## merge-stream
@@ -2946,56 +1424,12 @@ License: MIT
2946
1424
  By: Stephen Sugden
2947
1425
  Repository: grncdr/merge-stream
2948
1426
 
2949
- > The MIT License (MIT)
2950
- >
2951
- > Copyright (c) Stephen Sugden <me@stephensugden.com> (stephensugden.com)
2952
- >
2953
- > Permission is hereby granted, free of charge, to any person obtaining a copy
2954
- > of this software and associated documentation files (the "Software"), to deal
2955
- > in the Software without restriction, including without limitation the rights
2956
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2957
- > copies of the Software, and to permit persons to whom the Software is
2958
- > furnished to do so, subject to the following conditions:
2959
- >
2960
- > The above copyright notice and this permission notice shall be included in
2961
- > all copies or substantial portions of the Software.
2962
- >
2963
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2964
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2965
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2966
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2967
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2968
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2969
- > THE SOFTWARE.
2970
-
2971
1427
  ---------------------------------------
2972
1428
 
2973
1429
  ## merge2
2974
1430
  License: MIT
2975
1431
  Repository: git@github.com:teambition/merge2.git
2976
1432
 
2977
- > The MIT License (MIT)
2978
- >
2979
- > Copyright (c) 2014-2020 Teambition
2980
- >
2981
- > Permission is hereby granted, free of charge, to any person obtaining a copy
2982
- > of this software and associated documentation files (the "Software"), to deal
2983
- > in the Software without restriction, including without limitation the rights
2984
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2985
- > copies of the Software, and to permit persons to whom the Software is
2986
- > furnished to do so, subject to the following conditions:
2987
- >
2988
- > The above copyright notice and this permission notice shall be included in all
2989
- > copies or substantial portions of the Software.
2990
- >
2991
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2992
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2993
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2994
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2995
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2996
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2997
- > SOFTWARE.
2998
-
2999
1433
  ---------------------------------------
3000
1434
 
3001
1435
  ## micromatch
@@ -3003,28 +1437,6 @@ License: MIT
3003
1437
  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
3004
1438
  Repository: micromatch/micromatch
3005
1439
 
3006
- > The MIT License (MIT)
3007
- >
3008
- > Copyright (c) 2014-present, Jon Schlinkert.
3009
- >
3010
- > Permission is hereby granted, free of charge, to any person obtaining a copy
3011
- > of this software and associated documentation files (the "Software"), to deal
3012
- > in the Software without restriction, including without limitation the rights
3013
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3014
- > copies of the Software, and to permit persons to whom the Software is
3015
- > furnished to do so, subject to the following conditions:
3016
- >
3017
- > The above copyright notice and this permission notice shall be included in
3018
- > all copies or substantial portions of the Software.
3019
- >
3020
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3021
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3022
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3023
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3024
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3025
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3026
- > THE SOFTWARE.
3027
-
3028
1440
  ---------------------------------------
3029
1441
 
3030
1442
  ## mime
@@ -3061,28 +1473,6 @@ License: MIT
3061
1473
  By: Douglas Christopher Wilson, Jonathan Ong, Robert Kieffer
3062
1474
  Repository: jshttp/mime-db
3063
1475
 
3064
- > The MIT License (MIT)
3065
- >
3066
- > Copyright (c) 2014 Jonathan Ong me@jongleberry.com
3067
- >
3068
- > Permission is hereby granted, free of charge, to any person obtaining a copy
3069
- > of this software and associated documentation files (the "Software"), to deal
3070
- > in the Software without restriction, including without limitation the rights
3071
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3072
- > copies of the Software, and to permit persons to whom the Software is
3073
- > furnished to do so, subject to the following conditions:
3074
- >
3075
- > The above copyright notice and this permission notice shall be included in
3076
- > all copies or substantial portions of the Software.
3077
- >
3078
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3079
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3080
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3081
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3082
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3083
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3084
- > THE SOFTWARE.
3085
-
3086
1476
  ---------------------------------------
3087
1477
 
3088
1478
  ## mime-types
@@ -3121,16 +1511,6 @@ License: MIT
3121
1511
  By: Sindre Sorhus
3122
1512
  Repository: sindresorhus/mimic-fn
3123
1513
 
3124
- > MIT License
3125
- >
3126
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3127
- >
3128
- > 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:
3129
- >
3130
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3131
- >
3132
- > 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.
3133
-
3134
1514
  ---------------------------------------
3135
1515
 
3136
1516
  ## minimatch
@@ -3160,9 +1540,51 @@ Repository: git://github.com/isaacs/minimatch.git
3160
1540
  License: MIT
3161
1541
  Repository: zeit/ms
3162
1542
 
3163
- > The MIT License (MIT)
1543
+ ---------------------------------------
1544
+
1545
+ ## negotiator
1546
+ License: MIT
1547
+ By: Douglas Christopher Wilson, Federico Romero, Isaac Z. Schlueter
1548
+ Repository: jshttp/negotiator
1549
+
1550
+ ---------------------------------------
1551
+
1552
+ ## node-forge
1553
+ License: (BSD-3-Clause OR GPL-2.0)
1554
+ By: Digital Bazaar, Inc., Dave Longley, David I. Lehn, Stefan Siegl, Christoph Dorn
1555
+ Repository: https://github.com/digitalbazaar/forge
1556
+
1557
+ ---------------------------------------
1558
+
1559
+ ## normalize-path
1560
+ License: MIT
1561
+ By: Jon Schlinkert, Blaine Bublitz
1562
+ Repository: jonschlinkert/normalize-path
1563
+
1564
+ ---------------------------------------
1565
+
1566
+ ## npm-run-path
1567
+ License: MIT
1568
+ By: Sindre Sorhus
1569
+ Repository: sindresorhus/npm-run-path
1570
+
1571
+ ---------------------------------------
1572
+
1573
+ ## object-assign
1574
+ License: MIT
1575
+ By: Sindre Sorhus
1576
+ Repository: sindresorhus/object-assign
1577
+
1578
+ ---------------------------------------
1579
+
1580
+ ## okie
1581
+ License: MIT
1582
+ By: Evan You
1583
+ Repository: git+https://github.com/yyx990803/okie.git
1584
+
1585
+ > MIT License
3164
1586
  >
3165
- > Copyright (c) 2016 Zeit, Inc.
1587
+ > Copyright (c) 2020-present, Yuxi (Evan) You
3166
1588
  >
3167
1589
  > Permission is hereby granted, free of charge, to any person obtaining a copy
3168
1590
  > of this software and associated documentation files (the "Software"), to deal
@@ -3184,508 +1606,10 @@ Repository: zeit/ms
3184
1606
 
3185
1607
  ---------------------------------------
3186
1608
 
3187
- ## negotiator
1609
+ ## on-finished
3188
1610
  License: MIT
3189
- By: Douglas Christopher Wilson, Federico Romero, Isaac Z. Schlueter
3190
- Repository: jshttp/negotiator
3191
-
3192
- > (The MIT License)
3193
- >
3194
- > Copyright (c) 2012-2014 Federico Romero
3195
- > Copyright (c) 2012-2014 Isaac Z. Schlueter
3196
- > Copyright (c) 2014-2015 Douglas Christopher Wilson
3197
- >
3198
- > Permission is hereby granted, free of charge, to any person obtaining
3199
- > a copy of this software and associated documentation files (the
3200
- > 'Software'), to deal in the Software without restriction, including
3201
- > without limitation the rights to use, copy, modify, merge, publish,
3202
- > distribute, sublicense, and/or sell copies of the Software, and to
3203
- > permit persons to whom the Software is furnished to do so, subject to
3204
- > the following conditions:
3205
- >
3206
- > The above copyright notice and this permission notice shall be
3207
- > included in all copies or substantial portions of the Software.
3208
- >
3209
- > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3210
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3211
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3212
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3213
- > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3214
- > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3215
- > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3216
-
3217
- ---------------------------------------
3218
-
3219
- ## node-forge
3220
- License: (BSD-3-Clause OR GPL-2.0)
3221
- By: Digital Bazaar, Inc., Dave Longley, David I. Lehn, Stefan Siegl, Christoph Dorn
3222
- Repository: https://github.com/digitalbazaar/forge
3223
-
3224
- > You may use the Forge project under the terms of either the BSD License or the
3225
- > GNU General Public License (GPL) Version 2.
3226
- >
3227
- > The BSD License is recommended for most projects. It is simple and easy to
3228
- > understand and it places almost no restrictions on what you can do with the
3229
- > Forge project.
3230
- >
3231
- > If the GPL suits your project better you are also free to use Forge under
3232
- > that license.
3233
- >
3234
- > You don't have to do anything special to choose one license or the other and
3235
- > you don't have to notify anyone which license you are using. You are free to
3236
- > use this project in commercial projects as long as the copyright header is
3237
- > left intact.
3238
- >
3239
- > If you are a commercial entity and use this set of libraries in your
3240
- > commercial software then reasonable payment to Digital Bazaar, if you can
3241
- > afford it, is not required but is expected and would be appreciated. If this
3242
- > library saves you time, then it's saving you money. The cost of developing
3243
- > the Forge software was on the order of several hundred hours and tens of
3244
- > thousands of dollars. We are attempting to strike a balance between helping
3245
- > the development community while not being taken advantage of by lucrative
3246
- > commercial entities for our efforts.
3247
- >
3248
- > -------------------------------------------------------------------------------
3249
- > New BSD License (3-clause)
3250
- > Copyright (c) 2010, Digital Bazaar, Inc.
3251
- > All rights reserved.
3252
- >
3253
- > Redistribution and use in source and binary forms, with or without
3254
- > modification, are permitted provided that the following conditions are met:
3255
- > * Redistributions of source code must retain the above copyright
3256
- > notice, this list of conditions and the following disclaimer.
3257
- > * Redistributions in binary form must reproduce the above copyright
3258
- > notice, this list of conditions and the following disclaimer in the
3259
- > documentation and/or other materials provided with the distribution.
3260
- > * Neither the name of Digital Bazaar, Inc. nor the
3261
- > names of its contributors may be used to endorse or promote products
3262
- > derived from this software without specific prior written permission.
3263
- >
3264
- > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
3265
- > ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
3266
- > WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3267
- > DISCLAIMED. IN NO EVENT SHALL DIGITAL BAZAAR BE LIABLE FOR ANY
3268
- > DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
3269
- > (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3270
- > LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
3271
- > ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3272
- > (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3273
- > SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3274
- >
3275
- > -------------------------------------------------------------------------------
3276
- > GNU GENERAL PUBLIC LICENSE
3277
- > Version 2, June 1991
3278
- >
3279
- > Copyright (C) 1989, 1991 Free Software Foundation, Inc.
3280
- > 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
3281
- > Everyone is permitted to copy and distribute verbatim copies
3282
- > of this license document, but changing it is not allowed.
3283
- >
3284
- > Preamble
3285
- >
3286
- > The licenses for most software are designed to take away your
3287
- > freedom to share and change it. By contrast, the GNU General Public
3288
- > License is intended to guarantee your freedom to share and change free
3289
- > software--to make sure the software is free for all its users. This
3290
- > General Public License applies to most of the Free Software
3291
- > Foundation's software and to any other program whose authors commit to
3292
- > using it. (Some other Free Software Foundation software is covered by
3293
- > the GNU Lesser General Public License instead.) You can apply it to
3294
- > your programs, too.
3295
- >
3296
- > When we speak of free software, we are referring to freedom, not
3297
- > price. Our General Public Licenses are designed to make sure that you
3298
- > have the freedom to distribute copies of free software (and charge for
3299
- > this service if you wish), that you receive source code or can get it
3300
- > if you want it, that you can change the software or use pieces of it
3301
- > in new free programs; and that you know you can do these things.
3302
- >
3303
- > To protect your rights, we need to make restrictions that forbid
3304
- > anyone to deny you these rights or to ask you to surrender the rights.
3305
- > These restrictions translate to certain responsibilities for you if you
3306
- > distribute copies of the software, or if you modify it.
3307
- >
3308
- > For example, if you distribute copies of such a program, whether
3309
- > gratis or for a fee, you must give the recipients all the rights that
3310
- > you have. You must make sure that they, too, receive or can get the
3311
- > source code. And you must show them these terms so they know their
3312
- > rights.
3313
- >
3314
- > We protect your rights with two steps: (1) copyright the software, and
3315
- > (2) offer you this license which gives you legal permission to copy,
3316
- > distribute and/or modify the software.
3317
- >
3318
- > Also, for each author's protection and ours, we want to make certain
3319
- > that everyone understands that there is no warranty for this free
3320
- > software. If the software is modified by someone else and passed on, we
3321
- > want its recipients to know that what they have is not the original, so
3322
- > that any problems introduced by others will not reflect on the original
3323
- > authors' reputations.
3324
- >
3325
- > Finally, any free program is threatened constantly by software
3326
- > patents. We wish to avoid the danger that redistributors of a free
3327
- > program will individually obtain patent licenses, in effect making the
3328
- > program proprietary. To prevent this, we have made it clear that any
3329
- > patent must be licensed for everyone's free use or not licensed at all.
3330
- >
3331
- > The precise terms and conditions for copying, distribution and
3332
- > modification follow.
3333
- >
3334
- > GNU GENERAL PUBLIC LICENSE
3335
- > TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
3336
- >
3337
- > 0. This License applies to any program or other work which contains
3338
- > a notice placed by the copyright holder saying it may be distributed
3339
- > under the terms of this General Public License. The "Program", below,
3340
- > refers to any such program or work, and a "work based on the Program"
3341
- > means either the Program or any derivative work under copyright law:
3342
- > that is to say, a work containing the Program or a portion of it,
3343
- > either verbatim or with modifications and/or translated into another
3344
- > language. (Hereinafter, translation is included without limitation in
3345
- > the term "modification".) Each licensee is addressed as "you".
3346
- >
3347
- > Activities other than copying, distribution and modification are not
3348
- > covered by this License; they are outside its scope. The act of
3349
- > running the Program is not restricted, and the output from the Program
3350
- > is covered only if its contents constitute a work based on the
3351
- > Program (independent of having been made by running the Program).
3352
- > Whether that is true depends on what the Program does.
3353
- >
3354
- > 1. You may copy and distribute verbatim copies of the Program's
3355
- > source code as you receive it, in any medium, provided that you
3356
- > conspicuously and appropriately publish on each copy an appropriate
3357
- > copyright notice and disclaimer of warranty; keep intact all the
3358
- > notices that refer to this License and to the absence of any warranty;
3359
- > and give any other recipients of the Program a copy of this License
3360
- > along with the Program.
3361
- >
3362
- > You may charge a fee for the physical act of transferring a copy, and
3363
- > you may at your option offer warranty protection in exchange for a fee.
3364
- >
3365
- > 2. You may modify your copy or copies of the Program or any portion
3366
- > of it, thus forming a work based on the Program, and copy and
3367
- > distribute such modifications or work under the terms of Section 1
3368
- > above, provided that you also meet all of these conditions:
3369
- >
3370
- > a) You must cause the modified files to carry prominent notices
3371
- > stating that you changed the files and the date of any change.
3372
- >
3373
- > b) You must cause any work that you distribute or publish, that in
3374
- > whole or in part contains or is derived from the Program or any
3375
- > part thereof, to be licensed as a whole at no charge to all third
3376
- > parties under the terms of this License.
3377
- >
3378
- > c) If the modified program normally reads commands interactively
3379
- > when run, you must cause it, when started running for such
3380
- > interactive use in the most ordinary way, to print or display an
3381
- > announcement including an appropriate copyright notice and a
3382
- > notice that there is no warranty (or else, saying that you provide
3383
- > a warranty) and that users may redistribute the program under
3384
- > these conditions, and telling the user how to view a copy of this
3385
- > License. (Exception: if the Program itself is interactive but
3386
- > does not normally print such an announcement, your work based on
3387
- > the Program is not required to print an announcement.)
3388
- >
3389
- > These requirements apply to the modified work as a whole. If
3390
- > identifiable sections of that work are not derived from the Program,
3391
- > and can be reasonably considered independent and separate works in
3392
- > themselves, then this License, and its terms, do not apply to those
3393
- > sections when you distribute them as separate works. But when you
3394
- > distribute the same sections as part of a whole which is a work based
3395
- > on the Program, the distribution of the whole must be on the terms of
3396
- > this License, whose permissions for other licensees extend to the
3397
- > entire whole, and thus to each and every part regardless of who wrote it.
3398
- >
3399
- > Thus, it is not the intent of this section to claim rights or contest
3400
- > your rights to work written entirely by you; rather, the intent is to
3401
- > exercise the right to control the distribution of derivative or
3402
- > collective works based on the Program.
3403
- >
3404
- > In addition, mere aggregation of another work not based on the Program
3405
- > with the Program (or with a work based on the Program) on a volume of
3406
- > a storage or distribution medium does not bring the other work under
3407
- > the scope of this License.
3408
- >
3409
- > 3. You may copy and distribute the Program (or a work based on it,
3410
- > under Section 2) in object code or executable form under the terms of
3411
- > Sections 1 and 2 above provided that you also do one of the following:
3412
- >
3413
- > a) Accompany it with the complete corresponding machine-readable
3414
- > source code, which must be distributed under the terms of Sections
3415
- > 1 and 2 above on a medium customarily used for software interchange; or,
3416
- >
3417
- > b) Accompany it with a written offer, valid for at least three
3418
- > years, to give any third party, for a charge no more than your
3419
- > cost of physically performing source distribution, a complete
3420
- > machine-readable copy of the corresponding source code, to be
3421
- > distributed under the terms of Sections 1 and 2 above on a medium
3422
- > customarily used for software interchange; or,
3423
- >
3424
- > c) Accompany it with the information you received as to the offer
3425
- > to distribute corresponding source code. (This alternative is
3426
- > allowed only for noncommercial distribution and only if you
3427
- > received the program in object code or executable form with such
3428
- > an offer, in accord with Subsection b above.)
3429
- >
3430
- > The source code for a work means the preferred form of the work for
3431
- > making modifications to it. For an executable work, complete source
3432
- > code means all the source code for all modules it contains, plus any
3433
- > associated interface definition files, plus the scripts used to
3434
- > control compilation and installation of the executable. However, as a
3435
- > special exception, the source code distributed need not include
3436
- > anything that is normally distributed (in either source or binary
3437
- > form) with the major components (compiler, kernel, and so on) of the
3438
- > operating system on which the executable runs, unless that component
3439
- > itself accompanies the executable.
3440
- >
3441
- > If distribution of executable or object code is made by offering
3442
- > access to copy from a designated place, then offering equivalent
3443
- > access to copy the source code from the same place counts as
3444
- > distribution of the source code, even though third parties are not
3445
- > compelled to copy the source along with the object code.
3446
- >
3447
- > 4. You may not copy, modify, sublicense, or distribute the Program
3448
- > except as expressly provided under this License. Any attempt
3449
- > otherwise to copy, modify, sublicense or distribute the Program is
3450
- > void, and will automatically terminate your rights under this License.
3451
- > However, parties who have received copies, or rights, from you under
3452
- > this License will not have their licenses terminated so long as such
3453
- > parties remain in full compliance.
3454
- >
3455
- > 5. You are not required to accept this License, since you have not
3456
- > signed it. However, nothing else grants you permission to modify or
3457
- > distribute the Program or its derivative works. These actions are
3458
- > prohibited by law if you do not accept this License. Therefore, by
3459
- > modifying or distributing the Program (or any work based on the
3460
- > Program), you indicate your acceptance of this License to do so, and
3461
- > all its terms and conditions for copying, distributing or modifying
3462
- > the Program or works based on it.
3463
- >
3464
- > 6. Each time you redistribute the Program (or any work based on the
3465
- > Program), the recipient automatically receives a license from the
3466
- > original licensor to copy, distribute or modify the Program subject to
3467
- > these terms and conditions. You may not impose any further
3468
- > restrictions on the recipients' exercise of the rights granted herein.
3469
- > You are not responsible for enforcing compliance by third parties to
3470
- > this License.
3471
- >
3472
- > 7. If, as a consequence of a court judgment or allegation of patent
3473
- > infringement or for any other reason (not limited to patent issues),
3474
- > conditions are imposed on you (whether by court order, agreement or
3475
- > otherwise) that contradict the conditions of this License, they do not
3476
- > excuse you from the conditions of this License. If you cannot
3477
- > distribute so as to satisfy simultaneously your obligations under this
3478
- > License and any other pertinent obligations, then as a consequence you
3479
- > may not distribute the Program at all. For example, if a patent
3480
- > license would not permit royalty-free redistribution of the Program by
3481
- > all those who receive copies directly or indirectly through you, then
3482
- > the only way you could satisfy both it and this License would be to
3483
- > refrain entirely from distribution of the Program.
3484
- >
3485
- > If any portion of this section is held invalid or unenforceable under
3486
- > any particular circumstance, the balance of the section is intended to
3487
- > apply and the section as a whole is intended to apply in other
3488
- > circumstances.
3489
- >
3490
- > It is not the purpose of this section to induce you to infringe any
3491
- > patents or other property right claims or to contest validity of any
3492
- > such claims; this section has the sole purpose of protecting the
3493
- > integrity of the free software distribution system, which is
3494
- > implemented by public license practices. Many people have made
3495
- > generous contributions to the wide range of software distributed
3496
- > through that system in reliance on consistent application of that
3497
- > system; it is up to the author/donor to decide if he or she is willing
3498
- > to distribute software through any other system and a licensee cannot
3499
- > impose that choice.
3500
- >
3501
- > This section is intended to make thoroughly clear what is believed to
3502
- > be a consequence of the rest of this License.
3503
- >
3504
- > 8. If the distribution and/or use of the Program is restricted in
3505
- > certain countries either by patents or by copyrighted interfaces, the
3506
- > original copyright holder who places the Program under this License
3507
- > may add an explicit geographical distribution limitation excluding
3508
- > those countries, so that distribution is permitted only in or among
3509
- > countries not thus excluded. In such case, this License incorporates
3510
- > the limitation as if written in the body of this License.
3511
- >
3512
- > 9. The Free Software Foundation may publish revised and/or new versions
3513
- > of the General Public License from time to time. Such new versions will
3514
- > be similar in spirit to the present version, but may differ in detail to
3515
- > address new problems or concerns.
3516
- >
3517
- > Each version is given a distinguishing version number. If the Program
3518
- > specifies a version number of this License which applies to it and "any
3519
- > later version", you have the option of following the terms and conditions
3520
- > either of that version or of any later version published by the Free
3521
- > Software Foundation. If the Program does not specify a version number of
3522
- > this License, you may choose any version ever published by the Free Software
3523
- > Foundation.
3524
- >
3525
- > 10. If you wish to incorporate parts of the Program into other free
3526
- > programs whose distribution conditions are different, write to the author
3527
- > to ask for permission. For software which is copyrighted by the Free
3528
- > Software Foundation, write to the Free Software Foundation; we sometimes
3529
- > make exceptions for this. Our decision will be guided by the two goals
3530
- > of preserving the free status of all derivatives of our free software and
3531
- > of promoting the sharing and reuse of software generally.
3532
- >
3533
- > NO WARRANTY
3534
- >
3535
- > 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
3536
- > FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
3537
- > OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
3538
- > PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
3539
- > OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
3540
- > MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
3541
- > TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
3542
- > PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
3543
- > REPAIR OR CORRECTION.
3544
- >
3545
- > 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
3546
- > WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
3547
- > REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
3548
- > INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
3549
- > OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
3550
- > TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
3551
- > YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
3552
- > PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
3553
- > POSSIBILITY OF SUCH DAMAGES.
3554
-
3555
- ---------------------------------------
3556
-
3557
- ## normalize-path
3558
- License: MIT
3559
- By: Jon Schlinkert, Blaine Bublitz
3560
- Repository: jonschlinkert/normalize-path
3561
-
3562
- > The MIT License (MIT)
3563
- >
3564
- > Copyright (c) 2014-2018, Jon Schlinkert.
3565
- >
3566
- > Permission is hereby granted, free of charge, to any person obtaining a copy
3567
- > of this software and associated documentation files (the "Software"), to deal
3568
- > in the Software without restriction, including without limitation the rights
3569
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3570
- > copies of the Software, and to permit persons to whom the Software is
3571
- > furnished to do so, subject to the following conditions:
3572
- >
3573
- > The above copyright notice and this permission notice shall be included in
3574
- > all copies or substantial portions of the Software.
3575
- >
3576
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3577
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3578
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3579
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3580
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3581
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3582
- > THE SOFTWARE.
3583
-
3584
- ---------------------------------------
3585
-
3586
- ## npm-run-path
3587
- License: MIT
3588
- By: Sindre Sorhus
3589
- Repository: sindresorhus/npm-run-path
3590
-
3591
- > MIT License
3592
- >
3593
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3594
- >
3595
- > 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:
3596
- >
3597
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3598
- >
3599
- > 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.
3600
-
3601
- ---------------------------------------
3602
-
3603
- ## object-assign
3604
- License: MIT
3605
- By: Sindre Sorhus
3606
- Repository: sindresorhus/object-assign
3607
-
3608
- > The MIT License (MIT)
3609
- >
3610
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3611
- >
3612
- > Permission is hereby granted, free of charge, to any person obtaining a copy
3613
- > of this software and associated documentation files (the "Software"), to deal
3614
- > in the Software without restriction, including without limitation the rights
3615
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3616
- > copies of the Software, and to permit persons to whom the Software is
3617
- > furnished to do so, subject to the following conditions:
3618
- >
3619
- > The above copyright notice and this permission notice shall be included in
3620
- > all copies or substantial portions of the Software.
3621
- >
3622
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3623
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3624
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3625
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3626
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3627
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3628
- > THE SOFTWARE.
3629
-
3630
- ---------------------------------------
3631
-
3632
- ## okie
3633
- License: MIT
3634
- By: Evan You
3635
- Repository: git+https://github.com/yyx990803/okie.git
3636
-
3637
- > MIT License
3638
- >
3639
- > Copyright (c) 2020-present, Yuxi (Evan) You
3640
- >
3641
- > Permission is hereby granted, free of charge, to any person obtaining a copy
3642
- > of this software and associated documentation files (the "Software"), to deal
3643
- > in the Software without restriction, including without limitation the rights
3644
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3645
- > copies of the Software, and to permit persons to whom the Software is
3646
- > furnished to do so, subject to the following conditions:
3647
- >
3648
- > The above copyright notice and this permission notice shall be included in all
3649
- > copies or substantial portions of the Software.
3650
- >
3651
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3652
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3653
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3654
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3655
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3656
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3657
- > SOFTWARE.
3658
-
3659
- ---------------------------------------
3660
-
3661
- ## on-finished
3662
- License: MIT
3663
- By: Douglas Christopher Wilson, Jonathan Ong
3664
- Repository: jshttp/on-finished
3665
-
3666
- > (The MIT License)
3667
- >
3668
- > Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>
3669
- > Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com>
3670
- >
3671
- > Permission is hereby granted, free of charge, to any person obtaining
3672
- > a copy of this software and associated documentation files (the
3673
- > 'Software'), to deal in the Software without restriction, including
3674
- > without limitation the rights to use, copy, modify, merge, publish,
3675
- > distribute, sublicense, and/or sell copies of the Software, and to
3676
- > permit persons to whom the Software is furnished to do so, subject to
3677
- > the following conditions:
3678
- >
3679
- > The above copyright notice and this permission notice shall be
3680
- > included in all copies or substantial portions of the Software.
3681
- >
3682
- > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3683
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3684
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3685
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3686
- > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3687
- > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3688
- > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1611
+ By: Douglas Christopher Wilson, Jonathan Ong
1612
+ Repository: jshttp/on-finished
3689
1613
 
3690
1614
  ---------------------------------------
3691
1615
 
@@ -3694,29 +1618,6 @@ License: MIT
3694
1618
  By: Douglas Christopher Wilson
3695
1619
  Repository: jshttp/on-headers
3696
1620
 
3697
- > (The MIT License)
3698
- >
3699
- > Copyright (c) 2014 Douglas Christopher Wilson
3700
- >
3701
- > Permission is hereby granted, free of charge, to any person obtaining
3702
- > a copy of this software and associated documentation files (the
3703
- > 'Software'), to deal in the Software without restriction, including
3704
- > without limitation the rights to use, copy, modify, merge, publish,
3705
- > distribute, sublicense, and/or sell copies of the Software, and to
3706
- > permit persons to whom the Software is furnished to do so, subject to
3707
- > the following conditions:
3708
- >
3709
- > The above copyright notice and this permission notice shall be
3710
- > included in all copies or substantial portions of the Software.
3711
- >
3712
- > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3713
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3714
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3715
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3716
- > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3717
- > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3718
- > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3719
-
3720
1621
  ---------------------------------------
3721
1622
 
3722
1623
  ## once
@@ -3724,22 +1625,6 @@ License: ISC
3724
1625
  By: Isaac Z. Schlueter
3725
1626
  Repository: git://github.com/isaacs/once
3726
1627
 
3727
- > The ISC License
3728
- >
3729
- > Copyright (c) Isaac Z. Schlueter and Contributors
3730
- >
3731
- > Permission to use, copy, modify, and/or distribute this software for any
3732
- > purpose with or without fee is hereby granted, provided that the above
3733
- > copyright notice and this permission notice appear in all copies.
3734
- >
3735
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3736
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3737
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3738
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3739
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3740
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3741
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3742
-
3743
1628
  ---------------------------------------
3744
1629
 
3745
1630
  ## onetime
@@ -3747,16 +1632,6 @@ License: MIT
3747
1632
  By: Sindre Sorhus
3748
1633
  Repository: sindresorhus/onetime
3749
1634
 
3750
- > MIT License
3751
- >
3752
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3753
- >
3754
- > 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:
3755
- >
3756
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3757
- >
3758
- > 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.
3759
-
3760
1635
  ---------------------------------------
3761
1636
 
3762
1637
  ## open
@@ -3781,30 +1656,6 @@ License: MIT
3781
1656
  By: Douglas Christopher Wilson, Jonathan Ong
3782
1657
  Repository: pillarjs/parseurl
3783
1658
 
3784
- > (The MIT License)
3785
- >
3786
- > Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
3787
- > Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
3788
- >
3789
- > Permission is hereby granted, free of charge, to any person obtaining
3790
- > a copy of this software and associated documentation files (the
3791
- > 'Software'), to deal in the Software without restriction, including
3792
- > without limitation the rights to use, copy, modify, merge, publish,
3793
- > distribute, sublicense, and/or sell copies of the Software, and to
3794
- > permit persons to whom the Software is furnished to do so, subject to
3795
- > the following conditions:
3796
- >
3797
- > The above copyright notice and this permission notice shall be
3798
- > included in all copies or substantial portions of the Software.
3799
- >
3800
- > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3801
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3802
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3803
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3804
- > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3805
- > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3806
- > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3807
-
3808
1659
  ---------------------------------------
3809
1660
 
3810
1661
  ## path-is-absolute
@@ -3812,28 +1663,6 @@ License: MIT
3812
1663
  By: Sindre Sorhus
3813
1664
  Repository: sindresorhus/path-is-absolute
3814
1665
 
3815
- > The MIT License (MIT)
3816
- >
3817
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3818
- >
3819
- > Permission is hereby granted, free of charge, to any person obtaining a copy
3820
- > of this software and associated documentation files (the "Software"), to deal
3821
- > in the Software without restriction, including without limitation the rights
3822
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3823
- > copies of the Software, and to permit persons to whom the Software is
3824
- > furnished to do so, subject to the following conditions:
3825
- >
3826
- > The above copyright notice and this permission notice shall be included in
3827
- > all copies or substantial portions of the Software.
3828
- >
3829
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3830
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3831
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3832
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3833
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3834
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3835
- > THE SOFTWARE.
3836
-
3837
1666
  ---------------------------------------
3838
1667
 
3839
1668
  ## path-key
@@ -3841,28 +1670,6 @@ License: MIT
3841
1670
  By: Sindre Sorhus
3842
1671
  Repository: sindresorhus/path-key
3843
1672
 
3844
- > The MIT License (MIT)
3845
- >
3846
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3847
- >
3848
- > Permission is hereby granted, free of charge, to any person obtaining a copy
3849
- > of this software and associated documentation files (the "Software"), to deal
3850
- > in the Software without restriction, including without limitation the rights
3851
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3852
- > copies of the Software, and to permit persons to whom the Software is
3853
- > furnished to do so, subject to the following conditions:
3854
- >
3855
- > The above copyright notice and this permission notice shall be included in
3856
- > all copies or substantial portions of the Software.
3857
- >
3858
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3859
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3860
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3861
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3862
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3863
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3864
- > THE SOFTWARE.
3865
-
3866
1673
  ---------------------------------------
3867
1674
 
3868
1675
  ## path-type
@@ -3870,16 +1677,6 @@ License: MIT
3870
1677
  By: Sindre Sorhus
3871
1678
  Repository: sindresorhus/path-type
3872
1679
 
3873
- > MIT License
3874
- >
3875
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3876
- >
3877
- > 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:
3878
- >
3879
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3880
- >
3881
- > 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.
3882
-
3883
1680
  ---------------------------------------
3884
1681
 
3885
1682
  ## periscopic
@@ -3901,282 +1698,23 @@ License: MIT
3901
1698
  By: Jon Schlinkert
3902
1699
  Repository: micromatch/picomatch
3903
1700
 
3904
- > The MIT License (MIT)
3905
- >
3906
- > Copyright (c) 2017-present, Jon Schlinkert.
3907
- >
3908
- > Permission is hereby granted, free of charge, to any person obtaining a copy
3909
- > of this software and associated documentation files (the "Software"), to deal
3910
- > in the Software without restriction, including without limitation the rights
3911
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3912
- > copies of the Software, and to permit persons to whom the Software is
3913
- > furnished to do so, subject to the following conditions:
3914
- >
3915
- > The above copyright notice and this permission notice shall be included in
3916
- > all copies or substantial portions of the Software.
3917
- >
3918
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3919
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3920
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3921
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3922
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3923
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3924
- > THE SOFTWARE.
3925
-
3926
1701
  ---------------------------------------
3927
1702
 
3928
1703
  ## pify
3929
- License: MIT
3930
- By: Sindre Sorhus
3931
- Repository: sindresorhus/pify
3932
-
3933
- > The MIT License (MIT)
3934
- >
3935
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3936
- >
3937
- > Permission is hereby granted, free of charge, to any person obtaining a copy
3938
- > of this software and associated documentation files (the "Software"), to deal
3939
- > in the Software without restriction, including without limitation the rights
3940
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3941
- > copies of the Software, and to permit persons to whom the Software is
3942
- > furnished to do so, subject to the following conditions:
3943
- >
3944
- > The above copyright notice and this permission notice shall be included in
3945
- > all copies or substantial portions of the Software.
3946
- >
3947
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3948
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3949
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3950
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3951
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3952
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3953
- > THE SOFTWARE.
3954
-
3955
- ---------------------------------------
3956
-
3957
- ## postcss-import
3958
- License: MIT
3959
- By: Maxime Thirouin
3960
- Repository: https://github.com/postcss/postcss-import.git
3961
-
3962
- > The MIT License (MIT)
3963
- >
3964
- > Copyright (c) 2014 Maxime Thirouin, Jason Campbell & Kevin Mårtensson
3965
- >
3966
- > Permission is hereby granted, free of charge, to any person obtaining a copy of
3967
- > this software and associated documentation files (the "Software"), to deal in
3968
- > the Software without restriction, including without limitation the rights to
3969
- > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3970
- > the Software, and to permit persons to whom the Software is furnished to do so,
3971
- > subject to the following conditions:
3972
- >
3973
- > The above copyright notice and this permission notice shall be included in all
3974
- > copies or substantial portions of the Software.
3975
- >
3976
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3977
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3978
- > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3979
- > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3980
- > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3981
- > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3982
-
3983
- ---------------------------------------
3984
-
3985
- ## postcss-load-config
3986
- License: MIT
3987
- By: Michael Ciniawky, Ryan Dunckel, Mateusz Derks, Dalton Santos, Patrick Gilday
3988
- Repository: postcss/postcss-load-config
3989
-
3990
- > The MIT License (MIT)
3991
- >
3992
- > Copyright Michael Ciniawsky <michael.ciniawsky@gmail.com>
3993
- >
3994
- > Permission is hereby granted, free of charge, to any person obtaining a copy of
3995
- > this software and associated documentation files (the "Software"), to deal in
3996
- > the Software without restriction, including without limitation the rights to
3997
- > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3998
- > the Software, and to permit persons to whom the Software is furnished to do so,
3999
- > subject to the following conditions:
4000
- >
4001
- > The above copyright notice and this permission notice shall be included in all
4002
- > copies or substantial portions of the Software.
4003
- >
4004
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4005
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
4006
- > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
4007
- > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
4008
- > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
4009
- > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4010
-
4011
- ---------------------------------------
4012
-
4013
- ## postcss-modules
4014
- License: MIT
4015
- By: Alexander Madyankin
4016
- Repository: https://github.com/css-modules/postcss-modules.git
4017
-
4018
- > The MIT License (MIT)
4019
- >
4020
- > Copyright 2015-2016 Alexander Madyankin <alexander@madyankin.name>
4021
- >
4022
- > Permission is hereby granted, free of charge, to any person obtaining a copy of
4023
- > this software and associated documentation files (the "Software"), to deal in
4024
- > the Software without restriction, including without limitation the rights to
4025
- > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
4026
- > the Software, and to permit persons to whom the Software is furnished to do so,
4027
- > subject to the following conditions:
4028
- >
4029
- > The above copyright notice and this permission notice shall be included in all
4030
- > copies or substantial portions of the Software.
4031
- >
4032
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4033
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
4034
- > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
4035
- > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
4036
- > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
4037
- > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4038
-
4039
- ---------------------------------------
4040
-
4041
- ## postcss-modules-extract-imports
4042
- License: ISC
4043
- By: Glen Maddern
4044
- Repository: https://github.com/css-modules/postcss-modules-extract-imports.git
4045
-
4046
- > Copyright 2015 Glen Maddern
4047
- >
4048
- > 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.
4049
- >
4050
- > 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.
4051
-
4052
- ---------------------------------------
4053
-
4054
- ## postcss-modules-local-by-default
4055
- License: MIT
4056
- By: Mark Dalgleish
4057
- Repository: https://github.com/css-modules/postcss-modules-local-by-default.git
4058
-
4059
- > The MIT License (MIT)
4060
- >
4061
- > Copyright 2015 Mark Dalgleish <mark.john.dalgleish@gmail.com>
4062
- >
4063
- > Permission is hereby granted, free of charge, to any person obtaining a copy of
4064
- > this software and associated documentation files (the "Software"), to deal in
4065
- > the Software without restriction, including without limitation the rights to
4066
- > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
4067
- > the Software, and to permit persons to whom the Software is furnished to do so,
4068
- > subject to the following conditions:
4069
- >
4070
- > The above copyright notice and this permission notice shall be included in all
4071
- > copies or substantial portions of the Software.
4072
- >
4073
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4074
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
4075
- > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
4076
- > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
4077
- > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
4078
- > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4079
-
4080
- ---------------------------------------
4081
-
4082
- ## postcss-modules-scope
4083
- License: ISC
4084
- By: Glen Maddern
4085
- Repository: https://github.com/css-modules/postcss-modules-scope.git
4086
-
4087
- > ISC License (ISC)
4088
- >
4089
- > Copyright (c) 2015, Glen Maddern
4090
- >
4091
- > 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.
4092
- >
4093
- > 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.
4094
-
4095
- ---------------------------------------
4096
-
4097
- ## postcss-modules-values
4098
- License: ISC
4099
- By: Glen Maddern
4100
- Repository: git+https://github.com/css-modules/postcss-modules-values.git
4101
-
4102
- > ISC License (ISC)
4103
- >
4104
- > Copyright (c) 2015, Glen Maddern
4105
- >
4106
- > 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.
4107
- >
4108
- > 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.
4109
-
4110
- ---------------------------------------
4111
-
4112
- ## postcss-selector-parser
4113
- License: MIT
4114
- By: Ben Briggs, Chris Eppstein
4115
- Repository: postcss/postcss-selector-parser
4116
-
4117
- > Copyright (c) Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
4118
- >
4119
- > Permission is hereby granted, free of charge, to any person
4120
- > obtaining a copy of this software and associated documentation
4121
- > files (the "Software"), to deal in the Software without
4122
- > restriction, including without limitation the rights to use,
4123
- > copy, modify, merge, publish, distribute, sublicense, and/or sell
4124
- > copies of the Software, and to permit persons to whom the
4125
- > Software is furnished to do so, subject to the following
4126
- > conditions:
4127
- >
4128
- > The above copyright notice and this permission notice shall be
4129
- > included in all copies or substantial portions of the Software.
4130
- >
4131
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4132
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
4133
- > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
4134
- > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
4135
- > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
4136
- > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4137
- > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
4138
- > OTHER DEALINGS IN THE SOFTWARE.
4139
-
4140
- ---------------------------------------
4141
-
4142
- ## postcss-value-parser
4143
- License: MIT
4144
- By: Bogdan Chadkin
4145
- Repository: https://github.com/TrySound/postcss-value-parser.git
4146
-
4147
- > Copyright (c) Bogdan Chadkin <trysound@yandex.ru>
4148
- >
4149
- > Permission is hereby granted, free of charge, to any person
4150
- > obtaining a copy of this software and associated documentation
4151
- > files (the "Software"), to deal in the Software without
4152
- > restriction, including without limitation the rights to use,
4153
- > copy, modify, merge, publish, distribute, sublicense, and/or sell
4154
- > copies of the Software, and to permit persons to whom the
4155
- > Software is furnished to do so, subject to the following
4156
- > conditions:
4157
- >
4158
- > The above copyright notice and this permission notice shall be
4159
- > included in all copies or substantial portions of the Software.
4160
- >
4161
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4162
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
4163
- > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
4164
- > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
4165
- > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
4166
- > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4167
- > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
4168
- > OTHER DEALINGS IN THE SOFTWARE.
1704
+ License: MIT
1705
+ By: Sindre Sorhus
1706
+ Repository: sindresorhus/pify
4169
1707
 
4170
1708
  ---------------------------------------
4171
1709
 
4172
- ## queue-microtask
1710
+ ## postcss-import
4173
1711
  License: MIT
4174
- By: Feross Aboukhadijeh
4175
- Repository: git://github.com/feross/queue-microtask.git
1712
+ By: Maxime Thirouin
1713
+ Repository: https://github.com/postcss/postcss-import.git
4176
1714
 
4177
1715
  > The MIT License (MIT)
4178
1716
  >
4179
- > Copyright (c) Feross Aboukhadijeh
1717
+ > Copyright (c) 2014 Maxime Thirouin, Jason Campbell & Kevin Mårtensson
4180
1718
  >
4181
1719
  > Permission is hereby granted, free of charge, to any person obtaining a copy of
4182
1720
  > this software and associated documentation files (the "Software"), to deal in
@@ -4197,14 +1735,14 @@ Repository: git://github.com/feross/queue-microtask.git
4197
1735
 
4198
1736
  ---------------------------------------
4199
1737
 
4200
- ## read-cache
1738
+ ## postcss-load-config
4201
1739
  License: MIT
4202
- By: Bogdan Chadkin
4203
- Repository: git+https://github.com/TrySound/read-cache.git
1740
+ By: Michael Ciniawky, Ryan Dunckel, Mateusz Derks, Dalton Santos, Patrick Gilday
1741
+ Repository: postcss/postcss-load-config
4204
1742
 
4205
1743
  > The MIT License (MIT)
4206
1744
  >
4207
- > Copyright 2016 Bogdan Chadkin <trysound@yandex.ru>
1745
+ > Copyright Michael Ciniawsky <michael.ciniawsky@gmail.com>
4208
1746
  >
4209
1747
  > Permission is hereby granted, free of charge, to any person obtaining a copy of
4210
1748
  > this software and associated documentation files (the "Software"), to deal in
@@ -4225,32 +1763,94 @@ Repository: git+https://github.com/TrySound/read-cache.git
4225
1763
 
4226
1764
  ---------------------------------------
4227
1765
 
4228
- ## readdirp
1766
+ ## postcss-modules
4229
1767
  License: MIT
4230
- By: Thorsten Lorenz, Paul Miller
4231
- Repository: git://github.com/paulmillr/readdirp.git
1768
+ By: Alexander Madyankin
1769
+ Repository: https://github.com/css-modules/postcss-modules.git
4232
1770
 
4233
- > MIT License
1771
+ > The MIT License (MIT)
4234
1772
  >
4235
- > Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)
1773
+ > Copyright 2015-2016 Alexander Madyankin <alexander@madyankin.name>
4236
1774
  >
4237
- > Permission is hereby granted, free of charge, to any person obtaining a copy
4238
- > of this software and associated documentation files (the "Software"), to deal
4239
- > in the Software without restriction, including without limitation the rights
4240
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4241
- > copies of the Software, and to permit persons to whom the Software is
4242
- > furnished to do so, subject to the following conditions:
1775
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
1776
+ > this software and associated documentation files (the "Software"), to deal in
1777
+ > the Software without restriction, including without limitation the rights to
1778
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1779
+ > the Software, and to permit persons to whom the Software is furnished to do so,
1780
+ > subject to the following conditions:
4243
1781
  >
4244
1782
  > The above copyright notice and this permission notice shall be included in all
4245
1783
  > copies or substantial portions of the Software.
4246
1784
  >
4247
1785
  > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4248
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4249
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4250
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4251
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4252
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4253
- > SOFTWARE.
1786
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1787
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1788
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1789
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1790
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1791
+
1792
+ ---------------------------------------
1793
+
1794
+ ## postcss-modules-extract-imports
1795
+ License: ISC
1796
+ By: Glen Maddern
1797
+ Repository: https://github.com/css-modules/postcss-modules-extract-imports.git
1798
+
1799
+ ---------------------------------------
1800
+
1801
+ ## postcss-modules-local-by-default
1802
+ License: MIT
1803
+ By: Mark Dalgleish
1804
+ Repository: https://github.com/css-modules/postcss-modules-local-by-default.git
1805
+
1806
+ ---------------------------------------
1807
+
1808
+ ## postcss-modules-scope
1809
+ License: ISC
1810
+ By: Glen Maddern
1811
+ Repository: https://github.com/css-modules/postcss-modules-scope.git
1812
+
1813
+ ---------------------------------------
1814
+
1815
+ ## postcss-modules-values
1816
+ License: ISC
1817
+ By: Glen Maddern
1818
+ Repository: git+https://github.com/css-modules/postcss-modules-values.git
1819
+
1820
+ ---------------------------------------
1821
+
1822
+ ## postcss-selector-parser
1823
+ License: MIT
1824
+ By: Ben Briggs, Chris Eppstein
1825
+ Repository: postcss/postcss-selector-parser
1826
+
1827
+ ---------------------------------------
1828
+
1829
+ ## postcss-value-parser
1830
+ License: MIT
1831
+ By: Bogdan Chadkin
1832
+ Repository: https://github.com/TrySound/postcss-value-parser.git
1833
+
1834
+ ---------------------------------------
1835
+
1836
+ ## queue-microtask
1837
+ License: MIT
1838
+ By: Feross Aboukhadijeh
1839
+ Repository: git://github.com/feross/queue-microtask.git
1840
+
1841
+ ---------------------------------------
1842
+
1843
+ ## read-cache
1844
+ License: MIT
1845
+ By: Bogdan Chadkin
1846
+ Repository: git+https://github.com/TrySound/read-cache.git
1847
+
1848
+ ---------------------------------------
1849
+
1850
+ ## readdirp
1851
+ License: MIT
1852
+ By: Thorsten Lorenz, Paul Miller
1853
+ Repository: git://github.com/paulmillr/readdirp.git
4254
1854
 
4255
1855
  ---------------------------------------
4256
1856
 
@@ -4259,28 +1859,6 @@ License: MIT
4259
1859
  By: Arnout Kazemier
4260
1860
  Repository: https://github.com/unshiftio/requires-port
4261
1861
 
4262
- > The MIT License (MIT)
4263
- >
4264
- > Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
4265
- >
4266
- > Permission is hereby granted, free of charge, to any person obtaining a copy
4267
- > of this software and associated documentation files (the "Software"), to deal
4268
- > in the Software without restriction, including without limitation the rights
4269
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4270
- > copies of the Software, and to permit persons to whom the Software is
4271
- > furnished to do so, subject to the following conditions:
4272
- >
4273
- > The above copyright notice and this permission notice shall be included in all
4274
- > copies or substantial portions of the Software.
4275
- >
4276
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4277
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4278
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4279
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4280
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4281
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4282
- > SOFTWARE.
4283
-
4284
1862
  ---------------------------------------
4285
1863
 
4286
1864
  ## resolve-from
@@ -4288,16 +1866,6 @@ License: MIT
4288
1866
  By: Sindre Sorhus
4289
1867
  Repository: sindresorhus/resolve-from
4290
1868
 
4291
- > MIT License
4292
- >
4293
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4294
- >
4295
- > 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:
4296
- >
4297
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4298
- >
4299
- > 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.
4300
-
4301
1869
  ---------------------------------------
4302
1870
 
4303
1871
  ## resolve.exports
@@ -4334,28 +1902,6 @@ License: MIT
4334
1902
  By: Matteo Collina
4335
1903
  Repository: git+https://github.com/mcollina/reusify.git
4336
1904
 
4337
- > The MIT License (MIT)
4338
- >
4339
- > Copyright (c) 2015 Matteo Collina
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 all
4349
- > 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 THE
4357
- > SOFTWARE.
4358
-
4359
1905
  ---------------------------------------
4360
1906
 
4361
1907
  ## run-parallel
@@ -4363,27 +1909,6 @@ License: MIT
4363
1909
  By: Feross Aboukhadijeh
4364
1910
  Repository: git://github.com/feross/run-parallel.git
4365
1911
 
4366
- > The MIT License (MIT)
4367
- >
4368
- > Copyright (c) Feross Aboukhadijeh
4369
- >
4370
- > Permission is hereby granted, free of charge, to any person obtaining a copy of
4371
- > this software and associated documentation files (the "Software"), to deal in
4372
- > the Software without restriction, including without limitation the rights to
4373
- > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
4374
- > the Software, and to permit persons to whom the Software is furnished to do so,
4375
- > subject to the following conditions:
4376
- >
4377
- > The above copyright notice and this permission notice shall be included in all
4378
- > copies or substantial portions of the Software.
4379
- >
4380
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4381
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
4382
- > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
4383
- > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
4384
- > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
4385
- > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4386
-
4387
1912
  ---------------------------------------
4388
1913
 
4389
1914
  ## safe-buffer
@@ -4391,28 +1916,6 @@ License: MIT
4391
1916
  By: Feross Aboukhadijeh
4392
1917
  Repository: git://github.com/feross/safe-buffer.git
4393
1918
 
4394
- > The MIT License (MIT)
4395
- >
4396
- > Copyright (c) Feross Aboukhadijeh
4397
- >
4398
- > Permission is hereby granted, free of charge, to any person obtaining a copy
4399
- > of this software and associated documentation files (the "Software"), to deal
4400
- > in the Software without restriction, including without limitation the rights
4401
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4402
- > copies of the Software, and to permit persons to whom the Software is
4403
- > furnished to do so, subject to the following conditions:
4404
- >
4405
- > The above copyright notice and this permission notice shall be included in
4406
- > all copies or substantial portions of the Software.
4407
- >
4408
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4409
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4410
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4411
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4412
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4413
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4414
- > THE SOFTWARE.
4415
-
4416
1919
  ---------------------------------------
4417
1920
 
4418
1921
  ## selfsigned
@@ -4449,28 +1952,6 @@ License: MIT
4449
1952
  By: Kevin Mårtensson
4450
1953
  Repository: kevva/shebang-command
4451
1954
 
4452
- > The MIT License (MIT)
4453
- >
4454
- > Copyright (c) Kevin Martensson <kevinmartensson@gmail.com> (github.com/kevva)
4455
- >
4456
- > Permission is hereby granted, free of charge, to any person obtaining a copy
4457
- > of this software and associated documentation files (the "Software"), to deal
4458
- > in the Software without restriction, including without limitation the rights
4459
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4460
- > copies of the Software, and to permit persons to whom the Software is
4461
- > furnished to do so, subject to the following conditions:
4462
- >
4463
- > The above copyright notice and this permission notice shall be included in
4464
- > all copies or substantial portions of the Software.
4465
- >
4466
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4467
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4468
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4469
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4470
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4471
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4472
- > THE SOFTWARE.
4473
-
4474
1955
  ---------------------------------------
4475
1956
 
4476
1957
  ## shebang-regex
@@ -4478,28 +1959,6 @@ License: MIT
4478
1959
  By: Sindre Sorhus
4479
1960
  Repository: sindresorhus/shebang-regex
4480
1961
 
4481
- > The MIT License (MIT)
4482
- >
4483
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4484
- >
4485
- > Permission is hereby granted, free of charge, to any person obtaining a copy
4486
- > of this software and associated documentation files (the "Software"), to deal
4487
- > in the Software without restriction, including without limitation the rights
4488
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4489
- > copies of the Software, and to permit persons to whom the Software is
4490
- > furnished to do so, subject to the following conditions:
4491
- >
4492
- > The above copyright notice and this permission notice shall be included in
4493
- > all copies or substantial portions of the Software.
4494
- >
4495
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4496
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4497
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4498
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4499
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4500
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4501
- > THE SOFTWARE.
4502
-
4503
1962
  ---------------------------------------
4504
1963
 
4505
1964
  ## shell-quote
@@ -4507,31 +1966,6 @@ License: MIT
4507
1966
  By: James Halliday
4508
1967
  Repository: http://github.com/substack/node-shell-quote.git
4509
1968
 
4510
- > The MIT License
4511
- >
4512
- > Copyright (c) 2013 James Halliday (mail@substack.net)
4513
- >
4514
- > Permission is hereby granted, free of charge,
4515
- > to any person obtaining a copy of this software and
4516
- > associated documentation files (the "Software"), to
4517
- > deal in the Software without restriction, including
4518
- > without limitation the rights to use, copy, modify,
4519
- > merge, publish, distribute, sublicense, and/or sell
4520
- > copies of the Software, and to permit persons to whom
4521
- > the Software is furnished to do so,
4522
- > subject to the following conditions:
4523
- >
4524
- > The above copyright notice and this permission notice
4525
- > shall be included in all copies or substantial portions of the Software.
4526
- >
4527
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4528
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
4529
- > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4530
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
4531
- > ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4532
- > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4533
- > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4534
-
4535
1969
  ---------------------------------------
4536
1970
 
4537
1971
  ## signal-exit
@@ -4539,23 +1973,6 @@ License: ISC
4539
1973
  By: Ben Coe
4540
1974
  Repository: https://github.com/tapjs/signal-exit.git
4541
1975
 
4542
- > The ISC License
4543
- >
4544
- > Copyright (c) 2015, Contributors
4545
- >
4546
- > Permission to use, copy, modify, and/or distribute this software
4547
- > for any purpose with or without fee is hereby granted, provided
4548
- > that the above copyright notice and this permission notice
4549
- > appear in all copies.
4550
- >
4551
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4552
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
4553
- > OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
4554
- > LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
4555
- > OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
4556
- > WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
4557
- > ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4558
-
4559
1976
  ---------------------------------------
4560
1977
 
4561
1978
  ## sirv
@@ -4570,16 +1987,6 @@ License: MIT
4570
1987
  By: Sindre Sorhus
4571
1988
  Repository: sindresorhus/slash
4572
1989
 
4573
- > MIT License
4574
- >
4575
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4576
- >
4577
- > 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:
4578
- >
4579
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4580
- >
4581
- > 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.
4582
-
4583
1990
  ---------------------------------------
4584
1991
 
4585
1992
  ## source-map
@@ -4622,28 +2029,6 @@ License: MIT
4622
2029
  By: Rich Harris
4623
2030
  Repository: https://github.com/Rich-Harris/sourcemap-codec
4624
2031
 
4625
- > The MIT License
4626
- >
4627
- > Copyright (c) 2015 Rich Harris
4628
- >
4629
- > Permission is hereby granted, free of charge, to any person obtaining a copy
4630
- > of this software and associated documentation files (the "Software"), to deal
4631
- > in the Software without restriction, including without limitation the rights
4632
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4633
- > copies of the Software, and to permit persons to whom the Software is
4634
- > furnished to do so, subject to the following conditions:
4635
- >
4636
- > The above copyright notice and this permission notice shall be included in
4637
- > all copies or substantial portions of the Software.
4638
- >
4639
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4640
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4641
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4642
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4643
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4644
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4645
- > THE SOFTWARE.
4646
-
4647
2032
  ---------------------------------------
4648
2033
 
4649
2034
  ## statuses
@@ -4651,29 +2036,6 @@ License: MIT
4651
2036
  By: Douglas Christopher Wilson, Jonathan Ong
4652
2037
  Repository: jshttp/statuses
4653
2038
 
4654
- > The MIT License (MIT)
4655
- >
4656
- > Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
4657
- > Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
4658
- >
4659
- > Permission is hereby granted, free of charge, to any person obtaining a copy
4660
- > of this software and associated documentation files (the "Software"), to deal
4661
- > in the Software without restriction, including without limitation the rights
4662
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4663
- > copies of the Software, and to permit persons to whom the Software is
4664
- > furnished to do so, subject to the following conditions:
4665
- >
4666
- > The above copyright notice and this permission notice shall be included in
4667
- > all copies or substantial portions of the Software.
4668
- >
4669
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4670
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4671
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4672
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4673
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4674
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4675
- > THE SOFTWARE.
4676
-
4677
2039
  ---------------------------------------
4678
2040
 
4679
2041
  ## string-hash
@@ -4705,16 +2067,6 @@ License: MIT
4705
2067
  By: Sindre Sorhus
4706
2068
  Repository: sindresorhus/strip-final-newline
4707
2069
 
4708
- > MIT License
4709
- >
4710
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4711
- >
4712
- > 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:
4713
- >
4714
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4715
- >
4716
- > 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.
4717
-
4718
2070
  ---------------------------------------
4719
2071
 
4720
2072
  ## supports-color
@@ -4722,16 +2074,6 @@ License: MIT
4722
2074
  By: Sindre Sorhus
4723
2075
  Repository: chalk/supports-color
4724
2076
 
4725
- > MIT License
4726
- >
4727
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4728
- >
4729
- > 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:
4730
- >
4731
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4732
- >
4733
- > 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.
4734
-
4735
2077
  ---------------------------------------
4736
2078
 
4737
2079
  ## to-regex-range
@@ -4739,28 +2081,6 @@ License: MIT
4739
2081
  By: Jon Schlinkert, Rouven Weßling
4740
2082
  Repository: micromatch/to-regex-range
4741
2083
 
4742
- > The MIT License (MIT)
4743
- >
4744
- > Copyright (c) 2015-present, Jon Schlinkert.
4745
- >
4746
- > Permission is hereby granted, free of charge, to any person obtaining a copy
4747
- > of this software and associated documentation files (the "Software"), to deal
4748
- > in the Software without restriction, including without limitation the rights
4749
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4750
- > copies of the Software, and to permit persons to whom the Software is
4751
- > furnished to do so, subject to the following conditions:
4752
- >
4753
- > The above copyright notice and this permission notice shall be included in
4754
- > all copies or substantial portions of the Software.
4755
- >
4756
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4757
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4758
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4759
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4760
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4761
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4762
- > THE SOFTWARE.
4763
-
4764
2084
  ---------------------------------------
4765
2085
 
4766
2086
  ## totalist
@@ -4768,28 +2088,6 @@ License: MIT
4768
2088
  By: Luke Edwards
4769
2089
  Repository: lukeed/totalist
4770
2090
 
4771
- > The MIT License (MIT)
4772
- >
4773
- > Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
4774
- >
4775
- > Permission is hereby granted, free of charge, to any person obtaining a copy
4776
- > of this software and associated documentation files (the "Software"), to deal
4777
- > in the Software without restriction, including without limitation the rights
4778
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4779
- > copies of the Software, and to permit persons to whom the Software is
4780
- > furnished to do so, subject to the following conditions:
4781
- >
4782
- > The above copyright notice and this permission notice shall be included in
4783
- > all copies or substantial portions of the Software.
4784
- >
4785
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4786
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4787
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4788
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4789
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4790
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4791
- > THE SOFTWARE.
4792
-
4793
2091
  ---------------------------------------
4794
2092
 
4795
2093
  ## ts-node
@@ -4880,29 +2178,6 @@ License: MIT
4880
2178
  By: Douglas Christopher Wilson
4881
2179
  Repository: stream-utils/unpipe
4882
2180
 
4883
- > (The MIT License)
4884
- >
4885
- > Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
4886
- >
4887
- > Permission is hereby granted, free of charge, to any person obtaining
4888
- > a copy of this software and associated documentation files (the
4889
- > 'Software'), to deal in the Software without restriction, including
4890
- > without limitation the rights to use, copy, modify, merge, publish,
4891
- > distribute, sublicense, and/or sell copies of the Software, and to
4892
- > permit persons to whom the Software is furnished to do so, subject to
4893
- > the following conditions:
4894
- >
4895
- > The above copyright notice and this permission notice shall be
4896
- > included in all copies or substantial portions of the Software.
4897
- >
4898
- > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4899
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4900
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4901
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4902
- > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4903
- > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4904
- > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4905
-
4906
2181
  ---------------------------------------
4907
2182
 
4908
2183
  ## util-deprecate
@@ -4910,31 +2185,6 @@ License: MIT
4910
2185
  By: Nathan Rajlich
4911
2186
  Repository: git://github.com/TooTallNate/util-deprecate.git
4912
2187
 
4913
- > (The MIT License)
4914
- >
4915
- > Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
4916
- >
4917
- > Permission is hereby granted, free of charge, to any person
4918
- > obtaining a copy of this software and associated documentation
4919
- > files (the "Software"), to deal in the Software without
4920
- > restriction, including without limitation the rights to use,
4921
- > copy, modify, merge, publish, distribute, sublicense, and/or sell
4922
- > copies of the Software, and to permit persons to whom the
4923
- > Software is furnished to do so, subject to the following
4924
- > conditions:
4925
- >
4926
- > The above copyright notice and this permission notice shall be
4927
- > included in all copies or substantial portions of the Software.
4928
- >
4929
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4930
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
4931
- > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
4932
- > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
4933
- > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
4934
- > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4935
- > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
4936
- > OTHER DEALINGS IN THE SOFTWARE.
4937
-
4938
2188
  ---------------------------------------
4939
2189
 
4940
2190
  ## utils-merge
@@ -4942,27 +2192,6 @@ License: MIT
4942
2192
  By: Jared Hanson
4943
2193
  Repository: git://github.com/jaredhanson/utils-merge.git
4944
2194
 
4945
- > The MIT License (MIT)
4946
- >
4947
- > Copyright (c) 2013-2017 Jared Hanson
4948
- >
4949
- > Permission is hereby granted, free of charge, to any person obtaining a copy of
4950
- > this software and associated documentation files (the "Software"), to deal in
4951
- > the Software without restriction, including without limitation the rights to
4952
- > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
4953
- > the Software, and to permit persons to whom the Software is furnished to do so,
4954
- > subject to the following conditions:
4955
- >
4956
- > The above copyright notice and this permission notice shall be included in all
4957
- > copies or substantial portions of the Software.
4958
- >
4959
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4960
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
4961
- > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
4962
- > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
4963
- > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
4964
- > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4965
-
4966
2195
  ---------------------------------------
4967
2196
 
4968
2197
  ## vary
@@ -4970,29 +2199,6 @@ License: MIT
4970
2199
  By: Douglas Christopher Wilson
4971
2200
  Repository: jshttp/vary
4972
2201
 
4973
- > (The MIT License)
4974
- >
4975
- > Copyright (c) 2014-2017 Douglas Christopher Wilson
4976
- >
4977
- > Permission is hereby granted, free of charge, to any person obtaining
4978
- > a copy of this software and associated documentation files (the
4979
- > 'Software'), to deal in the Software without restriction, including
4980
- > without limitation the rights to use, copy, modify, merge, publish,
4981
- > distribute, sublicense, and/or sell copies of the Software, and to
4982
- > permit persons to whom the Software is furnished to do so, subject to
4983
- > the following conditions:
4984
- >
4985
- > The above copyright notice and this permission notice shall be
4986
- > included in all copies or substantial portions of the Software.
4987
- >
4988
- > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4989
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4990
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4991
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4992
- > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4993
- > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4994
- > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4995
-
4996
2202
  ---------------------------------------
4997
2203
 
4998
2204
  ## which
@@ -5000,22 +2206,6 @@ License: ISC
5000
2206
  By: Isaac Z. Schlueter
5001
2207
  Repository: git://github.com/isaacs/node-which.git
5002
2208
 
5003
- > The ISC License
5004
- >
5005
- > Copyright (c) Isaac Z. Schlueter and Contributors
5006
- >
5007
- > Permission to use, copy, modify, and/or distribute this software for any
5008
- > purpose with or without fee is hereby granted, provided that the above
5009
- > copyright notice and this permission notice appear in all copies.
5010
- >
5011
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
5012
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
5013
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
5014
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5015
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5016
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
5017
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5018
-
5019
2209
  ---------------------------------------
5020
2210
 
5021
2211
  ## wrappy
@@ -5023,22 +2213,6 @@ License: ISC
5023
2213
  By: Isaac Z. Schlueter
5024
2214
  Repository: https://github.com/npm/wrappy
5025
2215
 
5026
- > The ISC License
5027
- >
5028
- > Copyright (c) Isaac Z. Schlueter and Contributors
5029
- >
5030
- > Permission to use, copy, modify, and/or distribute this software for any
5031
- > purpose with or without fee is hereby granted, provided that the above
5032
- > copyright notice and this permission notice appear in all copies.
5033
- >
5034
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
5035
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
5036
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
5037
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5038
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5039
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
5040
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5041
-
5042
2216
  ---------------------------------------
5043
2217
 
5044
2218
  ## ws
@@ -5075,33 +2249,9 @@ License: ISC
5075
2249
  By: Eemeli Aro
5076
2250
  Repository: github:eemeli/yaml
5077
2251
 
5078
- > Copyright 2018 Eemeli Aro <eemeli@gmail.com>
5079
- >
5080
- > Permission to use, copy, modify, and/or distribute this software for any purpose
5081
- > with or without fee is hereby granted, provided that the above copyright notice
5082
- > and this permission notice appear in all copies.
5083
- >
5084
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
5085
- > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
5086
- > FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
5087
- > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
5088
- > OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
5089
- > TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
5090
- > THIS SOFTWARE.
5091
-
5092
2252
  ---------------------------------------
5093
2253
 
5094
2254
  ## yn
5095
2255
  License: MIT
5096
2256
  By: Sindre Sorhus
5097
2257
  Repository: sindresorhus/yn
5098
-
5099
- > MIT License
5100
- >
5101
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
5102
- >
5103
- > 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:
5104
- >
5105
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5106
- >
5107
- > 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.