vite 2.6.0-beta.1 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of vite might be problematic. Click here for more details.
- package/CHANGELOG.md +47 -0
- package/LICENSE.md +194 -3071
- package/bin/vite.js +1 -0
- package/dist/node/chunks/{dep-d25a0deb.js → dep-3dfd7e9d.js} +3 -3
- package/dist/node/chunks/dep-3dfd7e9d.js.map +1 -0
- package/dist/node/chunks/dep-634481ad.js +8734 -0
- package/dist/node/chunks/dep-634481ad.js.map +1 -0
- package/dist/node/chunks/{dep-b2688e23.js → dep-a8e01c9f.js} +27401 -4885
- package/dist/node/chunks/dep-a8e01c9f.js.map +1 -0
- package/dist/node/chunks/{dep-e36486f6.js → dep-ac1b4bf9.js} +1 -1
- package/dist/node/chunks/dep-ac1b4bf9.js.map +1 -0
- package/dist/node/chunks/{dep-8611ce1a.js → dep-e39b05d6.js} +2 -2
- package/dist/node/chunks/dep-e39b05d6.js.map +1 -0
- package/dist/node/chunks/{dep-1f4a3f05.js → dep-ef9ed964.js} +2 -2
- package/dist/node/chunks/dep-ef9ed964.js.map +1 -0
- package/dist/node/cli.js +60 -23993
- package/dist/node/cli.js.map +1 -1
- package/dist/node/index.d.ts +17 -0
- package/dist/node/index.js +17 -15
- package/dist/node/index.js.map +1 -1
- package/package.json +6 -6
- package/types/package.json +3 -0
- package/dist/node/chunks/dep-1f4a3f05.js.map +0 -1
- package/dist/node/chunks/dep-62b4e15e.js +0 -23446
- package/dist/node/chunks/dep-62b4e15e.js.map +0 -1
- package/dist/node/chunks/dep-8611ce1a.js.map +0 -1
- package/dist/node/chunks/dep-b2688e23.js.map +0 -1
- package/dist/node/chunks/dep-d25a0deb.js.map +0 -1
- package/dist/node/chunks/dep-e36486f6.js.map +0 -1
package/LICENSE.md
CHANGED
|
@@ -237,33 +237,6 @@ Repository: git+https://github.com/ampproject/remapping.git
|
|
|
237
237
|
|
|
238
238
|
---------------------------------------
|
|
239
239
|
|
|
240
|
-
## @babel/parser
|
|
241
|
-
License: MIT
|
|
242
|
-
By: The Babel Team
|
|
243
|
-
Repository: https://github.com/babel/babel.git
|
|
244
|
-
|
|
245
|
-
> Copyright (C) 2012-2014 by various contributors (see AUTHORS)
|
|
246
|
-
>
|
|
247
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
248
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
249
|
-
> in the Software without restriction, including without limitation the rights
|
|
250
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
251
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
252
|
-
> furnished to do so, subject to the following conditions:
|
|
253
|
-
>
|
|
254
|
-
> The above copyright notice and this permission notice shall be included in
|
|
255
|
-
> all copies or substantial portions of the Software.
|
|
256
|
-
>
|
|
257
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
258
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
259
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
260
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
261
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
262
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
263
|
-
> THE SOFTWARE.
|
|
264
|
-
|
|
265
|
-
---------------------------------------
|
|
266
|
-
|
|
267
240
|
## @cspotcode/source-map-consumer
|
|
268
241
|
License: BSD-3-Clause
|
|
269
242
|
By: Andrew Bradley, Nick Fitzgerald, Tobias Koppers, Duncan Beevers, Stephen Crane, Ryan Seddon, Miles Elam, Mihai Bazon, Michael Ficarra, Todd Wolfson, Alexander Solovyov, Felix Gnass, Conrad Irwin, usrbincc, David Glasser, Chase Douglas, Evan Wallace, Heather Arthur, Hugh Kennedy, Simon Lydell, Jmeas Smith, Michael Z Goddard, azu, John Gozde, Adam Kirkton, Chris Montgomery, J. Ryan Stinnett, Jack Herrington, Chris Truter, Daniel Espeset, Jamie Wong, Eddy Bruël, Hawken Rives, Gilad Peleg, djchie, Gary Ye, Nicolas Lalevée
|
|
@@ -275,112 +248,24 @@ Repository: http://github.com/cspotcode/source-map.git
|
|
|
275
248
|
License: MIT
|
|
276
249
|
Repository: https://github.com/cspotcode/node-source-map-support
|
|
277
250
|
|
|
278
|
-
> The MIT License (MIT)
|
|
279
|
-
>
|
|
280
|
-
> Copyright (c) 2014 Evan Wallace
|
|
281
|
-
>
|
|
282
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
283
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
284
|
-
> in the Software without restriction, including without limitation the rights
|
|
285
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
286
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
287
|
-
> furnished to do so, subject to the following conditions:
|
|
288
|
-
>
|
|
289
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
290
|
-
> copies or substantial portions of the Software.
|
|
291
|
-
>
|
|
292
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
293
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
294
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
295
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
296
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
297
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
298
|
-
> SOFTWARE.
|
|
299
|
-
|
|
300
251
|
---------------------------------------
|
|
301
252
|
|
|
302
253
|
## @nodelib/fs.scandir
|
|
303
254
|
License: MIT
|
|
304
255
|
Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir
|
|
305
256
|
|
|
306
|
-
> The MIT License (MIT)
|
|
307
|
-
>
|
|
308
|
-
> Copyright (c) Denis Malinochkin
|
|
309
|
-
>
|
|
310
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
311
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
312
|
-
> in the Software without restriction, including without limitation the rights
|
|
313
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
314
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
315
|
-
> furnished to do so, subject to the following conditions:
|
|
316
|
-
>
|
|
317
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
318
|
-
> copies or substantial portions of the Software.
|
|
319
|
-
>
|
|
320
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
321
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
322
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
323
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
324
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
325
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
326
|
-
> SOFTWARE.
|
|
327
|
-
|
|
328
257
|
---------------------------------------
|
|
329
258
|
|
|
330
259
|
## @nodelib/fs.stat
|
|
331
260
|
License: MIT
|
|
332
261
|
Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat
|
|
333
262
|
|
|
334
|
-
> The MIT License (MIT)
|
|
335
|
-
>
|
|
336
|
-
> Copyright (c) Denis Malinochkin
|
|
337
|
-
>
|
|
338
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
339
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
340
|
-
> in the Software without restriction, including without limitation the rights
|
|
341
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
342
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
343
|
-
> furnished to do so, subject to the following conditions:
|
|
344
|
-
>
|
|
345
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
346
|
-
> copies or substantial portions of the Software.
|
|
347
|
-
>
|
|
348
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
349
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
350
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
351
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
352
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
353
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
354
|
-
> SOFTWARE.
|
|
355
|
-
|
|
356
263
|
---------------------------------------
|
|
357
264
|
|
|
358
265
|
## @nodelib/fs.walk
|
|
359
266
|
License: MIT
|
|
360
267
|
Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk
|
|
361
268
|
|
|
362
|
-
> The MIT License (MIT)
|
|
363
|
-
>
|
|
364
|
-
> Copyright (c) Denis Malinochkin
|
|
365
|
-
>
|
|
366
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
367
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
368
|
-
> in the Software without restriction, including without limitation the rights
|
|
369
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
370
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
371
|
-
> furnished to do so, subject to the following conditions:
|
|
372
|
-
>
|
|
373
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
374
|
-
> copies or substantial portions of the Software.
|
|
375
|
-
>
|
|
376
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
377
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
378
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
379
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
380
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
381
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
382
|
-
> SOFTWARE.
|
|
383
|
-
|
|
384
269
|
---------------------------------------
|
|
385
270
|
|
|
386
271
|
## @polka/url
|
|
@@ -388,28 +273,6 @@ License: MIT
|
|
|
388
273
|
By: Luke Edwards
|
|
389
274
|
Repository: lukeed/polka
|
|
390
275
|
|
|
391
|
-
> The MIT License (MIT)
|
|
392
|
-
>
|
|
393
|
-
> Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (https://lukeed.com)
|
|
394
|
-
>
|
|
395
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
396
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
397
|
-
> in the Software without restriction, including without limitation the rights
|
|
398
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
399
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
400
|
-
> furnished to do so, subject to the following conditions:
|
|
401
|
-
>
|
|
402
|
-
> The above copyright notice and this permission notice shall be included in
|
|
403
|
-
> all copies or substantial portions of the Software.
|
|
404
|
-
>
|
|
405
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
406
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
407
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
408
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
409
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
410
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
411
|
-
> THE SOFTWARE.
|
|
412
|
-
|
|
413
276
|
---------------------------------------
|
|
414
277
|
|
|
415
278
|
## @rollup/plugin-alias
|
|
@@ -466,112 +329,24 @@ Repository: rollup/plugins
|
|
|
466
329
|
License: MIT
|
|
467
330
|
Repository: https://github.com/tsconfig/bases.git
|
|
468
331
|
|
|
469
|
-
> MIT License
|
|
470
|
-
>
|
|
471
|
-
> Copyright (c) Microsoft Corporation.
|
|
472
|
-
>
|
|
473
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
474
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
475
|
-
> in the Software without restriction, including without limitation the rights
|
|
476
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
477
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
478
|
-
> furnished to do so, subject to the following conditions:
|
|
479
|
-
>
|
|
480
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
481
|
-
> copies or substantial portions of the Software.
|
|
482
|
-
>
|
|
483
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
484
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
485
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
486
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
487
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
488
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
489
|
-
> SOFTWARE
|
|
490
|
-
|
|
491
332
|
---------------------------------------
|
|
492
333
|
|
|
493
334
|
## @tsconfig/node12
|
|
494
335
|
License: MIT
|
|
495
336
|
Repository: https://github.com/tsconfig/bases.git
|
|
496
337
|
|
|
497
|
-
> MIT License
|
|
498
|
-
>
|
|
499
|
-
> Copyright (c) Microsoft Corporation.
|
|
500
|
-
>
|
|
501
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
502
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
503
|
-
> in the Software without restriction, including without limitation the rights
|
|
504
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
505
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
506
|
-
> furnished to do so, subject to the following conditions:
|
|
507
|
-
>
|
|
508
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
509
|
-
> copies or substantial portions of the Software.
|
|
510
|
-
>
|
|
511
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
512
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
513
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
514
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
515
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
516
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
517
|
-
> SOFTWARE
|
|
518
|
-
|
|
519
338
|
---------------------------------------
|
|
520
339
|
|
|
521
340
|
## @tsconfig/node14
|
|
522
341
|
License: MIT
|
|
523
342
|
Repository: https://github.com/tsconfig/bases.git
|
|
524
343
|
|
|
525
|
-
> MIT License
|
|
526
|
-
>
|
|
527
|
-
> Copyright (c) Microsoft Corporation.
|
|
528
|
-
>
|
|
529
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
530
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
531
|
-
> in the Software without restriction, including without limitation the rights
|
|
532
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
533
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
534
|
-
> furnished to do so, subject to the following conditions:
|
|
535
|
-
>
|
|
536
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
537
|
-
> copies or substantial portions of the Software.
|
|
538
|
-
>
|
|
539
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
540
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
541
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
542
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
543
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
544
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
545
|
-
> SOFTWARE
|
|
546
|
-
|
|
547
344
|
---------------------------------------
|
|
548
345
|
|
|
549
346
|
## @tsconfig/node16
|
|
550
347
|
License: MIT
|
|
551
348
|
Repository: https://github.com/tsconfig/bases.git
|
|
552
349
|
|
|
553
|
-
> MIT License
|
|
554
|
-
>
|
|
555
|
-
> Copyright (c) Microsoft Corporation.
|
|
556
|
-
>
|
|
557
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
558
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
559
|
-
> in the Software without restriction, including without limitation the rights
|
|
560
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
561
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
562
|
-
> furnished to do so, subject to the following conditions:
|
|
563
|
-
>
|
|
564
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
565
|
-
> copies or substantial portions of the Software.
|
|
566
|
-
>
|
|
567
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
568
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
569
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
570
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
571
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
572
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
573
|
-
> SOFTWARE
|
|
574
|
-
|
|
575
350
|
---------------------------------------
|
|
576
351
|
|
|
577
352
|
## @vue/compiler-core
|
|
@@ -579,6 +354,13 @@ License: MIT
|
|
|
579
354
|
By: Evan You
|
|
580
355
|
Repository: git+https://github.com/vuejs/vue-next.git
|
|
581
356
|
|
|
357
|
+
---------------------------------------
|
|
358
|
+
|
|
359
|
+
## @vue/compiler-dom
|
|
360
|
+
License: MIT
|
|
361
|
+
By: Evan You
|
|
362
|
+
Repository: git+https://github.com/vuejs/vue-next.git
|
|
363
|
+
|
|
582
364
|
> The MIT License (MIT)
|
|
583
365
|
>
|
|
584
366
|
> Copyright (c) 2018-present, Yuxi (Evan) You
|
|
@@ -603,14 +385,28 @@ Repository: git+https://github.com/vuejs/vue-next.git
|
|
|
603
385
|
|
|
604
386
|
---------------------------------------
|
|
605
387
|
|
|
606
|
-
## @vue/
|
|
388
|
+
## @vue/shared
|
|
607
389
|
License: MIT
|
|
608
390
|
By: Evan You
|
|
609
391
|
Repository: git+https://github.com/vuejs/vue-next.git
|
|
610
392
|
|
|
611
|
-
|
|
393
|
+
---------------------------------------
|
|
394
|
+
|
|
395
|
+
## accepts
|
|
396
|
+
License: MIT
|
|
397
|
+
By: Douglas Christopher Wilson, Jonathan Ong
|
|
398
|
+
Repository: jshttp/accepts
|
|
399
|
+
|
|
400
|
+
---------------------------------------
|
|
401
|
+
|
|
402
|
+
## acorn
|
|
403
|
+
License: MIT
|
|
404
|
+
By: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine
|
|
405
|
+
Repository: https://github.com/acornjs/acorn.git
|
|
406
|
+
|
|
407
|
+
> MIT License
|
|
612
408
|
>
|
|
613
|
-
> Copyright (
|
|
409
|
+
> Copyright (C) 2012-2020 by various contributors (see AUTHORS)
|
|
614
410
|
>
|
|
615
411
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
616
412
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -632,14 +428,12 @@ Repository: git+https://github.com/vuejs/vue-next.git
|
|
|
632
428
|
|
|
633
429
|
---------------------------------------
|
|
634
430
|
|
|
635
|
-
##
|
|
431
|
+
## acorn-class-fields
|
|
636
432
|
License: MIT
|
|
637
|
-
By:
|
|
638
|
-
Repository:
|
|
433
|
+
By: Adrian Heine
|
|
434
|
+
Repository: https://github.com/acornjs/acorn-class-fields
|
|
639
435
|
|
|
640
|
-
>
|
|
641
|
-
>
|
|
642
|
-
> Copyright (c) 2018-present, Yuxi (Evan) You
|
|
436
|
+
> Copyright (C) 2017-2018 by Adrian Heine
|
|
643
437
|
>
|
|
644
438
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
645
439
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -661,117 +455,10 @@ Repository: git+https://github.com/vuejs/vue-next.git
|
|
|
661
455
|
|
|
662
456
|
---------------------------------------
|
|
663
457
|
|
|
664
|
-
##
|
|
458
|
+
## acorn-private-class-elements
|
|
665
459
|
License: MIT
|
|
666
|
-
By:
|
|
667
|
-
Repository:
|
|
668
|
-
|
|
669
|
-
> (The MIT License)
|
|
670
|
-
>
|
|
671
|
-
> Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
|
|
672
|
-
> Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
673
|
-
>
|
|
674
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
675
|
-
> a copy of this software and associated documentation files (the
|
|
676
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
677
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
678
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
679
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
680
|
-
> the following conditions:
|
|
681
|
-
>
|
|
682
|
-
> The above copyright notice and this permission notice shall be
|
|
683
|
-
> included in all copies or substantial portions of the Software.
|
|
684
|
-
>
|
|
685
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
686
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
687
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
688
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
689
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
690
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
691
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
692
|
-
|
|
693
|
-
---------------------------------------
|
|
694
|
-
|
|
695
|
-
## acorn
|
|
696
|
-
License: MIT
|
|
697
|
-
By: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine
|
|
698
|
-
Repository: https://github.com/acornjs/acorn.git
|
|
699
|
-
|
|
700
|
-
> MIT License
|
|
701
|
-
>
|
|
702
|
-
> Copyright (C) 2012-2020 by various contributors (see AUTHORS)
|
|
703
|
-
>
|
|
704
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
705
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
706
|
-
> in the Software without restriction, including without limitation the rights
|
|
707
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
708
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
709
|
-
> furnished to do so, subject to the following conditions:
|
|
710
|
-
>
|
|
711
|
-
> The above copyright notice and this permission notice shall be included in
|
|
712
|
-
> all copies or substantial portions of the Software.
|
|
713
|
-
>
|
|
714
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
715
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
716
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
717
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
718
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
719
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
720
|
-
> THE SOFTWARE.
|
|
721
|
-
|
|
722
|
-
---------------------------------------
|
|
723
|
-
|
|
724
|
-
## acorn-class-fields
|
|
725
|
-
License: MIT
|
|
726
|
-
By: Adrian Heine
|
|
727
|
-
Repository: https://github.com/acornjs/acorn-class-fields
|
|
728
|
-
|
|
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
|
-
---------------------------------------
|
|
750
|
-
|
|
751
|
-
## acorn-private-class-elements
|
|
752
|
-
License: MIT
|
|
753
|
-
By: Adrian Heine
|
|
754
|
-
Repository: https://github.com/acornjs/acorn-private-class-elements
|
|
755
|
-
|
|
756
|
-
> Copyright (C) 2017-2018 by Adrian Heine
|
|
757
|
-
>
|
|
758
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
759
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
760
|
-
> in the Software without restriction, including without limitation the rights
|
|
761
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
762
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
763
|
-
> furnished to do so, subject to the following conditions:
|
|
764
|
-
>
|
|
765
|
-
> The above copyright notice and this permission notice shall be included in
|
|
766
|
-
> all copies or substantial portions of the Software.
|
|
767
|
-
>
|
|
768
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
769
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
770
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
771
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
772
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
773
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
774
|
-
> THE SOFTWARE.
|
|
460
|
+
By: Adrian Heine
|
|
461
|
+
Repository: https://github.com/acornjs/acorn-private-class-elements
|
|
775
462
|
|
|
776
463
|
---------------------------------------
|
|
777
464
|
|
|
@@ -807,26 +494,6 @@ License: MIT
|
|
|
807
494
|
By: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine
|
|
808
495
|
Repository: https://github.com/acornjs/acorn.git
|
|
809
496
|
|
|
810
|
-
> Copyright (C) 2012-2018 by various contributors (see AUTHORS)
|
|
811
|
-
>
|
|
812
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
813
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
814
|
-
> in the Software without restriction, including without limitation the rights
|
|
815
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
816
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
817
|
-
> furnished to do so, subject to the following conditions:
|
|
818
|
-
>
|
|
819
|
-
> The above copyright notice and this permission notice shall be included in
|
|
820
|
-
> all copies or substantial portions of the Software.
|
|
821
|
-
>
|
|
822
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
823
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
824
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
825
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
826
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
827
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
828
|
-
> THE SOFTWARE.
|
|
829
|
-
|
|
830
497
|
---------------------------------------
|
|
831
498
|
|
|
832
499
|
## ansi-regex
|
|
@@ -834,16 +501,6 @@ License: MIT
|
|
|
834
501
|
By: Sindre Sorhus
|
|
835
502
|
Repository: chalk/ansi-regex
|
|
836
503
|
|
|
837
|
-
> MIT License
|
|
838
|
-
>
|
|
839
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
840
|
-
>
|
|
841
|
-
> 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:
|
|
842
|
-
>
|
|
843
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
844
|
-
>
|
|
845
|
-
> 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.
|
|
846
|
-
|
|
847
504
|
---------------------------------------
|
|
848
505
|
|
|
849
506
|
## ansi-styles
|
|
@@ -851,16 +508,6 @@ License: MIT
|
|
|
851
508
|
By: Sindre Sorhus
|
|
852
509
|
Repository: chalk/ansi-styles
|
|
853
510
|
|
|
854
|
-
> MIT License
|
|
855
|
-
>
|
|
856
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
857
|
-
>
|
|
858
|
-
> 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:
|
|
859
|
-
>
|
|
860
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
861
|
-
>
|
|
862
|
-
> 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.
|
|
863
|
-
|
|
864
511
|
---------------------------------------
|
|
865
512
|
|
|
866
513
|
## anymatch
|
|
@@ -868,22 +515,6 @@ License: ISC
|
|
|
868
515
|
By: Elan Shanker
|
|
869
516
|
Repository: https://github.com/micromatch/anymatch
|
|
870
517
|
|
|
871
|
-
> The ISC License
|
|
872
|
-
>
|
|
873
|
-
> Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)
|
|
874
|
-
>
|
|
875
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
|
876
|
-
> purpose with or without fee is hereby granted, provided that the above
|
|
877
|
-
> copyright notice and this permission notice appear in all copies.
|
|
878
|
-
>
|
|
879
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
880
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
881
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
882
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
883
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
884
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
885
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
886
|
-
|
|
887
518
|
---------------------------------------
|
|
888
519
|
|
|
889
520
|
## arg
|
|
@@ -891,28 +522,6 @@ License: MIT
|
|
|
891
522
|
By: Josh Junon
|
|
892
523
|
Repository: zeit/arg
|
|
893
524
|
|
|
894
|
-
> MIT License
|
|
895
|
-
>
|
|
896
|
-
> Copyright (c) 2017-2019 Zeit, Inc.
|
|
897
|
-
>
|
|
898
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
899
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
900
|
-
> in the Software without restriction, including without limitation the rights
|
|
901
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
902
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
903
|
-
> furnished to do so, subject to the following conditions:
|
|
904
|
-
>
|
|
905
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
906
|
-
> copies or substantial portions of the Software.
|
|
907
|
-
>
|
|
908
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
909
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
910
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
911
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
912
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
913
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
914
|
-
> SOFTWARE.
|
|
915
|
-
|
|
916
525
|
---------------------------------------
|
|
917
526
|
|
|
918
527
|
## array-union
|
|
@@ -920,16 +529,6 @@ License: MIT
|
|
|
920
529
|
By: Sindre Sorhus
|
|
921
530
|
Repository: sindresorhus/array-union
|
|
922
531
|
|
|
923
|
-
> MIT License
|
|
924
|
-
>
|
|
925
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
926
|
-
>
|
|
927
|
-
> 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:
|
|
928
|
-
>
|
|
929
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
930
|
-
>
|
|
931
|
-
> 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.
|
|
932
|
-
|
|
933
532
|
---------------------------------------
|
|
934
533
|
|
|
935
534
|
## balanced-match
|
|
@@ -937,28 +536,6 @@ License: MIT
|
|
|
937
536
|
By: Julian Gruber
|
|
938
537
|
Repository: git://github.com/juliangruber/balanced-match.git
|
|
939
538
|
|
|
940
|
-
> (MIT)
|
|
941
|
-
>
|
|
942
|
-
> Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
|
|
943
|
-
>
|
|
944
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
945
|
-
> this software and associated documentation files (the "Software"), to deal in
|
|
946
|
-
> the Software without restriction, including without limitation the rights to
|
|
947
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
948
|
-
> of the Software, and to permit persons to whom the Software is furnished to do
|
|
949
|
-
> so, subject to the following conditions:
|
|
950
|
-
>
|
|
951
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
952
|
-
> copies or substantial portions of the Software.
|
|
953
|
-
>
|
|
954
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
955
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
956
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
957
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
958
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
959
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
960
|
-
> SOFTWARE.
|
|
961
|
-
|
|
962
539
|
---------------------------------------
|
|
963
540
|
|
|
964
541
|
## big.js
|
|
@@ -973,9 +550,30 @@ License: MIT
|
|
|
973
550
|
By: Sindre Sorhus
|
|
974
551
|
Repository: sindresorhus/binary-extensions
|
|
975
552
|
|
|
553
|
+
---------------------------------------
|
|
554
|
+
|
|
555
|
+
## brace-expansion
|
|
556
|
+
License: MIT
|
|
557
|
+
By: Julian Gruber
|
|
558
|
+
Repository: git://github.com/juliangruber/brace-expansion.git
|
|
559
|
+
|
|
560
|
+
---------------------------------------
|
|
561
|
+
|
|
562
|
+
## braces
|
|
563
|
+
License: MIT
|
|
564
|
+
By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
|
|
565
|
+
Repository: micromatch/braces
|
|
566
|
+
|
|
567
|
+
---------------------------------------
|
|
568
|
+
|
|
569
|
+
## builtin-modules
|
|
570
|
+
License: MIT
|
|
571
|
+
By: Sindre Sorhus
|
|
572
|
+
Repository: sindresorhus/builtin-modules
|
|
573
|
+
|
|
976
574
|
> MIT License
|
|
977
575
|
>
|
|
978
|
-
> Copyright (c)
|
|
576
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
979
577
|
>
|
|
980
578
|
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
981
579
|
>
|
|
@@ -985,14 +583,21 @@ Repository: sindresorhus/binary-extensions
|
|
|
985
583
|
|
|
986
584
|
---------------------------------------
|
|
987
585
|
|
|
988
|
-
##
|
|
586
|
+
## bytes
|
|
989
587
|
License: MIT
|
|
990
|
-
By:
|
|
991
|
-
Repository:
|
|
588
|
+
By: TJ Holowaychuk, Jed Watson, Théo FIDRY
|
|
589
|
+
Repository: visionmedia/bytes.js
|
|
992
590
|
|
|
993
|
-
|
|
591
|
+
---------------------------------------
|
|
592
|
+
|
|
593
|
+
## cac
|
|
594
|
+
License: MIT
|
|
595
|
+
By: egoist
|
|
596
|
+
Repository: egoist/cac
|
|
597
|
+
|
|
598
|
+
> The MIT License (MIT)
|
|
994
599
|
>
|
|
995
|
-
> Copyright (c)
|
|
600
|
+
> Copyright (c) EGOIST <0x142857@gmail.com> (https://github.com/egoist)
|
|
996
601
|
>
|
|
997
602
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
998
603
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1001,126 +606,20 @@ Repository: git://github.com/juliangruber/brace-expansion.git
|
|
|
1001
606
|
> copies of the Software, and to permit persons to whom the Software is
|
|
1002
607
|
> furnished to do so, subject to the following conditions:
|
|
1003
608
|
>
|
|
1004
|
-
> The above copyright notice and this permission notice shall be included in
|
|
1005
|
-
> copies or substantial portions of the Software.
|
|
609
|
+
> The above copyright notice and this permission notice shall be included in
|
|
610
|
+
> all copies or substantial portions of the Software.
|
|
1006
611
|
>
|
|
1007
612
|
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1008
613
|
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1009
614
|
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1010
615
|
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1011
616
|
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1012
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1013
|
-
> SOFTWARE.
|
|
617
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
618
|
+
> THE SOFTWARE.
|
|
1014
619
|
|
|
1015
620
|
---------------------------------------
|
|
1016
621
|
|
|
1017
|
-
##
|
|
1018
|
-
License: MIT
|
|
1019
|
-
By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
|
|
1020
|
-
Repository: micromatch/braces
|
|
1021
|
-
|
|
1022
|
-
> The MIT License (MIT)
|
|
1023
|
-
>
|
|
1024
|
-
> Copyright (c) 2014-2018, Jon Schlinkert.
|
|
1025
|
-
>
|
|
1026
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1027
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
1028
|
-
> in the Software without restriction, including without limitation the rights
|
|
1029
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1030
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
1031
|
-
> furnished to do so, subject to the following conditions:
|
|
1032
|
-
>
|
|
1033
|
-
> The above copyright notice and this permission notice shall be included in
|
|
1034
|
-
> all copies or substantial portions of the Software.
|
|
1035
|
-
>
|
|
1036
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1037
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1038
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1039
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1040
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1041
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1042
|
-
> THE SOFTWARE.
|
|
1043
|
-
|
|
1044
|
-
---------------------------------------
|
|
1045
|
-
|
|
1046
|
-
## builtin-modules
|
|
1047
|
-
License: MIT
|
|
1048
|
-
By: Sindre Sorhus
|
|
1049
|
-
Repository: sindresorhus/builtin-modules
|
|
1050
|
-
|
|
1051
|
-
> MIT License
|
|
1052
|
-
>
|
|
1053
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1054
|
-
>
|
|
1055
|
-
> 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:
|
|
1056
|
-
>
|
|
1057
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1058
|
-
>
|
|
1059
|
-
> 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.
|
|
1060
|
-
|
|
1061
|
-
---------------------------------------
|
|
1062
|
-
|
|
1063
|
-
## bytes
|
|
1064
|
-
License: MIT
|
|
1065
|
-
By: TJ Holowaychuk, Jed Watson, Théo FIDRY
|
|
1066
|
-
Repository: visionmedia/bytes.js
|
|
1067
|
-
|
|
1068
|
-
> (The MIT License)
|
|
1069
|
-
>
|
|
1070
|
-
> Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>
|
|
1071
|
-
> Copyright (c) 2015 Jed Watson <jed.watson@me.com>
|
|
1072
|
-
>
|
|
1073
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
1074
|
-
> a copy of this software and associated documentation files (the
|
|
1075
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
1076
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
1077
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
1078
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
1079
|
-
> the following conditions:
|
|
1080
|
-
>
|
|
1081
|
-
> The above copyright notice and this permission notice shall be
|
|
1082
|
-
> included in all copies or substantial portions of the Software.
|
|
1083
|
-
>
|
|
1084
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
1085
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1086
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1087
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1088
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
1089
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1090
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1091
|
-
|
|
1092
|
-
---------------------------------------
|
|
1093
|
-
|
|
1094
|
-
## cac
|
|
1095
|
-
License: MIT
|
|
1096
|
-
By: egoist
|
|
1097
|
-
Repository: egoist/cac
|
|
1098
|
-
|
|
1099
|
-
> The MIT License (MIT)
|
|
1100
|
-
>
|
|
1101
|
-
> Copyright (c) EGOIST <0x142857@gmail.com> (https://github.com/egoist)
|
|
1102
|
-
>
|
|
1103
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1104
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
1105
|
-
> in the Software without restriction, including without limitation the rights
|
|
1106
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1107
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
1108
|
-
> furnished to do so, subject to the following conditions:
|
|
1109
|
-
>
|
|
1110
|
-
> The above copyright notice and this permission notice shall be included in
|
|
1111
|
-
> all copies or substantial portions of the Software.
|
|
1112
|
-
>
|
|
1113
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1114
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1115
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1116
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1117
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1118
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1119
|
-
> THE SOFTWARE.
|
|
1120
|
-
|
|
1121
|
-
---------------------------------------
|
|
1122
|
-
|
|
1123
|
-
## chalk
|
|
622
|
+
## chalk
|
|
1124
623
|
License: MIT
|
|
1125
624
|
Repository: chalk/chalk
|
|
1126
625
|
|
|
@@ -1170,27 +669,6 @@ License: MIT
|
|
|
1170
669
|
By: Heather Arthur
|
|
1171
670
|
Repository: Qix-/color-convert
|
|
1172
671
|
|
|
1173
|
-
> Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
|
|
1174
|
-
>
|
|
1175
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
1176
|
-
> a copy of this software and associated documentation files (the
|
|
1177
|
-
> "Software"), to deal in the Software without restriction, including
|
|
1178
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
1179
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
1180
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
1181
|
-
> the following conditions:
|
|
1182
|
-
>
|
|
1183
|
-
> The above copyright notice and this permission notice shall be
|
|
1184
|
-
> included in all copies or substantial portions of the Software.
|
|
1185
|
-
>
|
|
1186
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1187
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1188
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1189
|
-
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1190
|
-
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1191
|
-
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1192
|
-
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1193
|
-
|
|
1194
672
|
---------------------------------------
|
|
1195
673
|
|
|
1196
674
|
## color-name
|
|
@@ -1198,15 +676,6 @@ License: MIT
|
|
|
1198
676
|
By: DY
|
|
1199
677
|
Repository: git@github.com:colorjs/color-name.git
|
|
1200
678
|
|
|
1201
|
-
> The MIT License (MIT)
|
|
1202
|
-
> Copyright (c) 2015 Dmitry Ivanov
|
|
1203
|
-
>
|
|
1204
|
-
> 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:
|
|
1205
|
-
>
|
|
1206
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1207
|
-
>
|
|
1208
|
-
> 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.
|
|
1209
|
-
|
|
1210
679
|
---------------------------------------
|
|
1211
680
|
|
|
1212
681
|
## commondir
|
|
@@ -1214,31 +683,6 @@ License: MIT
|
|
|
1214
683
|
By: James Halliday
|
|
1215
684
|
Repository: http://github.com/substack/node-commondir.git
|
|
1216
685
|
|
|
1217
|
-
> The MIT License
|
|
1218
|
-
>
|
|
1219
|
-
> Copyright (c) 2013 James Halliday (mail@substack.net)
|
|
1220
|
-
>
|
|
1221
|
-
> Permission is hereby granted, free of charge,
|
|
1222
|
-
> to any person obtaining a copy of this software and
|
|
1223
|
-
> associated documentation files (the "Software"), to
|
|
1224
|
-
> deal in the Software without restriction, including
|
|
1225
|
-
> without limitation the rights to use, copy, modify,
|
|
1226
|
-
> merge, publish, distribute, sublicense, and/or sell
|
|
1227
|
-
> copies of the Software, and to permit persons to whom
|
|
1228
|
-
> the Software is furnished to do so,
|
|
1229
|
-
> subject to the following conditions:
|
|
1230
|
-
>
|
|
1231
|
-
> The above copyright notice and this permission notice
|
|
1232
|
-
> shall be included in all copies or substantial portions of the Software.
|
|
1233
|
-
>
|
|
1234
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1235
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
1236
|
-
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1237
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
|
|
1238
|
-
> ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
1239
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1240
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1241
|
-
|
|
1242
686
|
---------------------------------------
|
|
1243
687
|
|
|
1244
688
|
## compressible
|
|
@@ -1246,31 +690,6 @@ License: MIT
|
|
|
1246
690
|
By: Douglas Christopher Wilson, Jonathan Ong, Jeremiah Senkpiel
|
|
1247
691
|
Repository: jshttp/compressible
|
|
1248
692
|
|
|
1249
|
-
> (The MIT License)
|
|
1250
|
-
>
|
|
1251
|
-
> Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>
|
|
1252
|
-
> Copyright (c) 2014 Jeremiah Senkpiel <fishrock123@rocketmail.com>
|
|
1253
|
-
> Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
1254
|
-
>
|
|
1255
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
1256
|
-
> a copy of this software and associated documentation files (the
|
|
1257
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
1258
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
1259
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
1260
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
1261
|
-
> the following conditions:
|
|
1262
|
-
>
|
|
1263
|
-
> The above copyright notice and this permission notice shall be
|
|
1264
|
-
> included in all copies or substantial portions of the Software.
|
|
1265
|
-
>
|
|
1266
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
1267
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1268
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1269
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1270
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
1271
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1272
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1273
|
-
|
|
1274
693
|
---------------------------------------
|
|
1275
694
|
|
|
1276
695
|
## compression
|
|
@@ -1309,25 +728,6 @@ License: MIT
|
|
|
1309
728
|
By: James Halliday
|
|
1310
729
|
Repository: git://github.com/substack/node-concat-map.git
|
|
1311
730
|
|
|
1312
|
-
> This software is released under the MIT license:
|
|
1313
|
-
>
|
|
1314
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1315
|
-
> this software and associated documentation files (the "Software"), to deal in
|
|
1316
|
-
> the Software without restriction, including without limitation the rights to
|
|
1317
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1318
|
-
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1319
|
-
> subject to the following conditions:
|
|
1320
|
-
>
|
|
1321
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
1322
|
-
> copies or substantial portions of the Software.
|
|
1323
|
-
>
|
|
1324
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1325
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1326
|
-
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1327
|
-
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1328
|
-
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1329
|
-
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1330
|
-
|
|
1331
731
|
---------------------------------------
|
|
1332
732
|
|
|
1333
733
|
## connect
|
|
@@ -1458,32 +858,6 @@ License: MIT
|
|
|
1458
858
|
By: Maël Nison, Paul Soporan, Pooya Parsa
|
|
1459
859
|
Repository: nuxt-contrib/create-require
|
|
1460
860
|
|
|
1461
|
-
> MIT License
|
|
1462
|
-
>
|
|
1463
|
-
> Copyright (c) 2020
|
|
1464
|
-
>
|
|
1465
|
-
> Maël Nison <nison.mael@gmail.com>
|
|
1466
|
-
> Paul Soporan <paul.soporan@gmail.com>
|
|
1467
|
-
> Pooya Parsa <pyapar@gmail.com>
|
|
1468
|
-
>
|
|
1469
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1470
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
1471
|
-
> in the Software without restriction, including without limitation the rights
|
|
1472
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1473
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
1474
|
-
> furnished to do so, subject to the following conditions:
|
|
1475
|
-
>
|
|
1476
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
1477
|
-
> copies or substantial portions of the Software.
|
|
1478
|
-
>
|
|
1479
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1480
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1481
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1482
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1483
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1484
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1485
|
-
> SOFTWARE.
|
|
1486
|
-
|
|
1487
861
|
---------------------------------------
|
|
1488
862
|
|
|
1489
863
|
## cross-spawn
|
|
@@ -1491,28 +865,6 @@ License: MIT
|
|
|
1491
865
|
By: André Cruz
|
|
1492
866
|
Repository: git@github.com:moxystudio/node-cross-spawn.git
|
|
1493
867
|
|
|
1494
|
-
> The MIT License (MIT)
|
|
1495
|
-
>
|
|
1496
|
-
> Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
|
|
1497
|
-
>
|
|
1498
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1499
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
1500
|
-
> in the Software without restriction, including without limitation the rights
|
|
1501
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1502
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
1503
|
-
> furnished to do so, subject to the following conditions:
|
|
1504
|
-
>
|
|
1505
|
-
> The above copyright notice and this permission notice shall be included in
|
|
1506
|
-
> all copies or substantial portions of the Software.
|
|
1507
|
-
>
|
|
1508
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1509
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1510
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1511
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1512
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1513
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1514
|
-
> THE SOFTWARE.
|
|
1515
|
-
|
|
1516
868
|
---------------------------------------
|
|
1517
869
|
|
|
1518
870
|
## cssesc
|
|
@@ -1520,27 +872,6 @@ License: MIT
|
|
|
1520
872
|
By: Mathias Bynens
|
|
1521
873
|
Repository: https://github.com/mathiasbynens/cssesc.git
|
|
1522
874
|
|
|
1523
|
-
> Copyright Mathias Bynens <https://mathiasbynens.be/>
|
|
1524
|
-
>
|
|
1525
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
1526
|
-
> a copy of this software and associated documentation files (the
|
|
1527
|
-
> "Software"), to deal in the Software without restriction, including
|
|
1528
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
1529
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
1530
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
1531
|
-
> the following conditions:
|
|
1532
|
-
>
|
|
1533
|
-
> The above copyright notice and this permission notice shall be
|
|
1534
|
-
> included in all copies or substantial portions of the Software.
|
|
1535
|
-
>
|
|
1536
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1537
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1538
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1539
|
-
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1540
|
-
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1541
|
-
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1542
|
-
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1543
|
-
|
|
1544
875
|
---------------------------------------
|
|
1545
876
|
|
|
1546
877
|
## debug
|
|
@@ -1574,54 +905,12 @@ License: MIT
|
|
|
1574
905
|
By: Sindre Sorhus
|
|
1575
906
|
Repository: sindresorhus/define-lazy-prop
|
|
1576
907
|
|
|
1577
|
-
> MIT License
|
|
1578
|
-
>
|
|
1579
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
1580
|
-
>
|
|
1581
|
-
> 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:
|
|
1582
|
-
>
|
|
1583
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1584
|
-
>
|
|
1585
|
-
> 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.
|
|
1586
|
-
|
|
1587
908
|
---------------------------------------
|
|
1588
909
|
|
|
1589
910
|
## diff
|
|
1590
911
|
License: BSD-3-Clause
|
|
1591
912
|
Repository: git://github.com/kpdecker/jsdiff.git
|
|
1592
913
|
|
|
1593
|
-
> Software License Agreement (BSD License)
|
|
1594
|
-
>
|
|
1595
|
-
> Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com>
|
|
1596
|
-
>
|
|
1597
|
-
> All rights reserved.
|
|
1598
|
-
>
|
|
1599
|
-
> Redistribution and use of this software in source and binary forms, with or without modification,
|
|
1600
|
-
> are permitted provided that the following conditions are met:
|
|
1601
|
-
>
|
|
1602
|
-
> * Redistributions of source code must retain the above
|
|
1603
|
-
> copyright notice, this list of conditions and the
|
|
1604
|
-
> following disclaimer.
|
|
1605
|
-
>
|
|
1606
|
-
> * Redistributions in binary form must reproduce the above
|
|
1607
|
-
> copyright notice, this list of conditions and the
|
|
1608
|
-
> following disclaimer in the documentation and/or other
|
|
1609
|
-
> materials provided with the distribution.
|
|
1610
|
-
>
|
|
1611
|
-
> * Neither the name of Kevin Decker nor the names of its
|
|
1612
|
-
> contributors may be used to endorse or promote products
|
|
1613
|
-
> derived from this software without specific prior
|
|
1614
|
-
> written permission.
|
|
1615
|
-
>
|
|
1616
|
-
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
|
|
1617
|
-
> IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
1618
|
-
> FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
|
1619
|
-
> CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
1620
|
-
> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1621
|
-
> DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
|
|
1622
|
-
> IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
|
1623
|
-
> OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1624
|
-
|
|
1625
914
|
---------------------------------------
|
|
1626
915
|
|
|
1627
916
|
## dir-glob
|
|
@@ -1629,16 +918,6 @@ License: MIT
|
|
|
1629
918
|
By: Kevin Mårtensson
|
|
1630
919
|
Repository: kevva/dir-glob
|
|
1631
920
|
|
|
1632
|
-
> MIT License
|
|
1633
|
-
>
|
|
1634
|
-
> Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
|
|
1635
|
-
>
|
|
1636
|
-
> 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:
|
|
1637
|
-
>
|
|
1638
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1639
|
-
>
|
|
1640
|
-
> 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.
|
|
1641
|
-
|
|
1642
921
|
---------------------------------------
|
|
1643
922
|
|
|
1644
923
|
## dotenv
|
|
@@ -1706,28 +985,6 @@ License: MIT
|
|
|
1706
985
|
By: Jonathan Ong, Douglas Christopher Wilson
|
|
1707
986
|
Repository: jonathanong/ee-first
|
|
1708
987
|
|
|
1709
|
-
> The MIT License (MIT)
|
|
1710
|
-
>
|
|
1711
|
-
> Copyright (c) 2014 Jonathan Ong me@jongleberry.com
|
|
1712
|
-
>
|
|
1713
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1714
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
1715
|
-
> in the Software without restriction, including without limitation the rights
|
|
1716
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1717
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
1718
|
-
> furnished to do so, subject to the following conditions:
|
|
1719
|
-
>
|
|
1720
|
-
> The above copyright notice and this permission notice shall be included in
|
|
1721
|
-
> all copies or substantial portions of the Software.
|
|
1722
|
-
>
|
|
1723
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1724
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1725
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1726
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1727
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1728
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1729
|
-
> THE SOFTWARE.
|
|
1730
|
-
|
|
1731
988
|
---------------------------------------
|
|
1732
989
|
|
|
1733
990
|
## emojis-list
|
|
@@ -1735,16 +992,6 @@ License: MIT
|
|
|
1735
992
|
By: Kiko Beats
|
|
1736
993
|
Repository: git+https://github.com/kikobeats/emojis-list.git
|
|
1737
994
|
|
|
1738
|
-
> The MIT License (MIT)
|
|
1739
|
-
>
|
|
1740
|
-
> Copyright © 2015 Kiko Beats
|
|
1741
|
-
>
|
|
1742
|
-
> 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:
|
|
1743
|
-
>
|
|
1744
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1745
|
-
>
|
|
1746
|
-
> 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.
|
|
1747
|
-
|
|
1748
995
|
---------------------------------------
|
|
1749
996
|
|
|
1750
997
|
## encodeurl
|
|
@@ -1752,29 +999,6 @@ License: MIT
|
|
|
1752
999
|
By: Douglas Christopher Wilson
|
|
1753
1000
|
Repository: pillarjs/encodeurl
|
|
1754
1001
|
|
|
1755
|
-
> (The MIT License)
|
|
1756
|
-
>
|
|
1757
|
-
> Copyright (c) 2016 Douglas Christopher Wilson
|
|
1758
|
-
>
|
|
1759
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
1760
|
-
> a copy of this software and associated documentation files (the
|
|
1761
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
1762
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
1763
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
1764
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
1765
|
-
> the following conditions:
|
|
1766
|
-
>
|
|
1767
|
-
> The above copyright notice and this permission notice shall be
|
|
1768
|
-
> included in all copies or substantial portions of the Software.
|
|
1769
|
-
>
|
|
1770
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
1771
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1772
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1773
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1774
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
1775
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1776
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1777
|
-
|
|
1778
1002
|
---------------------------------------
|
|
1779
1003
|
|
|
1780
1004
|
## es-module-lexer
|
|
@@ -1799,31 +1023,6 @@ Repository: git+https://github.com/guybedford/es-module-lexer.git
|
|
|
1799
1023
|
License: MIT
|
|
1800
1024
|
Repository: component/escape-html
|
|
1801
1025
|
|
|
1802
|
-
> (The MIT License)
|
|
1803
|
-
>
|
|
1804
|
-
> Copyright (c) 2012-2013 TJ Holowaychuk
|
|
1805
|
-
> Copyright (c) 2015 Andreas Lubbe
|
|
1806
|
-
> Copyright (c) 2015 Tiancheng "Timothy" Gu
|
|
1807
|
-
>
|
|
1808
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
1809
|
-
> a copy of this software and associated documentation files (the
|
|
1810
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
1811
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
1812
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
1813
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
1814
|
-
> the following conditions:
|
|
1815
|
-
>
|
|
1816
|
-
> The above copyright notice and this permission notice shall be
|
|
1817
|
-
> included in all copies or substantial portions of the Software.
|
|
1818
|
-
>
|
|
1819
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
1820
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1821
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1822
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1823
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
1824
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1825
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1826
|
-
|
|
1827
1026
|
---------------------------------------
|
|
1828
1027
|
|
|
1829
1028
|
## escape-string-regexp
|
|
@@ -1831,16 +1030,6 @@ License: MIT
|
|
|
1831
1030
|
By: Sindre Sorhus
|
|
1832
1031
|
Repository: sindresorhus/escape-string-regexp
|
|
1833
1032
|
|
|
1834
|
-
> MIT License
|
|
1835
|
-
>
|
|
1836
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1837
|
-
>
|
|
1838
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1839
|
-
>
|
|
1840
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1841
|
-
>
|
|
1842
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1843
|
-
|
|
1844
1033
|
---------------------------------------
|
|
1845
1034
|
|
|
1846
1035
|
## estree-walker
|
|
@@ -1893,28 +1082,6 @@ License: MIT
|
|
|
1893
1082
|
By: Arnout Kazemier
|
|
1894
1083
|
Repository: git://github.com/primus/eventemitter3.git
|
|
1895
1084
|
|
|
1896
|
-
> The MIT License (MIT)
|
|
1897
|
-
>
|
|
1898
|
-
> Copyright (c) 2014 Arnout Kazemier
|
|
1899
|
-
>
|
|
1900
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1901
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
1902
|
-
> in the Software without restriction, including without limitation the rights
|
|
1903
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1904
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
1905
|
-
> furnished to do so, subject to the following conditions:
|
|
1906
|
-
>
|
|
1907
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
1908
|
-
> copies or substantial portions of the Software.
|
|
1909
|
-
>
|
|
1910
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1911
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1912
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1913
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1914
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1915
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1916
|
-
> SOFTWARE.
|
|
1917
|
-
|
|
1918
1085
|
---------------------------------------
|
|
1919
1086
|
|
|
1920
1087
|
## execa
|
|
@@ -1968,20 +1135,6 @@ License: ISC
|
|
|
1968
1135
|
By: Matteo Collina
|
|
1969
1136
|
Repository: git+https://github.com/mcollina/fastq.git
|
|
1970
1137
|
|
|
1971
|
-
> Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
|
|
1972
|
-
>
|
|
1973
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
|
1974
|
-
> purpose with or without fee is hereby granted, provided that the above
|
|
1975
|
-
> copyright notice and this permission notice appear in all copies.
|
|
1976
|
-
>
|
|
1977
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
1978
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
1979
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
1980
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
1981
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
1982
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
1983
|
-
> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
1984
|
-
|
|
1985
1138
|
---------------------------------------
|
|
1986
1139
|
|
|
1987
1140
|
## fill-range
|
|
@@ -1989,28 +1142,6 @@ License: MIT
|
|
|
1989
1142
|
By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
|
|
1990
1143
|
Repository: jonschlinkert/fill-range
|
|
1991
1144
|
|
|
1992
|
-
> The MIT License (MIT)
|
|
1993
|
-
>
|
|
1994
|
-
> Copyright (c) 2014-present, Jon Schlinkert.
|
|
1995
|
-
>
|
|
1996
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1997
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
1998
|
-
> in the Software without restriction, including without limitation the rights
|
|
1999
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2000
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
2001
|
-
> furnished to do so, subject to the following conditions:
|
|
2002
|
-
>
|
|
2003
|
-
> The above copyright notice and this permission notice shall be included in
|
|
2004
|
-
> all copies or substantial portions of the Software.
|
|
2005
|
-
>
|
|
2006
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2007
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2008
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2009
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2010
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2011
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2012
|
-
> THE SOFTWARE.
|
|
2013
|
-
|
|
2014
1145
|
---------------------------------------
|
|
2015
1146
|
|
|
2016
1147
|
## finalhandler
|
|
@@ -2018,29 +1149,6 @@ License: MIT
|
|
|
2018
1149
|
By: Douglas Christopher Wilson
|
|
2019
1150
|
Repository: pillarjs/finalhandler
|
|
2020
1151
|
|
|
2021
|
-
> (The MIT License)
|
|
2022
|
-
>
|
|
2023
|
-
> Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
2024
|
-
>
|
|
2025
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
2026
|
-
> a copy of this software and associated documentation files (the
|
|
2027
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
2028
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
2029
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
2030
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
2031
|
-
> the following conditions:
|
|
2032
|
-
>
|
|
2033
|
-
> The above copyright notice and this permission notice shall be
|
|
2034
|
-
> included in all copies or substantial portions of the Software.
|
|
2035
|
-
>
|
|
2036
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
2037
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2038
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
2039
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2040
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
2041
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
2042
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2043
|
-
|
|
2044
1152
|
---------------------------------------
|
|
2045
1153
|
|
|
2046
1154
|
## follow-redirects
|
|
@@ -2048,25 +1156,6 @@ License: MIT
|
|
|
2048
1156
|
By: Ruben Verborgh, Olivier Lalonde, James Talmage
|
|
2049
1157
|
Repository: git@github.com:follow-redirects/follow-redirects.git
|
|
2050
1158
|
|
|
2051
|
-
> Copyright 2014–present Olivier Lalonde <olalonde@gmail.com>, James Talmage <james@talmage.io>, Ruben Verborgh
|
|
2052
|
-
>
|
|
2053
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2054
|
-
> this software and associated documentation files (the "Software"), to deal in
|
|
2055
|
-
> the Software without restriction, including without limitation the rights to
|
|
2056
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
2057
|
-
> of the Software, and to permit persons to whom the Software is furnished to do
|
|
2058
|
-
> so, subject to the following conditions:
|
|
2059
|
-
>
|
|
2060
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
2061
|
-
> copies or substantial portions of the Software.
|
|
2062
|
-
>
|
|
2063
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2064
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2065
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2066
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
2067
|
-
> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2068
|
-
> IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2069
|
-
|
|
2070
1159
|
---------------------------------------
|
|
2071
1160
|
|
|
2072
1161
|
## fs.realpath
|
|
@@ -2074,50 +1163,6 @@ License: ISC
|
|
|
2074
1163
|
By: Isaac Z. Schlueter
|
|
2075
1164
|
Repository: git+https://github.com/isaacs/fs.realpath.git
|
|
2076
1165
|
|
|
2077
|
-
> The ISC License
|
|
2078
|
-
>
|
|
2079
|
-
> Copyright (c) Isaac Z. Schlueter and Contributors
|
|
2080
|
-
>
|
|
2081
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
|
2082
|
-
> purpose with or without fee is hereby granted, provided that the above
|
|
2083
|
-
> copyright notice and this permission notice appear in all copies.
|
|
2084
|
-
>
|
|
2085
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
2086
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
2087
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
2088
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
2089
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
2090
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
2091
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
2092
|
-
>
|
|
2093
|
-
> ----
|
|
2094
|
-
>
|
|
2095
|
-
> This library bundles a version of the `fs.realpath` and `fs.realpathSync`
|
|
2096
|
-
> methods from Node.js v0.10 under the terms of the Node.js MIT license.
|
|
2097
|
-
>
|
|
2098
|
-
> Node's license follows, also included at the header of `old.js` which contains
|
|
2099
|
-
> the licensed code:
|
|
2100
|
-
>
|
|
2101
|
-
> Copyright Joyent, Inc. and other Node contributors.
|
|
2102
|
-
>
|
|
2103
|
-
> Permission is hereby granted, free of charge, to any person obtaining a
|
|
2104
|
-
> copy of this software and associated documentation files (the "Software"),
|
|
2105
|
-
> to deal in the Software without restriction, including without limitation
|
|
2106
|
-
> the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
2107
|
-
> and/or sell copies of the Software, and to permit persons to whom the
|
|
2108
|
-
> Software is furnished to do so, subject to the following conditions:
|
|
2109
|
-
>
|
|
2110
|
-
> The above copyright notice and this permission notice shall be included in
|
|
2111
|
-
> all copies or substantial portions of the Software.
|
|
2112
|
-
>
|
|
2113
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2114
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2115
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2116
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2117
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
2118
|
-
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2119
|
-
> DEALINGS IN THE SOFTWARE.
|
|
2120
|
-
|
|
2121
1166
|
---------------------------------------
|
|
2122
1167
|
|
|
2123
1168
|
## generic-names
|
|
@@ -2125,28 +1170,6 @@ License: MIT
|
|
|
2125
1170
|
By: Alexey Litvinov
|
|
2126
1171
|
Repository: git+https://github.com/css-modules/generic-names.git
|
|
2127
1172
|
|
|
2128
|
-
> The MIT License (MIT)
|
|
2129
|
-
>
|
|
2130
|
-
> Copyright (c) 2015 Alexey Litvinov
|
|
2131
|
-
>
|
|
2132
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2133
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
2134
|
-
> in the Software without restriction, including without limitation the rights
|
|
2135
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2136
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
2137
|
-
> furnished to do so, subject to the following conditions:
|
|
2138
|
-
>
|
|
2139
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
2140
|
-
> copies or substantial portions of the Software.
|
|
2141
|
-
>
|
|
2142
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2143
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2144
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2145
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2146
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2147
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2148
|
-
> SOFTWARE.
|
|
2149
|
-
|
|
2150
1173
|
---------------------------------------
|
|
2151
1174
|
|
|
2152
1175
|
## get-stream
|
|
@@ -2154,16 +1177,6 @@ License: MIT
|
|
|
2154
1177
|
By: Sindre Sorhus
|
|
2155
1178
|
Repository: sindresorhus/get-stream
|
|
2156
1179
|
|
|
2157
|
-
> MIT License
|
|
2158
|
-
>
|
|
2159
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2160
|
-
>
|
|
2161
|
-
> 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:
|
|
2162
|
-
>
|
|
2163
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2164
|
-
>
|
|
2165
|
-
> 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.
|
|
2166
|
-
|
|
2167
1180
|
---------------------------------------
|
|
2168
1181
|
|
|
2169
1182
|
## glob
|
|
@@ -2171,28 +1184,6 @@ License: ISC
|
|
|
2171
1184
|
By: Isaac Z. Schlueter
|
|
2172
1185
|
Repository: git://github.com/isaacs/node-glob.git
|
|
2173
1186
|
|
|
2174
|
-
> The ISC License
|
|
2175
|
-
>
|
|
2176
|
-
> Copyright (c) Isaac Z. Schlueter and Contributors
|
|
2177
|
-
>
|
|
2178
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
|
2179
|
-
> purpose with or without fee is hereby granted, provided that the above
|
|
2180
|
-
> copyright notice and this permission notice appear in all copies.
|
|
2181
|
-
>
|
|
2182
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
2183
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
2184
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
2185
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
2186
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
2187
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
2188
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
2189
|
-
>
|
|
2190
|
-
> ## Glob Logo
|
|
2191
|
-
>
|
|
2192
|
-
> Glob's logo created by Tanya Brassie <http://tanyabrassie.com/>, licensed
|
|
2193
|
-
> under a Creative Commons Attribution-ShareAlike 4.0 International License
|
|
2194
|
-
> https://creativecommons.org/licenses/by-sa/4.0/
|
|
2195
|
-
|
|
2196
1187
|
---------------------------------------
|
|
2197
1188
|
|
|
2198
1189
|
## glob-parent
|
|
@@ -2200,22 +1191,6 @@ License: ISC
|
|
|
2200
1191
|
By: Gulp Team, Elan Shanker, Blaine Bublitz
|
|
2201
1192
|
Repository: gulpjs/glob-parent
|
|
2202
1193
|
|
|
2203
|
-
> The ISC License
|
|
2204
|
-
>
|
|
2205
|
-
> Copyright (c) 2015, 2019 Elan Shanker
|
|
2206
|
-
>
|
|
2207
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
|
2208
|
-
> purpose with or without fee is hereby granted, provided that the above
|
|
2209
|
-
> copyright notice and this permission notice appear in all copies.
|
|
2210
|
-
>
|
|
2211
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
2212
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
2213
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
2214
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
2215
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
2216
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
2217
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
2218
|
-
|
|
2219
1194
|
---------------------------------------
|
|
2220
1195
|
|
|
2221
1196
|
## globby
|
|
@@ -2223,16 +1198,6 @@ License: MIT
|
|
|
2223
1198
|
By: Sindre Sorhus
|
|
2224
1199
|
Repository: sindresorhus/globby
|
|
2225
1200
|
|
|
2226
|
-
> MIT License
|
|
2227
|
-
>
|
|
2228
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
2229
|
-
>
|
|
2230
|
-
> 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:
|
|
2231
|
-
>
|
|
2232
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2233
|
-
>
|
|
2234
|
-
> 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.
|
|
2235
|
-
|
|
2236
1201
|
---------------------------------------
|
|
2237
1202
|
|
|
2238
1203
|
## has-flag
|
|
@@ -2240,16 +1205,6 @@ License: MIT
|
|
|
2240
1205
|
By: Sindre Sorhus
|
|
2241
1206
|
Repository: sindresorhus/has-flag
|
|
2242
1207
|
|
|
2243
|
-
> MIT License
|
|
2244
|
-
>
|
|
2245
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
2246
|
-
>
|
|
2247
|
-
> 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:
|
|
2248
|
-
>
|
|
2249
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2250
|
-
>
|
|
2251
|
-
> 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.
|
|
2252
|
-
|
|
2253
1208
|
---------------------------------------
|
|
2254
1209
|
|
|
2255
1210
|
## http-proxy
|
|
@@ -2287,208 +1242,6 @@ License: Apache-2.0
|
|
|
2287
1242
|
By: ehmicky
|
|
2288
1243
|
Repository: ehmicky/human-signals
|
|
2289
1244
|
|
|
2290
|
-
> Apache License
|
|
2291
|
-
> Version 2.0, January 2004
|
|
2292
|
-
> http://www.apache.org/licenses/
|
|
2293
|
-
>
|
|
2294
|
-
> TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
2295
|
-
>
|
|
2296
|
-
> 1. Definitions.
|
|
2297
|
-
>
|
|
2298
|
-
> "License" shall mean the terms and conditions for use, reproduction,
|
|
2299
|
-
> and distribution as defined by Sections 1 through 9 of this document.
|
|
2300
|
-
>
|
|
2301
|
-
> "Licensor" shall mean the copyright owner or entity authorized by
|
|
2302
|
-
> the copyright owner that is granting the License.
|
|
2303
|
-
>
|
|
2304
|
-
> "Legal Entity" shall mean the union of the acting entity and all
|
|
2305
|
-
> other entities that control, are controlled by, or are under common
|
|
2306
|
-
> control with that entity. For the purposes of this definition,
|
|
2307
|
-
> "control" means (i) the power, direct or indirect, to cause the
|
|
2308
|
-
> direction or management of such entity, whether by contract or
|
|
2309
|
-
> otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
2310
|
-
> outstanding shares, or (iii) beneficial ownership of such entity.
|
|
2311
|
-
>
|
|
2312
|
-
> "You" (or "Your") shall mean an individual or Legal Entity
|
|
2313
|
-
> exercising permissions granted by this License.
|
|
2314
|
-
>
|
|
2315
|
-
> "Source" form shall mean the preferred form for making modifications,
|
|
2316
|
-
> including but not limited to software source code, documentation
|
|
2317
|
-
> source, and configuration files.
|
|
2318
|
-
>
|
|
2319
|
-
> "Object" form shall mean any form resulting from mechanical
|
|
2320
|
-
> transformation or translation of a Source form, including but
|
|
2321
|
-
> not limited to compiled object code, generated documentation,
|
|
2322
|
-
> and conversions to other media types.
|
|
2323
|
-
>
|
|
2324
|
-
> "Work" shall mean the work of authorship, whether in Source or
|
|
2325
|
-
> Object form, made available under the License, as indicated by a
|
|
2326
|
-
> copyright notice that is included in or attached to the work
|
|
2327
|
-
> (an example is provided in the Appendix below).
|
|
2328
|
-
>
|
|
2329
|
-
> "Derivative Works" shall mean any work, whether in Source or Object
|
|
2330
|
-
> form, that is based on (or derived from) the Work and for which the
|
|
2331
|
-
> editorial revisions, annotations, elaborations, or other modifications
|
|
2332
|
-
> represent, as a whole, an original work of authorship. For the purposes
|
|
2333
|
-
> of this License, Derivative Works shall not include works that remain
|
|
2334
|
-
> separable from, or merely link (or bind by name) to the interfaces of,
|
|
2335
|
-
> the Work and Derivative Works thereof.
|
|
2336
|
-
>
|
|
2337
|
-
> "Contribution" shall mean any work of authorship, including
|
|
2338
|
-
> the original version of the Work and any modifications or additions
|
|
2339
|
-
> to that Work or Derivative Works thereof, that is intentionally
|
|
2340
|
-
> submitted to Licensor for inclusion in the Work by the copyright owner
|
|
2341
|
-
> or by an individual or Legal Entity authorized to submit on behalf of
|
|
2342
|
-
> the copyright owner. For the purposes of this definition, "submitted"
|
|
2343
|
-
> means any form of electronic, verbal, or written communication sent
|
|
2344
|
-
> to the Licensor or its representatives, including but not limited to
|
|
2345
|
-
> communication on electronic mailing lists, source code control systems,
|
|
2346
|
-
> and issue tracking systems that are managed by, or on behalf of, the
|
|
2347
|
-
> Licensor for the purpose of discussing and improving the Work, but
|
|
2348
|
-
> excluding communication that is conspicuously marked or otherwise
|
|
2349
|
-
> designated in writing by the copyright owner as "Not a Contribution."
|
|
2350
|
-
>
|
|
2351
|
-
> "Contributor" shall mean Licensor and any individual or Legal Entity
|
|
2352
|
-
> on behalf of whom a Contribution has been received by Licensor and
|
|
2353
|
-
> subsequently incorporated within the Work.
|
|
2354
|
-
>
|
|
2355
|
-
> 2. Grant of Copyright License. Subject to the terms and conditions of
|
|
2356
|
-
> this License, each Contributor hereby grants to You a perpetual,
|
|
2357
|
-
> worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
2358
|
-
> copyright license to reproduce, prepare Derivative Works of,
|
|
2359
|
-
> publicly display, publicly perform, sublicense, and distribute the
|
|
2360
|
-
> Work and such Derivative Works in Source or Object form.
|
|
2361
|
-
>
|
|
2362
|
-
> 3. Grant of Patent License. Subject to the terms and conditions of
|
|
2363
|
-
> this License, each Contributor hereby grants to You a perpetual,
|
|
2364
|
-
> worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
2365
|
-
> (except as stated in this section) patent license to make, have made,
|
|
2366
|
-
> use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
2367
|
-
> where such license applies only to those patent claims licensable
|
|
2368
|
-
> by such Contributor that are necessarily infringed by their
|
|
2369
|
-
> Contribution(s) alone or by combination of their Contribution(s)
|
|
2370
|
-
> with the Work to which such Contribution(s) was submitted. If You
|
|
2371
|
-
> institute patent litigation against any entity (including a
|
|
2372
|
-
> cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
2373
|
-
> or a Contribution incorporated within the Work constitutes direct
|
|
2374
|
-
> or contributory patent infringement, then any patent licenses
|
|
2375
|
-
> granted to You under this License for that Work shall terminate
|
|
2376
|
-
> as of the date such litigation is filed.
|
|
2377
|
-
>
|
|
2378
|
-
> 4. Redistribution. You may reproduce and distribute copies of the
|
|
2379
|
-
> Work or Derivative Works thereof in any medium, with or without
|
|
2380
|
-
> modifications, and in Source or Object form, provided that You
|
|
2381
|
-
> meet the following conditions:
|
|
2382
|
-
>
|
|
2383
|
-
> (a) You must give any other recipients of the Work or
|
|
2384
|
-
> Derivative Works a copy of this License; and
|
|
2385
|
-
>
|
|
2386
|
-
> (b) You must cause any modified files to carry prominent notices
|
|
2387
|
-
> stating that You changed the files; and
|
|
2388
|
-
>
|
|
2389
|
-
> (c) You must retain, in the Source form of any Derivative Works
|
|
2390
|
-
> that You distribute, all copyright, patent, trademark, and
|
|
2391
|
-
> attribution notices from the Source form of the Work,
|
|
2392
|
-
> excluding those notices that do not pertain to any part of
|
|
2393
|
-
> the Derivative Works; and
|
|
2394
|
-
>
|
|
2395
|
-
> (d) If the Work includes a "NOTICE" text file as part of its
|
|
2396
|
-
> distribution, then any Derivative Works that You distribute must
|
|
2397
|
-
> include a readable copy of the attribution notices contained
|
|
2398
|
-
> within such NOTICE file, excluding those notices that do not
|
|
2399
|
-
> pertain to any part of the Derivative Works, in at least one
|
|
2400
|
-
> of the following places: within a NOTICE text file distributed
|
|
2401
|
-
> as part of the Derivative Works; within the Source form or
|
|
2402
|
-
> documentation, if provided along with the Derivative Works; or,
|
|
2403
|
-
> within a display generated by the Derivative Works, if and
|
|
2404
|
-
> wherever such third-party notices normally appear. The contents
|
|
2405
|
-
> of the NOTICE file are for informational purposes only and
|
|
2406
|
-
> do not modify the License. You may add Your own attribution
|
|
2407
|
-
> notices within Derivative Works that You distribute, alongside
|
|
2408
|
-
> or as an addendum to the NOTICE text from the Work, provided
|
|
2409
|
-
> that such additional attribution notices cannot be construed
|
|
2410
|
-
> as modifying the License.
|
|
2411
|
-
>
|
|
2412
|
-
> You may add Your own copyright statement to Your modifications and
|
|
2413
|
-
> may provide additional or different license terms and conditions
|
|
2414
|
-
> for use, reproduction, or distribution of Your modifications, or
|
|
2415
|
-
> for any such Derivative Works as a whole, provided Your use,
|
|
2416
|
-
> reproduction, and distribution of the Work otherwise complies with
|
|
2417
|
-
> the conditions stated in this License.
|
|
2418
|
-
>
|
|
2419
|
-
> 5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
2420
|
-
> any Contribution intentionally submitted for inclusion in the Work
|
|
2421
|
-
> by You to the Licensor shall be under the terms and conditions of
|
|
2422
|
-
> this License, without any additional terms or conditions.
|
|
2423
|
-
> Notwithstanding the above, nothing herein shall supersede or modify
|
|
2424
|
-
> the terms of any separate license agreement you may have executed
|
|
2425
|
-
> with Licensor regarding such Contributions.
|
|
2426
|
-
>
|
|
2427
|
-
> 6. Trademarks. This License does not grant permission to use the trade
|
|
2428
|
-
> names, trademarks, service marks, or product names of the Licensor,
|
|
2429
|
-
> except as required for reasonable and customary use in describing the
|
|
2430
|
-
> origin of the Work and reproducing the content of the NOTICE file.
|
|
2431
|
-
>
|
|
2432
|
-
> 7. Disclaimer of Warranty. Unless required by applicable law or
|
|
2433
|
-
> agreed to in writing, Licensor provides the Work (and each
|
|
2434
|
-
> Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
2435
|
-
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
2436
|
-
> implied, including, without limitation, any warranties or conditions
|
|
2437
|
-
> of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
2438
|
-
> PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
2439
|
-
> appropriateness of using or redistributing the Work and assume any
|
|
2440
|
-
> risks associated with Your exercise of permissions under this License.
|
|
2441
|
-
>
|
|
2442
|
-
> 8. Limitation of Liability. In no event and under no legal theory,
|
|
2443
|
-
> whether in tort (including negligence), contract, or otherwise,
|
|
2444
|
-
> unless required by applicable law (such as deliberate and grossly
|
|
2445
|
-
> negligent acts) or agreed to in writing, shall any Contributor be
|
|
2446
|
-
> liable to You for damages, including any direct, indirect, special,
|
|
2447
|
-
> incidental, or consequential damages of any character arising as a
|
|
2448
|
-
> result of this License or out of the use or inability to use the
|
|
2449
|
-
> Work (including but not limited to damages for loss of goodwill,
|
|
2450
|
-
> work stoppage, computer failure or malfunction, or any and all
|
|
2451
|
-
> other commercial damages or losses), even if such Contributor
|
|
2452
|
-
> has been advised of the possibility of such damages.
|
|
2453
|
-
>
|
|
2454
|
-
> 9. Accepting Warranty or Additional Liability. While redistributing
|
|
2455
|
-
> the Work or Derivative Works thereof, You may choose to offer,
|
|
2456
|
-
> and charge a fee for, acceptance of support, warranty, indemnity,
|
|
2457
|
-
> or other liability obligations and/or rights consistent with this
|
|
2458
|
-
> License. However, in accepting such obligations, You may act only
|
|
2459
|
-
> on Your own behalf and on Your sole responsibility, not on behalf
|
|
2460
|
-
> of any other Contributor, and only if You agree to indemnify,
|
|
2461
|
-
> defend, and hold each Contributor harmless for any liability
|
|
2462
|
-
> incurred by, or claims asserted against, such Contributor by reason
|
|
2463
|
-
> of your accepting any such warranty or additional liability.
|
|
2464
|
-
>
|
|
2465
|
-
> END OF TERMS AND CONDITIONS
|
|
2466
|
-
>
|
|
2467
|
-
> APPENDIX: How to apply the Apache License to your work.
|
|
2468
|
-
>
|
|
2469
|
-
> To apply the Apache License to your work, attach the following
|
|
2470
|
-
> boilerplate notice, with the fields enclosed by brackets "[]"
|
|
2471
|
-
> replaced with your own identifying information. (Don't include
|
|
2472
|
-
> the brackets!) The text should be enclosed in the appropriate
|
|
2473
|
-
> comment syntax for the file format. We also recommend that a
|
|
2474
|
-
> file or class name and description of purpose be included on the
|
|
2475
|
-
> same "printed page" as the copyright notice for easier
|
|
2476
|
-
> identification within third-party archives.
|
|
2477
|
-
>
|
|
2478
|
-
> Copyright 2019 ehmicky <ehmicky@gmail.com>
|
|
2479
|
-
>
|
|
2480
|
-
> Licensed under the Apache License, Version 2.0 (the "License");
|
|
2481
|
-
> you may not use this file except in compliance with the License.
|
|
2482
|
-
> You may obtain a copy of the License at
|
|
2483
|
-
>
|
|
2484
|
-
> http://www.apache.org/licenses/LICENSE-2.0
|
|
2485
|
-
>
|
|
2486
|
-
> Unless required by applicable law or agreed to in writing, software
|
|
2487
|
-
> distributed under the License is distributed on an "AS IS" BASIS,
|
|
2488
|
-
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
2489
|
-
> See the License for the specific language governing permissions and
|
|
2490
|
-
> limitations under the License.
|
|
2491
|
-
|
|
2492
1245
|
---------------------------------------
|
|
2493
1246
|
|
|
2494
1247
|
## icss-replace-symbols
|
|
@@ -2503,13 +1256,6 @@ License: ISC
|
|
|
2503
1256
|
By: Glen Maddern
|
|
2504
1257
|
Repository: git+https://github.com/css-modules/icss-utils.git
|
|
2505
1258
|
|
|
2506
|
-
> ISC License (ISC)
|
|
2507
|
-
> Copyright 2018 Glen Maddern
|
|
2508
|
-
>
|
|
2509
|
-
> 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.
|
|
2510
|
-
>
|
|
2511
|
-
> 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.
|
|
2512
|
-
|
|
2513
1259
|
---------------------------------------
|
|
2514
1260
|
|
|
2515
1261
|
## ignore
|
|
@@ -2517,28 +1263,6 @@ License: MIT
|
|
|
2517
1263
|
By: kael
|
|
2518
1264
|
Repository: git@github.com:kaelzhang/node-ignore.git
|
|
2519
1265
|
|
|
2520
|
-
> Copyright (c) 2013 Kael Zhang <i@kael.me>, contributors
|
|
2521
|
-
> http://kael.me/
|
|
2522
|
-
>
|
|
2523
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
2524
|
-
> a copy of this software and associated documentation files (the
|
|
2525
|
-
> "Software"), to deal in the Software without restriction, including
|
|
2526
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
2527
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
2528
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
2529
|
-
> the following conditions:
|
|
2530
|
-
>
|
|
2531
|
-
> The above copyright notice and this permission notice shall be
|
|
2532
|
-
> included in all copies or substantial portions of the Software.
|
|
2533
|
-
>
|
|
2534
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2535
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2536
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2537
|
-
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2538
|
-
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2539
|
-
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2540
|
-
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2541
|
-
|
|
2542
1266
|
---------------------------------------
|
|
2543
1267
|
|
|
2544
1268
|
## import-cwd
|
|
@@ -2546,16 +1270,6 @@ License: MIT
|
|
|
2546
1270
|
By: Sindre Sorhus
|
|
2547
1271
|
Repository: sindresorhus/import-cwd
|
|
2548
1272
|
|
|
2549
|
-
> MIT License
|
|
2550
|
-
>
|
|
2551
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
2552
|
-
>
|
|
2553
|
-
> 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:
|
|
2554
|
-
>
|
|
2555
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2556
|
-
>
|
|
2557
|
-
> 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.
|
|
2558
|
-
|
|
2559
1273
|
---------------------------------------
|
|
2560
1274
|
|
|
2561
1275
|
## import-from
|
|
@@ -2563,16 +1277,6 @@ License: MIT
|
|
|
2563
1277
|
By: Sindre Sorhus
|
|
2564
1278
|
Repository: sindresorhus/import-from
|
|
2565
1279
|
|
|
2566
|
-
> MIT License
|
|
2567
|
-
>
|
|
2568
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
2569
|
-
>
|
|
2570
|
-
> 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:
|
|
2571
|
-
>
|
|
2572
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2573
|
-
>
|
|
2574
|
-
> 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.
|
|
2575
|
-
|
|
2576
1280
|
---------------------------------------
|
|
2577
1281
|
|
|
2578
1282
|
## inflight
|
|
@@ -2580,44 +1284,12 @@ License: ISC
|
|
|
2580
1284
|
By: Isaac Z. Schlueter
|
|
2581
1285
|
Repository: https://github.com/npm/inflight.git
|
|
2582
1286
|
|
|
2583
|
-
> The ISC License
|
|
2584
|
-
>
|
|
2585
|
-
> Copyright (c) Isaac Z. Schlueter
|
|
2586
|
-
>
|
|
2587
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
|
2588
|
-
> purpose with or without fee is hereby granted, provided that the above
|
|
2589
|
-
> copyright notice and this permission notice appear in all copies.
|
|
2590
|
-
>
|
|
2591
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
2592
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
2593
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
2594
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
2595
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
2596
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
2597
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
2598
|
-
|
|
2599
1287
|
---------------------------------------
|
|
2600
1288
|
|
|
2601
1289
|
## inherits
|
|
2602
1290
|
License: ISC
|
|
2603
1291
|
Repository: git://github.com/isaacs/inherits
|
|
2604
1292
|
|
|
2605
|
-
> The ISC License
|
|
2606
|
-
>
|
|
2607
|
-
> Copyright (c) Isaac Z. Schlueter
|
|
2608
|
-
>
|
|
2609
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
|
2610
|
-
> purpose with or without fee is hereby granted, provided that the above
|
|
2611
|
-
> copyright notice and this permission notice appear in all copies.
|
|
2612
|
-
>
|
|
2613
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
2614
|
-
> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
2615
|
-
> FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
2616
|
-
> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
2617
|
-
> LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
2618
|
-
> OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
2619
|
-
> PERFORMANCE OF THIS SOFTWARE.
|
|
2620
|
-
|
|
2621
1293
|
---------------------------------------
|
|
2622
1294
|
|
|
2623
1295
|
## is-binary-path
|
|
@@ -2625,16 +1297,6 @@ License: MIT
|
|
|
2625
1297
|
By: Sindre Sorhus
|
|
2626
1298
|
Repository: sindresorhus/is-binary-path
|
|
2627
1299
|
|
|
2628
|
-
> MIT License
|
|
2629
|
-
>
|
|
2630
|
-
> Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
|
|
2631
|
-
>
|
|
2632
|
-
> 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:
|
|
2633
|
-
>
|
|
2634
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2635
|
-
>
|
|
2636
|
-
> 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.
|
|
2637
|
-
|
|
2638
1300
|
---------------------------------------
|
|
2639
1301
|
|
|
2640
1302
|
## is-docker
|
|
@@ -2642,16 +1304,6 @@ License: MIT
|
|
|
2642
1304
|
By: Sindre Sorhus
|
|
2643
1305
|
Repository: sindresorhus/is-docker
|
|
2644
1306
|
|
|
2645
|
-
> MIT License
|
|
2646
|
-
>
|
|
2647
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2648
|
-
>
|
|
2649
|
-
> 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:
|
|
2650
|
-
>
|
|
2651
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2652
|
-
>
|
|
2653
|
-
> 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.
|
|
2654
|
-
|
|
2655
1307
|
---------------------------------------
|
|
2656
1308
|
|
|
2657
1309
|
## is-extglob
|
|
@@ -2659,28 +1311,6 @@ License: MIT
|
|
|
2659
1311
|
By: Jon Schlinkert
|
|
2660
1312
|
Repository: jonschlinkert/is-extglob
|
|
2661
1313
|
|
|
2662
|
-
> The MIT License (MIT)
|
|
2663
|
-
>
|
|
2664
|
-
> Copyright (c) 2014-2016, Jon Schlinkert
|
|
2665
|
-
>
|
|
2666
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2667
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
2668
|
-
> in the Software without restriction, including without limitation the rights
|
|
2669
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2670
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
2671
|
-
> furnished to do so, subject to the following conditions:
|
|
2672
|
-
>
|
|
2673
|
-
> The above copyright notice and this permission notice shall be included in
|
|
2674
|
-
> all copies or substantial portions of the Software.
|
|
2675
|
-
>
|
|
2676
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2677
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2678
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2679
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2680
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2681
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2682
|
-
> THE SOFTWARE.
|
|
2683
|
-
|
|
2684
1314
|
---------------------------------------
|
|
2685
1315
|
|
|
2686
1316
|
## is-glob
|
|
@@ -2688,28 +1318,6 @@ License: MIT
|
|
|
2688
1318
|
By: Jon Schlinkert, Brian Woodward, Daniel Perez
|
|
2689
1319
|
Repository: micromatch/is-glob
|
|
2690
1320
|
|
|
2691
|
-
> The MIT License (MIT)
|
|
2692
|
-
>
|
|
2693
|
-
> Copyright (c) 2014-2017, Jon Schlinkert.
|
|
2694
|
-
>
|
|
2695
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2696
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
2697
|
-
> in the Software without restriction, including without limitation the rights
|
|
2698
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2699
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
2700
|
-
> furnished to do so, subject to the following conditions:
|
|
2701
|
-
>
|
|
2702
|
-
> The above copyright notice and this permission notice shall be included in
|
|
2703
|
-
> all copies or substantial portions of the Software.
|
|
2704
|
-
>
|
|
2705
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2706
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2707
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2708
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2709
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2710
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2711
|
-
> THE SOFTWARE.
|
|
2712
|
-
|
|
2713
1321
|
---------------------------------------
|
|
2714
1322
|
|
|
2715
1323
|
## is-number
|
|
@@ -2717,28 +1325,6 @@ License: MIT
|
|
|
2717
1325
|
By: Jon Schlinkert, Olsten Larck, Rouven Weßling
|
|
2718
1326
|
Repository: jonschlinkert/is-number
|
|
2719
1327
|
|
|
2720
|
-
> The MIT License (MIT)
|
|
2721
|
-
>
|
|
2722
|
-
> Copyright (c) 2014-present, Jon Schlinkert.
|
|
2723
|
-
>
|
|
2724
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2725
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
2726
|
-
> in the Software without restriction, including without limitation the rights
|
|
2727
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2728
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
2729
|
-
> furnished to do so, subject to the following conditions:
|
|
2730
|
-
>
|
|
2731
|
-
> The above copyright notice and this permission notice shall be included in
|
|
2732
|
-
> all copies or substantial portions of the Software.
|
|
2733
|
-
>
|
|
2734
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2735
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2736
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2737
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2738
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2739
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2740
|
-
> THE SOFTWARE.
|
|
2741
|
-
|
|
2742
1328
|
---------------------------------------
|
|
2743
1329
|
|
|
2744
1330
|
## is-reference
|
|
@@ -2753,16 +1339,6 @@ License: MIT
|
|
|
2753
1339
|
By: Sindre Sorhus
|
|
2754
1340
|
Repository: sindresorhus/is-stream
|
|
2755
1341
|
|
|
2756
|
-
> MIT License
|
|
2757
|
-
>
|
|
2758
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2759
|
-
>
|
|
2760
|
-
> 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:
|
|
2761
|
-
>
|
|
2762
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2763
|
-
>
|
|
2764
|
-
> 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.
|
|
2765
|
-
|
|
2766
1342
|
---------------------------------------
|
|
2767
1343
|
|
|
2768
1344
|
## is-wsl
|
|
@@ -2770,16 +1346,6 @@ License: MIT
|
|
|
2770
1346
|
By: Sindre Sorhus
|
|
2771
1347
|
Repository: sindresorhus/is-wsl
|
|
2772
1348
|
|
|
2773
|
-
> MIT License
|
|
2774
|
-
>
|
|
2775
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
2776
|
-
>
|
|
2777
|
-
> 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:
|
|
2778
|
-
>
|
|
2779
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2780
|
-
>
|
|
2781
|
-
> 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.
|
|
2782
|
-
|
|
2783
1349
|
---------------------------------------
|
|
2784
1350
|
|
|
2785
1351
|
## isexe
|
|
@@ -2787,22 +1353,6 @@ License: ISC
|
|
|
2787
1353
|
By: Isaac Z. Schlueter
|
|
2788
1354
|
Repository: git+https://github.com/isaacs/isexe.git
|
|
2789
1355
|
|
|
2790
|
-
> The ISC License
|
|
2791
|
-
>
|
|
2792
|
-
> Copyright (c) Isaac Z. Schlueter and Contributors
|
|
2793
|
-
>
|
|
2794
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
|
2795
|
-
> purpose with or without fee is hereby granted, provided that the above
|
|
2796
|
-
> copyright notice and this permission notice appear in all copies.
|
|
2797
|
-
>
|
|
2798
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
2799
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
2800
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
2801
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
2802
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
2803
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
2804
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
2805
|
-
|
|
2806
1356
|
---------------------------------------
|
|
2807
1357
|
|
|
2808
1358
|
## json5
|
|
@@ -2810,30 +1360,6 @@ License: MIT
|
|
|
2810
1360
|
By: Aseem Kishore, Max Nanasy, Andrew Eisenberg, Jordan Tucker
|
|
2811
1361
|
Repository: git+https://github.com/json5/json5.git
|
|
2812
1362
|
|
|
2813
|
-
> MIT License
|
|
2814
|
-
>
|
|
2815
|
-
> Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2816
|
-
>
|
|
2817
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2818
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
2819
|
-
> in the Software without restriction, including without limitation the rights
|
|
2820
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2821
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
2822
|
-
> furnished to do so, subject to the following conditions:
|
|
2823
|
-
>
|
|
2824
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
2825
|
-
> copies or substantial portions of the Software.
|
|
2826
|
-
>
|
|
2827
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2828
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2829
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2830
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2831
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2832
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2833
|
-
> SOFTWARE.
|
|
2834
|
-
>
|
|
2835
|
-
> [others]: https://github.com/json5/json5/contributors
|
|
2836
|
-
|
|
2837
1363
|
---------------------------------------
|
|
2838
1364
|
|
|
2839
1365
|
## launch-editor
|
|
@@ -2862,27 +1388,6 @@ License: MIT
|
|
|
2862
1388
|
By: Tobias Koppers @sokra
|
|
2863
1389
|
Repository: https://github.com/webpack/loader-utils.git
|
|
2864
1390
|
|
|
2865
|
-
> Copyright JS Foundation and other contributors
|
|
2866
|
-
>
|
|
2867
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
2868
|
-
> a copy of this software and associated documentation files (the
|
|
2869
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
2870
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
2871
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
2872
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
2873
|
-
> the following conditions:
|
|
2874
|
-
>
|
|
2875
|
-
> The above copyright notice and this permission notice shall be
|
|
2876
|
-
> included in all copies or substantial portions of the Software.
|
|
2877
|
-
>
|
|
2878
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
2879
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2880
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
2881
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2882
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
2883
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
2884
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2885
|
-
|
|
2886
1391
|
---------------------------------------
|
|
2887
1392
|
|
|
2888
1393
|
## lodash.camelcase
|
|
@@ -2890,54 +1395,6 @@ License: MIT
|
|
|
2890
1395
|
By: John-David Dalton, Blaine Bublitz, Mathias Bynens
|
|
2891
1396
|
Repository: lodash/lodash
|
|
2892
1397
|
|
|
2893
|
-
> Copyright jQuery Foundation and other contributors <https://jquery.org/>
|
|
2894
|
-
>
|
|
2895
|
-
> Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
2896
|
-
> DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
|
2897
|
-
>
|
|
2898
|
-
> This software consists of voluntary contributions made by many
|
|
2899
|
-
> individuals. For exact contribution history, see the revision history
|
|
2900
|
-
> available at https://github.com/lodash/lodash
|
|
2901
|
-
>
|
|
2902
|
-
> The following license applies to all parts of this software except as
|
|
2903
|
-
> documented below:
|
|
2904
|
-
>
|
|
2905
|
-
> ====
|
|
2906
|
-
>
|
|
2907
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
2908
|
-
> a copy of this software and associated documentation files (the
|
|
2909
|
-
> "Software"), to deal in the Software without restriction, including
|
|
2910
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
2911
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
2912
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
2913
|
-
> the following conditions:
|
|
2914
|
-
>
|
|
2915
|
-
> The above copyright notice and this permission notice shall be
|
|
2916
|
-
> included in all copies or substantial portions of the Software.
|
|
2917
|
-
>
|
|
2918
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2919
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2920
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2921
|
-
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2922
|
-
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2923
|
-
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2924
|
-
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2925
|
-
>
|
|
2926
|
-
> ====
|
|
2927
|
-
>
|
|
2928
|
-
> Copyright and related rights for sample code are waived via CC0. Sample
|
|
2929
|
-
> code is defined as all source code displayed within the prose of the
|
|
2930
|
-
> documentation.
|
|
2931
|
-
>
|
|
2932
|
-
> CC0: http://creativecommons.org/publicdomain/zero/1.0/
|
|
2933
|
-
>
|
|
2934
|
-
> ====
|
|
2935
|
-
>
|
|
2936
|
-
> Files located in the node_modules and vendor directories are externally
|
|
2937
|
-
> maintained libraries used by this software which have their own
|
|
2938
|
-
> licenses; we recommend you read them, as their terms may differ from the
|
|
2939
|
-
> terms above.
|
|
2940
|
-
|
|
2941
1398
|
---------------------------------------
|
|
2942
1399
|
|
|
2943
1400
|
## magic-string
|
|
@@ -2960,12 +1417,6 @@ License: ISC
|
|
|
2960
1417
|
By: Julien Fontanet
|
|
2961
1418
|
Repository: git://github.com/JsCommunity/make-error.git
|
|
2962
1419
|
|
|
2963
|
-
> Copyright 2014 Julien Fontanet
|
|
2964
|
-
>
|
|
2965
|
-
> 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.
|
|
2966
|
-
>
|
|
2967
|
-
> 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.
|
|
2968
|
-
|
|
2969
1420
|
---------------------------------------
|
|
2970
1421
|
|
|
2971
1422
|
## merge-stream
|
|
@@ -2973,9 +1424,29 @@ License: MIT
|
|
|
2973
1424
|
By: Stephen Sugden
|
|
2974
1425
|
Repository: grncdr/merge-stream
|
|
2975
1426
|
|
|
1427
|
+
---------------------------------------
|
|
1428
|
+
|
|
1429
|
+
## merge2
|
|
1430
|
+
License: MIT
|
|
1431
|
+
Repository: git@github.com:teambition/merge2.git
|
|
1432
|
+
|
|
1433
|
+
---------------------------------------
|
|
1434
|
+
|
|
1435
|
+
## micromatch
|
|
1436
|
+
License: MIT
|
|
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
|
|
1438
|
+
Repository: micromatch/micromatch
|
|
1439
|
+
|
|
1440
|
+
---------------------------------------
|
|
1441
|
+
|
|
1442
|
+
## mime
|
|
1443
|
+
License: MIT
|
|
1444
|
+
By: Robert Kieffer
|
|
1445
|
+
Repository: https://github.com/broofa/mime
|
|
1446
|
+
|
|
2976
1447
|
> The MIT License (MIT)
|
|
2977
1448
|
>
|
|
2978
|
-
> Copyright (c)
|
|
1449
|
+
> Copyright (c) 2010 Benjamin Thomas, Robert Kieffer
|
|
2979
1450
|
>
|
|
2980
1451
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2981
1452
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2997,130 +1468,22 @@ Repository: grncdr/merge-stream
|
|
|
2997
1468
|
|
|
2998
1469
|
---------------------------------------
|
|
2999
1470
|
|
|
3000
|
-
##
|
|
1471
|
+
## mime-db
|
|
3001
1472
|
License: MIT
|
|
3002
|
-
|
|
1473
|
+
By: Douglas Christopher Wilson, Jonathan Ong, Robert Kieffer
|
|
1474
|
+
Repository: jshttp/mime-db
|
|
3003
1475
|
|
|
3004
|
-
|
|
1476
|
+
---------------------------------------
|
|
1477
|
+
|
|
1478
|
+
## mime-types
|
|
1479
|
+
License: MIT
|
|
1480
|
+
By: Douglas Christopher Wilson, Jeremiah Senkpiel, Jonathan Ong
|
|
1481
|
+
Repository: jshttp/mime-types
|
|
1482
|
+
|
|
1483
|
+
> (The MIT License)
|
|
3005
1484
|
>
|
|
3006
|
-
> Copyright (c) 2014
|
|
3007
|
-
>
|
|
3008
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3009
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
3010
|
-
> in the Software without restriction, including without limitation the rights
|
|
3011
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3012
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
3013
|
-
> furnished to do so, subject to the following conditions:
|
|
3014
|
-
>
|
|
3015
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
3016
|
-
> copies or substantial portions of the Software.
|
|
3017
|
-
>
|
|
3018
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3019
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3020
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3021
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3022
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3023
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3024
|
-
> SOFTWARE.
|
|
3025
|
-
|
|
3026
|
-
---------------------------------------
|
|
3027
|
-
|
|
3028
|
-
## micromatch
|
|
3029
|
-
License: MIT
|
|
3030
|
-
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
|
|
3031
|
-
Repository: micromatch/micromatch
|
|
3032
|
-
|
|
3033
|
-
> The MIT License (MIT)
|
|
3034
|
-
>
|
|
3035
|
-
> Copyright (c) 2014-present, Jon Schlinkert.
|
|
3036
|
-
>
|
|
3037
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3038
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
3039
|
-
> in the Software without restriction, including without limitation the rights
|
|
3040
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3041
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
3042
|
-
> furnished to do so, subject to the following conditions:
|
|
3043
|
-
>
|
|
3044
|
-
> The above copyright notice and this permission notice shall be included in
|
|
3045
|
-
> all copies or substantial portions of the Software.
|
|
3046
|
-
>
|
|
3047
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3048
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3049
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3050
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3051
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3052
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3053
|
-
> THE SOFTWARE.
|
|
3054
|
-
|
|
3055
|
-
---------------------------------------
|
|
3056
|
-
|
|
3057
|
-
## mime
|
|
3058
|
-
License: MIT
|
|
3059
|
-
By: Robert Kieffer
|
|
3060
|
-
Repository: https://github.com/broofa/mime
|
|
3061
|
-
|
|
3062
|
-
> The MIT License (MIT)
|
|
3063
|
-
>
|
|
3064
|
-
> Copyright (c) 2010 Benjamin Thomas, Robert Kieffer
|
|
3065
|
-
>
|
|
3066
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3067
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
3068
|
-
> in the Software without restriction, including without limitation the rights
|
|
3069
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3070
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
3071
|
-
> furnished to do so, subject to the following conditions:
|
|
3072
|
-
>
|
|
3073
|
-
> The above copyright notice and this permission notice shall be included in
|
|
3074
|
-
> all copies or substantial portions of the Software.
|
|
3075
|
-
>
|
|
3076
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3077
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3078
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3079
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3080
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3081
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3082
|
-
> THE SOFTWARE.
|
|
3083
|
-
|
|
3084
|
-
---------------------------------------
|
|
3085
|
-
|
|
3086
|
-
## mime-db
|
|
3087
|
-
License: MIT
|
|
3088
|
-
By: Douglas Christopher Wilson, Jonathan Ong, Robert Kieffer
|
|
3089
|
-
Repository: jshttp/mime-db
|
|
3090
|
-
|
|
3091
|
-
> The MIT License (MIT)
|
|
3092
|
-
>
|
|
3093
|
-
> Copyright (c) 2014 Jonathan Ong me@jongleberry.com
|
|
3094
|
-
>
|
|
3095
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3096
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
3097
|
-
> in the Software without restriction, including without limitation the rights
|
|
3098
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3099
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
3100
|
-
> furnished to do so, subject to the following conditions:
|
|
3101
|
-
>
|
|
3102
|
-
> The above copyright notice and this permission notice shall be included in
|
|
3103
|
-
> all copies or substantial portions of the Software.
|
|
3104
|
-
>
|
|
3105
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3106
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3107
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3108
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3109
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3110
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3111
|
-
> THE SOFTWARE.
|
|
3112
|
-
|
|
3113
|
-
---------------------------------------
|
|
3114
|
-
|
|
3115
|
-
## mime-types
|
|
3116
|
-
License: MIT
|
|
3117
|
-
By: Douglas Christopher Wilson, Jeremiah Senkpiel, Jonathan Ong
|
|
3118
|
-
Repository: jshttp/mime-types
|
|
3119
|
-
|
|
3120
|
-
> (The MIT License)
|
|
3121
|
-
>
|
|
3122
|
-
> Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
|
|
3123
|
-
> Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
1485
|
+
> Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
|
|
1486
|
+
> Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
3124
1487
|
>
|
|
3125
1488
|
> Permission is hereby granted, free of charge, to any person obtaining
|
|
3126
1489
|
> a copy of this software and associated documentation files (the
|
|
@@ -3148,16 +1511,6 @@ License: MIT
|
|
|
3148
1511
|
By: Sindre Sorhus
|
|
3149
1512
|
Repository: sindresorhus/mimic-fn
|
|
3150
1513
|
|
|
3151
|
-
> MIT License
|
|
3152
|
-
>
|
|
3153
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3154
|
-
>
|
|
3155
|
-
> 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:
|
|
3156
|
-
>
|
|
3157
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3158
|
-
>
|
|
3159
|
-
> 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.
|
|
3160
|
-
|
|
3161
1514
|
---------------------------------------
|
|
3162
1515
|
|
|
3163
1516
|
## minimatch
|
|
@@ -3187,28 +1540,6 @@ Repository: git://github.com/isaacs/minimatch.git
|
|
|
3187
1540
|
License: MIT
|
|
3188
1541
|
Repository: zeit/ms
|
|
3189
1542
|
|
|
3190
|
-
> The MIT License (MIT)
|
|
3191
|
-
>
|
|
3192
|
-
> Copyright (c) 2016 Zeit, Inc.
|
|
3193
|
-
>
|
|
3194
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3195
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
3196
|
-
> in the Software without restriction, including without limitation the rights
|
|
3197
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3198
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
3199
|
-
> furnished to do so, subject to the following conditions:
|
|
3200
|
-
>
|
|
3201
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
3202
|
-
> copies or substantial portions of the Software.
|
|
3203
|
-
>
|
|
3204
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3205
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3206
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3207
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3208
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3209
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3210
|
-
> SOFTWARE.
|
|
3211
|
-
|
|
3212
1543
|
---------------------------------------
|
|
3213
1544
|
|
|
3214
1545
|
## negotiator
|
|
@@ -3216,31 +1547,6 @@ License: MIT
|
|
|
3216
1547
|
By: Douglas Christopher Wilson, Federico Romero, Isaac Z. Schlueter
|
|
3217
1548
|
Repository: jshttp/negotiator
|
|
3218
1549
|
|
|
3219
|
-
> (The MIT License)
|
|
3220
|
-
>
|
|
3221
|
-
> Copyright (c) 2012-2014 Federico Romero
|
|
3222
|
-
> Copyright (c) 2012-2014 Isaac Z. Schlueter
|
|
3223
|
-
> Copyright (c) 2014-2015 Douglas Christopher Wilson
|
|
3224
|
-
>
|
|
3225
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
3226
|
-
> a copy of this software and associated documentation files (the
|
|
3227
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
3228
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
3229
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
3230
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
3231
|
-
> the following conditions:
|
|
3232
|
-
>
|
|
3233
|
-
> The above copyright notice and this permission notice shall be
|
|
3234
|
-
> included in all copies or substantial portions of the Software.
|
|
3235
|
-
>
|
|
3236
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
3237
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3238
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3239
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3240
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
3241
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3242
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3243
|
-
|
|
3244
1550
|
---------------------------------------
|
|
3245
1551
|
|
|
3246
1552
|
## node-forge
|
|
@@ -3248,337 +1554,6 @@ License: (BSD-3-Clause OR GPL-2.0)
|
|
|
3248
1554
|
By: Digital Bazaar, Inc., Dave Longley, David I. Lehn, Stefan Siegl, Christoph Dorn
|
|
3249
1555
|
Repository: https://github.com/digitalbazaar/forge
|
|
3250
1556
|
|
|
3251
|
-
> You may use the Forge project under the terms of either the BSD License or the
|
|
3252
|
-
> GNU General Public License (GPL) Version 2.
|
|
3253
|
-
>
|
|
3254
|
-
> The BSD License is recommended for most projects. It is simple and easy to
|
|
3255
|
-
> understand and it places almost no restrictions on what you can do with the
|
|
3256
|
-
> Forge project.
|
|
3257
|
-
>
|
|
3258
|
-
> If the GPL suits your project better you are also free to use Forge under
|
|
3259
|
-
> that license.
|
|
3260
|
-
>
|
|
3261
|
-
> You don't have to do anything special to choose one license or the other and
|
|
3262
|
-
> you don't have to notify anyone which license you are using. You are free to
|
|
3263
|
-
> use this project in commercial projects as long as the copyright header is
|
|
3264
|
-
> left intact.
|
|
3265
|
-
>
|
|
3266
|
-
> If you are a commercial entity and use this set of libraries in your
|
|
3267
|
-
> commercial software then reasonable payment to Digital Bazaar, if you can
|
|
3268
|
-
> afford it, is not required but is expected and would be appreciated. If this
|
|
3269
|
-
> library saves you time, then it's saving you money. The cost of developing
|
|
3270
|
-
> the Forge software was on the order of several hundred hours and tens of
|
|
3271
|
-
> thousands of dollars. We are attempting to strike a balance between helping
|
|
3272
|
-
> the development community while not being taken advantage of by lucrative
|
|
3273
|
-
> commercial entities for our efforts.
|
|
3274
|
-
>
|
|
3275
|
-
> -------------------------------------------------------------------------------
|
|
3276
|
-
> New BSD License (3-clause)
|
|
3277
|
-
> Copyright (c) 2010, Digital Bazaar, Inc.
|
|
3278
|
-
> All rights reserved.
|
|
3279
|
-
>
|
|
3280
|
-
> Redistribution and use in source and binary forms, with or without
|
|
3281
|
-
> modification, are permitted provided that the following conditions are met:
|
|
3282
|
-
> * Redistributions of source code must retain the above copyright
|
|
3283
|
-
> notice, this list of conditions and the following disclaimer.
|
|
3284
|
-
> * Redistributions in binary form must reproduce the above copyright
|
|
3285
|
-
> notice, this list of conditions and the following disclaimer in the
|
|
3286
|
-
> documentation and/or other materials provided with the distribution.
|
|
3287
|
-
> * Neither the name of Digital Bazaar, Inc. nor the
|
|
3288
|
-
> names of its contributors may be used to endorse or promote products
|
|
3289
|
-
> derived from this software without specific prior written permission.
|
|
3290
|
-
>
|
|
3291
|
-
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
3292
|
-
> ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
3293
|
-
> WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
3294
|
-
> DISCLAIMED. IN NO EVENT SHALL DIGITAL BAZAAR BE LIABLE FOR ANY
|
|
3295
|
-
> DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
3296
|
-
> (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
3297
|
-
> LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
3298
|
-
> ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
3299
|
-
> (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
3300
|
-
> SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
3301
|
-
>
|
|
3302
|
-
> -------------------------------------------------------------------------------
|
|
3303
|
-
> GNU GENERAL PUBLIC LICENSE
|
|
3304
|
-
> Version 2, June 1991
|
|
3305
|
-
>
|
|
3306
|
-
> Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
|
3307
|
-
> 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
3308
|
-
> Everyone is permitted to copy and distribute verbatim copies
|
|
3309
|
-
> of this license document, but changing it is not allowed.
|
|
3310
|
-
>
|
|
3311
|
-
> Preamble
|
|
3312
|
-
>
|
|
3313
|
-
> The licenses for most software are designed to take away your
|
|
3314
|
-
> freedom to share and change it. By contrast, the GNU General Public
|
|
3315
|
-
> License is intended to guarantee your freedom to share and change free
|
|
3316
|
-
> software--to make sure the software is free for all its users. This
|
|
3317
|
-
> General Public License applies to most of the Free Software
|
|
3318
|
-
> Foundation's software and to any other program whose authors commit to
|
|
3319
|
-
> using it. (Some other Free Software Foundation software is covered by
|
|
3320
|
-
> the GNU Lesser General Public License instead.) You can apply it to
|
|
3321
|
-
> your programs, too.
|
|
3322
|
-
>
|
|
3323
|
-
> When we speak of free software, we are referring to freedom, not
|
|
3324
|
-
> price. Our General Public Licenses are designed to make sure that you
|
|
3325
|
-
> have the freedom to distribute copies of free software (and charge for
|
|
3326
|
-
> this service if you wish), that you receive source code or can get it
|
|
3327
|
-
> if you want it, that you can change the software or use pieces of it
|
|
3328
|
-
> in new free programs; and that you know you can do these things.
|
|
3329
|
-
>
|
|
3330
|
-
> To protect your rights, we need to make restrictions that forbid
|
|
3331
|
-
> anyone to deny you these rights or to ask you to surrender the rights.
|
|
3332
|
-
> These restrictions translate to certain responsibilities for you if you
|
|
3333
|
-
> distribute copies of the software, or if you modify it.
|
|
3334
|
-
>
|
|
3335
|
-
> For example, if you distribute copies of such a program, whether
|
|
3336
|
-
> gratis or for a fee, you must give the recipients all the rights that
|
|
3337
|
-
> you have. You must make sure that they, too, receive or can get the
|
|
3338
|
-
> source code. And you must show them these terms so they know their
|
|
3339
|
-
> rights.
|
|
3340
|
-
>
|
|
3341
|
-
> We protect your rights with two steps: (1) copyright the software, and
|
|
3342
|
-
> (2) offer you this license which gives you legal permission to copy,
|
|
3343
|
-
> distribute and/or modify the software.
|
|
3344
|
-
>
|
|
3345
|
-
> Also, for each author's protection and ours, we want to make certain
|
|
3346
|
-
> that everyone understands that there is no warranty for this free
|
|
3347
|
-
> software. If the software is modified by someone else and passed on, we
|
|
3348
|
-
> want its recipients to know that what they have is not the original, so
|
|
3349
|
-
> that any problems introduced by others will not reflect on the original
|
|
3350
|
-
> authors' reputations.
|
|
3351
|
-
>
|
|
3352
|
-
> Finally, any free program is threatened constantly by software
|
|
3353
|
-
> patents. We wish to avoid the danger that redistributors of a free
|
|
3354
|
-
> program will individually obtain patent licenses, in effect making the
|
|
3355
|
-
> program proprietary. To prevent this, we have made it clear that any
|
|
3356
|
-
> patent must be licensed for everyone's free use or not licensed at all.
|
|
3357
|
-
>
|
|
3358
|
-
> The precise terms and conditions for copying, distribution and
|
|
3359
|
-
> modification follow.
|
|
3360
|
-
>
|
|
3361
|
-
> GNU GENERAL PUBLIC LICENSE
|
|
3362
|
-
> TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
3363
|
-
>
|
|
3364
|
-
> 0. This License applies to any program or other work which contains
|
|
3365
|
-
> a notice placed by the copyright holder saying it may be distributed
|
|
3366
|
-
> under the terms of this General Public License. The "Program", below,
|
|
3367
|
-
> refers to any such program or work, and a "work based on the Program"
|
|
3368
|
-
> means either the Program or any derivative work under copyright law:
|
|
3369
|
-
> that is to say, a work containing the Program or a portion of it,
|
|
3370
|
-
> either verbatim or with modifications and/or translated into another
|
|
3371
|
-
> language. (Hereinafter, translation is included without limitation in
|
|
3372
|
-
> the term "modification".) Each licensee is addressed as "you".
|
|
3373
|
-
>
|
|
3374
|
-
> Activities other than copying, distribution and modification are not
|
|
3375
|
-
> covered by this License; they are outside its scope. The act of
|
|
3376
|
-
> running the Program is not restricted, and the output from the Program
|
|
3377
|
-
> is covered only if its contents constitute a work based on the
|
|
3378
|
-
> Program (independent of having been made by running the Program).
|
|
3379
|
-
> Whether that is true depends on what the Program does.
|
|
3380
|
-
>
|
|
3381
|
-
> 1. You may copy and distribute verbatim copies of the Program's
|
|
3382
|
-
> source code as you receive it, in any medium, provided that you
|
|
3383
|
-
> conspicuously and appropriately publish on each copy an appropriate
|
|
3384
|
-
> copyright notice and disclaimer of warranty; keep intact all the
|
|
3385
|
-
> notices that refer to this License and to the absence of any warranty;
|
|
3386
|
-
> and give any other recipients of the Program a copy of this License
|
|
3387
|
-
> along with the Program.
|
|
3388
|
-
>
|
|
3389
|
-
> You may charge a fee for the physical act of transferring a copy, and
|
|
3390
|
-
> you may at your option offer warranty protection in exchange for a fee.
|
|
3391
|
-
>
|
|
3392
|
-
> 2. You may modify your copy or copies of the Program or any portion
|
|
3393
|
-
> of it, thus forming a work based on the Program, and copy and
|
|
3394
|
-
> distribute such modifications or work under the terms of Section 1
|
|
3395
|
-
> above, provided that you also meet all of these conditions:
|
|
3396
|
-
>
|
|
3397
|
-
> a) You must cause the modified files to carry prominent notices
|
|
3398
|
-
> stating that you changed the files and the date of any change.
|
|
3399
|
-
>
|
|
3400
|
-
> b) You must cause any work that you distribute or publish, that in
|
|
3401
|
-
> whole or in part contains or is derived from the Program or any
|
|
3402
|
-
> part thereof, to be licensed as a whole at no charge to all third
|
|
3403
|
-
> parties under the terms of this License.
|
|
3404
|
-
>
|
|
3405
|
-
> c) If the modified program normally reads commands interactively
|
|
3406
|
-
> when run, you must cause it, when started running for such
|
|
3407
|
-
> interactive use in the most ordinary way, to print or display an
|
|
3408
|
-
> announcement including an appropriate copyright notice and a
|
|
3409
|
-
> notice that there is no warranty (or else, saying that you provide
|
|
3410
|
-
> a warranty) and that users may redistribute the program under
|
|
3411
|
-
> these conditions, and telling the user how to view a copy of this
|
|
3412
|
-
> License. (Exception: if the Program itself is interactive but
|
|
3413
|
-
> does not normally print such an announcement, your work based on
|
|
3414
|
-
> the Program is not required to print an announcement.)
|
|
3415
|
-
>
|
|
3416
|
-
> These requirements apply to the modified work as a whole. If
|
|
3417
|
-
> identifiable sections of that work are not derived from the Program,
|
|
3418
|
-
> and can be reasonably considered independent and separate works in
|
|
3419
|
-
> themselves, then this License, and its terms, do not apply to those
|
|
3420
|
-
> sections when you distribute them as separate works. But when you
|
|
3421
|
-
> distribute the same sections as part of a whole which is a work based
|
|
3422
|
-
> on the Program, the distribution of the whole must be on the terms of
|
|
3423
|
-
> this License, whose permissions for other licensees extend to the
|
|
3424
|
-
> entire whole, and thus to each and every part regardless of who wrote it.
|
|
3425
|
-
>
|
|
3426
|
-
> Thus, it is not the intent of this section to claim rights or contest
|
|
3427
|
-
> your rights to work written entirely by you; rather, the intent is to
|
|
3428
|
-
> exercise the right to control the distribution of derivative or
|
|
3429
|
-
> collective works based on the Program.
|
|
3430
|
-
>
|
|
3431
|
-
> In addition, mere aggregation of another work not based on the Program
|
|
3432
|
-
> with the Program (or with a work based on the Program) on a volume of
|
|
3433
|
-
> a storage or distribution medium does not bring the other work under
|
|
3434
|
-
> the scope of this License.
|
|
3435
|
-
>
|
|
3436
|
-
> 3. You may copy and distribute the Program (or a work based on it,
|
|
3437
|
-
> under Section 2) in object code or executable form under the terms of
|
|
3438
|
-
> Sections 1 and 2 above provided that you also do one of the following:
|
|
3439
|
-
>
|
|
3440
|
-
> a) Accompany it with the complete corresponding machine-readable
|
|
3441
|
-
> source code, which must be distributed under the terms of Sections
|
|
3442
|
-
> 1 and 2 above on a medium customarily used for software interchange; or,
|
|
3443
|
-
>
|
|
3444
|
-
> b) Accompany it with a written offer, valid for at least three
|
|
3445
|
-
> years, to give any third party, for a charge no more than your
|
|
3446
|
-
> cost of physically performing source distribution, a complete
|
|
3447
|
-
> machine-readable copy of the corresponding source code, to be
|
|
3448
|
-
> distributed under the terms of Sections 1 and 2 above on a medium
|
|
3449
|
-
> customarily used for software interchange; or,
|
|
3450
|
-
>
|
|
3451
|
-
> c) Accompany it with the information you received as to the offer
|
|
3452
|
-
> to distribute corresponding source code. (This alternative is
|
|
3453
|
-
> allowed only for noncommercial distribution and only if you
|
|
3454
|
-
> received the program in object code or executable form with such
|
|
3455
|
-
> an offer, in accord with Subsection b above.)
|
|
3456
|
-
>
|
|
3457
|
-
> The source code for a work means the preferred form of the work for
|
|
3458
|
-
> making modifications to it. For an executable work, complete source
|
|
3459
|
-
> code means all the source code for all modules it contains, plus any
|
|
3460
|
-
> associated interface definition files, plus the scripts used to
|
|
3461
|
-
> control compilation and installation of the executable. However, as a
|
|
3462
|
-
> special exception, the source code distributed need not include
|
|
3463
|
-
> anything that is normally distributed (in either source or binary
|
|
3464
|
-
> form) with the major components (compiler, kernel, and so on) of the
|
|
3465
|
-
> operating system on which the executable runs, unless that component
|
|
3466
|
-
> itself accompanies the executable.
|
|
3467
|
-
>
|
|
3468
|
-
> If distribution of executable or object code is made by offering
|
|
3469
|
-
> access to copy from a designated place, then offering equivalent
|
|
3470
|
-
> access to copy the source code from the same place counts as
|
|
3471
|
-
> distribution of the source code, even though third parties are not
|
|
3472
|
-
> compelled to copy the source along with the object code.
|
|
3473
|
-
>
|
|
3474
|
-
> 4. You may not copy, modify, sublicense, or distribute the Program
|
|
3475
|
-
> except as expressly provided under this License. Any attempt
|
|
3476
|
-
> otherwise to copy, modify, sublicense or distribute the Program is
|
|
3477
|
-
> void, and will automatically terminate your rights under this License.
|
|
3478
|
-
> However, parties who have received copies, or rights, from you under
|
|
3479
|
-
> this License will not have their licenses terminated so long as such
|
|
3480
|
-
> parties remain in full compliance.
|
|
3481
|
-
>
|
|
3482
|
-
> 5. You are not required to accept this License, since you have not
|
|
3483
|
-
> signed it. However, nothing else grants you permission to modify or
|
|
3484
|
-
> distribute the Program or its derivative works. These actions are
|
|
3485
|
-
> prohibited by law if you do not accept this License. Therefore, by
|
|
3486
|
-
> modifying or distributing the Program (or any work based on the
|
|
3487
|
-
> Program), you indicate your acceptance of this License to do so, and
|
|
3488
|
-
> all its terms and conditions for copying, distributing or modifying
|
|
3489
|
-
> the Program or works based on it.
|
|
3490
|
-
>
|
|
3491
|
-
> 6. Each time you redistribute the Program (or any work based on the
|
|
3492
|
-
> Program), the recipient automatically receives a license from the
|
|
3493
|
-
> original licensor to copy, distribute or modify the Program subject to
|
|
3494
|
-
> these terms and conditions. You may not impose any further
|
|
3495
|
-
> restrictions on the recipients' exercise of the rights granted herein.
|
|
3496
|
-
> You are not responsible for enforcing compliance by third parties to
|
|
3497
|
-
> this License.
|
|
3498
|
-
>
|
|
3499
|
-
> 7. If, as a consequence of a court judgment or allegation of patent
|
|
3500
|
-
> infringement or for any other reason (not limited to patent issues),
|
|
3501
|
-
> conditions are imposed on you (whether by court order, agreement or
|
|
3502
|
-
> otherwise) that contradict the conditions of this License, they do not
|
|
3503
|
-
> excuse you from the conditions of this License. If you cannot
|
|
3504
|
-
> distribute so as to satisfy simultaneously your obligations under this
|
|
3505
|
-
> License and any other pertinent obligations, then as a consequence you
|
|
3506
|
-
> may not distribute the Program at all. For example, if a patent
|
|
3507
|
-
> license would not permit royalty-free redistribution of the Program by
|
|
3508
|
-
> all those who receive copies directly or indirectly through you, then
|
|
3509
|
-
> the only way you could satisfy both it and this License would be to
|
|
3510
|
-
> refrain entirely from distribution of the Program.
|
|
3511
|
-
>
|
|
3512
|
-
> If any portion of this section is held invalid or unenforceable under
|
|
3513
|
-
> any particular circumstance, the balance of the section is intended to
|
|
3514
|
-
> apply and the section as a whole is intended to apply in other
|
|
3515
|
-
> circumstances.
|
|
3516
|
-
>
|
|
3517
|
-
> It is not the purpose of this section to induce you to infringe any
|
|
3518
|
-
> patents or other property right claims or to contest validity of any
|
|
3519
|
-
> such claims; this section has the sole purpose of protecting the
|
|
3520
|
-
> integrity of the free software distribution system, which is
|
|
3521
|
-
> implemented by public license practices. Many people have made
|
|
3522
|
-
> generous contributions to the wide range of software distributed
|
|
3523
|
-
> through that system in reliance on consistent application of that
|
|
3524
|
-
> system; it is up to the author/donor to decide if he or she is willing
|
|
3525
|
-
> to distribute software through any other system and a licensee cannot
|
|
3526
|
-
> impose that choice.
|
|
3527
|
-
>
|
|
3528
|
-
> This section is intended to make thoroughly clear what is believed to
|
|
3529
|
-
> be a consequence of the rest of this License.
|
|
3530
|
-
>
|
|
3531
|
-
> 8. If the distribution and/or use of the Program is restricted in
|
|
3532
|
-
> certain countries either by patents or by copyrighted interfaces, the
|
|
3533
|
-
> original copyright holder who places the Program under this License
|
|
3534
|
-
> may add an explicit geographical distribution limitation excluding
|
|
3535
|
-
> those countries, so that distribution is permitted only in or among
|
|
3536
|
-
> countries not thus excluded. In such case, this License incorporates
|
|
3537
|
-
> the limitation as if written in the body of this License.
|
|
3538
|
-
>
|
|
3539
|
-
> 9. The Free Software Foundation may publish revised and/or new versions
|
|
3540
|
-
> of the General Public License from time to time. Such new versions will
|
|
3541
|
-
> be similar in spirit to the present version, but may differ in detail to
|
|
3542
|
-
> address new problems or concerns.
|
|
3543
|
-
>
|
|
3544
|
-
> Each version is given a distinguishing version number. If the Program
|
|
3545
|
-
> specifies a version number of this License which applies to it and "any
|
|
3546
|
-
> later version", you have the option of following the terms and conditions
|
|
3547
|
-
> either of that version or of any later version published by the Free
|
|
3548
|
-
> Software Foundation. If the Program does not specify a version number of
|
|
3549
|
-
> this License, you may choose any version ever published by the Free Software
|
|
3550
|
-
> Foundation.
|
|
3551
|
-
>
|
|
3552
|
-
> 10. If you wish to incorporate parts of the Program into other free
|
|
3553
|
-
> programs whose distribution conditions are different, write to the author
|
|
3554
|
-
> to ask for permission. For software which is copyrighted by the Free
|
|
3555
|
-
> Software Foundation, write to the Free Software Foundation; we sometimes
|
|
3556
|
-
> make exceptions for this. Our decision will be guided by the two goals
|
|
3557
|
-
> of preserving the free status of all derivatives of our free software and
|
|
3558
|
-
> of promoting the sharing and reuse of software generally.
|
|
3559
|
-
>
|
|
3560
|
-
> NO WARRANTY
|
|
3561
|
-
>
|
|
3562
|
-
> 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
|
3563
|
-
> FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
|
3564
|
-
> OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
|
3565
|
-
> PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
|
3566
|
-
> OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
|
3567
|
-
> MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
|
3568
|
-
> TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
|
3569
|
-
> PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
|
3570
|
-
> REPAIR OR CORRECTION.
|
|
3571
|
-
>
|
|
3572
|
-
> 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
|
3573
|
-
> WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
|
3574
|
-
> REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
|
3575
|
-
> INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
|
3576
|
-
> OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
|
3577
|
-
> TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
|
3578
|
-
> YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
|
3579
|
-
> PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
|
3580
|
-
> POSSIBILITY OF SUCH DAMAGES.
|
|
3581
|
-
|
|
3582
1557
|
---------------------------------------
|
|
3583
1558
|
|
|
3584
1559
|
## normalize-path
|
|
@@ -3586,28 +1561,6 @@ License: MIT
|
|
|
3586
1561
|
By: Jon Schlinkert, Blaine Bublitz
|
|
3587
1562
|
Repository: jonschlinkert/normalize-path
|
|
3588
1563
|
|
|
3589
|
-
> The MIT License (MIT)
|
|
3590
|
-
>
|
|
3591
|
-
> Copyright (c) 2014-2018, Jon Schlinkert.
|
|
3592
|
-
>
|
|
3593
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3594
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
3595
|
-
> in the Software without restriction, including without limitation the rights
|
|
3596
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3597
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
3598
|
-
> furnished to do so, subject to the following conditions:
|
|
3599
|
-
>
|
|
3600
|
-
> The above copyright notice and this permission notice shall be included in
|
|
3601
|
-
> all copies or substantial portions of the Software.
|
|
3602
|
-
>
|
|
3603
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3604
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3605
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3606
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3607
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3608
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3609
|
-
> THE SOFTWARE.
|
|
3610
|
-
|
|
3611
1564
|
---------------------------------------
|
|
3612
1565
|
|
|
3613
1566
|
## npm-run-path
|
|
@@ -3615,16 +1568,6 @@ License: MIT
|
|
|
3615
1568
|
By: Sindre Sorhus
|
|
3616
1569
|
Repository: sindresorhus/npm-run-path
|
|
3617
1570
|
|
|
3618
|
-
> MIT License
|
|
3619
|
-
>
|
|
3620
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3621
|
-
>
|
|
3622
|
-
> 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:
|
|
3623
|
-
>
|
|
3624
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3625
|
-
>
|
|
3626
|
-
> 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.
|
|
3627
|
-
|
|
3628
1571
|
---------------------------------------
|
|
3629
1572
|
|
|
3630
1573
|
## object-assign
|
|
@@ -3632,28 +1575,6 @@ License: MIT
|
|
|
3632
1575
|
By: Sindre Sorhus
|
|
3633
1576
|
Repository: sindresorhus/object-assign
|
|
3634
1577
|
|
|
3635
|
-
> The MIT License (MIT)
|
|
3636
|
-
>
|
|
3637
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3638
|
-
>
|
|
3639
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3640
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
3641
|
-
> in the Software without restriction, including without limitation the rights
|
|
3642
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3643
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
3644
|
-
> furnished to do so, subject to the following conditions:
|
|
3645
|
-
>
|
|
3646
|
-
> The above copyright notice and this permission notice shall be included in
|
|
3647
|
-
> all copies or substantial portions of the Software.
|
|
3648
|
-
>
|
|
3649
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3650
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3651
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3652
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3653
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3654
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3655
|
-
> THE SOFTWARE.
|
|
3656
|
-
|
|
3657
1578
|
---------------------------------------
|
|
3658
1579
|
|
|
3659
1580
|
## okie
|
|
@@ -3690,30 +1611,6 @@ License: MIT
|
|
|
3690
1611
|
By: Douglas Christopher Wilson, Jonathan Ong
|
|
3691
1612
|
Repository: jshttp/on-finished
|
|
3692
1613
|
|
|
3693
|
-
> (The MIT License)
|
|
3694
|
-
>
|
|
3695
|
-
> Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>
|
|
3696
|
-
> Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
3697
|
-
>
|
|
3698
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
3699
|
-
> a copy of this software and associated documentation files (the
|
|
3700
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
3701
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
3702
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
3703
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
3704
|
-
> the following conditions:
|
|
3705
|
-
>
|
|
3706
|
-
> The above copyright notice and this permission notice shall be
|
|
3707
|
-
> included in all copies or substantial portions of the Software.
|
|
3708
|
-
>
|
|
3709
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
3710
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3711
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3712
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3713
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
3714
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3715
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3716
|
-
|
|
3717
1614
|
---------------------------------------
|
|
3718
1615
|
|
|
3719
1616
|
## on-headers
|
|
@@ -3721,29 +1618,6 @@ License: MIT
|
|
|
3721
1618
|
By: Douglas Christopher Wilson
|
|
3722
1619
|
Repository: jshttp/on-headers
|
|
3723
1620
|
|
|
3724
|
-
> (The MIT License)
|
|
3725
|
-
>
|
|
3726
|
-
> Copyright (c) 2014 Douglas Christopher Wilson
|
|
3727
|
-
>
|
|
3728
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
3729
|
-
> a copy of this software and associated documentation files (the
|
|
3730
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
3731
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
3732
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
3733
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
3734
|
-
> the following conditions:
|
|
3735
|
-
>
|
|
3736
|
-
> The above copyright notice and this permission notice shall be
|
|
3737
|
-
> included in all copies or substantial portions of the Software.
|
|
3738
|
-
>
|
|
3739
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
3740
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3741
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3742
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3743
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
3744
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3745
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3746
|
-
|
|
3747
1621
|
---------------------------------------
|
|
3748
1622
|
|
|
3749
1623
|
## once
|
|
@@ -3751,22 +1625,6 @@ License: ISC
|
|
|
3751
1625
|
By: Isaac Z. Schlueter
|
|
3752
1626
|
Repository: git://github.com/isaacs/once
|
|
3753
1627
|
|
|
3754
|
-
> The ISC License
|
|
3755
|
-
>
|
|
3756
|
-
> Copyright (c) Isaac Z. Schlueter and Contributors
|
|
3757
|
-
>
|
|
3758
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
|
3759
|
-
> purpose with or without fee is hereby granted, provided that the above
|
|
3760
|
-
> copyright notice and this permission notice appear in all copies.
|
|
3761
|
-
>
|
|
3762
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
3763
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
3764
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
3765
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
3766
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
3767
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
3768
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
3769
|
-
|
|
3770
1628
|
---------------------------------------
|
|
3771
1629
|
|
|
3772
1630
|
## onetime
|
|
@@ -3774,16 +1632,6 @@ License: MIT
|
|
|
3774
1632
|
By: Sindre Sorhus
|
|
3775
1633
|
Repository: sindresorhus/onetime
|
|
3776
1634
|
|
|
3777
|
-
> MIT License
|
|
3778
|
-
>
|
|
3779
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3780
|
-
>
|
|
3781
|
-
> 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:
|
|
3782
|
-
>
|
|
3783
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3784
|
-
>
|
|
3785
|
-
> 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.
|
|
3786
|
-
|
|
3787
1635
|
---------------------------------------
|
|
3788
1636
|
|
|
3789
1637
|
## open
|
|
@@ -3808,30 +1656,6 @@ License: MIT
|
|
|
3808
1656
|
By: Douglas Christopher Wilson, Jonathan Ong
|
|
3809
1657
|
Repository: pillarjs/parseurl
|
|
3810
1658
|
|
|
3811
|
-
> (The MIT License)
|
|
3812
|
-
>
|
|
3813
|
-
> Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
|
|
3814
|
-
> Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
3815
|
-
>
|
|
3816
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
3817
|
-
> a copy of this software and associated documentation files (the
|
|
3818
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
3819
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
3820
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
3821
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
3822
|
-
> the following conditions:
|
|
3823
|
-
>
|
|
3824
|
-
> The above copyright notice and this permission notice shall be
|
|
3825
|
-
> included in all copies or substantial portions of the Software.
|
|
3826
|
-
>
|
|
3827
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
3828
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3829
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3830
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3831
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
3832
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3833
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3834
|
-
|
|
3835
1659
|
---------------------------------------
|
|
3836
1660
|
|
|
3837
1661
|
## path-is-absolute
|
|
@@ -3839,28 +1663,6 @@ License: MIT
|
|
|
3839
1663
|
By: Sindre Sorhus
|
|
3840
1664
|
Repository: sindresorhus/path-is-absolute
|
|
3841
1665
|
|
|
3842
|
-
> The MIT License (MIT)
|
|
3843
|
-
>
|
|
3844
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3845
|
-
>
|
|
3846
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3847
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
3848
|
-
> in the Software without restriction, including without limitation the rights
|
|
3849
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3850
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
3851
|
-
> furnished to do so, subject to the following conditions:
|
|
3852
|
-
>
|
|
3853
|
-
> The above copyright notice and this permission notice shall be included in
|
|
3854
|
-
> all copies or substantial portions of the Software.
|
|
3855
|
-
>
|
|
3856
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3857
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3858
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3859
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3860
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3861
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3862
|
-
> THE SOFTWARE.
|
|
3863
|
-
|
|
3864
1666
|
---------------------------------------
|
|
3865
1667
|
|
|
3866
1668
|
## path-key
|
|
@@ -3868,28 +1670,6 @@ License: MIT
|
|
|
3868
1670
|
By: Sindre Sorhus
|
|
3869
1671
|
Repository: sindresorhus/path-key
|
|
3870
1672
|
|
|
3871
|
-
> The MIT License (MIT)
|
|
3872
|
-
>
|
|
3873
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3874
|
-
>
|
|
3875
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3876
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
3877
|
-
> in the Software without restriction, including without limitation the rights
|
|
3878
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3879
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
3880
|
-
> furnished to do so, subject to the following conditions:
|
|
3881
|
-
>
|
|
3882
|
-
> The above copyright notice and this permission notice shall be included in
|
|
3883
|
-
> all copies or substantial portions of the Software.
|
|
3884
|
-
>
|
|
3885
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3886
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3887
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3888
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3889
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3890
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3891
|
-
> THE SOFTWARE.
|
|
3892
|
-
|
|
3893
1673
|
---------------------------------------
|
|
3894
1674
|
|
|
3895
1675
|
## path-type
|
|
@@ -3897,16 +1677,6 @@ License: MIT
|
|
|
3897
1677
|
By: Sindre Sorhus
|
|
3898
1678
|
Repository: sindresorhus/path-type
|
|
3899
1679
|
|
|
3900
|
-
> MIT License
|
|
3901
|
-
>
|
|
3902
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3903
|
-
>
|
|
3904
|
-
> 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:
|
|
3905
|
-
>
|
|
3906
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3907
|
-
>
|
|
3908
|
-
> 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.
|
|
3909
|
-
|
|
3910
1680
|
---------------------------------------
|
|
3911
1681
|
|
|
3912
1682
|
## periscopic
|
|
@@ -3928,282 +1698,23 @@ License: MIT
|
|
|
3928
1698
|
By: Jon Schlinkert
|
|
3929
1699
|
Repository: micromatch/picomatch
|
|
3930
1700
|
|
|
3931
|
-
> The MIT License (MIT)
|
|
3932
|
-
>
|
|
3933
|
-
> Copyright (c) 2017-present, Jon Schlinkert.
|
|
3934
|
-
>
|
|
3935
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3936
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
3937
|
-
> in the Software without restriction, including without limitation the rights
|
|
3938
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3939
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
3940
|
-
> furnished to do so, subject to the following conditions:
|
|
3941
|
-
>
|
|
3942
|
-
> The above copyright notice and this permission notice shall be included in
|
|
3943
|
-
> all copies or substantial portions of the Software.
|
|
3944
|
-
>
|
|
3945
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3946
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3947
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3948
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3949
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3950
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3951
|
-
> THE SOFTWARE.
|
|
3952
|
-
|
|
3953
1701
|
---------------------------------------
|
|
3954
1702
|
|
|
3955
1703
|
## pify
|
|
3956
|
-
License: MIT
|
|
3957
|
-
By: Sindre Sorhus
|
|
3958
|
-
Repository: sindresorhus/pify
|
|
3959
|
-
|
|
3960
|
-
> The MIT License (MIT)
|
|
3961
|
-
>
|
|
3962
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3963
|
-
>
|
|
3964
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3965
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
3966
|
-
> in the Software without restriction, including without limitation the rights
|
|
3967
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3968
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
3969
|
-
> furnished to do so, subject to the following conditions:
|
|
3970
|
-
>
|
|
3971
|
-
> The above copyright notice and this permission notice shall be included in
|
|
3972
|
-
> all copies or substantial portions of the Software.
|
|
3973
|
-
>
|
|
3974
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3975
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3976
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3977
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3978
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3979
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3980
|
-
> THE SOFTWARE.
|
|
3981
|
-
|
|
3982
|
-
---------------------------------------
|
|
3983
|
-
|
|
3984
|
-
## postcss-import
|
|
3985
|
-
License: MIT
|
|
3986
|
-
By: Maxime Thirouin
|
|
3987
|
-
Repository: https://github.com/postcss/postcss-import.git
|
|
3988
|
-
|
|
3989
|
-
> The MIT License (MIT)
|
|
3990
|
-
>
|
|
3991
|
-
> Copyright (c) 2014 Maxime Thirouin, Jason Campbell & Kevin Mårtensson
|
|
3992
|
-
>
|
|
3993
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3994
|
-
> this software and associated documentation files (the "Software"), to deal in
|
|
3995
|
-
> the Software without restriction, including without limitation the rights to
|
|
3996
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3997
|
-
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3998
|
-
> subject to the following conditions:
|
|
3999
|
-
>
|
|
4000
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
4001
|
-
> copies or substantial portions of the Software.
|
|
4002
|
-
>
|
|
4003
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4004
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
4005
|
-
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
4006
|
-
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4007
|
-
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
4008
|
-
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4009
|
-
|
|
4010
|
-
---------------------------------------
|
|
4011
|
-
|
|
4012
|
-
## postcss-load-config
|
|
4013
|
-
License: MIT
|
|
4014
|
-
By: Michael Ciniawky, Ryan Dunckel, Mateusz Derks, Dalton Santos, Patrick Gilday
|
|
4015
|
-
Repository: postcss/postcss-load-config
|
|
4016
|
-
|
|
4017
|
-
> The MIT License (MIT)
|
|
4018
|
-
>
|
|
4019
|
-
> Copyright Michael Ciniawsky <michael.ciniawsky@gmail.com>
|
|
4020
|
-
>
|
|
4021
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4022
|
-
> this software and associated documentation files (the "Software"), to deal in
|
|
4023
|
-
> the Software without restriction, including without limitation the rights to
|
|
4024
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
4025
|
-
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
4026
|
-
> subject to the following conditions:
|
|
4027
|
-
>
|
|
4028
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
4029
|
-
> copies or substantial portions of the Software.
|
|
4030
|
-
>
|
|
4031
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4032
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
4033
|
-
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
4034
|
-
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4035
|
-
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
4036
|
-
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4037
|
-
|
|
4038
|
-
---------------------------------------
|
|
4039
|
-
|
|
4040
|
-
## postcss-modules
|
|
4041
|
-
License: MIT
|
|
4042
|
-
By: Alexander Madyankin
|
|
4043
|
-
Repository: https://github.com/css-modules/postcss-modules.git
|
|
4044
|
-
|
|
4045
|
-
> The MIT License (MIT)
|
|
4046
|
-
>
|
|
4047
|
-
> Copyright 2015-2016 Alexander Madyankin <alexander@madyankin.name>
|
|
4048
|
-
>
|
|
4049
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4050
|
-
> this software and associated documentation files (the "Software"), to deal in
|
|
4051
|
-
> the Software without restriction, including without limitation the rights to
|
|
4052
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
4053
|
-
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
4054
|
-
> subject to the following conditions:
|
|
4055
|
-
>
|
|
4056
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
4057
|
-
> copies or substantial portions of the Software.
|
|
4058
|
-
>
|
|
4059
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4060
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
4061
|
-
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
4062
|
-
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4063
|
-
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
4064
|
-
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4065
|
-
|
|
4066
|
-
---------------------------------------
|
|
4067
|
-
|
|
4068
|
-
## postcss-modules-extract-imports
|
|
4069
|
-
License: ISC
|
|
4070
|
-
By: Glen Maddern
|
|
4071
|
-
Repository: https://github.com/css-modules/postcss-modules-extract-imports.git
|
|
4072
|
-
|
|
4073
|
-
> Copyright 2015 Glen Maddern
|
|
4074
|
-
>
|
|
4075
|
-
> 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.
|
|
4076
|
-
>
|
|
4077
|
-
> 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.
|
|
4078
|
-
|
|
4079
|
-
---------------------------------------
|
|
4080
|
-
|
|
4081
|
-
## postcss-modules-local-by-default
|
|
4082
|
-
License: MIT
|
|
4083
|
-
By: Mark Dalgleish
|
|
4084
|
-
Repository: https://github.com/css-modules/postcss-modules-local-by-default.git
|
|
4085
|
-
|
|
4086
|
-
> The MIT License (MIT)
|
|
4087
|
-
>
|
|
4088
|
-
> Copyright 2015 Mark Dalgleish <mark.john.dalgleish@gmail.com>
|
|
4089
|
-
>
|
|
4090
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4091
|
-
> this software and associated documentation files (the "Software"), to deal in
|
|
4092
|
-
> the Software without restriction, including without limitation the rights to
|
|
4093
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
4094
|
-
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
4095
|
-
> subject to the following conditions:
|
|
4096
|
-
>
|
|
4097
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
4098
|
-
> copies or substantial portions of the Software.
|
|
4099
|
-
>
|
|
4100
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4101
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
4102
|
-
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
4103
|
-
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4104
|
-
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
4105
|
-
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4106
|
-
|
|
4107
|
-
---------------------------------------
|
|
4108
|
-
|
|
4109
|
-
## postcss-modules-scope
|
|
4110
|
-
License: ISC
|
|
4111
|
-
By: Glen Maddern
|
|
4112
|
-
Repository: https://github.com/css-modules/postcss-modules-scope.git
|
|
4113
|
-
|
|
4114
|
-
> ISC License (ISC)
|
|
4115
|
-
>
|
|
4116
|
-
> Copyright (c) 2015, Glen Maddern
|
|
4117
|
-
>
|
|
4118
|
-
> 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.
|
|
4119
|
-
>
|
|
4120
|
-
> 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.
|
|
4121
|
-
|
|
4122
|
-
---------------------------------------
|
|
4123
|
-
|
|
4124
|
-
## postcss-modules-values
|
|
4125
|
-
License: ISC
|
|
4126
|
-
By: Glen Maddern
|
|
4127
|
-
Repository: git+https://github.com/css-modules/postcss-modules-values.git
|
|
4128
|
-
|
|
4129
|
-
> ISC License (ISC)
|
|
4130
|
-
>
|
|
4131
|
-
> Copyright (c) 2015, Glen Maddern
|
|
4132
|
-
>
|
|
4133
|
-
> 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.
|
|
4134
|
-
>
|
|
4135
|
-
> 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.
|
|
4136
|
-
|
|
4137
|
-
---------------------------------------
|
|
4138
|
-
|
|
4139
|
-
## postcss-selector-parser
|
|
4140
|
-
License: MIT
|
|
4141
|
-
By: Ben Briggs, Chris Eppstein
|
|
4142
|
-
Repository: postcss/postcss-selector-parser
|
|
4143
|
-
|
|
4144
|
-
> Copyright (c) Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
|
|
4145
|
-
>
|
|
4146
|
-
> Permission is hereby granted, free of charge, to any person
|
|
4147
|
-
> obtaining a copy of this software and associated documentation
|
|
4148
|
-
> files (the "Software"), to deal in the Software without
|
|
4149
|
-
> restriction, including without limitation the rights to use,
|
|
4150
|
-
> copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4151
|
-
> copies of the Software, and to permit persons to whom the
|
|
4152
|
-
> Software is furnished to do so, subject to the following
|
|
4153
|
-
> conditions:
|
|
4154
|
-
>
|
|
4155
|
-
> The above copyright notice and this permission notice shall be
|
|
4156
|
-
> included in all copies or substantial portions of the Software.
|
|
4157
|
-
>
|
|
4158
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
4159
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
4160
|
-
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
4161
|
-
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
4162
|
-
> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
4163
|
-
> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
4164
|
-
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
4165
|
-
> OTHER DEALINGS IN THE SOFTWARE.
|
|
4166
|
-
|
|
4167
|
-
---------------------------------------
|
|
4168
|
-
|
|
4169
|
-
## postcss-value-parser
|
|
4170
|
-
License: MIT
|
|
4171
|
-
By: Bogdan Chadkin
|
|
4172
|
-
Repository: https://github.com/TrySound/postcss-value-parser.git
|
|
4173
|
-
|
|
4174
|
-
> Copyright (c) Bogdan Chadkin <trysound@yandex.ru>
|
|
4175
|
-
>
|
|
4176
|
-
> Permission is hereby granted, free of charge, to any person
|
|
4177
|
-
> obtaining a copy of this software and associated documentation
|
|
4178
|
-
> files (the "Software"), to deal in the Software without
|
|
4179
|
-
> restriction, including without limitation the rights to use,
|
|
4180
|
-
> copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4181
|
-
> copies of the Software, and to permit persons to whom the
|
|
4182
|
-
> Software is furnished to do so, subject to the following
|
|
4183
|
-
> conditions:
|
|
4184
|
-
>
|
|
4185
|
-
> The above copyright notice and this permission notice shall be
|
|
4186
|
-
> included in all copies or substantial portions of the Software.
|
|
4187
|
-
>
|
|
4188
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
4189
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
4190
|
-
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
4191
|
-
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
4192
|
-
> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
4193
|
-
> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
4194
|
-
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
4195
|
-
> OTHER DEALINGS IN THE SOFTWARE.
|
|
1704
|
+
License: MIT
|
|
1705
|
+
By: Sindre Sorhus
|
|
1706
|
+
Repository: sindresorhus/pify
|
|
4196
1707
|
|
|
4197
1708
|
---------------------------------------
|
|
4198
1709
|
|
|
4199
|
-
##
|
|
1710
|
+
## postcss-import
|
|
4200
1711
|
License: MIT
|
|
4201
|
-
By:
|
|
4202
|
-
Repository:
|
|
1712
|
+
By: Maxime Thirouin
|
|
1713
|
+
Repository: https://github.com/postcss/postcss-import.git
|
|
4203
1714
|
|
|
4204
1715
|
> The MIT License (MIT)
|
|
4205
1716
|
>
|
|
4206
|
-
> Copyright (c)
|
|
1717
|
+
> Copyright (c) 2014 Maxime Thirouin, Jason Campbell & Kevin Mårtensson
|
|
4207
1718
|
>
|
|
4208
1719
|
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4209
1720
|
> this software and associated documentation files (the "Software"), to deal in
|
|
@@ -4224,14 +1735,14 @@ Repository: git://github.com/feross/queue-microtask.git
|
|
|
4224
1735
|
|
|
4225
1736
|
---------------------------------------
|
|
4226
1737
|
|
|
4227
|
-
##
|
|
1738
|
+
## postcss-load-config
|
|
4228
1739
|
License: MIT
|
|
4229
|
-
By:
|
|
4230
|
-
Repository:
|
|
1740
|
+
By: Michael Ciniawky, Ryan Dunckel, Mateusz Derks, Dalton Santos, Patrick Gilday
|
|
1741
|
+
Repository: postcss/postcss-load-config
|
|
4231
1742
|
|
|
4232
1743
|
> The MIT License (MIT)
|
|
4233
1744
|
>
|
|
4234
|
-
> Copyright
|
|
1745
|
+
> Copyright Michael Ciniawsky <michael.ciniawsky@gmail.com>
|
|
4235
1746
|
>
|
|
4236
1747
|
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4237
1748
|
> this software and associated documentation files (the "Software"), to deal in
|
|
@@ -4252,32 +1763,94 @@ Repository: git+https://github.com/TrySound/read-cache.git
|
|
|
4252
1763
|
|
|
4253
1764
|
---------------------------------------
|
|
4254
1765
|
|
|
4255
|
-
##
|
|
1766
|
+
## postcss-modules
|
|
4256
1767
|
License: MIT
|
|
4257
|
-
By:
|
|
4258
|
-
Repository:
|
|
1768
|
+
By: Alexander Madyankin
|
|
1769
|
+
Repository: https://github.com/css-modules/postcss-modules.git
|
|
4259
1770
|
|
|
4260
|
-
> MIT License
|
|
1771
|
+
> The MIT License (MIT)
|
|
4261
1772
|
>
|
|
4262
|
-
> Copyright
|
|
1773
|
+
> Copyright 2015-2016 Alexander Madyankin <alexander@madyankin.name>
|
|
4263
1774
|
>
|
|
4264
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4265
|
-
>
|
|
4266
|
-
>
|
|
4267
|
-
>
|
|
4268
|
-
>
|
|
4269
|
-
>
|
|
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:
|
|
4270
1781
|
>
|
|
4271
1782
|
> The above copyright notice and this permission notice shall be included in all
|
|
4272
1783
|
> copies or substantial portions of the Software.
|
|
4273
1784
|
>
|
|
4274
1785
|
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4275
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4276
|
-
>
|
|
4277
|
-
>
|
|
4278
|
-
>
|
|
4279
|
-
>
|
|
4280
|
-
|
|
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
|
|
4281
1854
|
|
|
4282
1855
|
---------------------------------------
|
|
4283
1856
|
|
|
@@ -4286,28 +1859,6 @@ License: MIT
|
|
|
4286
1859
|
By: Arnout Kazemier
|
|
4287
1860
|
Repository: https://github.com/unshiftio/requires-port
|
|
4288
1861
|
|
|
4289
|
-
> The MIT License (MIT)
|
|
4290
|
-
>
|
|
4291
|
-
> Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
|
|
4292
|
-
>
|
|
4293
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4294
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
4295
|
-
> in the Software without restriction, including without limitation the rights
|
|
4296
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4297
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
4298
|
-
> furnished to do so, subject to the following conditions:
|
|
4299
|
-
>
|
|
4300
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
4301
|
-
> copies or substantial portions of the Software.
|
|
4302
|
-
>
|
|
4303
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4304
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4305
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4306
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4307
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4308
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4309
|
-
> SOFTWARE.
|
|
4310
|
-
|
|
4311
1862
|
---------------------------------------
|
|
4312
1863
|
|
|
4313
1864
|
## resolve-from
|
|
@@ -4315,16 +1866,6 @@ License: MIT
|
|
|
4315
1866
|
By: Sindre Sorhus
|
|
4316
1867
|
Repository: sindresorhus/resolve-from
|
|
4317
1868
|
|
|
4318
|
-
> MIT License
|
|
4319
|
-
>
|
|
4320
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
4321
|
-
>
|
|
4322
|
-
> 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:
|
|
4323
|
-
>
|
|
4324
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4325
|
-
>
|
|
4326
|
-
> 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.
|
|
4327
|
-
|
|
4328
1869
|
---------------------------------------
|
|
4329
1870
|
|
|
4330
1871
|
## resolve.exports
|
|
@@ -4361,28 +1902,6 @@ License: MIT
|
|
|
4361
1902
|
By: Matteo Collina
|
|
4362
1903
|
Repository: git+https://github.com/mcollina/reusify.git
|
|
4363
1904
|
|
|
4364
|
-
> The MIT License (MIT)
|
|
4365
|
-
>
|
|
4366
|
-
> Copyright (c) 2015 Matteo Collina
|
|
4367
|
-
>
|
|
4368
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4369
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
4370
|
-
> in the Software without restriction, including without limitation the rights
|
|
4371
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4372
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
4373
|
-
> furnished to do so, subject to the following conditions:
|
|
4374
|
-
>
|
|
4375
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
4376
|
-
> copies or substantial portions of the Software.
|
|
4377
|
-
>
|
|
4378
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4379
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4380
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4381
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4382
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4383
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4384
|
-
> SOFTWARE.
|
|
4385
|
-
|
|
4386
1905
|
---------------------------------------
|
|
4387
1906
|
|
|
4388
1907
|
## run-parallel
|
|
@@ -4390,27 +1909,6 @@ License: MIT
|
|
|
4390
1909
|
By: Feross Aboukhadijeh
|
|
4391
1910
|
Repository: git://github.com/feross/run-parallel.git
|
|
4392
1911
|
|
|
4393
|
-
> The MIT License (MIT)
|
|
4394
|
-
>
|
|
4395
|
-
> Copyright (c) Feross Aboukhadijeh
|
|
4396
|
-
>
|
|
4397
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4398
|
-
> this software and associated documentation files (the "Software"), to deal in
|
|
4399
|
-
> the Software without restriction, including without limitation the rights to
|
|
4400
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
4401
|
-
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
4402
|
-
> subject to the following conditions:
|
|
4403
|
-
>
|
|
4404
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
4405
|
-
> copies or substantial portions of the Software.
|
|
4406
|
-
>
|
|
4407
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4408
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
4409
|
-
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
4410
|
-
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4411
|
-
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
4412
|
-
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4413
|
-
|
|
4414
1912
|
---------------------------------------
|
|
4415
1913
|
|
|
4416
1914
|
## safe-buffer
|
|
@@ -4418,28 +1916,6 @@ License: MIT
|
|
|
4418
1916
|
By: Feross Aboukhadijeh
|
|
4419
1917
|
Repository: git://github.com/feross/safe-buffer.git
|
|
4420
1918
|
|
|
4421
|
-
> The MIT License (MIT)
|
|
4422
|
-
>
|
|
4423
|
-
> Copyright (c) Feross Aboukhadijeh
|
|
4424
|
-
>
|
|
4425
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4426
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
4427
|
-
> in the Software without restriction, including without limitation the rights
|
|
4428
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4429
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
4430
|
-
> furnished to do so, subject to the following conditions:
|
|
4431
|
-
>
|
|
4432
|
-
> The above copyright notice and this permission notice shall be included in
|
|
4433
|
-
> all copies or substantial portions of the Software.
|
|
4434
|
-
>
|
|
4435
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4436
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4437
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4438
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4439
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4440
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4441
|
-
> THE SOFTWARE.
|
|
4442
|
-
|
|
4443
1919
|
---------------------------------------
|
|
4444
1920
|
|
|
4445
1921
|
## selfsigned
|
|
@@ -4476,28 +1952,6 @@ License: MIT
|
|
|
4476
1952
|
By: Kevin Mårtensson
|
|
4477
1953
|
Repository: kevva/shebang-command
|
|
4478
1954
|
|
|
4479
|
-
> The MIT License (MIT)
|
|
4480
|
-
>
|
|
4481
|
-
> Copyright (c) Kevin Martensson <kevinmartensson@gmail.com> (github.com/kevva)
|
|
4482
|
-
>
|
|
4483
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4484
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
4485
|
-
> in the Software without restriction, including without limitation the rights
|
|
4486
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4487
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
4488
|
-
> furnished to do so, subject to the following conditions:
|
|
4489
|
-
>
|
|
4490
|
-
> The above copyright notice and this permission notice shall be included in
|
|
4491
|
-
> all copies or substantial portions of the Software.
|
|
4492
|
-
>
|
|
4493
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4494
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4495
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4496
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4497
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4498
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4499
|
-
> THE SOFTWARE.
|
|
4500
|
-
|
|
4501
1955
|
---------------------------------------
|
|
4502
1956
|
|
|
4503
1957
|
## shebang-regex
|
|
@@ -4505,28 +1959,6 @@ License: MIT
|
|
|
4505
1959
|
By: Sindre Sorhus
|
|
4506
1960
|
Repository: sindresorhus/shebang-regex
|
|
4507
1961
|
|
|
4508
|
-
> The MIT License (MIT)
|
|
4509
|
-
>
|
|
4510
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
4511
|
-
>
|
|
4512
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4513
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
4514
|
-
> in the Software without restriction, including without limitation the rights
|
|
4515
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4516
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
4517
|
-
> furnished to do so, subject to the following conditions:
|
|
4518
|
-
>
|
|
4519
|
-
> The above copyright notice and this permission notice shall be included in
|
|
4520
|
-
> all copies or substantial portions of the Software.
|
|
4521
|
-
>
|
|
4522
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4523
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4524
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4525
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4526
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4527
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4528
|
-
> THE SOFTWARE.
|
|
4529
|
-
|
|
4530
1962
|
---------------------------------------
|
|
4531
1963
|
|
|
4532
1964
|
## shell-quote
|
|
@@ -4534,31 +1966,6 @@ License: MIT
|
|
|
4534
1966
|
By: James Halliday
|
|
4535
1967
|
Repository: http://github.com/substack/node-shell-quote.git
|
|
4536
1968
|
|
|
4537
|
-
> The MIT License
|
|
4538
|
-
>
|
|
4539
|
-
> Copyright (c) 2013 James Halliday (mail@substack.net)
|
|
4540
|
-
>
|
|
4541
|
-
> Permission is hereby granted, free of charge,
|
|
4542
|
-
> to any person obtaining a copy of this software and
|
|
4543
|
-
> associated documentation files (the "Software"), to
|
|
4544
|
-
> deal in the Software without restriction, including
|
|
4545
|
-
> without limitation the rights to use, copy, modify,
|
|
4546
|
-
> merge, publish, distribute, sublicense, and/or sell
|
|
4547
|
-
> copies of the Software, and to permit persons to whom
|
|
4548
|
-
> the Software is furnished to do so,
|
|
4549
|
-
> subject to the following conditions:
|
|
4550
|
-
>
|
|
4551
|
-
> The above copyright notice and this permission notice
|
|
4552
|
-
> shall be included in all copies or substantial portions of the Software.
|
|
4553
|
-
>
|
|
4554
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
4555
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
4556
|
-
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4557
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
|
|
4558
|
-
> ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4559
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4560
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4561
|
-
|
|
4562
1969
|
---------------------------------------
|
|
4563
1970
|
|
|
4564
1971
|
## signal-exit
|
|
@@ -4566,23 +1973,6 @@ License: ISC
|
|
|
4566
1973
|
By: Ben Coe
|
|
4567
1974
|
Repository: https://github.com/tapjs/signal-exit.git
|
|
4568
1975
|
|
|
4569
|
-
> The ISC License
|
|
4570
|
-
>
|
|
4571
|
-
> Copyright (c) 2015, Contributors
|
|
4572
|
-
>
|
|
4573
|
-
> Permission to use, copy, modify, and/or distribute this software
|
|
4574
|
-
> for any purpose with or without fee is hereby granted, provided
|
|
4575
|
-
> that the above copyright notice and this permission notice
|
|
4576
|
-
> appear in all copies.
|
|
4577
|
-
>
|
|
4578
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
4579
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
|
4580
|
-
> OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
|
|
4581
|
-
> LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
|
|
4582
|
-
> OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
4583
|
-
> WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
|
4584
|
-
> ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
4585
|
-
|
|
4586
1976
|
---------------------------------------
|
|
4587
1977
|
|
|
4588
1978
|
## sirv
|
|
@@ -4597,16 +1987,6 @@ License: MIT
|
|
|
4597
1987
|
By: Sindre Sorhus
|
|
4598
1988
|
Repository: sindresorhus/slash
|
|
4599
1989
|
|
|
4600
|
-
> MIT License
|
|
4601
|
-
>
|
|
4602
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
4603
|
-
>
|
|
4604
|
-
> 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:
|
|
4605
|
-
>
|
|
4606
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4607
|
-
>
|
|
4608
|
-
> 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.
|
|
4609
|
-
|
|
4610
1990
|
---------------------------------------
|
|
4611
1991
|
|
|
4612
1992
|
## source-map
|
|
@@ -4649,28 +2029,6 @@ License: MIT
|
|
|
4649
2029
|
By: Rich Harris
|
|
4650
2030
|
Repository: https://github.com/Rich-Harris/sourcemap-codec
|
|
4651
2031
|
|
|
4652
|
-
> The MIT License
|
|
4653
|
-
>
|
|
4654
|
-
> Copyright (c) 2015 Rich Harris
|
|
4655
|
-
>
|
|
4656
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4657
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
4658
|
-
> in the Software without restriction, including without limitation the rights
|
|
4659
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4660
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
4661
|
-
> furnished to do so, subject to the following conditions:
|
|
4662
|
-
>
|
|
4663
|
-
> The above copyright notice and this permission notice shall be included in
|
|
4664
|
-
> all copies or substantial portions of the Software.
|
|
4665
|
-
>
|
|
4666
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4667
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4668
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4669
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4670
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4671
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4672
|
-
> THE SOFTWARE.
|
|
4673
|
-
|
|
4674
2032
|
---------------------------------------
|
|
4675
2033
|
|
|
4676
2034
|
## statuses
|
|
@@ -4678,29 +2036,6 @@ License: MIT
|
|
|
4678
2036
|
By: Douglas Christopher Wilson, Jonathan Ong
|
|
4679
2037
|
Repository: jshttp/statuses
|
|
4680
2038
|
|
|
4681
|
-
> The MIT License (MIT)
|
|
4682
|
-
>
|
|
4683
|
-
> Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
|
|
4684
|
-
> Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
4685
|
-
>
|
|
4686
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4687
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
4688
|
-
> in the Software without restriction, including without limitation the rights
|
|
4689
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4690
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
4691
|
-
> furnished to do so, subject to the following conditions:
|
|
4692
|
-
>
|
|
4693
|
-
> The above copyright notice and this permission notice shall be included in
|
|
4694
|
-
> all copies or substantial portions of the Software.
|
|
4695
|
-
>
|
|
4696
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4697
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4698
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4699
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4700
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4701
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4702
|
-
> THE SOFTWARE.
|
|
4703
|
-
|
|
4704
2039
|
---------------------------------------
|
|
4705
2040
|
|
|
4706
2041
|
## string-hash
|
|
@@ -4732,16 +2067,6 @@ License: MIT
|
|
|
4732
2067
|
By: Sindre Sorhus
|
|
4733
2068
|
Repository: sindresorhus/strip-final-newline
|
|
4734
2069
|
|
|
4735
|
-
> MIT License
|
|
4736
|
-
>
|
|
4737
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
4738
|
-
>
|
|
4739
|
-
> 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:
|
|
4740
|
-
>
|
|
4741
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4742
|
-
>
|
|
4743
|
-
> 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.
|
|
4744
|
-
|
|
4745
2070
|
---------------------------------------
|
|
4746
2071
|
|
|
4747
2072
|
## supports-color
|
|
@@ -4749,16 +2074,6 @@ License: MIT
|
|
|
4749
2074
|
By: Sindre Sorhus
|
|
4750
2075
|
Repository: chalk/supports-color
|
|
4751
2076
|
|
|
4752
|
-
> MIT License
|
|
4753
|
-
>
|
|
4754
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
4755
|
-
>
|
|
4756
|
-
> 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:
|
|
4757
|
-
>
|
|
4758
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4759
|
-
>
|
|
4760
|
-
> 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.
|
|
4761
|
-
|
|
4762
2077
|
---------------------------------------
|
|
4763
2078
|
|
|
4764
2079
|
## to-regex-range
|
|
@@ -4766,28 +2081,6 @@ License: MIT
|
|
|
4766
2081
|
By: Jon Schlinkert, Rouven Weßling
|
|
4767
2082
|
Repository: micromatch/to-regex-range
|
|
4768
2083
|
|
|
4769
|
-
> The MIT License (MIT)
|
|
4770
|
-
>
|
|
4771
|
-
> Copyright (c) 2015-present, Jon Schlinkert.
|
|
4772
|
-
>
|
|
4773
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4774
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
4775
|
-
> in the Software without restriction, including without limitation the rights
|
|
4776
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4777
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
4778
|
-
> furnished to do so, subject to the following conditions:
|
|
4779
|
-
>
|
|
4780
|
-
> The above copyright notice and this permission notice shall be included in
|
|
4781
|
-
> all copies or substantial portions of the Software.
|
|
4782
|
-
>
|
|
4783
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4784
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4785
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4786
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4787
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4788
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4789
|
-
> THE SOFTWARE.
|
|
4790
|
-
|
|
4791
2084
|
---------------------------------------
|
|
4792
2085
|
|
|
4793
2086
|
## totalist
|
|
@@ -4795,28 +2088,6 @@ License: MIT
|
|
|
4795
2088
|
By: Luke Edwards
|
|
4796
2089
|
Repository: lukeed/totalist
|
|
4797
2090
|
|
|
4798
|
-
> The MIT License (MIT)
|
|
4799
|
-
>
|
|
4800
|
-
> Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
|
|
4801
|
-
>
|
|
4802
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4803
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
4804
|
-
> in the Software without restriction, including without limitation the rights
|
|
4805
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4806
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
4807
|
-
> furnished to do so, subject to the following conditions:
|
|
4808
|
-
>
|
|
4809
|
-
> The above copyright notice and this permission notice shall be included in
|
|
4810
|
-
> all copies or substantial portions of the Software.
|
|
4811
|
-
>
|
|
4812
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4813
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4814
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4815
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4816
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4817
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4818
|
-
> THE SOFTWARE.
|
|
4819
|
-
|
|
4820
2091
|
---------------------------------------
|
|
4821
2092
|
|
|
4822
2093
|
## ts-node
|
|
@@ -4907,29 +2178,6 @@ License: MIT
|
|
|
4907
2178
|
By: Douglas Christopher Wilson
|
|
4908
2179
|
Repository: stream-utils/unpipe
|
|
4909
2180
|
|
|
4910
|
-
> (The MIT License)
|
|
4911
|
-
>
|
|
4912
|
-
> Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
4913
|
-
>
|
|
4914
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4915
|
-
> a copy of this software and associated documentation files (the
|
|
4916
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
4917
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4918
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4919
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
4920
|
-
> the following conditions:
|
|
4921
|
-
>
|
|
4922
|
-
> The above copyright notice and this permission notice shall be
|
|
4923
|
-
> included in all copies or substantial portions of the Software.
|
|
4924
|
-
>
|
|
4925
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4926
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4927
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4928
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4929
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4930
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4931
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4932
|
-
|
|
4933
2181
|
---------------------------------------
|
|
4934
2182
|
|
|
4935
2183
|
## util-deprecate
|
|
@@ -4937,31 +2185,6 @@ License: MIT
|
|
|
4937
2185
|
By: Nathan Rajlich
|
|
4938
2186
|
Repository: git://github.com/TooTallNate/util-deprecate.git
|
|
4939
2187
|
|
|
4940
|
-
> (The MIT License)
|
|
4941
|
-
>
|
|
4942
|
-
> Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
4943
|
-
>
|
|
4944
|
-
> Permission is hereby granted, free of charge, to any person
|
|
4945
|
-
> obtaining a copy of this software and associated documentation
|
|
4946
|
-
> files (the "Software"), to deal in the Software without
|
|
4947
|
-
> restriction, including without limitation the rights to use,
|
|
4948
|
-
> copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4949
|
-
> copies of the Software, and to permit persons to whom the
|
|
4950
|
-
> Software is furnished to do so, subject to the following
|
|
4951
|
-
> conditions:
|
|
4952
|
-
>
|
|
4953
|
-
> The above copyright notice and this permission notice shall be
|
|
4954
|
-
> included in all copies or substantial portions of the Software.
|
|
4955
|
-
>
|
|
4956
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
4957
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
4958
|
-
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
4959
|
-
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
4960
|
-
> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
4961
|
-
> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
4962
|
-
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
4963
|
-
> OTHER DEALINGS IN THE SOFTWARE.
|
|
4964
|
-
|
|
4965
2188
|
---------------------------------------
|
|
4966
2189
|
|
|
4967
2190
|
## utils-merge
|
|
@@ -4969,27 +2192,6 @@ License: MIT
|
|
|
4969
2192
|
By: Jared Hanson
|
|
4970
2193
|
Repository: git://github.com/jaredhanson/utils-merge.git
|
|
4971
2194
|
|
|
4972
|
-
> The MIT License (MIT)
|
|
4973
|
-
>
|
|
4974
|
-
> Copyright (c) 2013-2017 Jared Hanson
|
|
4975
|
-
>
|
|
4976
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4977
|
-
> this software and associated documentation files (the "Software"), to deal in
|
|
4978
|
-
> the Software without restriction, including without limitation the rights to
|
|
4979
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
4980
|
-
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
4981
|
-
> subject to the following conditions:
|
|
4982
|
-
>
|
|
4983
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
4984
|
-
> copies or substantial portions of the Software.
|
|
4985
|
-
>
|
|
4986
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4987
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
4988
|
-
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
4989
|
-
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4990
|
-
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
4991
|
-
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4992
|
-
|
|
4993
2195
|
---------------------------------------
|
|
4994
2196
|
|
|
4995
2197
|
## vary
|
|
@@ -4997,29 +2199,6 @@ License: MIT
|
|
|
4997
2199
|
By: Douglas Christopher Wilson
|
|
4998
2200
|
Repository: jshttp/vary
|
|
4999
2201
|
|
|
5000
|
-
> (The MIT License)
|
|
5001
|
-
>
|
|
5002
|
-
> Copyright (c) 2014-2017 Douglas Christopher Wilson
|
|
5003
|
-
>
|
|
5004
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
5005
|
-
> a copy of this software and associated documentation files (the
|
|
5006
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
5007
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
5008
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
5009
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
5010
|
-
> the following conditions:
|
|
5011
|
-
>
|
|
5012
|
-
> The above copyright notice and this permission notice shall be
|
|
5013
|
-
> included in all copies or substantial portions of the Software.
|
|
5014
|
-
>
|
|
5015
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5016
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5017
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5018
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5019
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5020
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5021
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5022
|
-
|
|
5023
2202
|
---------------------------------------
|
|
5024
2203
|
|
|
5025
2204
|
## which
|
|
@@ -5027,22 +2206,6 @@ License: ISC
|
|
|
5027
2206
|
By: Isaac Z. Schlueter
|
|
5028
2207
|
Repository: git://github.com/isaacs/node-which.git
|
|
5029
2208
|
|
|
5030
|
-
> The ISC License
|
|
5031
|
-
>
|
|
5032
|
-
> Copyright (c) Isaac Z. Schlueter and Contributors
|
|
5033
|
-
>
|
|
5034
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
|
5035
|
-
> purpose with or without fee is hereby granted, provided that the above
|
|
5036
|
-
> copyright notice and this permission notice appear in all copies.
|
|
5037
|
-
>
|
|
5038
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
5039
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
5040
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
5041
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
5042
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
5043
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
5044
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
5045
|
-
|
|
5046
2209
|
---------------------------------------
|
|
5047
2210
|
|
|
5048
2211
|
## wrappy
|
|
@@ -5050,22 +2213,6 @@ License: ISC
|
|
|
5050
2213
|
By: Isaac Z. Schlueter
|
|
5051
2214
|
Repository: https://github.com/npm/wrappy
|
|
5052
2215
|
|
|
5053
|
-
> The ISC License
|
|
5054
|
-
>
|
|
5055
|
-
> Copyright (c) Isaac Z. Schlueter and Contributors
|
|
5056
|
-
>
|
|
5057
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
|
5058
|
-
> purpose with or without fee is hereby granted, provided that the above
|
|
5059
|
-
> copyright notice and this permission notice appear in all copies.
|
|
5060
|
-
>
|
|
5061
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
5062
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
5063
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
5064
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
5065
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
5066
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
5067
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
5068
|
-
|
|
5069
2216
|
---------------------------------------
|
|
5070
2217
|
|
|
5071
2218
|
## ws
|
|
@@ -5102,33 +2249,9 @@ License: ISC
|
|
|
5102
2249
|
By: Eemeli Aro
|
|
5103
2250
|
Repository: github:eemeli/yaml
|
|
5104
2251
|
|
|
5105
|
-
> Copyright 2018 Eemeli Aro <eemeli@gmail.com>
|
|
5106
|
-
>
|
|
5107
|
-
> Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
5108
|
-
> with or without fee is hereby granted, provided that the above copyright notice
|
|
5109
|
-
> and this permission notice appear in all copies.
|
|
5110
|
-
>
|
|
5111
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
5112
|
-
> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
5113
|
-
> FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
5114
|
-
> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
5115
|
-
> OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
5116
|
-
> TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
5117
|
-
> THIS SOFTWARE.
|
|
5118
|
-
|
|
5119
2252
|
---------------------------------------
|
|
5120
2253
|
|
|
5121
2254
|
## yn
|
|
5122
2255
|
License: MIT
|
|
5123
2256
|
By: Sindre Sorhus
|
|
5124
2257
|
Repository: sindresorhus/yn
|
|
5125
|
-
|
|
5126
|
-
> MIT License
|
|
5127
|
-
>
|
|
5128
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
5129
|
-
>
|
|
5130
|
-
> 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:
|
|
5131
|
-
>
|
|
5132
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
5133
|
-
>
|
|
5134
|
-
> 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.
|