UNPKG

294 kBPlain TextView Raw
1# Prettier license
2
3Prettier is released under the MIT license:
4
5Copyright © James Long and contributors
6
7Permission 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:
8
9The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
10
11THE 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.
12
13## Licenses of bundled dependencies
14
15The published Prettier artifact additionally contains code with the following licenses:
16MIT, ISC, BSD-2-Clause, BSD-3-Clause, Apache-2.0, 0BSD
17
18## Bundled dependencies
19
20### @angular/compiler@v12.2.16
21
22License: MIT
23By: angular
24Repository: <https://github.com/angular/angular.git>
25
26----------------------------------------
27
28### @babel/code-frame@v7.16.7
29
30License: MIT
31By: The Babel Team
32Repository: <https://github.com/babel/babel.git>
33
34> MIT License
35>
36> Copyright (c) 2014-present Sebastian McKenzie and other contributors
37>
38> Permission is hereby granted, free of charge, to any person obtaining
39> a copy of this software and associated documentation files (the
40> "Software"), to deal in the Software without restriction, including
41> without limitation the rights to use, copy, modify, merge, publish,
42> distribute, sublicense, and/or sell copies of the Software, and to
43> permit persons to whom the Software is furnished to do so, subject to
44> the following conditions:
45>
46> The above copyright notice and this permission notice shall be
47> included in all copies or substantial portions of the Software.
48>
49> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
50> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
51> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
52> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
53> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
54> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
55> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
56
57----------------------------------------
58
59### @babel/helper-validator-identifier@v7.18.6
60
61License: MIT
62By: The Babel Team
63Repository: <https://github.com/babel/babel.git>
64
65> MIT License
66>
67> Copyright (c) 2014-present Sebastian McKenzie and other contributors
68>
69> Permission is hereby granted, free of charge, to any person obtaining
70> a copy of this software and associated documentation files (the
71> "Software"), to deal in the Software without restriction, including
72> without limitation the rights to use, copy, modify, merge, publish,
73> distribute, sublicense, and/or sell copies of the Software, and to
74> permit persons to whom the Software is furnished to do so, subject to
75> the following conditions:
76>
77> The above copyright notice and this permission notice shall be
78> included in all copies or substantial portions of the Software.
79>
80> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
81> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
82> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
83> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
84> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
85> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
86> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
87
88----------------------------------------
89
90### @babel/highlight@v7.16.10
91
92License: MIT
93By: The Babel Team
94Repository: <https://github.com/babel/babel.git>
95
96> MIT License
97>
98> Copyright (c) 2014-present Sebastian McKenzie and other contributors
99>
100> Permission is hereby granted, free of charge, to any person obtaining
101> a copy of this software and associated documentation files (the
102> "Software"), to deal in the Software without restriction, including
103> without limitation the rights to use, copy, modify, merge, publish,
104> distribute, sublicense, and/or sell copies of the Software, and to
105> permit persons to whom the Software is furnished to do so, subject to
106> the following conditions:
107>
108> The above copyright notice and this permission notice shall be
109> included in all copies or substantial portions of the Software.
110>
111> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
112> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
113> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
114> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
115> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
116> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
117> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
118
119----------------------------------------
120
121### @babel/parser@v7.20.1
122
123License: MIT
124By: The Babel Team
125Repository: <https://github.com/babel/babel.git>
126
127> Copyright (C) 2012-2014 by various contributors (see AUTHORS)
128>
129> Permission is hereby granted, free of charge, to any person obtaining a copy
130> of this software and associated documentation files (the "Software"), to deal
131> in the Software without restriction, including without limitation the rights
132> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
133> copies of the Software, and to permit persons to whom the Software is
134> furnished to do so, subject to the following conditions:
135>
136> The above copyright notice and this permission notice shall be included in
137> all copies or substantial portions of the Software.
138>
139> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
140> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
141> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
142> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
143> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
144> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
145> THE SOFTWARE.
146
147----------------------------------------
148
149### @glimmer/env@v0.1.7
150
151License: MIT
152
153> Copyright (c) 2017 Martin Muñoz and contributors.
154>
155> Permission is hereby granted, free of charge, to any person obtaining a copy of
156> this software and associated documentation files (the "Software"), to deal in
157> the Software without restriction, including without limitation the rights to
158> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
159> of the Software, and to permit persons to whom the Software is furnished to do
160> so, subject to the following conditions:
161>
162> The above copyright notice and this permission notice shall be included in all
163> copies or substantial portions of the Software.
164>
165> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
166> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
167> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
168> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
169> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
170> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
171> SOFTWARE.
172
173----------------------------------------
174
175### @glimmer/syntax@v0.84.2
176
177License: MIT
178
179> Copyright (c) 2015 Tilde, Inc.
180>
181> Permission is hereby granted, free of charge, to any person obtaining a copy of
182> this software and associated documentation files (the "Software"), to deal in
183> the Software without restriction, including without limitation the rights to
184> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
185> of the Software, and to permit persons to whom the Software is furnished to do
186> so, subject to the following conditions:
187>
188> The above copyright notice and this permission notice shall be included in all
189> copies or substantial portions of the Software.
190>
191> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
192> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
193> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
194> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
195> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
196> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
197> SOFTWARE.
198
199----------------------------------------
200
201### @glimmer/util@v0.84.2
202
203License: MIT
204
205> Copyright (c) 2015 Tilde, Inc.
206>
207> Permission is hereby granted, free of charge, to any person obtaining a copy of
208> this software and associated documentation files (the "Software"), to deal in
209> the Software without restriction, including without limitation the rights to
210> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
211> of the Software, and to permit persons to whom the Software is furnished to do
212> so, subject to the following conditions:
213>
214> The above copyright notice and this permission notice shall be included in all
215> copies or substantial portions of the Software.
216>
217> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
218> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
219> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
220> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
221> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
222> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
223> SOFTWARE.
224
225----------------------------------------
226
227### @handlebars/parser@v2.0.0
228
229License: ISC
230Repository: <git+https://github.com/handlebars-lang/handlebars-parser.git>
231
232----------------------------------------
233
234### @iarna/toml@v2.2.5
235
236License: ISC
237By: Rebecca Turner
238Repository: <git+https://github.com/iarna/iarna-toml.git>
239
240> Copyright (c) 2016, Rebecca Turner <me@re-becca.org>
241>
242> Permission to use, copy, modify, and/or distribute this software for any
243> purpose with or without fee is hereby granted, provided that the above
244> copyright notice and this permission notice appear in all copies.
245>
246> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
247> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
248> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
249> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
250> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
251> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
252> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
253
254----------------------------------------
255
256### @nodelib/fs.scandir@v2.1.5
257
258License: MIT
259
260> The MIT License (MIT)
261>
262> Copyright (c) Denis Malinochkin
263>
264> Permission is hereby granted, free of charge, to any person obtaining a copy
265> of this software and associated documentation files (the "Software"), to deal
266> in the Software without restriction, including without limitation the rights
267> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
268> copies of the Software, and to permit persons to whom the Software is
269> furnished to do so, subject to the following conditions:
270>
271> The above copyright notice and this permission notice shall be included in all
272> copies or substantial portions of the Software.
273>
274> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
275> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
276> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
277> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
278> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
279> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
280> SOFTWARE.
281
282----------------------------------------
283
284### @nodelib/fs.stat@v2.0.5
285
286License: MIT
287
288> The MIT License (MIT)
289>
290> Copyright (c) Denis Malinochkin
291>
292> Permission is hereby granted, free of charge, to any person obtaining a copy
293> of this software and associated documentation files (the "Software"), to deal
294> in the Software without restriction, including without limitation the rights
295> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
296> copies of the Software, and to permit persons to whom the Software is
297> furnished to do so, subject to the following conditions:
298>
299> The above copyright notice and this permission notice shall be included in all
300> copies or substantial portions of the Software.
301>
302> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
303> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
304> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
305> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
306> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
307> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
308> SOFTWARE.
309
310----------------------------------------
311
312### @nodelib/fs.walk@v1.2.8
313
314License: MIT
315
316> The MIT License (MIT)
317>
318> Copyright (c) Denis Malinochkin
319>
320> Permission is hereby granted, free of charge, to any person obtaining a copy
321> of this software and associated documentation files (the "Software"), to deal
322> in the Software without restriction, including without limitation the rights
323> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
324> copies of the Software, and to permit persons to whom the Software is
325> furnished to do so, subject to the following conditions:
326>
327> The above copyright notice and this permission notice shall be included in all
328> copies or substantial portions of the Software.
329>
330> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
331> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
332> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
333> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
334> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
335> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
336> SOFTWARE.
337
338----------------------------------------
339
340### @typescript-eslint/types@v5.45.0
341
342License: MIT
343Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
344
345> MIT License
346>
347> Copyright (c) 2019 TypeScript ESLint and other contributors
348>
349> Permission is hereby granted, free of charge, to any person obtaining a copy
350> of this software and associated documentation files (the "Software"), to deal
351> in the Software without restriction, including without limitation the rights
352> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
353> copies of the Software, and to permit persons to whom the Software is
354> furnished to do so, subject to the following conditions:
355>
356> The above copyright notice and this permission notice shall be included in all
357> copies or substantial portions of the Software.
358>
359> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
360> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
361> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
362> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
363> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
364> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
365> SOFTWARE.
366
367----------------------------------------
368
369### @typescript-eslint/typescript-estree@v5.45.0
370
371License: BSD-2-Clause
372Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
373
374> TypeScript ESTree
375>
376> Originally extracted from:
377>
378> TypeScript ESLint Parser
379> Copyright JS Foundation and other contributors, https://js.foundation
380>
381> Redistribution and use in source and binary forms, with or without
382> modification, are permitted provided that the following conditions are met:
383>
384> * Redistributions of source code must retain the above copyright
385> notice, this list of conditions and the following disclaimer.
386> * Redistributions in binary form must reproduce the above copyright
387> notice, this list of conditions and the following disclaimer in the
388> documentation and/or other materials provided with the distribution.
389>
390> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
391> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
392> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
393> ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
394> DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
395> (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
396> LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
397> ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
398> (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
399> THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
400
401----------------------------------------
402
403### @typescript-eslint/visitor-keys@v5.45.0
404
405License: MIT
406Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
407
408> MIT License
409>
410> Copyright (c) 2019 TypeScript ESLint and other contributors
411>
412> Permission is hereby granted, free of charge, to any person obtaining a copy
413> of this software and associated documentation files (the "Software"), to deal
414> in the Software without restriction, including without limitation the rights
415> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
416> copies of the Software, and to permit persons to whom the Software is
417> furnished to do so, subject to the following conditions:
418>
419> The above copyright notice and this permission notice shall be included in all
420> copies or substantial portions of the Software.
421>
422> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
423> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
424> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
425> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
426> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
427> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
428> SOFTWARE.
429
430----------------------------------------
431
432### acorn@v8.8.0
433
434License: MIT
435Repository: <https://github.com/acornjs/acorn.git>
436
437> MIT License
438>
439> Copyright (C) 2012-2022 by various contributors (see AUTHORS)
440>
441> Permission is hereby granted, free of charge, to any person obtaining a copy
442> of this software and associated documentation files (the "Software"), to deal
443> in the Software without restriction, including without limitation the rights
444> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
445> copies of the Software, and to permit persons to whom the Software is
446> furnished to do so, subject to the following conditions:
447>
448> The above copyright notice and this permission notice shall be included in
449> all copies or substantial portions of the Software.
450>
451> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
452> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
453> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
454> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
455> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
456> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
457> THE SOFTWARE.
458
459----------------------------------------
460
461### acorn-jsx@v5.3.2
462
463License: MIT
464Repository: <https://github.com/acornjs/acorn-jsx>
465
466> Copyright (C) 2012-2017 by Ingvar Stepanyan
467>
468> Permission is hereby granted, free of charge, to any person obtaining a copy
469> of this software and associated documentation files (the "Software"), to deal
470> in the Software without restriction, including without limitation the rights
471> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
472> copies of the Software, and to permit persons to whom the Software is
473> furnished to do so, subject to the following conditions:
474>
475> The above copyright notice and this permission notice shall be included in
476> all copies or substantial portions of the Software.
477>
478> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
479> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
480> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
481> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
482> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
483> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
484> THE SOFTWARE.
485
486----------------------------------------
487
488### aggregate-error@v3.1.0
489
490License: MIT
491By: Sindre Sorhus
492
493> MIT License
494>
495> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
496>
497> 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:
498>
499> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
500>
501> 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.
502
503----------------------------------------
504
505### angular-estree-parser@v2.5.1
506
507License: MIT
508By: Ika
509
510> MIT License
511>
512> Copyright (c) Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
513>
514> Permission is hereby granted, free of charge, to any person obtaining a copy
515> of this software and associated documentation files (the "Software"), to deal
516> in the Software without restriction, including without limitation the rights
517> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
518> copies of the Software, and to permit persons to whom the Software is
519> furnished to do so, subject to the following conditions:
520>
521> The above copyright notice and this permission notice shall be included in all
522> copies or substantial portions of the Software.
523>
524> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
525> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
526> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
527> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
528> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
529> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
530> SOFTWARE.
531
532----------------------------------------
533
534### angular-html-parser@v1.8.0
535
536License: MIT
537By: Ika
538
539> MIT License
540>
541> Copyright (c) Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
542>
543> Permission is hereby granted, free of charge, to any person obtaining a copy
544> of this software and associated documentation files (the "Software"), to deal
545> in the Software without restriction, including without limitation the rights
546> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
547> copies of the Software, and to permit persons to whom the Software is
548> furnished to do so, subject to the following conditions:
549>
550> The above copyright notice and this permission notice shall be included in all
551> copies or substantial portions of the Software.
552>
553> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
554> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
555> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
556> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
557> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
558> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
559> SOFTWARE.
560
561----------------------------------------
562
563### ansi-regex@v6.0.1
564
565License: MIT
566By: Sindre Sorhus
567
568> MIT License
569>
570> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
571>
572> 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:
573>
574> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
575>
576> 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.
577
578----------------------------------------
579
580### ansi-styles@v3.2.1
581
582License: MIT
583By: Sindre Sorhus
584
585> MIT License
586>
587> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
588>
589> 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:
590>
591> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
592>
593> 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.
594
595----------------------------------------
596
597### array-union@v2.1.0
598
599License: MIT
600By: Sindre Sorhus
601
602> MIT License
603>
604> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
605>
606> 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:
607>
608> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
609>
610> 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.
611
612----------------------------------------
613
614### bail@v1.0.5
615
616License: MIT
617By: Titus Wormer
618
619> (The MIT License)
620>
621> Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
622>
623> Permission is hereby granted, free of charge, to any person obtaining
624> a copy of this software and associated documentation files (the
625> 'Software'), to deal in the Software without restriction, including
626> without limitation the rights to use, copy, modify, merge, publish,
627> distribute, sublicense, and/or sell copies of the Software, and to
628> permit persons to whom the Software is furnished to do so, subject to
629> the following conditions:
630>
631> The above copyright notice and this permission notice shall be
632> included in all copies or substantial portions of the Software.
633>
634> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
635> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
636> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
637> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
638> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
639> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
640> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
641
642----------------------------------------
643
644### balanced-match@v1.0.2
645
646License: MIT
647By: Julian Gruber
648Repository: <git://github.com/juliangruber/balanced-match.git>
649
650> (MIT)
651>
652> Copyright (c) 2013 Julian Gruber &lt;julian@juliangruber.com&gt;
653>
654> Permission is hereby granted, free of charge, to any person obtaining a copy of
655> this software and associated documentation files (the "Software"), to deal in
656> the Software without restriction, including without limitation the rights to
657> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
658> of the Software, and to permit persons to whom the Software is furnished to do
659> so, subject to the following conditions:
660>
661> The above copyright notice and this permission notice shall be included in all
662> copies or substantial portions of the Software.
663>
664> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
665> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
666> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
667> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
668> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
669> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
670> SOFTWARE.
671
672----------------------------------------
673
674### brace-expansion@v1.1.11
675
676License: MIT
677By: Julian Gruber
678Repository: <git://github.com/juliangruber/brace-expansion.git>
679
680> MIT License
681>
682> Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
683>
684> Permission is hereby granted, free of charge, to any person obtaining a copy
685> of this software and associated documentation files (the "Software"), to deal
686> in the Software without restriction, including without limitation the rights
687> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
688> copies of the Software, and to permit persons to whom the Software is
689> furnished to do so, subject to the following conditions:
690>
691> The above copyright notice and this permission notice shall be included in all
692> copies or substantial portions of the Software.
693>
694> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
695> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
696> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
697> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
698> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
699> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
700> SOFTWARE.
701
702----------------------------------------
703
704### braces@v3.0.2
705
706License: MIT
707By: Jon Schlinkert
708
709> The MIT License (MIT)
710>
711> Copyright (c) 2014-2018, Jon Schlinkert.
712>
713> Permission is hereby granted, free of charge, to any person obtaining a copy
714> of this software and associated documentation files (the "Software"), to deal
715> in the Software without restriction, including without limitation the rights
716> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
717> copies of the Software, and to permit persons to whom the Software is
718> furnished to do so, subject to the following conditions:
719>
720> The above copyright notice and this permission notice shall be included in
721> all copies or substantial portions of the Software.
722>
723> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
724> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
725> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
726> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
727> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
728> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
729> THE SOFTWARE.
730
731----------------------------------------
732
733### camelcase@v6.3.0
734
735License: MIT
736By: Sindre Sorhus
737
738> MIT License
739>
740> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
741>
742> 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:
743>
744> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
745>
746> 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.
747
748----------------------------------------
749
750### ccount@v1.1.0
751
752License: MIT
753By: Titus Wormer
754
755> (The MIT License)
756>
757> Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
758>
759> Permission is hereby granted, free of charge, to any person obtaining
760> a copy of this software and associated documentation files (the
761> 'Software'), to deal in the Software without restriction, including
762> without limitation the rights to use, copy, modify, merge, publish,
763> distribute, sublicense, and/or sell copies of the Software, and to
764> permit persons to whom the Software is furnished to do so, subject to
765> the following conditions:
766>
767> The above copyright notice and this permission notice shall be
768> included in all copies or substantial portions of the Software.
769>
770> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
771> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
772> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
773> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
774> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
775> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
776> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
777
778----------------------------------------
779
780### chalk@v2.4.2
781
782License: MIT
783
784> MIT License
785>
786> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
787>
788> 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:
789>
790> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
791>
792> 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.
793
794----------------------------------------
795
796### chalk@v5.0.1
797
798License: MIT
799
800> MIT License
801>
802> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
803>
804> 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:
805>
806> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
807>
808> 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.
809
810----------------------------------------
811
812### character-entities@v1.2.4
813
814License: MIT
815By: Titus Wormer
816
817> (The MIT License)
818>
819> Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
820>
821> Permission is hereby granted, free of charge, to any person obtaining
822> a copy of this software and associated documentation files (the
823> 'Software'), to deal in the Software without restriction, including
824> without limitation the rights to use, copy, modify, merge, publish,
825> distribute, sublicense, and/or sell copies of the Software, and to
826> permit persons to whom the Software is furnished to do so, subject to
827> the following conditions:
828>
829> The above copyright notice and this permission notice shall be
830> included in all copies or substantial portions of the Software.
831>
832> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
833> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
834> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
835> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
836> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
837> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
838> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
839
840----------------------------------------
841
842### character-entities-legacy@v1.1.4
843
844License: MIT
845By: Titus Wormer
846
847> (The MIT License)
848>
849> Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
850>
851> Permission is hereby granted, free of charge, to any person obtaining
852> a copy of this software and associated documentation files (the
853> 'Software'), to deal in the Software without restriction, including
854> without limitation the rights to use, copy, modify, merge, publish,
855> distribute, sublicense, and/or sell copies of the Software, and to
856> permit persons to whom the Software is furnished to do so, subject to
857> the following conditions:
858>
859> The above copyright notice and this permission notice shall be
860> included in all copies or substantial portions of the Software.
861>
862> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
863> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
864> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
865> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
866> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
867> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
868> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
869
870----------------------------------------
871
872### character-reference-invalid@v1.1.4
873
874License: MIT
875By: Titus Wormer
876
877> (The MIT License)
878>
879> Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
880>
881> Permission is hereby granted, free of charge, to any person obtaining
882> a copy of this software and associated documentation files (the
883> 'Software'), to deal in the Software without restriction, including
884> without limitation the rights to use, copy, modify, merge, publish,
885> distribute, sublicense, and/or sell copies of the Software, and to
886> permit persons to whom the Software is furnished to do so, subject to
887> the following conditions:
888>
889> The above copyright notice and this permission notice shall be
890> included in all copies or substantial portions of the Software.
891>
892> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
893> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
894> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
895> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
896> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
897> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
898> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
899
900----------------------------------------
901
902### ci-info@v3.3.0
903
904License: MIT
905By: Thomas Watson Steen
906Repository: <https://github.com/watson/ci-info.git>
907
908> The MIT License (MIT)
909>
910> Copyright (c) 2016-2021 Thomas Watson Steen
911>
912> Permission is hereby granted, free of charge, to any person obtaining a copy
913> of this software and associated documentation files (the "Software"), to deal
914> in the Software without restriction, including without limitation the rights
915> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
916> copies of the Software, and to permit persons to whom the Software is
917> furnished to do so, subject to the following conditions:
918>
919> The above copyright notice and this permission notice shall be included in all
920> copies or substantial portions of the Software.
921>
922> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
923> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
924> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
925> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
926> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
927> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
928> SOFTWARE.
929
930----------------------------------------
931
932### clean-stack@v2.2.0
933
934License: MIT
935By: Sindre Sorhus
936
937> MIT License
938>
939> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
940>
941> 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:
942>
943> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
944>
945> 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.
946
947----------------------------------------
948
949### clone@v1.0.4
950
951License: MIT
952By: Paul Vorbach
953Repository: <git://github.com/pvorb/node-clone.git>
954
955> Copyright © 2011-2015 Paul Vorbach <paul@vorba.ch>
956>
957> Permission is hereby granted, free of charge, to any person obtaining a copy of
958> this software and associated documentation files (the “Software”), to deal in
959> the Software without restriction, including without limitation the rights to
960> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
961> the Software, and to permit persons to whom the Software is furnished to do so,
962> subject to the following conditions:
963>
964> The above copyright notice and this permission notice shall be included in all
965> copies or substantial portions of the Software.
966>
967> THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
968> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
969> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
970> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
971> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, OUT OF OR IN CONNECTION WITH THE
972> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
973
974----------------------------------------
975
976### collapse-white-space@v1.0.6
977
978License: MIT
979By: Titus Wormer
980
981> (The MIT License)
982>
983> Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
984>
985> Permission is hereby granted, free of charge, to any person obtaining
986> a copy of this software and associated documentation files (the
987> 'Software'), to deal in the Software without restriction, including
988> without limitation the rights to use, copy, modify, merge, publish,
989> distribute, sublicense, and/or sell copies of the Software, and to
990> permit persons to whom the Software is furnished to do so, subject to
991> the following conditions:
992>
993> The above copyright notice and this permission notice shall be
994> included in all copies or substantial portions of the Software.
995>
996> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
997> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
998> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
999> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1000> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1001> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1002> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1003
1004----------------------------------------
1005
1006### color-convert@v1.9.3
1007
1008License: MIT
1009By: Heather Arthur
1010
1011> Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
1012>
1013> Permission is hereby granted, free of charge, to any person obtaining
1014> a copy of this software and associated documentation files (the
1015> "Software"), to deal in the Software without restriction, including
1016> without limitation the rights to use, copy, modify, merge, publish,
1017> distribute, sublicense, and/or sell copies of the Software, and to
1018> permit persons to whom the Software is furnished to do so, subject to
1019> the following conditions:
1020>
1021> The above copyright notice and this permission notice shall be
1022> included in all copies or substantial portions of the Software.
1023>
1024> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1025> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1026> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1027> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1028> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1029> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1030> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1031
1032----------------------------------------
1033
1034### color-name@v1.1.3
1035
1036License: MIT
1037By: DY
1038Repository: <git@github.com:dfcreative/color-name.git>
1039
1040> The MIT License (MIT)
1041> Copyright (c) 2015 Dmitry Ivanov
1042>
1043> 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:
1044>
1045> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1046>
1047> 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.
1048
1049----------------------------------------
1050
1051### commondir@v1.0.1
1052
1053License: MIT
1054By: James Halliday
1055Repository: <http://github.com/substack/node-commondir.git>
1056
1057> The MIT License
1058>
1059> Copyright (c) 2013 James Halliday (mail@substack.net)
1060>
1061> Permission is hereby granted, free of charge,
1062> to any person obtaining a copy of this software and
1063> associated documentation files (the "Software"), to
1064> deal in the Software without restriction, including
1065> without limitation the rights to use, copy, modify,
1066> merge, publish, distribute, sublicense, and/or sell
1067> copies of the Software, and to permit persons to whom
1068> the Software is furnished to do so,
1069> subject to the following conditions:
1070>
1071> The above copyright notice and this permission notice
1072> shall be included in all copies or substantial portions of the Software.
1073>
1074> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1075> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
1076> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1077> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
1078> ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1079> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1080> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1081
1082----------------------------------------
1083
1084### concat-map@v0.0.1
1085
1086License: MIT
1087By: James Halliday
1088Repository: <git://github.com/substack/node-concat-map.git>
1089
1090> This software is released under the MIT license:
1091>
1092> Permission is hereby granted, free of charge, to any person obtaining a copy of
1093> this software and associated documentation files (the "Software"), to deal in
1094> the Software without restriction, including without limitation the rights to
1095> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1096> the Software, and to permit persons to whom the Software is furnished to do so,
1097> subject to the following conditions:
1098>
1099> The above copyright notice and this permission notice shall be included in all
1100> copies or substantial portions of the Software.
1101>
1102> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1103> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1104> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1105> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1106> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1107> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1108
1109----------------------------------------
1110
1111### cosmiconfig@v7.0.1
1112
1113License: MIT
1114By: David Clark
1115Repository: <git+https://github.com/davidtheclark/cosmiconfig.git>
1116
1117> The MIT License (MIT)
1118>
1119> Copyright (c) 2015 David Clark
1120>
1121> Permission is hereby granted, free of charge, to any person obtaining a copy
1122> of this software and associated documentation files (the "Software"), to deal
1123> in the Software without restriction, including without limitation the rights
1124> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1125> copies of the Software, and to permit persons to whom the Software is
1126> furnished to do so, subject to the following conditions:
1127>
1128> The above copyright notice and this permission notice shall be included in all
1129> copies or substantial portions of the Software.
1130>
1131> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1132> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1133> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1134> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1135> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1136> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1137> SOFTWARE.
1138
1139----------------------------------------
1140
1141### cross-spawn@v7.0.3
1142
1143License: MIT
1144By: André Cruz
1145Repository: <git@github.com:moxystudio/node-cross-spawn.git>
1146
1147> The MIT License (MIT)
1148>
1149> Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
1150>
1151> Permission is hereby granted, free of charge, to any person obtaining a copy
1152> of this software and associated documentation files (the "Software"), to deal
1153> in the Software without restriction, including without limitation the rights
1154> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1155> copies of the Software, and to permit persons to whom the Software is
1156> furnished to do so, subject to the following conditions:
1157>
1158> The above copyright notice and this permission notice shall be included in
1159> all copies or substantial portions of the Software.
1160>
1161> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1162> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1163> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1164> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1165> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1166> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1167> THE SOFTWARE.
1168
1169----------------------------------------
1170
1171### crypto-random-string@v4.0.0
1172
1173License: MIT
1174By: Sindre Sorhus
1175
1176> MIT License
1177>
1178> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1179>
1180> 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:
1181>
1182> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1183>
1184> 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.
1185
1186----------------------------------------
1187
1188### css-units-list@v1.1.0
1189
1190License: MIT
1191By: fisker Cheung
1192
1193> MIT License
1194>
1195> Copyright (c) fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
1196>
1197> Permission is hereby granted, free of charge, to any person obtaining a copy
1198> of this software and associated documentation files (the "Software"), to deal
1199> in the Software without restriction, including without limitation the rights
1200> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1201> copies of the Software, and to permit persons to whom the Software is
1202> furnished to do so, subject to the following conditions:
1203>
1204> The above copyright notice and this permission notice shall be included in all
1205> copies or substantial portions of the Software.
1206>
1207> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1208> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1209> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1210> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1211> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1212> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1213> SOFTWARE.
1214
1215----------------------------------------
1216
1217### dashify@v2.0.0
1218
1219License: MIT
1220By: Jon Schlinkert
1221
1222> The MIT License (MIT)
1223>
1224> Copyright (c) 2015-present, Jon Schlinkert.
1225>
1226> Permission is hereby granted, free of charge, to any person obtaining a copy
1227> of this software and associated documentation files (the "Software"), to deal
1228> in the Software without restriction, including without limitation the rights
1229> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1230> copies of the Software, and to permit persons to whom the Software is
1231> furnished to do so, subject to the following conditions:
1232>
1233> The above copyright notice and this permission notice shall be included in
1234> all copies or substantial portions of the Software.
1235>
1236> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1237> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1238> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1239> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1240> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1241> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1242> THE SOFTWARE.
1243
1244----------------------------------------
1245
1246### defaults@v1.0.3
1247
1248License: MIT
1249By: Elijah Insua
1250Repository: <git://github.com/tmpvar/defaults.git>
1251
1252> The MIT License (MIT)
1253>
1254> Copyright (c) 2015 Elijah Insua
1255>
1256> Permission is hereby granted, free of charge, to any person obtaining a copy
1257> of this software and associated documentation files (the "Software"), to deal
1258> in the Software without restriction, including without limitation the rights
1259> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1260> copies of the Software, and to permit persons to whom the Software is
1261> furnished to do so, subject to the following conditions:
1262>
1263> The above copyright notice and this permission notice shall be included in
1264> all copies or substantial portions of the Software.
1265>
1266> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1267> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1268> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1269> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1270> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1271> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1272> THE SOFTWARE.
1273
1274----------------------------------------
1275
1276### del@v6.0.0
1277
1278License: MIT
1279By: Sindre Sorhus
1280
1281> MIT License
1282>
1283> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1284>
1285> 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:
1286>
1287> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1288>
1289> 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.
1290
1291----------------------------------------
1292
1293### detect-newline@v3.1.0
1294
1295License: MIT
1296By: Sindre Sorhus
1297
1298> MIT License
1299>
1300> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1301>
1302> 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:
1303>
1304> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1305>
1306> 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.
1307
1308----------------------------------------
1309
1310### diff@v5.0.0
1311
1312License: BSD-3-Clause
1313Repository: <git://github.com/kpdecker/jsdiff.git>
1314
1315> Software License Agreement (BSD License)
1316>
1317> Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com>
1318>
1319> All rights reserved.
1320>
1321> Redistribution and use of this software in source and binary forms, with or without modification,
1322> are permitted provided that the following conditions are met:
1323>
1324> * Redistributions of source code must retain the above
1325> copyright notice, this list of conditions and the
1326> following disclaimer.
1327>
1328> * Redistributions in binary form must reproduce the above
1329> copyright notice, this list of conditions and the
1330> following disclaimer in the documentation and/or other
1331> materials provided with the distribution.
1332>
1333> * Neither the name of Kevin Decker nor the names of its
1334> contributors may be used to endorse or promote products
1335> derived from this software without specific prior
1336> written permission.
1337>
1338> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
1339> IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
1340> FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
1341> CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1342> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1343> DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
1344> IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
1345> OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1346
1347----------------------------------------
1348
1349### dir-glob@v3.0.1
1350
1351License: MIT
1352By: Kevin Mårtensson
1353
1354> MIT License
1355>
1356> Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
1357>
1358> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1359>
1360> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1361>
1362> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1363
1364----------------------------------------
1365
1366### editorconfig@v0.15.3
1367
1368License: MIT
1369By: EditorConfig Team
1370Repository: <git://github.com/editorconfig/editorconfig-core-js.git>
1371
1372> Copyright © 2012 EditorConfig Team
1373>
1374> Permission is hereby granted, free of charge, to any person obtaining a copy
1375> of this software and associated documentation files (the “Software”), to deal
1376> in the Software without restriction, including without limitation the rights
1377> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1378> copies of the Software, and to permit persons to whom the Software is
1379> furnished to do so, subject to the following conditions:
1380>
1381> The above copyright notice and this permission notice shall be included in
1382> all copies or substantial portions of the Software.
1383>
1384> THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1385> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1386> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1387> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1388> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1389> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1390> THE SOFTWARE.
1391
1392----------------------------------------
1393
1394### editorconfig-to-prettier@v0.2.0
1395
1396License: ISC
1397By: Joseph Frazier
1398Repository: <git+https://github.com/josephfrazier/editorconfig-to-prettier.git>
1399
1400----------------------------------------
1401
1402### emoji-regex@v9.2.2
1403
1404License: MIT
1405By: Mathias Bynens
1406Repository: <https://github.com/mathiasbynens/emoji-regex.git>
1407
1408> Copyright Mathias Bynens <https://mathiasbynens.be/>
1409>
1410> Permission is hereby granted, free of charge, to any person obtaining
1411> a copy of this software and associated documentation files (the
1412> "Software"), to deal in the Software without restriction, including
1413> without limitation the rights to use, copy, modify, merge, publish,
1414> distribute, sublicense, and/or sell copies of the Software, and to
1415> permit persons to whom the Software is furnished to do so, subject to
1416> the following conditions:
1417>
1418> The above copyright notice and this permission notice shall be
1419> included in all copies or substantial portions of the Software.
1420>
1421> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1422> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1423> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1424> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1425> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1426> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1427> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1428
1429----------------------------------------
1430
1431### error-ex@v1.3.2
1432
1433License: MIT
1434
1435> The MIT License (MIT)
1436>
1437> Copyright (c) 2015 JD Ballard
1438>
1439> Permission is hereby granted, free of charge, to any person obtaining a copy
1440> of this software and associated documentation files (the "Software"), to deal
1441> in the Software without restriction, including without limitation the rights
1442> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1443> copies of the Software, and to permit persons to whom the Software is
1444> furnished to do so, subject to the following conditions:
1445>
1446> The above copyright notice and this permission notice shall be included in
1447> all copies or substantial portions of the Software.
1448>
1449> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1450> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1451> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1452> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1453> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1454> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1455> THE SOFTWARE.
1456
1457----------------------------------------
1458
1459### escape-string-regexp@v1.0.5
1460
1461License: MIT
1462By: Sindre Sorhus
1463
1464> The MIT License (MIT)
1465>
1466> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1467>
1468> Permission is hereby granted, free of charge, to any person obtaining a copy
1469> of this software and associated documentation files (the "Software"), to deal
1470> in the Software without restriction, including without limitation the rights
1471> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1472> copies of the Software, and to permit persons to whom the Software is
1473> furnished to do so, subject to the following conditions:
1474>
1475> The above copyright notice and this permission notice shall be included in
1476> all copies or substantial portions of the Software.
1477>
1478> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1479> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1480> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1481> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1482> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1483> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1484> THE SOFTWARE.
1485
1486----------------------------------------
1487
1488### escape-string-regexp@v5.0.0
1489
1490License: MIT
1491By: Sindre Sorhus
1492
1493> MIT License
1494>
1495> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1496>
1497> 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:
1498>
1499> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1500>
1501> 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.
1502
1503----------------------------------------
1504
1505### eslint-visitor-keys@v3.3.0
1506
1507License: Apache-2.0
1508By: Toru Nagashima
1509
1510> Apache License
1511> Version 2.0, January 2004
1512> http://www.apache.org/licenses/
1513>
1514> TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1515>
1516> 1. Definitions.
1517>
1518> "License" shall mean the terms and conditions for use, reproduction,
1519> and distribution as defined by Sections 1 through 9 of this document.
1520>
1521> "Licensor" shall mean the copyright owner or entity authorized by
1522> the copyright owner that is granting the License.
1523>
1524> "Legal Entity" shall mean the union of the acting entity and all
1525> other entities that control, are controlled by, or are under common
1526> control with that entity. For the purposes of this definition,
1527> "control" means (i) the power, direct or indirect, to cause the
1528> direction or management of such entity, whether by contract or
1529> otherwise, or (ii) ownership of fifty percent (50%) or more of the
1530> outstanding shares, or (iii) beneficial ownership of such entity.
1531>
1532> "You" (or "Your") shall mean an individual or Legal Entity
1533> exercising permissions granted by this License.
1534>
1535> "Source" form shall mean the preferred form for making modifications,
1536> including but not limited to software source code, documentation
1537> source, and configuration files.
1538>
1539> "Object" form shall mean any form resulting from mechanical
1540> transformation or translation of a Source form, including but
1541> not limited to compiled object code, generated documentation,
1542> and conversions to other media types.
1543>
1544> "Work" shall mean the work of authorship, whether in Source or
1545> Object form, made available under the License, as indicated by a
1546> copyright notice that is included in or attached to the work
1547> (an example is provided in the Appendix below).
1548>
1549> "Derivative Works" shall mean any work, whether in Source or Object
1550> form, that is based on (or derived from) the Work and for which the
1551> editorial revisions, annotations, elaborations, or other modifications
1552> represent, as a whole, an original work of authorship. For the purposes
1553> of this License, Derivative Works shall not include works that remain
1554> separable from, or merely link (or bind by name) to the interfaces of,
1555> the Work and Derivative Works thereof.
1556>
1557> "Contribution" shall mean any work of authorship, including
1558> the original version of the Work and any modifications or additions
1559> to that Work or Derivative Works thereof, that is intentionally
1560> submitted to Licensor for inclusion in the Work by the copyright owner
1561> or by an individual or Legal Entity authorized to submit on behalf of
1562> the copyright owner. For the purposes of this definition, "submitted"
1563> means any form of electronic, verbal, or written communication sent
1564> to the Licensor or its representatives, including but not limited to
1565> communication on electronic mailing lists, source code control systems,
1566> and issue tracking systems that are managed by, or on behalf of, the
1567> Licensor for the purpose of discussing and improving the Work, but
1568> excluding communication that is conspicuously marked or otherwise
1569> designated in writing by the copyright owner as "Not a Contribution."
1570>
1571> "Contributor" shall mean Licensor and any individual or Legal Entity
1572> on behalf of whom a Contribution has been received by Licensor and
1573> subsequently incorporated within the Work.
1574>
1575> 2. Grant of Copyright License. Subject to the terms and conditions of
1576> this License, each Contributor hereby grants to You a perpetual,
1577> worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1578> copyright license to reproduce, prepare Derivative Works of,
1579> publicly display, publicly perform, sublicense, and distribute the
1580> Work and such Derivative Works in Source or Object form.
1581>
1582> 3. Grant of Patent License. Subject to the terms and conditions of
1583> this License, each Contributor hereby grants to You a perpetual,
1584> worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1585> (except as stated in this section) patent license to make, have made,
1586> use, offer to sell, sell, import, and otherwise transfer the Work,
1587> where such license applies only to those patent claims licensable
1588> by such Contributor that are necessarily infringed by their
1589> Contribution(s) alone or by combination of their Contribution(s)
1590> with the Work to which such Contribution(s) was submitted. If You
1591> institute patent litigation against any entity (including a
1592> cross-claim or counterclaim in a lawsuit) alleging that the Work
1593> or a Contribution incorporated within the Work constitutes direct
1594> or contributory patent infringement, then any patent licenses
1595> granted to You under this License for that Work shall terminate
1596> as of the date such litigation is filed.
1597>
1598> 4. Redistribution. You may reproduce and distribute copies of the
1599> Work or Derivative Works thereof in any medium, with or without
1600> modifications, and in Source or Object form, provided that You
1601> meet the following conditions:
1602>
1603> (a) You must give any other recipients of the Work or
1604> Derivative Works a copy of this License; and
1605>
1606> (b) You must cause any modified files to carry prominent notices
1607> stating that You changed the files; and
1608>
1609> (c) You must retain, in the Source form of any Derivative Works
1610> that You distribute, all copyright, patent, trademark, and
1611> attribution notices from the Source form of the Work,
1612> excluding those notices that do not pertain to any part of
1613> the Derivative Works; and
1614>
1615> (d) If the Work includes a "NOTICE" text file as part of its
1616> distribution, then any Derivative Works that You distribute must
1617> include a readable copy of the attribution notices contained
1618> within such NOTICE file, excluding those notices that do not
1619> pertain to any part of the Derivative Works, in at least one
1620> of the following places: within a NOTICE text file distributed
1621> as part of the Derivative Works; within the Source form or
1622> documentation, if provided along with the Derivative Works; or,
1623> within a display generated by the Derivative Works, if and
1624> wherever such third-party notices normally appear. The contents
1625> of the NOTICE file are for informational purposes only and
1626> do not modify the License. You may add Your own attribution
1627> notices within Derivative Works that You distribute, alongside
1628> or as an addendum to the NOTICE text from the Work, provided
1629> that such additional attribution notices cannot be construed
1630> as modifying the License.
1631>
1632> You may add Your own copyright statement to Your modifications and
1633> may provide additional or different license terms and conditions
1634> for use, reproduction, or distribution of Your modifications, or
1635> for any such Derivative Works as a whole, provided Your use,
1636> reproduction, and distribution of the Work otherwise complies with
1637> the conditions stated in this License.
1638>
1639> 5. Submission of Contributions. Unless You explicitly state otherwise,
1640> any Contribution intentionally submitted for inclusion in the Work
1641> by You to the Licensor shall be under the terms and conditions of
1642> this License, without any additional terms or conditions.
1643> Notwithstanding the above, nothing herein shall supersede or modify
1644> the terms of any separate license agreement you may have executed
1645> with Licensor regarding such Contributions.
1646>
1647> 6. Trademarks. This License does not grant permission to use the trade
1648> names, trademarks, service marks, or product names of the Licensor,
1649> except as required for reasonable and customary use in describing the
1650> origin of the Work and reproducing the content of the NOTICE file.
1651>
1652> 7. Disclaimer of Warranty. Unless required by applicable law or
1653> agreed to in writing, Licensor provides the Work (and each
1654> Contributor provides its Contributions) on an "AS IS" BASIS,
1655> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1656> implied, including, without limitation, any warranties or conditions
1657> of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1658> PARTICULAR PURPOSE. You are solely responsible for determining the
1659> appropriateness of using or redistributing the Work and assume any
1660> risks associated with Your exercise of permissions under this License.
1661>
1662> 8. Limitation of Liability. In no event and under no legal theory,
1663> whether in tort (including negligence), contract, or otherwise,
1664> unless required by applicable law (such as deliberate and grossly
1665> negligent acts) or agreed to in writing, shall any Contributor be
1666> liable to You for damages, including any direct, indirect, special,
1667> incidental, or consequential damages of any character arising as a
1668> result of this License or out of the use or inability to use the
1669> Work (including but not limited to damages for loss of goodwill,
1670> work stoppage, computer failure or malfunction, or any and all
1671> other commercial damages or losses), even if such Contributor
1672> has been advised of the possibility of such damages.
1673>
1674> 9. Accepting Warranty or Additional Liability. While redistributing
1675> the Work or Derivative Works thereof, You may choose to offer,
1676> and charge a fee for, acceptance of support, warranty, indemnity,
1677> or other liability obligations and/or rights consistent with this
1678> License. However, in accepting such obligations, You may act only
1679> on Your own behalf and on Your sole responsibility, not on behalf
1680> of any other Contributor, and only if You agree to indemnify,
1681> defend, and hold each Contributor harmless for any liability
1682> incurred by, or claims asserted against, such Contributor by reason
1683> of your accepting any such warranty or additional liability.
1684>
1685> END OF TERMS AND CONDITIONS
1686>
1687> APPENDIX: How to apply the Apache License to your work.
1688>
1689> To apply the Apache License to your work, attach the following
1690> boilerplate notice, with the fields enclosed by brackets "{}"
1691> replaced with your own identifying information. (Don't include
1692> the brackets!) The text should be enclosed in the appropriate
1693> comment syntax for the file format. We also recommend that a
1694> file or class name and description of purpose be included on the
1695> same "printed page" as the copyright notice for easier
1696> identification within third-party archives.
1697>
1698> Copyright contributors
1699>
1700> Licensed under the Apache License, Version 2.0 (the "License");
1701> you may not use this file except in compliance with the License.
1702> You may obtain a copy of the License at
1703>
1704> http://www.apache.org/licenses/LICENSE-2.0
1705>
1706> Unless required by applicable law or agreed to in writing, software
1707> distributed under the License is distributed on an "AS IS" BASIS,
1708> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1709> See the License for the specific language governing permissions and
1710> limitations under the License.
1711
1712----------------------------------------
1713
1714### espree@v9.4.0
1715
1716License: BSD-2-Clause
1717By: Nicholas C. Zakas
1718
1719> BSD 2-Clause License
1720>
1721> Copyright (c) Open JS Foundation
1722> All rights reserved.
1723>
1724> Redistribution and use in source and binary forms, with or without
1725> modification, are permitted provided that the following conditions are met:
1726>
1727> 1. Redistributions of source code must retain the above copyright notice, this
1728> list of conditions and the following disclaimer.
1729>
1730> 2. Redistributions in binary form must reproduce the above copyright notice,
1731> this list of conditions and the following disclaimer in the documentation
1732> and/or other materials provided with the distribution.
1733>
1734> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1735> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1736> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1737> DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1738> FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1739> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1740> SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1741> CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1742> OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1743> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1744
1745----------------------------------------
1746
1747### esutils@v2.0.3
1748
1749License: BSD-2-Clause
1750Repository: <http://github.com/estools/esutils.git>
1751
1752> Redistribution and use in source and binary forms, with or without
1753> modification, are permitted provided that the following conditions are met:
1754>
1755> * Redistributions of source code must retain the above copyright
1756> notice, this list of conditions and the following disclaimer.
1757> * Redistributions in binary form must reproduce the above copyright
1758> notice, this list of conditions and the following disclaimer in the
1759> documentation and/or other materials provided with the distribution.
1760>
1761> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1762> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1763> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1764> ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1765> DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1766> (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1767> LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1768> ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1769> (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1770> THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1771
1772----------------------------------------
1773
1774### execa@v6.1.0
1775
1776License: MIT
1777By: Sindre Sorhus
1778
1779> MIT License
1780>
1781> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1782>
1783> 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:
1784>
1785> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1786>
1787> 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.
1788
1789----------------------------------------
1790
1791### extend@v3.0.2
1792
1793License: MIT
1794By: Stefan Thomas
1795Repository: <https://github.com/justmoon/node-extend.git>
1796
1797> The MIT License (MIT)
1798>
1799> Copyright (c) 2014 Stefan Thomas
1800>
1801> Permission is hereby granted, free of charge, to any person obtaining
1802> a copy of this software and associated documentation files (the
1803> "Software"), to deal in the Software without restriction, including
1804> without limitation the rights to use, copy, modify, merge, publish,
1805> distribute, sublicense, and/or sell copies of the Software, and to
1806> permit persons to whom the Software is furnished to do so, subject to
1807> the following conditions:
1808>
1809> The above copyright notice and this permission notice shall be
1810> included in all copies or substantial portions of the Software.
1811>
1812> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1813> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1814> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1815> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1816> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1817> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1818> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1819
1820----------------------------------------
1821
1822### fast-glob@v3.2.11
1823
1824License: MIT
1825By: Denis Malinochkin
1826
1827> The MIT License (MIT)
1828>
1829> Copyright (c) Denis Malinochkin
1830>
1831> Permission is hereby granted, free of charge, to any person obtaining a copy
1832> of this software and associated documentation files (the "Software"), to deal
1833> in the Software without restriction, including without limitation the rights
1834> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1835> copies of the Software, and to permit persons to whom the Software is
1836> furnished to do so, subject to the following conditions:
1837>
1838> The above copyright notice and this permission notice shall be included in all
1839> copies or substantial portions of the Software.
1840>
1841> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1842> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1843> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1844> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1845> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1846> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1847> SOFTWARE.
1848
1849----------------------------------------
1850
1851### fast-json-stable-stringify@v2.1.0
1852
1853License: MIT
1854By: James Halliday
1855Repository: <git://github.com/epoberezkin/fast-json-stable-stringify.git>
1856
1857> This software is released under the MIT license:
1858>
1859> Copyright (c) 2017 Evgeny Poberezkin
1860> Copyright (c) 2013 James Halliday
1861>
1862> Permission is hereby granted, free of charge, to any person obtaining a copy of
1863> this software and associated documentation files (the "Software"), to deal in
1864> the Software without restriction, including without limitation the rights to
1865> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1866> the Software, and to permit persons to whom the Software is furnished to do so,
1867> subject to the following conditions:
1868>
1869> The above copyright notice and this permission notice shall be included in all
1870> copies or substantial portions of the Software.
1871>
1872> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1873> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1874> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1875> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1876> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1877> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1878
1879----------------------------------------
1880
1881### fastq@v1.13.0
1882
1883License: ISC
1884By: Matteo Collina
1885Repository: <git+https://github.com/mcollina/fastq.git>
1886
1887> Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
1888>
1889> Permission to use, copy, modify, and/or distribute this software for any
1890> purpose with or without fee is hereby granted, provided that the above
1891> copyright notice and this permission notice appear in all copies.
1892>
1893> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1894> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1895> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1896> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1897> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1898> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1899> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1900
1901----------------------------------------
1902
1903### file-entry-cache@v6.0.1
1904
1905License: MIT
1906By: Roy Riojas
1907
1908> The MIT License (MIT)
1909>
1910> Copyright (c) 2015 Roy Riojas
1911>
1912> Permission is hereby granted, free of charge, to any person obtaining a copy
1913> of this software and associated documentation files (the "Software"), to deal
1914> in the Software without restriction, including without limitation the rights
1915> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1916> copies of the Software, and to permit persons to whom the Software is
1917> furnished to do so, subject to the following conditions:
1918>
1919> The above copyright notice and this permission notice shall be included in all
1920> copies or substantial portions of the Software.
1921>
1922> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1923> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1924> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1925> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1926> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1927> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1928> SOFTWARE.
1929
1930----------------------------------------
1931
1932### fill-range@v7.0.1
1933
1934License: MIT
1935By: Jon Schlinkert
1936
1937> The MIT License (MIT)
1938>
1939> Copyright (c) 2014-present, Jon Schlinkert.
1940>
1941> Permission is hereby granted, free of charge, to any person obtaining a copy
1942> of this software and associated documentation files (the "Software"), to deal
1943> in the Software without restriction, including without limitation the rights
1944> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1945> copies of the Software, and to permit persons to whom the Software is
1946> furnished to do so, subject to the following conditions:
1947>
1948> The above copyright notice and this permission notice shall be included in
1949> all copies or substantial portions of the Software.
1950>
1951> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1952> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1953> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1954> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1955> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1956> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1957> THE SOFTWARE.
1958
1959----------------------------------------
1960
1961### find-cache-dir@v3.3.2
1962
1963License: MIT
1964
1965> MIT License
1966>
1967> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1968>
1969> 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:
1970>
1971> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1972>
1973> 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.
1974
1975----------------------------------------
1976
1977### find-parent-dir@v0.3.1
1978
1979License: MIT
1980By: Thorsten Lorenz
1981Repository: <git://github.com/thlorenz/find-parent-dir.git>
1982
1983> Copyright 2013 Thorsten Lorenz.
1984> All rights reserved.
1985>
1986> Permission is hereby granted, free of charge, to any person
1987> obtaining a copy of this software and associated documentation
1988> files (the "Software"), to deal in the Software without
1989> restriction, including without limitation the rights to use,
1990> copy, modify, merge, publish, distribute, sublicense, and/or sell
1991> copies of the Software, and to permit persons to whom the
1992> Software is furnished to do so, subject to the following
1993> conditions:
1994>
1995> The above copyright notice and this permission notice shall be
1996> included in all copies or substantial portions of the Software.
1997>
1998> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1999> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2000> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2001> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
2002> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2003> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2004> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2005> OTHER DEALINGS IN THE SOFTWARE.
2006
2007----------------------------------------
2008
2009### find-up@v4.1.0
2010
2011License: MIT
2012By: Sindre Sorhus
2013
2014> MIT License
2015>
2016> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2017>
2018> 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:
2019>
2020> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2021>
2022> 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.
2023
2024----------------------------------------
2025
2026### flat-cache@v3.0.4
2027
2028License: MIT
2029By: Roy Riojas
2030
2031> The MIT License (MIT)
2032>
2033> Copyright (c) 2015 Roy Riojas
2034>
2035> Permission is hereby granted, free of charge, to any person obtaining a copy
2036> of this software and associated documentation files (the "Software"), to deal
2037> in the Software without restriction, including without limitation the rights
2038> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2039> copies of the Software, and to permit persons to whom the Software is
2040> furnished to do so, subject to the following conditions:
2041>
2042> The above copyright notice and this permission notice shall be included in all
2043> copies or substantial portions of the Software.
2044>
2045> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2046> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2047> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2048> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2049> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2050> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2051> SOFTWARE.
2052
2053----------------------------------------
2054
2055### flatted@v3.2.5
2056
2057License: ISC
2058By: Andrea Giammarchi
2059Repository: <git+https://github.com/WebReflection/flatted.git>
2060
2061> ISC License
2062>
2063> Copyright (c) 2018-2020, Andrea Giammarchi, @WebReflection
2064>
2065> Permission to use, copy, modify, and/or distribute this software for any
2066> purpose with or without fee is hereby granted, provided that the above
2067> copyright notice and this permission notice appear in all copies.
2068>
2069> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
2070> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
2071> AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
2072> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
2073> LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
2074> OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
2075> PERFORMANCE OF THIS SOFTWARE.
2076
2077----------------------------------------
2078
2079### flatten@v1.0.3
2080
2081License: MIT
2082By: Joshua Holbrook
2083Repository: <git+https://github.com/mk-pmb/flatten-js.git>
2084
2085> The MIT License (MIT)
2086>
2087> Copyright (c) 2016 Joshua Holbrook
2088>
2089> Permission is hereby granted, free of charge, to any person obtaining a copy
2090> of this software and associated documentation files (the "Software"), to deal
2091> in the Software without restriction, including without limitation the rights
2092> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2093> copies of the Software, and to permit persons to whom the Software is
2094> furnished to do so, subject to the following conditions:
2095>
2096> The above copyright notice and this permission notice shall be included in
2097> all copies or substantial portions of the Software.
2098>
2099> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2100> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2101> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2102> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2103> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2104> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2105> THE SOFTWARE.
2106
2107----------------------------------------
2108
2109### flow-parser@v0.180.0
2110
2111License: MIT
2112By: Flow Team
2113Repository: <https://github.com/facebook/flow.git>
2114
2115----------------------------------------
2116
2117### fs.realpath@v1.0.0
2118
2119License: ISC
2120By: Isaac Z. Schlueter
2121Repository: <git+https://github.com/isaacs/fs.realpath.git>
2122
2123> The ISC License
2124>
2125> Copyright (c) Isaac Z. Schlueter and Contributors
2126>
2127> Permission to use, copy, modify, and/or distribute this software for any
2128> purpose with or without fee is hereby granted, provided that the above
2129> copyright notice and this permission notice appear in all copies.
2130>
2131> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2132> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2133> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2134> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2135> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2136> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2137> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2138>
2139> ----
2140>
2141> This library bundles a version of the `fs.realpath` and `fs.realpathSync`
2142> methods from Node.js v0.10 under the terms of the Node.js MIT license.
2143>
2144> Node's license follows, also included at the header of `old.js` which contains
2145> the licensed code:
2146>
2147> Copyright Joyent, Inc. and other Node contributors.
2148>
2149> Permission is hereby granted, free of charge, to any person obtaining a
2150> copy of this software and associated documentation files (the "Software"),
2151> to deal in the Software without restriction, including without limitation
2152> the rights to use, copy, modify, merge, publish, distribute, sublicense,
2153> and/or sell copies of the Software, and to permit persons to whom the
2154> Software is furnished to do so, subject to the following conditions:
2155>
2156> The above copyright notice and this permission notice shall be included in
2157> all copies or substantial portions of the Software.
2158>
2159> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2160> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2161> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2162> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2163> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2164> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2165> DEALINGS IN THE SOFTWARE.
2166
2167----------------------------------------
2168
2169### function-bind@v1.1.1
2170
2171License: MIT
2172By: Raynos
2173
2174> Copyright (c) 2013 Raynos.
2175>
2176> Permission is hereby granted, free of charge, to any person obtaining a copy
2177> of this software and associated documentation files (the "Software"), to deal
2178> in the Software without restriction, including without limitation the rights
2179> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2180> copies of the Software, and to permit persons to whom the Software is
2181> furnished to do so, subject to the following conditions:
2182>
2183> The above copyright notice and this permission notice shall be included in
2184> all copies or substantial portions of the Software.
2185>
2186> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2187> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2188> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2189> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2190> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2191> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2192> THE SOFTWARE.
2193
2194----------------------------------------
2195
2196### get-stdin@v8.0.0
2197
2198License: MIT
2199By: Sindre Sorhus
2200
2201> MIT License
2202>
2203> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2204>
2205> 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:
2206>
2207> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2208>
2209> 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.
2210
2211----------------------------------------
2212
2213### get-stream@v6.0.1
2214
2215License: MIT
2216By: Sindre Sorhus
2217
2218> MIT License
2219>
2220> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2221>
2222> 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:
2223>
2224> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2225>
2226> 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.
2227
2228----------------------------------------
2229
2230### glob@v7.2.0
2231
2232License: ISC
2233By: Isaac Z. Schlueter
2234Repository: <git://github.com/isaacs/node-glob.git>
2235
2236> The ISC License
2237>
2238> Copyright (c) Isaac Z. Schlueter and Contributors
2239>
2240> Permission to use, copy, modify, and/or distribute this software for any
2241> purpose with or without fee is hereby granted, provided that the above
2242> copyright notice and this permission notice appear in all copies.
2243>
2244> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2245> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2246> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2247> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2248> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2249> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2250> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2251>
2252> ## Glob Logo
2253>
2254> Glob's logo created by Tanya Brassie <http://tanyabrassie.com/>, licensed
2255> under a Creative Commons Attribution-ShareAlike 4.0 International License
2256> https://creativecommons.org/licenses/by-sa/4.0/
2257
2258----------------------------------------
2259
2260### glob-parent@v5.1.2
2261
2262License: ISC
2263By: Gulp Team
2264
2265> The ISC License
2266>
2267> Copyright (c) 2015, 2019 Elan Shanker
2268>
2269> Permission to use, copy, modify, and/or distribute this software for any
2270> purpose with or without fee is hereby granted, provided that the above
2271> copyright notice and this permission notice appear in all copies.
2272>
2273> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2274> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2275> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2276> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2277> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2278> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2279> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2280
2281----------------------------------------
2282
2283### globby@v11.1.0
2284
2285License: MIT
2286By: Sindre Sorhus
2287
2288> MIT License
2289>
2290> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2291>
2292> 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:
2293>
2294> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2295>
2296> 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.
2297
2298----------------------------------------
2299
2300### graceful-fs@v4.2.9
2301
2302License: ISC
2303Repository: <https://github.com/isaacs/node-graceful-fs>
2304
2305> The ISC License
2306>
2307> Copyright (c) Isaac Z. Schlueter, Ben Noordhuis, and Contributors
2308>
2309> Permission to use, copy, modify, and/or distribute this software for any
2310> purpose with or without fee is hereby granted, provided that the above
2311> copyright notice and this permission notice appear in all copies.
2312>
2313> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2314> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2315> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2316> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2317> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2318> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2319> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2320
2321----------------------------------------
2322
2323### graphql@v15.6.1
2324
2325License: MIT
2326Repository: <https://github.com/graphql/graphql-js.git>
2327
2328> MIT License
2329>
2330> Copyright (c) GraphQL Contributors
2331>
2332> Permission is hereby granted, free of charge, to any person obtaining a copy
2333> of this software and associated documentation files (the "Software"), to deal
2334> in the Software without restriction, including without limitation the rights
2335> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2336> copies of the Software, and to permit persons to whom the Software is
2337> furnished to do so, subject to the following conditions:
2338>
2339> The above copyright notice and this permission notice shall be included in all
2340> copies or substantial portions of the Software.
2341>
2342> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2343> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2344> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2345> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2346> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2347> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2348> SOFTWARE.
2349
2350----------------------------------------
2351
2352### has@v1.0.3
2353
2354License: MIT
2355By: Thiago de Arruda
2356Repository: <git://github.com/tarruda/has.git>
2357
2358> Copyright (c) 2013 Thiago de Arruda
2359>
2360> Permission is hereby granted, free of charge, to any person
2361> obtaining a copy of this software and associated documentation
2362> files (the "Software"), to deal in the Software without
2363> restriction, including without limitation the rights to use,
2364> copy, modify, merge, publish, distribute, sublicense, and/or sell
2365> copies of the Software, and to permit persons to whom the
2366> Software is furnished to do so, subject to the following
2367> conditions:
2368>
2369> The above copyright notice and this permission notice shall be
2370> included in all copies or substantial portions of the Software.
2371>
2372> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2373> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2374> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2375> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
2376> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2377> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2378> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2379> OTHER DEALINGS IN THE SOFTWARE.
2380
2381----------------------------------------
2382
2383### has-flag@v3.0.0
2384
2385License: MIT
2386By: Sindre Sorhus
2387
2388> MIT License
2389>
2390> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2391>
2392> 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:
2393>
2394> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2395>
2396> 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.
2397
2398----------------------------------------
2399
2400### html-element-attributes@v3.1.0
2401
2402License: MIT
2403By: Titus Wormer
2404
2405> (The MIT License)
2406>
2407> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2408>
2409> Permission is hereby granted, free of charge, to any person obtaining
2410> a copy of this software and associated documentation files (the
2411> 'Software'), to deal in the Software without restriction, including
2412> without limitation the rights to use, copy, modify, merge, publish,
2413> distribute, sublicense, and/or sell copies of the Software, and to
2414> permit persons to whom the Software is furnished to do so, subject to
2415> the following conditions:
2416>
2417> The above copyright notice and this permission notice shall be
2418> included in all copies or substantial portions of the Software.
2419>
2420> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2421> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2422> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2423> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2424> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2425> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2426> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2427
2428----------------------------------------
2429
2430### html-tag-names@v2.0.1
2431
2432License: MIT
2433By: Titus Wormer
2434
2435> (The MIT License)
2436>
2437> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2438>
2439> Permission is hereby granted, free of charge, to any person obtaining
2440> a copy of this software and associated documentation files (the
2441> 'Software'), to deal in the Software without restriction, including
2442> without limitation the rights to use, copy, modify, merge, publish,
2443> distribute, sublicense, and/or sell copies of the Software, and to
2444> permit persons to whom the Software is furnished to do so, subject to
2445> the following conditions:
2446>
2447> The above copyright notice and this permission notice shall be
2448> included in all copies or substantial portions of the Software.
2449>
2450> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2451> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2452> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2453> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2454> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2455> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2456> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2457
2458----------------------------------------
2459
2460### html-void-elements@v2.0.1
2461
2462License: MIT
2463By: Titus Wormer
2464
2465> (The MIT License)
2466>
2467> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2468>
2469> Permission is hereby granted, free of charge, to any person obtaining
2470> a copy of this software and associated documentation files (the
2471> 'Software'), to deal in the Software without restriction, including
2472> without limitation the rights to use, copy, modify, merge, publish,
2473> distribute, sublicense, and/or sell copies of the Software, and to
2474> permit persons to whom the Software is furnished to do so, subject to
2475> the following conditions:
2476>
2477> The above copyright notice and this permission notice shall be
2478> included in all copies or substantial portions of the Software.
2479>
2480> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2481> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2482> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2483> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2484> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2485> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2486> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2487
2488----------------------------------------
2489
2490### human-signals@v3.0.1
2491
2492License: Apache-2.0
2493By: ehmicky
2494
2495> Apache License
2496> Version 2.0, January 2004
2497> http://www.apache.org/licenses/
2498>
2499> TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2500>
2501> 1. Definitions.
2502>
2503> "License" shall mean the terms and conditions for use, reproduction,
2504> and distribution as defined by Sections 1 through 9 of this document.
2505>
2506> "Licensor" shall mean the copyright owner or entity authorized by
2507> the copyright owner that is granting the License.
2508>
2509> "Legal Entity" shall mean the union of the acting entity and all
2510> other entities that control, are controlled by, or are under common
2511> control with that entity. For the purposes of this definition,
2512> "control" means (i) the power, direct or indirect, to cause the
2513> direction or management of such entity, whether by contract or
2514> otherwise, or (ii) ownership of fifty percent (50%) or more of the
2515> outstanding shares, or (iii) beneficial ownership of such entity.
2516>
2517> "You" (or "Your") shall mean an individual or Legal Entity
2518> exercising permissions granted by this License.
2519>
2520> "Source" form shall mean the preferred form for making modifications,
2521> including but not limited to software source code, documentation
2522> source, and configuration files.
2523>
2524> "Object" form shall mean any form resulting from mechanical
2525> transformation or translation of a Source form, including but
2526> not limited to compiled object code, generated documentation,
2527> and conversions to other media types.
2528>
2529> "Work" shall mean the work of authorship, whether in Source or
2530> Object form, made available under the License, as indicated by a
2531> copyright notice that is included in or attached to the work
2532> (an example is provided in the Appendix below).
2533>
2534> "Derivative Works" shall mean any work, whether in Source or Object
2535> form, that is based on (or derived from) the Work and for which the
2536> editorial revisions, annotations, elaborations, or other modifications
2537> represent, as a whole, an original work of authorship. For the purposes
2538> of this License, Derivative Works shall not include works that remain
2539> separable from, or merely link (or bind by name) to the interfaces of,
2540> the Work and Derivative Works thereof.
2541>
2542> "Contribution" shall mean any work of authorship, including
2543> the original version of the Work and any modifications or additions
2544> to that Work or Derivative Works thereof, that is intentionally
2545> submitted to Licensor for inclusion in the Work by the copyright owner
2546> or by an individual or Legal Entity authorized to submit on behalf of
2547> the copyright owner. For the purposes of this definition, "submitted"
2548> means any form of electronic, verbal, or written communication sent
2549> to the Licensor or its representatives, including but not limited to
2550> communication on electronic mailing lists, source code control systems,
2551> and issue tracking systems that are managed by, or on behalf of, the
2552> Licensor for the purpose of discussing and improving the Work, but
2553> excluding communication that is conspicuously marked or otherwise
2554> designated in writing by the copyright owner as "Not a Contribution."
2555>
2556> "Contributor" shall mean Licensor and any individual or Legal Entity
2557> on behalf of whom a Contribution has been received by Licensor and
2558> subsequently incorporated within the Work.
2559>
2560> 2. Grant of Copyright License. Subject to the terms and conditions of
2561> this License, each Contributor hereby grants to You a perpetual,
2562> worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2563> copyright license to reproduce, prepare Derivative Works of,
2564> publicly display, publicly perform, sublicense, and distribute the
2565> Work and such Derivative Works in Source or Object form.
2566>
2567> 3. Grant of Patent License. Subject to the terms and conditions of
2568> this License, each Contributor hereby grants to You a perpetual,
2569> worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2570> (except as stated in this section) patent license to make, have made,
2571> use, offer to sell, sell, import, and otherwise transfer the Work,
2572> where such license applies only to those patent claims licensable
2573> by such Contributor that are necessarily infringed by their
2574> Contribution(s) alone or by combination of their Contribution(s)
2575> with the Work to which such Contribution(s) was submitted. If You
2576> institute patent litigation against any entity (including a
2577> cross-claim or counterclaim in a lawsuit) alleging that the Work
2578> or a Contribution incorporated within the Work constitutes direct
2579> or contributory patent infringement, then any patent licenses
2580> granted to You under this License for that Work shall terminate
2581> as of the date such litigation is filed.
2582>
2583> 4. Redistribution. You may reproduce and distribute copies of the
2584> Work or Derivative Works thereof in any medium, with or without
2585> modifications, and in Source or Object form, provided that You
2586> meet the following conditions:
2587>
2588> (a) You must give any other recipients of the Work or
2589> Derivative Works a copy of this License; and
2590>
2591> (b) You must cause any modified files to carry prominent notices
2592> stating that You changed the files; and
2593>
2594> (c) You must retain, in the Source form of any Derivative Works
2595> that You distribute, all copyright, patent, trademark, and
2596> attribution notices from the Source form of the Work,
2597> excluding those notices that do not pertain to any part of
2598> the Derivative Works; and
2599>
2600> (d) If the Work includes a "NOTICE" text file as part of its
2601> distribution, then any Derivative Works that You distribute must
2602> include a readable copy of the attribution notices contained
2603> within such NOTICE file, excluding those notices that do not
2604> pertain to any part of the Derivative Works, in at least one
2605> of the following places: within a NOTICE text file distributed
2606> as part of the Derivative Works; within the Source form or
2607> documentation, if provided along with the Derivative Works; or,
2608> within a display generated by the Derivative Works, if and
2609> wherever such third-party notices normally appear. The contents
2610> of the NOTICE file are for informational purposes only and
2611> do not modify the License. You may add Your own attribution
2612> notices within Derivative Works that You distribute, alongside
2613> or as an addendum to the NOTICE text from the Work, provided
2614> that such additional attribution notices cannot be construed
2615> as modifying the License.
2616>
2617> You may add Your own copyright statement to Your modifications and
2618> may provide additional or different license terms and conditions
2619> for use, reproduction, or distribution of Your modifications, or
2620> for any such Derivative Works as a whole, provided Your use,
2621> reproduction, and distribution of the Work otherwise complies with
2622> the conditions stated in this License.
2623>
2624> 5. Submission of Contributions. Unless You explicitly state otherwise,
2625> any Contribution intentionally submitted for inclusion in the Work
2626> by You to the Licensor shall be under the terms and conditions of
2627> this License, without any additional terms or conditions.
2628> Notwithstanding the above, nothing herein shall supersede or modify
2629> the terms of any separate license agreement you may have executed
2630> with Licensor regarding such Contributions.
2631>
2632> 6. Trademarks. This License does not grant permission to use the trade
2633> names, trademarks, service marks, or product names of the Licensor,
2634> except as required for reasonable and customary use in describing the
2635> origin of the Work and reproducing the content of the NOTICE file.
2636>
2637> 7. Disclaimer of Warranty. Unless required by applicable law or
2638> agreed to in writing, Licensor provides the Work (and each
2639> Contributor provides its Contributions) on an "AS IS" BASIS,
2640> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2641> implied, including, without limitation, any warranties or conditions
2642> of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2643> PARTICULAR PURPOSE. You are solely responsible for determining the
2644> appropriateness of using or redistributing the Work and assume any
2645> risks associated with Your exercise of permissions under this License.
2646>
2647> 8. Limitation of Liability. In no event and under no legal theory,
2648> whether in tort (including negligence), contract, or otherwise,
2649> unless required by applicable law (such as deliberate and grossly
2650> negligent acts) or agreed to in writing, shall any Contributor be
2651> liable to You for damages, including any direct, indirect, special,
2652> incidental, or consequential damages of any character arising as a
2653> result of this License or out of the use or inability to use the
2654> Work (including but not limited to damages for loss of goodwill,
2655> work stoppage, computer failure or malfunction, or any and all
2656> other commercial damages or losses), even if such Contributor
2657> has been advised of the possibility of such damages.
2658>
2659> 9. Accepting Warranty or Additional Liability. While redistributing
2660> the Work or Derivative Works thereof, You may choose to offer,
2661> and charge a fee for, acceptance of support, warranty, indemnity,
2662> or other liability obligations and/or rights consistent with this
2663> License. However, in accepting such obligations, You may act only
2664> on Your own behalf and on Your sole responsibility, not on behalf
2665> of any other Contributor, and only if You agree to indemnify,
2666> defend, and hold each Contributor harmless for any liability
2667> incurred by, or claims asserted against, such Contributor by reason
2668> of your accepting any such warranty or additional liability.
2669>
2670> END OF TERMS AND CONDITIONS
2671>
2672> APPENDIX: How to apply the Apache License to your work.
2673>
2674> To apply the Apache License to your work, attach the following
2675> boilerplate notice, with the fields enclosed by brackets "[]"
2676> replaced with your own identifying information. (Don't include
2677> the brackets!) The text should be enclosed in the appropriate
2678> comment syntax for the file format. We also recommend that a
2679> file or class name and description of purpose be included on the
2680> same "printed page" as the copyright notice for easier
2681> identification within third-party archives.
2682>
2683> Copyright 2021 ehmicky <ehmicky@gmail.com>
2684>
2685> Licensed under the Apache License, Version 2.0 (the "License");
2686> you may not use this file except in compliance with the License.
2687> You may obtain a copy of the License at
2688>
2689> http://www.apache.org/licenses/LICENSE-2.0
2690>
2691> Unless required by applicable law or agreed to in writing, software
2692> distributed under the License is distributed on an "AS IS" BASIS,
2693> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2694> See the License for the specific language governing permissions and
2695> limitations under the License.
2696
2697----------------------------------------
2698
2699### ignore@v5.2.0
2700
2701License: MIT
2702By: kael
2703Repository: <git@github.com:kaelzhang/node-ignore.git>
2704
2705> Copyright (c) 2013 Kael Zhang <i@kael.me>, contributors
2706> http://kael.me/
2707>
2708> Permission is hereby granted, free of charge, to any person obtaining
2709> a copy of this software and associated documentation files (the
2710> "Software"), to deal in the Software without restriction, including
2711> without limitation the rights to use, copy, modify, merge, publish,
2712> distribute, sublicense, and/or sell copies of the Software, and to
2713> permit persons to whom the Software is furnished to do so, subject to
2714> the following conditions:
2715>
2716> The above copyright notice and this permission notice shall be
2717> included in all copies or substantial portions of the Software.
2718>
2719> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2720> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2721> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2722> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2723> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2724> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2725> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2726
2727----------------------------------------
2728
2729### import-fresh@v3.3.0
2730
2731License: MIT
2732By: Sindre Sorhus
2733
2734> MIT License
2735>
2736> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2737>
2738> 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:
2739>
2740> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2741>
2742> 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.
2743
2744----------------------------------------
2745
2746### indent-string@v4.0.0
2747
2748License: MIT
2749By: Sindre Sorhus
2750
2751> MIT License
2752>
2753> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2754>
2755> 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:
2756>
2757> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2758>
2759> 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.
2760
2761----------------------------------------
2762
2763### indexes-of@v1.0.1
2764
2765License: MIT
2766By: Dominic Tarr
2767Repository: <git://github.com/dominictarr/indexes-of.git>
2768
2769> Copyright (c) 2013 Dominic Tarr
2770>
2771> Permission is hereby granted, free of charge,
2772> to any person obtaining a copy of this software and
2773> associated documentation files (the "Software"), to
2774> deal in the Software without restriction, including
2775> without limitation the rights to use, copy, modify,
2776> merge, publish, distribute, sublicense, and/or sell
2777> copies of the Software, and to permit persons to whom
2778> the Software is furnished to do so,
2779> subject to the following conditions:
2780>
2781> The above copyright notice and this permission notice
2782> shall be included in all copies or substantial portions of the Software.
2783>
2784> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2785> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2786> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2787> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
2788> ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2789> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2790> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2791
2792----------------------------------------
2793
2794### inflight@v1.0.6
2795
2796License: ISC
2797By: Isaac Z. Schlueter
2798Repository: <https://github.com/npm/inflight.git>
2799
2800> The ISC License
2801>
2802> Copyright (c) Isaac Z. Schlueter
2803>
2804> Permission to use, copy, modify, and/or distribute this software for any
2805> purpose with or without fee is hereby granted, provided that the above
2806> copyright notice and this permission notice appear in all copies.
2807>
2808> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2809> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2810> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2811> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2812> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2813> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2814> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2815
2816----------------------------------------
2817
2818### inherits@v2.0.4
2819
2820License: ISC
2821
2822> The ISC License
2823>
2824> Copyright (c) Isaac Z. Schlueter
2825>
2826> Permission to use, copy, modify, and/or distribute this software for any
2827> purpose with or without fee is hereby granted, provided that the above
2828> copyright notice and this permission notice appear in all copies.
2829>
2830> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
2831> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
2832> FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
2833> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
2834> LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
2835> OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
2836> PERFORMANCE OF THIS SOFTWARE.
2837
2838----------------------------------------
2839
2840### is-alphabetical@v1.0.4
2841
2842License: MIT
2843By: Titus Wormer
2844
2845> (The MIT License)
2846>
2847> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2848>
2849> Permission is hereby granted, free of charge, to any person obtaining
2850> a copy of this software and associated documentation files (the
2851> 'Software'), to deal in the Software without restriction, including
2852> without limitation the rights to use, copy, modify, merge, publish,
2853> distribute, sublicense, and/or sell copies of the Software, and to
2854> permit persons to whom the Software is furnished to do so, subject to
2855> the following conditions:
2856>
2857> The above copyright notice and this permission notice shall be
2858> included in all copies or substantial portions of the Software.
2859>
2860> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2861> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2862> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2863> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2864> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2865> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2866> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2867
2868----------------------------------------
2869
2870### is-alphanumerical@v1.0.4
2871
2872License: MIT
2873By: Titus Wormer
2874
2875> (The MIT License)
2876>
2877> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2878>
2879> Permission is hereby granted, free of charge, to any person obtaining
2880> a copy of this software and associated documentation files (the
2881> 'Software'), to deal in the Software without restriction, including
2882> without limitation the rights to use, copy, modify, merge, publish,
2883> distribute, sublicense, and/or sell copies of the Software, and to
2884> permit persons to whom the Software is furnished to do so, subject to
2885> the following conditions:
2886>
2887> The above copyright notice and this permission notice shall be
2888> included in all copies or substantial portions of the Software.
2889>
2890> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2891> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2892> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2893> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2894> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2895> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2896> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2897
2898----------------------------------------
2899
2900### is-arrayish@v0.2.1
2901
2902License: MIT
2903By: Qix
2904Repository: <https://github.com/qix-/node-is-arrayish.git>
2905
2906> The MIT License (MIT)
2907>
2908> Copyright (c) 2015 JD Ballard
2909>
2910> Permission is hereby granted, free of charge, to any person obtaining a copy
2911> of this software and associated documentation files (the "Software"), to deal
2912> in the Software without restriction, including without limitation the rights
2913> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2914> copies of the Software, and to permit persons to whom the Software is
2915> furnished to do so, subject to the following conditions:
2916>
2917> The above copyright notice and this permission notice shall be included in
2918> all copies or substantial portions of the Software.
2919>
2920> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2921> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2922> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2923> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2924> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2925> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2926> THE SOFTWARE.
2927
2928----------------------------------------
2929
2930### is-buffer@v2.0.5
2931
2932License: MIT
2933By: Feross Aboukhadijeh
2934Repository: <git://github.com/feross/is-buffer.git>
2935
2936> The MIT License (MIT)
2937>
2938> Copyright (c) Feross Aboukhadijeh
2939>
2940> Permission is hereby granted, free of charge, to any person obtaining a copy
2941> of this software and associated documentation files (the "Software"), to deal
2942> in the Software without restriction, including without limitation the rights
2943> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2944> copies of the Software, and to permit persons to whom the Software is
2945> furnished to do so, subject to the following conditions:
2946>
2947> The above copyright notice and this permission notice shall be included in
2948> all copies or substantial portions of the Software.
2949>
2950> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2951> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2952> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2953> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2954> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2955> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2956> THE SOFTWARE.
2957
2958----------------------------------------
2959
2960### is-core-module@v2.8.1
2961
2962License: MIT
2963By: Jordan Harband
2964Repository: <git+https://github.com/inspect-js/is-core-module.git>
2965
2966> The MIT License (MIT)
2967>
2968> Copyright (c) 2014 Dave Justice
2969>
2970> Permission is hereby granted, free of charge, to any person obtaining a copy of
2971> this software and associated documentation files (the "Software"), to deal in
2972> the Software without restriction, including without limitation the rights to
2973> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2974> the Software, and to permit persons to whom the Software is furnished to do so,
2975> subject to the following conditions:
2976>
2977> The above copyright notice and this permission notice shall be included in all
2978> copies or substantial portions of the Software.
2979>
2980> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2981> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2982> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2983> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2984> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2985> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2986
2987----------------------------------------
2988
2989### is-decimal@v1.0.4
2990
2991License: MIT
2992By: Titus Wormer
2993
2994> (The MIT License)
2995>
2996> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2997>
2998> Permission is hereby granted, free of charge, to any person obtaining
2999> a copy of this software and associated documentation files (the
3000> 'Software'), to deal in the Software without restriction, including
3001> without limitation the rights to use, copy, modify, merge, publish,
3002> distribute, sublicense, and/or sell copies of the Software, and to
3003> permit persons to whom the Software is furnished to do so, subject to
3004> the following conditions:
3005>
3006> The above copyright notice and this permission notice shall be
3007> included in all copies or substantial portions of the Software.
3008>
3009> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3010> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3011> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3012> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3013> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3014> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3015> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3016
3017----------------------------------------
3018
3019### is-extglob@v2.1.1
3020
3021License: MIT
3022By: Jon Schlinkert
3023
3024> The MIT License (MIT)
3025>
3026> Copyright (c) 2014-2016, Jon Schlinkert
3027>
3028> Permission is hereby granted, free of charge, to any person obtaining a copy
3029> of this software and associated documentation files (the "Software"), to deal
3030> in the Software without restriction, including without limitation the rights
3031> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3032> copies of the Software, and to permit persons to whom the Software is
3033> furnished to do so, subject to the following conditions:
3034>
3035> The above copyright notice and this permission notice shall be included in
3036> all copies or substantial portions of the Software.
3037>
3038> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3039> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3040> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3041> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3042> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3043> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3044> THE SOFTWARE.
3045
3046----------------------------------------
3047
3048### is-fullwidth-code-point@v4.0.0
3049
3050License: MIT
3051By: Sindre Sorhus
3052
3053> MIT License
3054>
3055> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3056>
3057> 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:
3058>
3059> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3060>
3061> 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.
3062
3063----------------------------------------
3064
3065### is-glob@v4.0.3
3066
3067License: MIT
3068By: Jon Schlinkert
3069
3070> The MIT License (MIT)
3071>
3072> Copyright (c) 2014-2017, Jon Schlinkert.
3073>
3074> Permission is hereby granted, free of charge, to any person obtaining a copy
3075> of this software and associated documentation files (the "Software"), to deal
3076> in the Software without restriction, including without limitation the rights
3077> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3078> copies of the Software, and to permit persons to whom the Software is
3079> furnished to do so, subject to the following conditions:
3080>
3081> The above copyright notice and this permission notice shall be included in
3082> all copies or substantial portions of the Software.
3083>
3084> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3085> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3086> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3087> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3088> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3089> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3090> THE SOFTWARE.
3091
3092----------------------------------------
3093
3094### is-hexadecimal@v1.0.4
3095
3096License: MIT
3097By: Titus Wormer
3098
3099> (The MIT License)
3100>
3101> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
3102>
3103> Permission is hereby granted, free of charge, to any person obtaining
3104> a copy of this software and associated documentation files (the
3105> 'Software'), to deal in the Software without restriction, including
3106> without limitation the rights to use, copy, modify, merge, publish,
3107> distribute, sublicense, and/or sell copies of the Software, and to
3108> permit persons to whom the Software is furnished to do so, subject to
3109> the following conditions:
3110>
3111> The above copyright notice and this permission notice shall be
3112> included in all copies or substantial portions of the Software.
3113>
3114> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3115> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3116> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3117> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3118> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3119> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3120> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3121
3122----------------------------------------
3123
3124### is-number@v7.0.0
3125
3126License: MIT
3127By: Jon Schlinkert
3128
3129> The MIT License (MIT)
3130>
3131> Copyright (c) 2014-present, Jon Schlinkert.
3132>
3133> Permission is hereby granted, free of charge, to any person obtaining a copy
3134> of this software and associated documentation files (the "Software"), to deal
3135> in the Software without restriction, including without limitation the rights
3136> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3137> copies of the Software, and to permit persons to whom the Software is
3138> furnished to do so, subject to the following conditions:
3139>
3140> The above copyright notice and this permission notice shall be included in
3141> all copies or substantial portions of the Software.
3142>
3143> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3144> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3145> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3146> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3147> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3148> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3149> THE SOFTWARE.
3150
3151----------------------------------------
3152
3153### is-path-cwd@v2.2.0
3154
3155License: MIT
3156By: Sindre Sorhus
3157
3158> MIT License
3159>
3160> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3161>
3162> 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:
3163>
3164> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3165>
3166> 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.
3167
3168----------------------------------------
3169
3170### is-path-inside@v3.0.3
3171
3172License: MIT
3173By: Sindre Sorhus
3174
3175> MIT License
3176>
3177> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3178>
3179> 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:
3180>
3181> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3182>
3183> 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.
3184
3185----------------------------------------
3186
3187### is-plain-obj@v2.1.0
3188
3189License: MIT
3190By: Sindre Sorhus
3191
3192> MIT License
3193>
3194> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3195>
3196> 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:
3197>
3198> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3199>
3200> 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.
3201
3202----------------------------------------
3203
3204### is-stream@v3.0.0
3205
3206License: MIT
3207By: Sindre Sorhus
3208
3209> MIT License
3210>
3211> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3212>
3213> 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:
3214>
3215> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3216>
3217> 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.
3218
3219----------------------------------------
3220
3221### is-whitespace-character@v1.0.4
3222
3223License: MIT
3224By: Titus Wormer
3225
3226> (The MIT License)
3227>
3228> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
3229>
3230> Permission is hereby granted, free of charge, to any person obtaining
3231> a copy of this software and associated documentation files (the
3232> 'Software'), to deal in the Software without restriction, including
3233> without limitation the rights to use, copy, modify, merge, publish,
3234> distribute, sublicense, and/or sell copies of the Software, and to
3235> permit persons to whom the Software is furnished to do so, subject to
3236> the following conditions:
3237>
3238> The above copyright notice and this permission notice shall be
3239> included in all copies or substantial portions of the Software.
3240>
3241> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3242> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3243> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3244> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3245> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3246> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3247> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3248
3249----------------------------------------
3250
3251### is-word-character@v1.0.4
3252
3253License: MIT
3254By: Titus Wormer
3255
3256> (The MIT License)
3257>
3258> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
3259>
3260> Permission is hereby granted, free of charge, to any person obtaining
3261> a copy of this software and associated documentation files (the
3262> 'Software'), to deal in the Software without restriction, including
3263> without limitation the rights to use, copy, modify, merge, publish,
3264> distribute, sublicense, and/or sell copies of the Software, and to
3265> permit persons to whom the Software is furnished to do so, subject to
3266> the following conditions:
3267>
3268> The above copyright notice and this permission notice shall be
3269> included in all copies or substantial portions of the Software.
3270>
3271> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3272> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3273> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3274> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3275> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3276> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3277> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3278
3279----------------------------------------
3280
3281### isexe@v2.0.0
3282
3283License: ISC
3284By: Isaac Z. Schlueter
3285Repository: <git+https://github.com/isaacs/isexe.git>
3286
3287> The ISC License
3288>
3289> Copyright (c) Isaac Z. Schlueter and Contributors
3290>
3291> Permission to use, copy, modify, and/or distribute this software for any
3292> purpose with or without fee is hereby granted, provided that the above
3293> copyright notice and this permission notice appear in all copies.
3294>
3295> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3296> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3297> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3298> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3299> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3300> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3301> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3302
3303----------------------------------------
3304
3305### jest-docblock@v28.1.1
3306
3307License: MIT
3308Repository: <https://github.com/facebook/jest.git>
3309
3310> MIT License
3311>
3312> Copyright (c) Facebook, Inc. and its affiliates.
3313>
3314> Permission is hereby granted, free of charge, to any person obtaining a copy
3315> of this software and associated documentation files (the "Software"), to deal
3316> in the Software without restriction, including without limitation the rights
3317> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3318> copies of the Software, and to permit persons to whom the Software is
3319> furnished to do so, subject to the following conditions:
3320>
3321> The above copyright notice and this permission notice shall be included in all
3322> copies or substantial portions of the Software.
3323>
3324> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3325> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3326> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3327> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3328> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3329> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3330> SOFTWARE.
3331
3332----------------------------------------
3333
3334### js-tokens@v4.0.0
3335
3336License: MIT
3337By: Simon Lydell
3338
3339> The MIT License (MIT)
3340>
3341> Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell
3342>
3343> Permission is hereby granted, free of charge, to any person obtaining a copy
3344> of this software and associated documentation files (the "Software"), to deal
3345> in the Software without restriction, including without limitation the rights
3346> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3347> copies of the Software, and to permit persons to whom the Software is
3348> furnished to do so, subject to the following conditions:
3349>
3350> The above copyright notice and this permission notice shall be included in
3351> all copies or substantial portions of the Software.
3352>
3353> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3354> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3355> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3356> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3357> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3358> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3359> THE SOFTWARE.
3360
3361----------------------------------------
3362
3363### json-parse-even-better-errors@v2.3.1
3364
3365License: MIT
3366By: Kat Marchán
3367
3368> Copyright 2017 Kat Marchán
3369> Copyright npm, Inc.
3370>
3371> Permission is hereby granted, free of charge, to any person obtaining a
3372> copy of this software and associated documentation files (the "Software"),
3373> to deal in the Software without restriction, including without limitation
3374> the rights to use, copy, modify, merge, publish, distribute, sublicense,
3375> and/or sell copies of the Software, and to permit persons to whom the
3376> Software is furnished to do so, subject to the following conditions:
3377>
3378> The above copyright notice and this permission notice shall be included in
3379> all copies or substantial portions of the Software.
3380>
3381> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3382> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3383> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3384> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3385> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3386> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3387> DEALINGS IN THE SOFTWARE.
3388>
3389> ---
3390>
3391> This library is a fork of 'better-json-errors' by Kat Marchán, extended and
3392> distributed under the terms of the MIT license above.
3393
3394----------------------------------------
3395
3396### json5@v2.2.1
3397
3398License: MIT
3399By: Aseem Kishore
3400Repository: <git+https://github.com/json5/json5.git>
3401
3402> MIT License
3403>
3404> Copyright (c) 2012-2018 Aseem Kishore, and [others].
3405>
3406> Permission is hereby granted, free of charge, to any person obtaining a copy
3407> of this software and associated documentation files (the "Software"), to deal
3408> in the Software without restriction, including without limitation the rights
3409> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3410> copies of the Software, and to permit persons to whom the Software is
3411> furnished to do so, subject to the following conditions:
3412>
3413> The above copyright notice and this permission notice shall be included in all
3414> copies or substantial portions of the Software.
3415>
3416> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3417> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3418> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3419> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3420> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3421> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3422> SOFTWARE.
3423>
3424> [others]: https://github.com/json5/json5/contributors
3425
3426----------------------------------------
3427
3428### leven@v2.1.0
3429
3430License: MIT
3431By: Sindre Sorhus
3432
3433> The MIT License (MIT)
3434>
3435> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3436>
3437> Permission is hereby granted, free of charge, to any person obtaining a copy
3438> of this software and associated documentation files (the "Software"), to deal
3439> in the Software without restriction, including without limitation the rights
3440> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3441> copies of the Software, and to permit persons to whom the Software is
3442> furnished to do so, subject to the following conditions:
3443>
3444> The above copyright notice and this permission notice shall be included in
3445> all copies or substantial portions of the Software.
3446>
3447> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3448> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3449> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3450> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3451> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3452> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3453> THE SOFTWARE.
3454
3455----------------------------------------
3456
3457### leven@v4.0.0
3458
3459License: MIT
3460By: Sindre Sorhus
3461
3462> MIT License
3463>
3464> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3465>
3466> 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:
3467>
3468> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3469>
3470> 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.
3471
3472----------------------------------------
3473
3474### lines-and-columns@v1.2.4
3475
3476License: MIT
3477By: Brian Donovan
3478Repository: <https://github.com/eventualbuddha/lines-and-columns.git>
3479
3480> The MIT License (MIT)
3481>
3482> Copyright (c) 2015 Brian Donovan
3483>
3484> Permission is hereby granted, free of charge, to any person obtaining a copy
3485> of this software and associated documentation files (the "Software"), to deal
3486> in the Software without restriction, including without limitation the rights
3487> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3488> copies of the Software, and to permit persons to whom the Software is
3489> furnished to do so, subject to the following conditions:
3490>
3491> The above copyright notice and this permission notice shall be included in
3492> all copies or substantial portions of the Software.
3493>
3494> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3495> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3496> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3497> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3498> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3499> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3500> THE SOFTWARE.
3501
3502----------------------------------------
3503
3504### lines-and-columns@v2.0.3
3505
3506License: MIT
3507By: Brian Donovan
3508Repository: <https://github.com/eventualbuddha/lines-and-columns.git>
3509
3510> The MIT License (MIT)
3511>
3512> Copyright (c) 2015 Brian Donovan
3513>
3514> Permission is hereby granted, free of charge, to any person obtaining a copy
3515> of this software and associated documentation files (the "Software"), to deal
3516> in the Software without restriction, including without limitation the rights
3517> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3518> copies of the Software, and to permit persons to whom the Software is
3519> furnished to do so, subject to the following conditions:
3520>
3521> The above copyright notice and this permission notice shall be included in
3522> all copies or substantial portions of the Software.
3523>
3524> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3525> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3526> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3527> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3528> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3529> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3530> THE SOFTWARE.
3531
3532----------------------------------------
3533
3534### linguist-languages@v7.21.0
3535
3536License: MIT
3537By: Ika
3538
3539> MIT License
3540>
3541> Copyright (c) Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
3542>
3543> Permission is hereby granted, free of charge, to any person obtaining a copy
3544> of this software and associated documentation files (the "Software"), to deal
3545> in the Software without restriction, including without limitation the rights
3546> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3547> copies of the Software, and to permit persons to whom the Software is
3548> furnished to do so, subject to the following conditions:
3549>
3550> The above copyright notice and this permission notice shall be included in all
3551> copies or substantial portions of the Software.
3552>
3553> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3554> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3555> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3556> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3557> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3558> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3559> SOFTWARE.
3560
3561----------------------------------------
3562
3563### locate-path@v5.0.0
3564
3565License: MIT
3566By: Sindre Sorhus
3567
3568> MIT License
3569>
3570> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3571>
3572> 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:
3573>
3574> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3575>
3576> 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.
3577
3578----------------------------------------
3579
3580### lru-cache@v4.1.5
3581
3582License: ISC
3583By: Isaac Z. Schlueter
3584
3585> The ISC License
3586>
3587> Copyright (c) Isaac Z. Schlueter and Contributors
3588>
3589> Permission to use, copy, modify, and/or distribute this software for any
3590> purpose with or without fee is hereby granted, provided that the above
3591> copyright notice and this permission notice appear in all copies.
3592>
3593> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3594> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3595> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3596> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3597> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3598> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3599> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3600
3601----------------------------------------
3602
3603### lru-cache@v6.0.0
3604
3605License: ISC
3606By: Isaac Z. Schlueter
3607
3608> The ISC License
3609>
3610> Copyright (c) Isaac Z. Schlueter and Contributors
3611>
3612> Permission to use, copy, modify, and/or distribute this software for any
3613> purpose with or without fee is hereby granted, provided that the above
3614> copyright notice and this permission notice appear in all copies.
3615>
3616> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3617> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3618> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3619> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3620> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3621> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3622> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3623
3624----------------------------------------
3625
3626### make-dir@v3.1.0
3627
3628License: MIT
3629By: Sindre Sorhus
3630
3631> MIT License
3632>
3633> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3634>
3635> 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:
3636>
3637> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3638>
3639> 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.
3640
3641----------------------------------------
3642
3643### map-age-cleaner@v0.1.3
3644
3645License: MIT
3646By: Sam Verschueren
3647
3648> MIT License
3649>
3650> Copyright (c) Sam Verschueren <sam.verschueren@gmail.com> (github.com/SamVerschueren)
3651>
3652> 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:
3653>
3654> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3655>
3656> 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.
3657
3658----------------------------------------
3659
3660### markdown-escapes@v1.0.4
3661
3662License: MIT
3663By: Titus Wormer
3664
3665> (The MIT License)
3666>
3667> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
3668>
3669> Permission is hereby granted, free of charge, to any person obtaining
3670> a copy of this software and associated documentation files (the
3671> 'Software'), to deal in the Software without restriction, including
3672> without limitation the rights to use, copy, modify, merge, publish,
3673> distribute, sublicense, and/or sell copies of the Software, and to
3674> permit persons to whom the Software is furnished to do so, subject to
3675> the following conditions:
3676>
3677> The above copyright notice and this permission notice shall be
3678> included in all copies or substantial portions of the Software.
3679>
3680> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3681> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3682> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3683> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3684> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3685> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3686> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3687
3688----------------------------------------
3689
3690### mem@v9.0.2
3691
3692License: MIT
3693By: Sindre Sorhus
3694
3695> MIT License
3696>
3697> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3698>
3699> 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:
3700>
3701> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3702>
3703> 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.
3704
3705----------------------------------------
3706
3707### merge-stream@v2.0.0
3708
3709License: MIT
3710By: Stephen Sugden
3711
3712> The MIT License (MIT)
3713>
3714> Copyright (c) Stephen Sugden <me@stephensugden.com> (stephensugden.com)
3715>
3716> Permission is hereby granted, free of charge, to any person obtaining a copy
3717> of this software and associated documentation files (the "Software"), to deal
3718> in the Software without restriction, including without limitation the rights
3719> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3720> copies of the Software, and to permit persons to whom the Software is
3721> furnished to do so, subject to the following conditions:
3722>
3723> The above copyright notice and this permission notice shall be included in
3724> all copies or substantial portions of the Software.
3725>
3726> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3727> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3728> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3729> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3730> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3731> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3732> THE SOFTWARE.
3733
3734----------------------------------------
3735
3736### merge2@v1.4.1
3737
3738License: MIT
3739Repository: <git@github.com:teambition/merge2.git>
3740
3741> The MIT License (MIT)
3742>
3743> Copyright (c) 2014-2020 Teambition
3744>
3745> Permission is hereby granted, free of charge, to any person obtaining a copy
3746> of this software and associated documentation files (the "Software"), to deal
3747> in the Software without restriction, including without limitation the rights
3748> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3749> copies of the Software, and to permit persons to whom the Software is
3750> furnished to do so, subject to the following conditions:
3751>
3752> The above copyright notice and this permission notice shall be included in all
3753> copies or substantial portions of the Software.
3754>
3755> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3756> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3757> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3758> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3759> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3760> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3761> SOFTWARE.
3762
3763----------------------------------------
3764
3765### meriyah@v4.2.1
3766
3767License: ISC
3768By: Kenny F.
3769Repository: <https://github.com/meriyah/meriyah>
3770
3771> ISC License
3772>
3773> Copyright (c) 2019 and later, KFlash and others.
3774>
3775> 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.
3776>
3777> 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.
3778
3779----------------------------------------
3780
3781### micromatch@v4.0.5
3782
3783License: MIT
3784By: Jon Schlinkert
3785
3786> The MIT License (MIT)
3787>
3788> Copyright (c) 2014-present, Jon Schlinkert.
3789>
3790> Permission is hereby granted, free of charge, to any person obtaining a copy
3791> of this software and associated documentation files (the "Software"), to deal
3792> in the Software without restriction, including without limitation the rights
3793> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3794> copies of the Software, and to permit persons to whom the Software is
3795> furnished to do so, subject to the following conditions:
3796>
3797> The above copyright notice and this permission notice shall be included in
3798> all copies or substantial portions of the Software.
3799>
3800> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3801> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3802> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3803> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3804> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3805> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3806> THE SOFTWARE.
3807
3808----------------------------------------
3809
3810### mimic-fn@v4.0.0
3811
3812License: MIT
3813By: Sindre Sorhus
3814
3815> MIT License
3816>
3817> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3818>
3819> 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:
3820>
3821> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3822>
3823> 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.
3824
3825----------------------------------------
3826
3827### minimatch@v3.1.2
3828
3829License: ISC
3830By: Isaac Z. Schlueter
3831Repository: <git://github.com/isaacs/minimatch.git>
3832
3833> The ISC License
3834>
3835> Copyright (c) Isaac Z. Schlueter and Contributors
3836>
3837> Permission to use, copy, modify, and/or distribute this software for any
3838> purpose with or without fee is hereby granted, provided that the above
3839> copyright notice and this permission notice appear in all copies.
3840>
3841> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3842> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3843> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3844> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3845> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3846> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3847> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3848
3849----------------------------------------
3850
3851### minimist@v1.2.6
3852
3853License: MIT
3854By: James Halliday
3855Repository: <git://github.com/substack/minimist.git>
3856
3857> This software is released under the MIT license:
3858>
3859> Permission is hereby granted, free of charge, to any person obtaining a copy of
3860> this software and associated documentation files (the "Software"), to deal in
3861> the Software without restriction, including without limitation the rights to
3862> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3863> the Software, and to permit persons to whom the Software is furnished to do so,
3864> subject to the following conditions:
3865>
3866> The above copyright notice and this permission notice shall be included in all
3867> copies or substantial portions of the Software.
3868>
3869> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3870> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3871> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3872> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3873> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3874> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3875
3876----------------------------------------
3877
3878### n-readlines@v1.0.1
3879
3880License: MIT
3881By: Yoan Arnaudov
3882Repository: <http://github.com/nacholibre/node-readlines.git>
3883
3884> The MIT License (MIT)
3885>
3886> Copyright (c) 2013 Liucw
3887>
3888> Permission is hereby granted, free of charge, to any person obtaining a copy of
3889> this software and associated documentation files (the "Software"), to deal in
3890> the Software without restriction, including without limitation the rights to
3891> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3892> the Software, and to permit persons to whom the Software is furnished to do so,
3893> subject to the following conditions:
3894>
3895> The above copyright notice and this permission notice shall be included in all
3896> copies or substantial portions of the Software.
3897>
3898> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3899> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3900> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3901> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3902> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3903> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3904
3905----------------------------------------
3906
3907### npm-run-path@v5.1.0
3908
3909License: MIT
3910By: Sindre Sorhus
3911
3912> MIT License
3913>
3914> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3915>
3916> 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:
3917>
3918> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3919>
3920> 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.
3921
3922----------------------------------------
3923
3924### once@v1.4.0
3925
3926License: ISC
3927By: Isaac Z. Schlueter
3928Repository: <git://github.com/isaacs/once>
3929
3930> The ISC License
3931>
3932> Copyright (c) Isaac Z. Schlueter and Contributors
3933>
3934> Permission to use, copy, modify, and/or distribute this software for any
3935> purpose with or without fee is hereby granted, provided that the above
3936> copyright notice and this permission notice appear in all copies.
3937>
3938> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3939> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3940> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3941> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3942> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3943> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3944> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3945
3946----------------------------------------
3947
3948### onetime@v6.0.0
3949
3950License: MIT
3951By: Sindre Sorhus
3952
3953> MIT License
3954>
3955> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3956>
3957> 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:
3958>
3959> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3960>
3961> 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.
3962
3963----------------------------------------
3964
3965### outdent@v0.8.0
3966
3967License: MIT
3968By: Andrew Bradley
3969Repository: <git+https://github.com/cspotcode/outdent.git>
3970
3971> The MIT License (MIT)
3972>
3973> Copyright (c) 2016 Andrew Bradley
3974>
3975> Permission is hereby granted, free of charge, to any person obtaining a copy
3976> of this software and associated documentation files (the "Software"), to deal
3977> in the Software without restriction, including without limitation the rights
3978> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3979> copies of the Software, and to permit persons to whom the Software is
3980> furnished to do so, subject to the following conditions:
3981>
3982> The above copyright notice and this permission notice shall be included in all
3983> copies or substantial portions of the Software.
3984>
3985> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3986> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3987> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3988> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3989> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3990> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3991> SOFTWARE.
3992
3993----------------------------------------
3994
3995### p-defer@v1.0.0
3996
3997License: MIT
3998By: Sindre Sorhus
3999
4000> The MIT License (MIT)
4001>
4002> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4003>
4004> Permission is hereby granted, free of charge, to any person obtaining a copy
4005> of this software and associated documentation files (the "Software"), to deal
4006> in the Software without restriction, including without limitation the rights
4007> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4008> copies of the Software, and to permit persons to whom the Software is
4009> furnished to do so, subject to the following conditions:
4010>
4011> The above copyright notice and this permission notice shall be included in
4012> all copies or substantial portions of the Software.
4013>
4014> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4015> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4016> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4017> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4018> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4019> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4020> THE SOFTWARE.
4021
4022----------------------------------------
4023
4024### p-limit@v2.3.0
4025
4026License: MIT
4027By: Sindre Sorhus
4028
4029> MIT License
4030>
4031> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4032>
4033> 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:
4034>
4035> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4036>
4037> 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.
4038
4039----------------------------------------
4040
4041### p-locate@v4.1.0
4042
4043License: MIT
4044By: Sindre Sorhus
4045
4046> MIT License
4047>
4048> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4049>
4050> 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:
4051>
4052> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4053>
4054> 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.
4055
4056----------------------------------------
4057
4058### p-map@v4.0.0
4059
4060License: MIT
4061By: Sindre Sorhus
4062
4063> MIT License
4064>
4065> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4066>
4067> 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:
4068>
4069> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4070>
4071> 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.
4072
4073----------------------------------------
4074
4075### p-try@v2.2.0
4076
4077License: MIT
4078By: Sindre Sorhus
4079
4080> MIT License
4081>
4082> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4083>
4084> 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:
4085>
4086> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4087>
4088> 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.
4089
4090----------------------------------------
4091
4092### parse-entities@v2.0.0
4093
4094License: MIT
4095By: Titus Wormer
4096
4097> (The MIT License)
4098>
4099> Copyright (c) 2015 Titus Wormer <mailto:tituswormer@gmail.com>
4100>
4101> Permission is hereby granted, free of charge, to any person obtaining
4102> a copy of this software and associated documentation files (the
4103> 'Software'), to deal in the Software without restriction, including
4104> without limitation the rights to use, copy, modify, merge, publish,
4105> distribute, sublicense, and/or sell copies of the Software, and to
4106> permit persons to whom the Software is furnished to do so, subject to
4107> the following conditions:
4108>
4109> The above copyright notice and this permission notice shall be
4110> included in all copies or substantial portions of the Software.
4111>
4112> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4113> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4114> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4115> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4116> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4117> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4118> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4119
4120----------------------------------------
4121
4122### parse-json@v5.2.0
4123
4124License: MIT
4125By: Sindre Sorhus
4126
4127> MIT License
4128>
4129> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4130>
4131> 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:
4132>
4133> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4134>
4135> 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.
4136
4137----------------------------------------
4138
4139### parse-srcset@v1.0.2
4140
4141License: MIT
4142By: Alex Bell
4143Repository: <git+https://github.com/albell/parse-srcset.git>
4144
4145> The MIT License (MIT)
4146>
4147> Copyright (c) 2014 Alex Bell
4148>
4149> Permission is hereby granted, free of charge, to any person obtaining a copy
4150> of this software and associated documentation files (the "Software"), to deal
4151> in the Software without restriction, including without limitation the rights
4152> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4153> copies of the Software, and to permit persons to whom the Software is
4154> furnished to do so, subject to the following conditions:
4155>
4156> The above copyright notice and this permission notice shall be included in all
4157> copies or substantial portions of the Software.
4158>
4159> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4160> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4161> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4162> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4163> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4164> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4165> SOFTWARE.
4166
4167----------------------------------------
4168
4169### path-exists@v4.0.0
4170
4171License: MIT
4172By: Sindre Sorhus
4173
4174> MIT License
4175>
4176> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4177>
4178> 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:
4179>
4180> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4181>
4182> 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.
4183
4184----------------------------------------
4185
4186### path-is-absolute@v1.0.1
4187
4188License: MIT
4189By: Sindre Sorhus
4190
4191> The MIT License (MIT)
4192>
4193> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4194>
4195> Permission is hereby granted, free of charge, to any person obtaining a copy
4196> of this software and associated documentation files (the "Software"), to deal
4197> in the Software without restriction, including without limitation the rights
4198> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4199> copies of the Software, and to permit persons to whom the Software is
4200> furnished to do so, subject to the following conditions:
4201>
4202> The above copyright notice and this permission notice shall be included in
4203> all copies or substantial portions of the Software.
4204>
4205> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4206> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4207> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4208> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4209> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4210> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4211> THE SOFTWARE.
4212
4213----------------------------------------
4214
4215### path-key@v3.1.1
4216
4217License: MIT
4218By: Sindre Sorhus
4219
4220> MIT License
4221>
4222> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4223>
4224> 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:
4225>
4226> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4227>
4228> 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.
4229
4230----------------------------------------
4231
4232### path-parse@v1.0.7
4233
4234License: MIT
4235By: Javier Blanco
4236Repository: <https://github.com/jbgutierrez/path-parse.git>
4237
4238> The MIT License (MIT)
4239>
4240> Copyright (c) 2015 Javier Blanco
4241>
4242> Permission is hereby granted, free of charge, to any person obtaining a copy
4243> of this software and associated documentation files (the "Software"), to deal
4244> in the Software without restriction, including without limitation the rights
4245> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4246> copies of the Software, and to permit persons to whom the Software is
4247> furnished to do so, subject to the following conditions:
4248>
4249> The above copyright notice and this permission notice shall be included in all
4250> copies or substantial portions of the Software.
4251>
4252> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4253> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4254> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4255> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4256> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4257> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4258> SOFTWARE.
4259
4260----------------------------------------
4261
4262### path-type@v4.0.0
4263
4264License: MIT
4265By: Sindre Sorhus
4266
4267> MIT License
4268>
4269> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4270>
4271> 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:
4272>
4273> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4274>
4275> 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.
4276
4277----------------------------------------
4278
4279### picocolors@v0.2.1
4280
4281License: ISC
4282By: Alexey Raspopov
4283
4284> ISC License
4285>
4286> Copyright (c) 2021 Alexey Raspopov, Kostiantyn Denysov, Anton Verinov
4287>
4288> Permission to use, copy, modify, and/or distribute this software for any
4289> purpose with or without fee is hereby granted, provided that the above
4290> copyright notice and this permission notice appear in all copies.
4291>
4292> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4293> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4294> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4295> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4296> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4297> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
4298> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4299
4300----------------------------------------
4301
4302### picomatch@v2.3.1
4303
4304License: MIT
4305By: Jon Schlinkert
4306
4307> The MIT License (MIT)
4308>
4309> Copyright (c) 2017-present, Jon Schlinkert.
4310>
4311> Permission is hereby granted, free of charge, to any person obtaining a copy
4312> of this software and associated documentation files (the "Software"), to deal
4313> in the Software without restriction, including without limitation the rights
4314> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4315> copies of the Software, and to permit persons to whom the Software is
4316> furnished to do so, subject to the following conditions:
4317>
4318> The above copyright notice and this permission notice shall be included in
4319> all copies or substantial portions of the Software.
4320>
4321> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4322> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4323> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4324> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4325> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4326> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4327> THE SOFTWARE.
4328
4329----------------------------------------
4330
4331### pkg-dir@v4.2.0
4332
4333License: MIT
4334By: Sindre Sorhus
4335
4336> MIT License
4337>
4338> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4339>
4340> 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:
4341>
4342> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4343>
4344> 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.
4345
4346----------------------------------------
4347
4348### please-upgrade-node@v3.2.0
4349
4350License: MIT
4351By: typicode
4352Repository: <git+https://github.com/typicode/please-upgrade-node.git>
4353
4354> MIT License
4355>
4356> Copyright (c) 2017
4357>
4358> Permission is hereby granted, free of charge, to any person obtaining a copy
4359> of this software and associated documentation files (the "Software"), to deal
4360> in the Software without restriction, including without limitation the rights
4361> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4362> copies of the Software, and to permit persons to whom the Software is
4363> furnished to do so, subject to the following conditions:
4364>
4365> The above copyright notice and this permission notice shall be included in all
4366> copies or substantial portions of the Software.
4367>
4368> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4369> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4370> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4371> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4372> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4373> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4374> SOFTWARE.
4375
4376----------------------------------------
4377
4378### postcss@v7.0.39
4379
4380License: MIT
4381By: Andrey Sitnik
4382
4383> The MIT License (MIT)
4384>
4385> Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>
4386>
4387> Permission is hereby granted, free of charge, to any person obtaining a copy of
4388> this software and associated documentation files (the "Software"), to deal in
4389> the Software without restriction, including without limitation the rights to
4390> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
4391> the Software, and to permit persons to whom the Software is furnished to do so,
4392> subject to the following conditions:
4393>
4394> The above copyright notice and this permission notice shall be included in all
4395> copies or substantial portions of the Software.
4396>
4397> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4398> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
4399> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
4400> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
4401> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
4402> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4403
4404----------------------------------------
4405
4406### postcss-less@v3.1.4
4407
4408License: MIT
4409By: Denys Kniazevych
4410
4411> The MIT License (MIT)
4412>
4413> Copyright (c) 2013 Andrey Sitnik <andrey@sitnik.ru>
4414> Copyright (c) 2016 Denys Kniazevych <webschik@gmail.com>
4415> Copyright (c) 2016 Pat Sissons <patricksissons@gmail.com>
4416> Copyright (c) 2017 Andrew Powell <andrew@shellscape.org>
4417>
4418> Permission is hereby granted, free of charge, to any person obtaining a copy
4419> of this software and associated documentation files (the "Software"), to deal
4420> in the Software without restriction, including without limitation the rights
4421> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4422> copies of the Software, and to permit persons to whom the Software is
4423> furnished to do so, subject to the following conditions:
4424>
4425> The above copyright notice and this permission notice shall be included in all
4426> copies or substantial portions of the Software.
4427>
4428> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4429> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4430> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4431> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4432> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4433> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4434> SOFTWARE.
4435
4436----------------------------------------
4437
4438### postcss-media-query-parser@v0.2.3
4439
4440License: MIT
4441By: dryoma
4442Repository: <git+https://github.com/dryoma/postcss-media-query-parser.git>
4443
4444----------------------------------------
4445
4446### postcss-scss@v2.1.1
4447
4448License: MIT
4449By: Andrey Sitnik
4450
4451> The MIT License (MIT)
4452>
4453> Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>
4454>
4455> Permission is hereby granted, free of charge, to any person obtaining a copy of
4456> this software and associated documentation files (the "Software"), to deal in
4457> the Software without restriction, including without limitation the rights to
4458> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
4459> the Software, and to permit persons to whom the Software is furnished to do so,
4460> subject to the following conditions:
4461>
4462> The above copyright notice and this permission notice shall be included in all
4463> copies or substantial portions of the Software.
4464>
4465> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4466> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
4467> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
4468> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
4469> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
4470> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4471
4472----------------------------------------
4473
4474### postcss-selector-parser@v2.2.3
4475
4476License: MIT
4477By: Ben Briggs
4478
4479> Copyright (c) Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
4480>
4481> Permission is hereby granted, free of charge, to any person
4482> obtaining a copy of this software and associated documentation
4483> files (the "Software"), to deal in the Software without
4484> restriction, including without limitation the rights to use,
4485> copy, modify, merge, publish, distribute, sublicense, and/or sell
4486> copies of the Software, and to permit persons to whom the
4487> Software is furnished to do so, subject to the following
4488> conditions:
4489>
4490> The above copyright notice and this permission notice shall be
4491> included in all copies or substantial portions of the Software.
4492>
4493> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4494> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
4495> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
4496> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
4497> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
4498> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4499> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
4500> OTHER DEALINGS IN THE SOFTWARE.
4501
4502----------------------------------------
4503
4504### postcss-values-parser@v2.0.1
4505
4506License: MIT
4507By: Andrew Powell (shellscape)
4508
4509> Copyright (c) Andrew Powell <andrew@shellscape.org>
4510>
4511> Permission is hereby granted, free of charge, to any person
4512> obtaining a copy of this software and associated documentation
4513> files (the "Software"), to deal in the Software without
4514> restriction, including without limitation the rights to use,
4515> copy, modify, merge, publish, distribute, sublicense, and/or sell
4516> copies of the Software, and to permit persons to whom the
4517> Software is furnished to do so, subject to the following
4518> conditions:
4519>
4520> The above copyright notice and this permission notice shall be
4521> included in all copies or substantial portions of the Software.
4522>
4523> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4524> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
4525> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
4526> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
4527> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
4528> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4529> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
4530> OTHER DEALINGS IN THE SOFTWARE.
4531
4532----------------------------------------
4533
4534### pseudomap@v1.0.2
4535
4536License: ISC
4537By: Isaac Z. Schlueter
4538Repository: <git+https://github.com/isaacs/pseudomap.git>
4539
4540> The ISC License
4541>
4542> Copyright (c) Isaac Z. Schlueter and Contributors
4543>
4544> Permission to use, copy, modify, and/or distribute this software for any
4545> purpose with or without fee is hereby granted, provided that the above
4546> copyright notice and this permission notice appear in all copies.
4547>
4548> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4549> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4550> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4551> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4552> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4553> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
4554> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4555
4556----------------------------------------
4557
4558### queue-microtask@v1.2.3
4559
4560License: MIT
4561By: Feross Aboukhadijeh
4562Repository: <git://github.com/feross/queue-microtask.git>
4563
4564> The MIT License (MIT)
4565>
4566> Copyright (c) Feross Aboukhadijeh
4567>
4568> Permission is hereby granted, free of charge, to any person obtaining a copy of
4569> this software and associated documentation files (the "Software"), to deal in
4570> the Software without restriction, including without limitation the rights to
4571> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
4572> the Software, and to permit persons to whom the Software is furnished to do so,
4573> subject to the following conditions:
4574>
4575> The above copyright notice and this permission notice shall be included in all
4576> copies or substantial portions of the Software.
4577>
4578> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4579> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
4580> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
4581> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
4582> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
4583> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4584
4585----------------------------------------
4586
4587### remark-footnotes@v2.0.0
4588
4589License: MIT
4590By: Titus Wormer
4591
4592> (The MIT License)
4593>
4594> Copyright (c) 2020 Titus Wormer <tituswormer@gmail.com>
4595>
4596> Permission is hereby granted, free of charge, to any person obtaining
4597> a copy of this software and associated documentation files (the
4598> 'Software'), to deal in the Software without restriction, including
4599> without limitation the rights to use, copy, modify, merge, publish,
4600> distribute, sublicense, and/or sell copies of the Software, and to
4601> permit persons to whom the Software is furnished to do so, subject to
4602> the following conditions:
4603>
4604> The above copyright notice and this permission notice shall be
4605> included in all copies or substantial portions of the Software.
4606>
4607> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4608> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4609> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4610> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4611> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4612> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4613> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4614
4615----------------------------------------
4616
4617### remark-math@v3.0.1
4618
4619License: MIT
4620By: Junyoung Choi
4621
4622----------------------------------------
4623
4624### remark-parse@v8.0.3
4625
4626License: MIT
4627By: Titus Wormer
4628
4629----------------------------------------
4630
4631### repeat-string@v1.6.1
4632
4633License: MIT
4634By: Jon Schlinkert
4635
4636> The MIT License (MIT)
4637>
4638> Copyright (c) 2014-2016, Jon Schlinkert.
4639>
4640> Permission is hereby granted, free of charge, to any person obtaining a copy
4641> of this software and associated documentation files (the "Software"), to deal
4642> in the Software without restriction, including without limitation the rights
4643> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4644> copies of the Software, and to permit persons to whom the Software is
4645> furnished to do so, subject to the following conditions:
4646>
4647> The above copyright notice and this permission notice shall be included in
4648> all copies or substantial portions of the Software.
4649>
4650> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4651> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4652> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4653> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4654> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4655> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4656> THE SOFTWARE.
4657
4658----------------------------------------
4659
4660### resolve@v1.22.0
4661
4662License: MIT
4663By: James Halliday
4664Repository: <git://github.com/browserify/resolve.git>
4665
4666> MIT License
4667>
4668> Copyright (c) 2012 James Halliday
4669>
4670> Permission is hereby granted, free of charge, to any person obtaining a copy
4671> of this software and associated documentation files (the "Software"), to deal
4672> in the Software without restriction, including without limitation the rights
4673> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4674> copies of the Software, and to permit persons to whom the Software is
4675> furnished to do so, subject to the following conditions:
4676>
4677> The above copyright notice and this permission notice shall be included in all
4678> copies or substantial portions of the Software.
4679>
4680> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4681> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4682> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4683> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4684> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4685> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4686> SOFTWARE.
4687
4688----------------------------------------
4689
4690### resolve-from@v4.0.0
4691
4692License: MIT
4693By: Sindre Sorhus
4694
4695> MIT License
4696>
4697> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4698>
4699> 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:
4700>
4701> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4702>
4703> 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.
4704
4705----------------------------------------
4706
4707### reusify@v1.0.4
4708
4709License: MIT
4710By: Matteo Collina
4711Repository: <git+https://github.com/mcollina/reusify.git>
4712
4713> The MIT License (MIT)
4714>
4715> Copyright (c) 2015 Matteo Collina
4716>
4717> Permission is hereby granted, free of charge, to any person obtaining a copy
4718> of this software and associated documentation files (the "Software"), to deal
4719> in the Software without restriction, including without limitation the rights
4720> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4721> copies of the Software, and to permit persons to whom the Software is
4722> furnished to do so, subject to the following conditions:
4723>
4724> The above copyright notice and this permission notice shall be included in all
4725> copies or substantial portions of the Software.
4726>
4727> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4728> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4729> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4730> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4731> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4732> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4733> SOFTWARE.
4734
4735----------------------------------------
4736
4737### rimraf@v3.0.2
4738
4739License: ISC
4740By: Isaac Z. Schlueter
4741
4742> The ISC License
4743>
4744> Copyright (c) Isaac Z. Schlueter and Contributors
4745>
4746> Permission to use, copy, modify, and/or distribute this software for any
4747> purpose with or without fee is hereby granted, provided that the above
4748> copyright notice and this permission notice appear in all copies.
4749>
4750> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4751> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4752> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4753> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4754> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4755> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
4756> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4757
4758----------------------------------------
4759
4760### rollup-plugin-node-polyfills@v0.2.1
4761
4762License: MIT
4763Repository: <git@github.com:ionic-team/rollup-plugin-node-polyfills.git>
4764
4765> The MIT License (MIT)
4766>
4767> Copyright (c) 2019 these people
4768>
4769> 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:
4770>
4771> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4772>
4773> 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.
4774
4775----------------------------------------
4776
4777### run-parallel@v1.2.0
4778
4779License: MIT
4780By: Feross Aboukhadijeh
4781Repository: <git://github.com/feross/run-parallel.git>
4782
4783> The MIT License (MIT)
4784>
4785> Copyright (c) Feross Aboukhadijeh
4786>
4787> Permission is hereby granted, free of charge, to any person obtaining a copy of
4788> this software and associated documentation files (the "Software"), to deal in
4789> the Software without restriction, including without limitation the rights to
4790> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
4791> the Software, and to permit persons to whom the Software is furnished to do so,
4792> subject to the following conditions:
4793>
4794> The above copyright notice and this permission notice shall be included in all
4795> copies or substantial portions of the Software.
4796>
4797> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4798> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
4799> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
4800> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
4801> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
4802> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4803
4804----------------------------------------
4805
4806### sdbm@v2.0.0
4807
4808License: MIT
4809By: Sindre Sorhus
4810
4811> MIT License
4812>
4813> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4814>
4815> 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:
4816>
4817> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4818>
4819> 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.
4820
4821----------------------------------------
4822
4823### semver@v6.3.0
4824
4825License: ISC
4826
4827> The ISC License
4828>
4829> Copyright (c) Isaac Z. Schlueter and Contributors
4830>
4831> Permission to use, copy, modify, and/or distribute this software for any
4832> purpose with or without fee is hereby granted, provided that the above
4833> copyright notice and this permission notice appear in all copies.
4834>
4835> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4836> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4837> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4838> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4839> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4840> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
4841> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4842
4843----------------------------------------
4844
4845### semver@v7.3.7
4846
4847License: ISC
4848By: GitHub Inc.
4849Repository: <https://github.com/npm/node-semver.git>
4850
4851> The ISC License
4852>
4853> Copyright (c) Isaac Z. Schlueter and Contributors
4854>
4855> Permission to use, copy, modify, and/or distribute this software for any
4856> purpose with or without fee is hereby granted, provided that the above
4857> copyright notice and this permission notice appear in all copies.
4858>
4859> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4860> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4861> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4862> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4863> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4864> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
4865> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4866
4867----------------------------------------
4868
4869### semver-compare@v1.0.0
4870
4871License: MIT
4872By: James Halliday
4873Repository: <git://github.com/substack/semver-compare.git>
4874
4875> This software is released under the MIT license:
4876>
4877> Permission is hereby granted, free of charge, to any person obtaining a copy of
4878> this software and associated documentation files (the "Software"), to deal in
4879> the Software without restriction, including without limitation the rights to
4880> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
4881> the Software, and to permit persons to whom the Software is furnished to do so,
4882> subject to the following conditions:
4883>
4884> The above copyright notice and this permission notice shall be included in all
4885> copies or substantial portions of the Software.
4886>
4887> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4888> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
4889> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
4890> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
4891> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
4892> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4893
4894----------------------------------------
4895
4896### shebang-command@v2.0.0
4897
4898License: MIT
4899By: Kevin Mårtensson
4900
4901> MIT License
4902>
4903> Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
4904>
4905> 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:
4906>
4907> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4908>
4909> 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.
4910
4911----------------------------------------
4912
4913### shebang-regex@v3.0.0
4914
4915License: MIT
4916By: Sindre Sorhus
4917
4918> MIT License
4919>
4920> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4921>
4922> 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:
4923>
4924> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4925>
4926> 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.
4927
4928----------------------------------------
4929
4930### sigmund@v1.0.1
4931
4932License: ISC
4933By: Isaac Z. Schlueter
4934Repository: <git://github.com/isaacs/sigmund>
4935
4936> The ISC License
4937>
4938> Copyright (c) Isaac Z. Schlueter and Contributors
4939>
4940> Permission to use, copy, modify, and/or distribute this software for any
4941> purpose with or without fee is hereby granted, provided that the above
4942> copyright notice and this permission notice appear in all copies.
4943>
4944> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4945> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4946> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4947> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4948> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4949> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
4950> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4951
4952----------------------------------------
4953
4954### signal-exit@v3.0.7
4955
4956License: ISC
4957By: Ben Coe
4958Repository: <https://github.com/tapjs/signal-exit.git>
4959
4960> The ISC License
4961>
4962> Copyright (c) 2015, Contributors
4963>
4964> Permission to use, copy, modify, and/or distribute this software
4965> for any purpose with or without fee is hereby granted, provided
4966> that the above copyright notice and this permission notice
4967> appear in all copies.
4968>
4969> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4970> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
4971> OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
4972> LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
4973> OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
4974> WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
4975> ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4976
4977----------------------------------------
4978
4979### simple-html-tokenizer@v0.5.11
4980
4981License: MIT
4982Repository: <https://github.com/tildeio/simple-html-tokenizer.git>
4983
4984> Copyright (c) 2014 Yehuda Katz and contributors
4985>
4986> Permission is hereby granted, free of charge, to any person obtaining a copy of
4987> this software and associated documentation files (the "Software"), to deal in
4988> the Software without restriction, including without limitation the rights to
4989> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
4990> of the Software, and to permit persons to whom the Software is furnished to do
4991> so, subject to the following conditions:
4992>
4993> The above copyright notice and this permission notice shall be included in all
4994> copies or substantial portions of the Software.
4995>
4996> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4997> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4998> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4999> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5000> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5001> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5002> SOFTWARE.
5003
5004----------------------------------------
5005
5006### slash@v3.0.0
5007
5008License: MIT
5009By: Sindre Sorhus
5010
5011> MIT License
5012>
5013> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
5014>
5015> 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:
5016>
5017> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5018>
5019> 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.
5020
5021----------------------------------------
5022
5023### state-toggle@v1.0.3
5024
5025License: MIT
5026By: Titus Wormer
5027
5028> (The MIT License)
5029>
5030> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
5031>
5032> Permission is hereby granted, free of charge, to any person obtaining
5033> a copy of this software and associated documentation files (the
5034> 'Software'), to deal in the Software without restriction, including
5035> without limitation the rights to use, copy, modify, merge, publish,
5036> distribute, sublicense, and/or sell copies of the Software, and to
5037> permit persons to whom the Software is furnished to do so, subject to
5038> the following conditions:
5039>
5040> The above copyright notice and this permission notice shall be
5041> included in all copies or substantial portions of the Software.
5042>
5043> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
5044> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5045> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
5046> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5047> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
5048> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
5049> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5050
5051----------------------------------------
5052
5053### string-width@v5.0.1
5054
5055License: MIT
5056By: Sindre Sorhus
5057
5058> MIT License
5059>
5060> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
5061>
5062> 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:
5063>
5064> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5065>
5066> 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.
5067
5068----------------------------------------
5069
5070### strip-ansi@v7.0.1
5071
5072License: MIT
5073By: Sindre Sorhus
5074
5075> MIT License
5076>
5077> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
5078>
5079> 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:
5080>
5081> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5082>
5083> 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.
5084
5085----------------------------------------
5086
5087### strip-final-newline@v3.0.0
5088
5089License: MIT
5090By: Sindre Sorhus
5091
5092> MIT License
5093>
5094> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
5095>
5096> 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:
5097>
5098> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5099>
5100> 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.
5101
5102----------------------------------------
5103
5104### supports-color@v5.5.0
5105
5106License: MIT
5107By: Sindre Sorhus
5108
5109> MIT License
5110>
5111> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
5112>
5113> 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:
5114>
5115> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5116>
5117> 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.
5118
5119----------------------------------------
5120
5121### temp-dir@v2.0.0
5122
5123License: MIT
5124By: Sindre Sorhus
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.
5135
5136----------------------------------------
5137
5138### tempy@v2.0.0
5139
5140License: MIT
5141By: Sindre Sorhus
5142
5143> MIT License
5144>
5145> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
5146>
5147> 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:
5148>
5149> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5150>
5151> 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.
5152
5153----------------------------------------
5154
5155### to-regex-range@v5.0.1
5156
5157License: MIT
5158By: Jon Schlinkert
5159
5160> The MIT License (MIT)
5161>
5162> Copyright (c) 2015-present, Jon Schlinkert.
5163>
5164> Permission is hereby granted, free of charge, to any person obtaining a copy
5165> of this software and associated documentation files (the "Software"), to deal
5166> in the Software without restriction, including without limitation the rights
5167> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5168> copies of the Software, and to permit persons to whom the Software is
5169> furnished to do so, subject to the following conditions:
5170>
5171> The above copyright notice and this permission notice shall be included in
5172> all copies or substantial portions of the Software.
5173>
5174> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5175> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5176> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5177> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5178> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5179> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5180> THE SOFTWARE.
5181
5182----------------------------------------
5183
5184### trim@v0.0.1
5185
5186By: TJ Holowaychuk
5187
5188----------------------------------------
5189
5190### trim-trailing-lines@v1.1.4
5191
5192License: MIT
5193By: Titus Wormer
5194
5195> (The MIT License)
5196>
5197> Copyright (c) 2015 Titus Wormer <mailto:tituswormer@gmail.com>
5198>
5199> Permission is hereby granted, free of charge, to any person obtaining
5200> a copy of this software and associated documentation files (the
5201> 'Software'), to deal in the Software without restriction, including
5202> without limitation the rights to use, copy, modify, merge, publish,
5203> distribute, sublicense, and/or sell copies of the Software, and to
5204> permit persons to whom the Software is furnished to do so, subject to
5205> the following conditions:
5206>
5207> The above copyright notice and this permission notice shall be
5208> included in all copies or substantial portions of the Software.
5209>
5210> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
5211> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5212> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
5213> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5214> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
5215> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
5216> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5217
5218----------------------------------------
5219
5220### trough@v1.0.5
5221
5222License: MIT
5223By: Titus Wormer
5224
5225> (The MIT License)
5226>
5227> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
5228>
5229> Permission is hereby granted, free of charge, to any person obtaining a copy
5230> of this software and associated documentation files (the "Software"), to deal
5231> in the Software without restriction, including without limitation the rights
5232> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5233> copies of the Software, and to permit persons to whom the Software is
5234> furnished to do so, subject to the following conditions:
5235>
5236> The above copyright notice and this permission notice shall be included in
5237> all copies or substantial portions of the Software.
5238>
5239> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5240> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5241> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5242> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5243> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5244> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5245> THE SOFTWARE.
5246
5247----------------------------------------
5248
5249### tslib@v1.14.1
5250
5251License: 0BSD
5252By: Microsoft Corp.
5253Repository: <https://github.com/Microsoft/tslib.git>
5254
5255> Copyright (c) Microsoft Corporation.
5256>
5257> Permission to use, copy, modify, and/or distribute this software for any
5258> purpose with or without fee is hereby granted.
5259>
5260> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
5261> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
5262> AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
5263> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
5264> LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
5265> OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
5266> PERFORMANCE OF THIS SOFTWARE.
5267
5268----------------------------------------
5269
5270### tsutils@v3.21.0
5271
5272License: MIT
5273By: Klaus Meinhardt
5274Repository: <https://github.com/ajafff/tsutils>
5275
5276> The MIT License (MIT)
5277>
5278> Copyright (c) 2017 Klaus Meinhardt
5279>
5280> Permission is hereby granted, free of charge, to any person obtaining a copy
5281> of this software and associated documentation files (the "Software"), to deal
5282> in the Software without restriction, including without limitation the rights
5283> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5284> copies of the Software, and to permit persons to whom the Software is
5285> furnished to do so, subject to the following conditions:
5286>
5287> The above copyright notice and this permission notice shall be included in all
5288> copies or substantial portions of the Software.
5289>
5290> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5291> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5292> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5293> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5294> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5295> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5296> SOFTWARE.
5297
5298----------------------------------------
5299
5300### typescript@v4.9.3
5301
5302License: Apache-2.0
5303By: Microsoft Corp.
5304Repository: <https://github.com/Microsoft/TypeScript.git>
5305
5306> Apache License
5307>
5308> Version 2.0, January 2004
5309>
5310> http://www.apache.org/licenses/
5311>
5312> TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
5313>
5314> 1. Definitions.
5315>
5316> "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
5317>
5318> "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
5319>
5320> "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
5321>
5322> "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
5323>
5324> "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
5325>
5326> "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
5327>
5328> "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
5329>
5330> "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
5331>
5332> "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
5333>
5334> "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
5335>
5336> 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
5337>
5338> 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
5339>
5340> 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
5341>
5342> You must give any other recipients of the Work or Derivative Works a copy of this License; and
5343>
5344> You must cause any modified files to carry prominent notices stating that You changed the files; and
5345>
5346> You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
5347>
5348> If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
5349>
5350> 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
5351>
5352> 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
5353>
5354> 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
5355>
5356> 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
5357>
5358> 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
5359>
5360> END OF TERMS AND CONDITIONS
5361
5362----------------------------------------
5363
5364### unherit@v1.1.3
5365
5366License: MIT
5367By: Titus Wormer
5368
5369> (The MIT License)
5370>
5371> Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
5372>
5373> Permission is hereby granted, free of charge, to any person obtaining a copy
5374> of this software and associated documentation files (the "Software"), to deal
5375> in the Software without restriction, including without limitation the rights
5376> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5377> copies of the Software, and to permit persons to whom the Software is
5378> furnished to do so, subject to the following conditions:
5379>
5380> The above copyright notice and this permission notice shall be included in
5381> all copies or substantial portions of the Software.
5382>
5383> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5384> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5385> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5386> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5387> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5388> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5389> THE SOFTWARE.
5390
5391----------------------------------------
5392
5393### unified@v9.2.1
5394
5395License: MIT
5396By: Titus Wormer
5397
5398> (The MIT License)
5399>
5400> Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
5401>
5402> Permission is hereby granted, free of charge, to any person obtaining a copy
5403> of this software and associated documentation files (the "Software"), to deal
5404> in the Software without restriction, including without limitation the rights
5405> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5406> copies of the Software, and to permit persons to whom the Software is
5407> furnished to do so, subject to the following conditions:
5408>
5409> The above copyright notice and this permission notice shall be included in
5410> all copies or substantial portions of the Software.
5411>
5412> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5413> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5414> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5415> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5416> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5417> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5418> THE SOFTWARE.
5419
5420----------------------------------------
5421
5422### uniq@v1.0.1
5423
5424License: MIT
5425By: Mikola Lysenko
5426Repository: <git://github.com/mikolalysenko/uniq.git>
5427
5428> The MIT License (MIT)
5429>
5430> Copyright (c) 2013 Mikola Lysenko
5431>
5432> Permission is hereby granted, free of charge, to any person obtaining a copy
5433> of this software and associated documentation files (the "Software"), to deal
5434> in the Software without restriction, including without limitation the rights
5435> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5436> copies of the Software, and to permit persons to whom the Software is
5437> furnished to do so, subject to the following conditions:
5438>
5439> The above copyright notice and this permission notice shall be included in
5440> all copies or substantial portions of the Software.
5441>
5442> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5443> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5444> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5445> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5446> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5447> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5448> THE SOFTWARE.
5449
5450----------------------------------------
5451
5452### unique-string@v3.0.0
5453
5454License: MIT
5455By: Sindre Sorhus
5456
5457> MIT License
5458>
5459> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
5460>
5461> 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:
5462>
5463> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5464>
5465> 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.
5466
5467----------------------------------------
5468
5469### unist-util-is@v4.1.0
5470
5471License: MIT
5472By: Titus Wormer
5473
5474> (The MIT license)
5475>
5476> Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
5477>
5478> Permission is hereby granted, free of charge, to any person obtaining
5479> a copy of this software and associated documentation files (the
5480> 'Software'), to deal in the Software without restriction, including
5481> without limitation the rights to use, copy, modify, merge, publish,
5482> distribute, sublicense, and/or sell copies of the Software, and to
5483> permit persons to whom the Software is furnished to do so, subject to
5484> the following conditions:
5485>
5486> The above copyright notice and this permission notice shall be
5487> included in all copies or substantial portions of the Software.
5488>
5489> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
5490> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5491> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
5492> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5493> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
5494> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
5495> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5496
5497----------------------------------------
5498
5499### unist-util-remove-position@v2.0.1
5500
5501License: MIT
5502By: Titus Wormer
5503
5504> (The MIT License)
5505>
5506> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
5507>
5508> Permission is hereby granted, free of charge, to any person obtaining
5509> a copy of this software and associated documentation files (the
5510> 'Software'), to deal in the Software without restriction, including
5511> without limitation the rights to use, copy, modify, merge, publish,
5512> distribute, sublicense, and/or sell copies of the Software, and to
5513> permit persons to whom the Software is furnished to do so, subject to
5514> the following conditions:
5515>
5516> The above copyright notice and this permission notice shall be
5517> included in all copies or substantial portions of the Software.
5518>
5519> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
5520> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5521> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
5522> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5523> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
5524> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
5525> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5526
5527----------------------------------------
5528
5529### unist-util-stringify-position@v2.0.3
5530
5531License: MIT
5532By: Titus Wormer
5533
5534> (The MIT License)
5535>
5536> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
5537>
5538> Permission is hereby granted, free of charge, to any person obtaining
5539> a copy of this software and associated documentation files (the
5540> 'Software'), to deal in the Software without restriction, including
5541> without limitation the rights to use, copy, modify, merge, publish,
5542> distribute, sublicense, and/or sell copies of the Software, and to
5543> permit persons to whom the Software is furnished to do so, subject to
5544> the following conditions:
5545>
5546> The above copyright notice and this permission notice shall be
5547> included in all copies or substantial portions of the Software.
5548>
5549> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
5550> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5551> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
5552> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5553> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
5554> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
5555> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5556
5557----------------------------------------
5558
5559### unist-util-visit@v2.0.3
5560
5561License: MIT
5562By: Titus Wormer
5563
5564> (The MIT License)
5565>
5566> Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
5567>
5568> Permission is hereby granted, free of charge, to any person obtaining
5569> a copy of this software and associated documentation files (the
5570> 'Software'), to deal in the Software without restriction, including
5571> without limitation the rights to use, copy, modify, merge, publish,
5572> distribute, sublicense, and/or sell copies of the Software, and to
5573> permit persons to whom the Software is furnished to do so, subject to
5574> the following conditions:
5575>
5576> The above copyright notice and this permission notice shall be
5577> included in all copies or substantial portions of the Software.
5578>
5579> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
5580> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5581> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
5582> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5583> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
5584> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
5585> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5586
5587----------------------------------------
5588
5589### unist-util-visit-parents@v3.1.1
5590
5591License: MIT
5592By: Titus Wormer
5593
5594> (The MIT License)
5595>
5596> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
5597>
5598> Permission is hereby granted, free of charge, to any person obtaining
5599> a copy of this software and associated documentation files (the
5600> 'Software'), to deal in the Software without restriction, including
5601> without limitation the rights to use, copy, modify, merge, publish,
5602> distribute, sublicense, and/or sell copies of the Software, and to
5603> permit persons to whom the Software is furnished to do so, subject to
5604> the following conditions:
5605>
5606> The above copyright notice and this permission notice shall be
5607> included in all copies or substantial portions of the Software.
5608>
5609> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
5610> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5611> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
5612> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5613> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
5614> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
5615> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5616
5617----------------------------------------
5618
5619### vfile@v4.2.1
5620
5621License: MIT
5622By: Titus Wormer
5623
5624> (The MIT License)
5625>
5626> Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
5627>
5628> Permission is hereby granted, free of charge, to any person obtaining a copy
5629> of this software and associated documentation files (the "Software"), to deal
5630> in the Software without restriction, including without limitation the rights
5631> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5632> copies of the Software, and to permit persons to whom the Software is
5633> furnished to do so, subject to the following conditions:
5634>
5635> The above copyright notice and this permission notice shall be included in
5636> all copies or substantial portions of the Software.
5637>
5638> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5639> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5640> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5641> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5642> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5643> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5644> THE SOFTWARE.
5645
5646----------------------------------------
5647
5648### vfile-location@v3.2.0
5649
5650License: MIT
5651By: Titus Wormer
5652
5653> (The MIT License)
5654>
5655> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
5656>
5657> Permission is hereby granted, free of charge, to any person obtaining
5658> a copy of this software and associated documentation files (the
5659> 'Software'), to deal in the Software without restriction, including
5660> without limitation the rights to use, copy, modify, merge, publish,
5661> distribute, sublicense, and/or sell copies of the Software, and to
5662> permit persons to whom the Software is furnished to do so, subject to
5663> the following conditions:
5664>
5665> The above copyright notice and this permission notice shall be
5666> included in all copies or substantial portions of the Software.
5667>
5668> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
5669> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5670> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
5671> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5672> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
5673> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
5674> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5675
5676----------------------------------------
5677
5678### vfile-message@v2.0.4
5679
5680License: MIT
5681By: Titus Wormer
5682
5683> (The MIT License)
5684>
5685> Copyright (c) 2017 Titus Wormer <tituswormer@gmail.com>
5686>
5687> Permission is hereby granted, free of charge, to any person obtaining
5688> a copy of this software and associated documentation files (the
5689> 'Software'), to deal in the Software without restriction, including
5690> without limitation the rights to use, copy, modify, merge, publish,
5691> distribute, sublicense, and/or sell copies of the Software, and to
5692> permit persons to whom the Software is furnished to do so, subject to
5693> the following conditions:
5694>
5695> The above copyright notice and this permission notice shall be
5696> included in all copies or substantial portions of the Software.
5697>
5698> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
5699> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5700> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
5701> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5702> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
5703> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
5704> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5705
5706----------------------------------------
5707
5708### vnopts@v1.0.2
5709
5710License: MIT
5711By: Ika
5712
5713> MIT License
5714>
5715> Copyright (c) Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
5716>
5717> Permission is hereby granted, free of charge, to any person obtaining a copy
5718> of this software and associated documentation files (the "Software"), to deal
5719> in the Software without restriction, including without limitation the rights
5720> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5721> copies of the Software, and to permit persons to whom the Software is
5722> furnished to do so, subject to the following conditions:
5723>
5724> The above copyright notice and this permission notice shall be included in all
5725> copies or substantial portions of the Software.
5726>
5727> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5728> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5729> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5730> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5731> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5732> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5733> SOFTWARE.
5734
5735----------------------------------------
5736
5737### wcwidth@v1.0.1
5738
5739License: MIT
5740By: Tim Oxley
5741Repository: <git+https://github.com/timoxley/wcwidth.git>
5742
5743> wcwidth.js: JavaScript Portng of Markus Kuhn's wcwidth() Implementation
5744> =======================================================================
5745>
5746> Copyright (C) 2012 by Jun Woong.
5747>
5748> This package is a JavaScript porting of `wcwidth()` implementation
5749> [by Markus Kuhn](http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c).
5750>
5751> Permission is hereby granted, free of charge, to any person obtaining a copy of
5752> this software and associated documentation files (the "Software"), to deal in
5753> the Software without restriction, including without limitation the rights to
5754> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
5755> of the Software, and to permit persons to whom the Software is furnished to do
5756> so, subject to the following conditions:
5757>
5758> The above copyright notice and this permission notice shall be included in all
5759> copies or substantial portions of the Software.
5760>
5761>
5762> THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
5763> INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
5764> FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
5765> OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
5766> EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
5767> PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
5768> BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
5769> IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
5770> ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
5771> POSSIBILITY OF SUCH DAMAGE.
5772
5773----------------------------------------
5774
5775### which@v2.0.2
5776
5777License: ISC
5778By: Isaac Z. Schlueter
5779Repository: <git://github.com/isaacs/node-which.git>
5780
5781> The ISC License
5782>
5783> Copyright (c) Isaac Z. Schlueter and Contributors
5784>
5785> Permission to use, copy, modify, and/or distribute this software for any
5786> purpose with or without fee is hereby granted, provided that the above
5787> copyright notice and this permission notice appear in all copies.
5788>
5789> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
5790> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
5791> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
5792> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5793> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5794> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
5795> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5796
5797----------------------------------------
5798
5799### wrappy@v1.0.2
5800
5801License: ISC
5802By: Isaac Z. Schlueter
5803Repository: <https://github.com/npm/wrappy>
5804
5805> The ISC License
5806>
5807> Copyright (c) Isaac Z. Schlueter and Contributors
5808>
5809> Permission to use, copy, modify, and/or distribute this software for any
5810> purpose with or without fee is hereby granted, provided that the above
5811> copyright notice and this permission notice appear in all copies.
5812>
5813> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
5814> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
5815> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
5816> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5817> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5818> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
5819> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5820
5821----------------------------------------
5822
5823### xtend@v4.0.2
5824
5825License: MIT
5826By: Raynos
5827
5828> The MIT License (MIT)
5829> Copyright (c) 2012-2014 Raynos.
5830>
5831> Permission is hereby granted, free of charge, to any person obtaining a copy
5832> of this software and associated documentation files (the "Software"), to deal
5833> in the Software without restriction, including without limitation the rights
5834> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5835> copies of the Software, and to permit persons to whom the Software is
5836> furnished to do so, subject to the following conditions:
5837>
5838> The above copyright notice and this permission notice shall be included in
5839> all copies or substantial portions of the Software.
5840>
5841> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5842> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5843> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5844> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5845> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5846> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5847> THE SOFTWARE.
5848
5849----------------------------------------
5850
5851### yallist@v2.1.2
5852
5853License: ISC
5854By: Isaac Z. Schlueter
5855Repository: <git+https://github.com/isaacs/yallist.git>
5856
5857> The ISC License
5858>
5859> Copyright (c) Isaac Z. Schlueter and Contributors
5860>
5861> Permission to use, copy, modify, and/or distribute this software for any
5862> purpose with or without fee is hereby granted, provided that the above
5863> copyright notice and this permission notice appear in all copies.
5864>
5865> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
5866> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
5867> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
5868> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5869> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5870> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
5871> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5872
5873----------------------------------------
5874
5875### yallist@v4.0.0
5876
5877License: ISC
5878By: Isaac Z. Schlueter
5879Repository: <git+https://github.com/isaacs/yallist.git>
5880
5881> The ISC License
5882>
5883> Copyright (c) Isaac Z. Schlueter and Contributors
5884>
5885> Permission to use, copy, modify, and/or distribute this software for any
5886> purpose with or without fee is hereby granted, provided that the above
5887> copyright notice and this permission notice appear in all copies.
5888>
5889> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
5890> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
5891> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
5892> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5893> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5894> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
5895> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5896
5897----------------------------------------
5898
5899### yaml@v1.10.2
5900
5901License: ISC
5902By: Eemeli Aro
5903
5904> Copyright 2018 Eemeli Aro <eemeli@gmail.com>
5905>
5906> Permission to use, copy, modify, and/or distribute this software for any purpose
5907> with or without fee is hereby granted, provided that the above copyright notice
5908> and this permission notice appear in all copies.
5909>
5910> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
5911> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
5912> FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
5913> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
5914> OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
5915> TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
5916> THIS SOFTWARE.
5917
5918----------------------------------------
5919
5920### yaml-unist-parser@v1.3.1
5921
5922License: MIT
5923By: Ika
5924
5925> MIT License
5926>
5927> Copyright (c) Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
5928>
5929> Permission is hereby granted, free of charge, to any person obtaining a copy
5930> of this software and associated documentation files (the "Software"), to deal
5931> in the Software without restriction, including without limitation the rights
5932> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5933> copies of the Software, and to permit persons to whom the Software is
5934> furnished to do so, subject to the following conditions:
5935>
5936> The above copyright notice and this permission notice shall be included in all
5937> copies or substantial portions of the Software.
5938>
5939> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5940> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5941> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5942> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5943> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5944> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5945> SOFTWARE.