UNPKG

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