UNPKG

296 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.20.7
122
123License: MIT
124By: The Babel Team
125Repository: <https://github.com/babel/babel.git>
126
127> Copyright (C) 2012-2014 by various contributors (see AUTHORS)
128>
129> Permission is hereby granted, free of charge, to any person obtaining a copy
130> of this software and associated documentation files (the "Software"), to deal
131> in the Software without restriction, including without limitation the rights
132> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
133> copies of the Software, and to permit persons to whom the Software is
134> furnished to do so, subject to the following conditions:
135>
136> The above copyright notice and this permission notice shall be included in
137> all copies or substantial portions of the Software.
138>
139> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
140> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
141> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
142> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
143> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
144> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
145> THE SOFTWARE.
146
147----------------------------------------
148
149### @glimmer/env@v0.1.7
150
151License: MIT
152
153> Copyright (c) 2017 Martin Muñoz and contributors.
154>
155> Permission is hereby granted, free of charge, to any person obtaining a copy of
156> this software and associated documentation files (the "Software"), to deal in
157> the Software without restriction, including without limitation the rights to
158> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
159> of the Software, and to permit persons to whom the Software is furnished to do
160> so, subject to the following conditions:
161>
162> The above copyright notice and this permission notice shall be included in all
163> copies or substantial portions of the Software.
164>
165> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
166> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
167> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
168> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
169> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
170> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
171> SOFTWARE.
172
173----------------------------------------
174
175### @glimmer/syntax@v0.84.2
176
177License: MIT
178
179> Copyright (c) 2015 Tilde, Inc.
180>
181> Permission is hereby granted, free of charge, to any person obtaining a copy of
182> this software and associated documentation files (the "Software"), to deal in
183> the Software without restriction, including without limitation the rights to
184> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
185> of the Software, and to permit persons to whom the Software is furnished to do
186> so, subject to the following conditions:
187>
188> The above copyright notice and this permission notice shall be included in all
189> copies or substantial portions of the Software.
190>
191> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
192> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
193> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
194> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
195> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
196> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
197> SOFTWARE.
198
199----------------------------------------
200
201### @glimmer/util@v0.84.2
202
203License: MIT
204
205> Copyright (c) 2015 Tilde, Inc.
206>
207> Permission is hereby granted, free of charge, to any person obtaining a copy of
208> this software and associated documentation files (the "Software"), to deal in
209> the Software without restriction, including without limitation the rights to
210> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
211> of the Software, and to permit persons to whom the Software is furnished to do
212> so, subject to the following conditions:
213>
214> The above copyright notice and this permission notice shall be included in all
215> copies or substantial portions of the Software.
216>
217> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
218> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
219> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
220> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
221> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
222> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
223> SOFTWARE.
224
225----------------------------------------
226
227### @handlebars/parser@v2.0.0
228
229License: ISC
230Repository: <git+https://github.com/handlebars-lang/handlebars-parser.git>
231
232----------------------------------------
233
234### @iarna/toml@v2.2.5
235
236License: ISC
237By: Rebecca Turner
238Repository: <git+https://github.com/iarna/iarna-toml.git>
239
240> Copyright (c) 2016, Rebecca Turner <me@re-becca.org>
241>
242> Permission to use, copy, modify, and/or distribute this software for any
243> purpose with or without fee is hereby granted, provided that the above
244> copyright notice and this permission notice appear in all copies.
245>
246> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
247> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
248> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
249> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
250> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
251> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
252> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
253
254----------------------------------------
255
256### @nodelib/fs.scandir@v2.1.5
257
258License: MIT
259
260> The MIT License (MIT)
261>
262> Copyright (c) Denis Malinochkin
263>
264> Permission is hereby granted, free of charge, to any person obtaining a copy
265> of this software and associated documentation files (the "Software"), to deal
266> in the Software without restriction, including without limitation the rights
267> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
268> copies of the Software, and to permit persons to whom the Software is
269> furnished to do so, subject to the following conditions:
270>
271> The above copyright notice and this permission notice shall be included in all
272> copies or substantial portions of the Software.
273>
274> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
275> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
276> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
277> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
278> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
279> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
280> SOFTWARE.
281
282----------------------------------------
283
284### @nodelib/fs.stat@v2.0.5
285
286License: MIT
287
288> The MIT License (MIT)
289>
290> Copyright (c) Denis Malinochkin
291>
292> Permission is hereby granted, free of charge, to any person obtaining a copy
293> of this software and associated documentation files (the "Software"), to deal
294> in the Software without restriction, including without limitation the rights
295> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
296> copies of the Software, and to permit persons to whom the Software is
297> furnished to do so, subject to the following conditions:
298>
299> The above copyright notice and this permission notice shall be included in all
300> copies or substantial portions of the Software.
301>
302> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
303> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
304> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
305> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
306> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
307> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
308> SOFTWARE.
309
310----------------------------------------
311
312### @nodelib/fs.walk@v1.2.8
313
314License: MIT
315
316> The MIT License (MIT)
317>
318> Copyright (c) Denis Malinochkin
319>
320> Permission is hereby granted, free of charge, to any person obtaining a copy
321> of this software and associated documentation files (the "Software"), to deal
322> in the Software without restriction, including without limitation the rights
323> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
324> copies of the Software, and to permit persons to whom the Software is
325> furnished to do so, subject to the following conditions:
326>
327> The above copyright notice and this permission notice shall be included in all
328> copies or substantial portions of the Software.
329>
330> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
331> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
332> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
333> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
334> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
335> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
336> SOFTWARE.
337
338----------------------------------------
339
340### @typescript-eslint/types@v5.45.0
341
342License: MIT
343Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
344
345> MIT License
346>
347> Copyright (c) 2019 TypeScript ESLint and other contributors
348>
349> Permission is hereby granted, free of charge, to any person obtaining a copy
350> of this software and associated documentation files (the "Software"), to deal
351> in the Software without restriction, including without limitation the rights
352> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
353> copies of the Software, and to permit persons to whom the Software is
354> furnished to do so, subject to the following conditions:
355>
356> The above copyright notice and this permission notice shall be included in all
357> copies or substantial portions of the Software.
358>
359> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
360> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
361> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
362> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
363> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
364> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
365> SOFTWARE.
366
367----------------------------------------
368
369### @typescript-eslint/typescript-estree@v5.45.0
370
371License: BSD-2-Clause
372Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
373
374> TypeScript ESTree
375>
376> Originally extracted from:
377>
378> TypeScript ESLint Parser
379> Copyright JS Foundation and other contributors, https://js.foundation
380>
381> Redistribution and use in source and binary forms, with or without
382> modification, are permitted provided that the following conditions are met:
383>
384> * Redistributions of source code must retain the above copyright
385> notice, this list of conditions and the following disclaimer.
386> * Redistributions in binary form must reproduce the above copyright
387> notice, this list of conditions and the following disclaimer in the
388> documentation and/or other materials provided with the distribution.
389>
390> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
391> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
392> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
393> ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
394> DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
395> (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
396> LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
397> ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
398> (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
399> THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
400
401----------------------------------------
402
403### @typescript-eslint/visitor-keys@v5.45.0
404
405License: MIT
406Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
407
408> MIT License
409>
410> Copyright (c) 2019 TypeScript ESLint and other contributors
411>
412> Permission is hereby granted, free of charge, to any person obtaining a copy
413> of this software and associated documentation files (the "Software"), to deal
414> in the Software without restriction, including without limitation the rights
415> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
416> copies of the Software, and to permit persons to whom the Software is
417> furnished to do so, subject to the following conditions:
418>
419> The above copyright notice and this permission notice shall be included in all
420> copies or substantial portions of the Software.
421>
422> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
423> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
424> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
425> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
426> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
427> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
428> SOFTWARE.
429
430----------------------------------------
431
432### acorn@v8.8.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@v0.2.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### html-void-elements@v2.0.1
2462
2463License: MIT
2464By: Titus Wormer
2465
2466> (The MIT License)
2467>
2468> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2469>
2470> Permission is hereby granted, free of charge, to any person obtaining
2471> a copy of this software and associated documentation files (the
2472> 'Software'), to deal in the Software without restriction, including
2473> without limitation the rights to use, copy, modify, merge, publish,
2474> distribute, sublicense, and/or sell copies of the Software, and to
2475> permit persons to whom the Software is furnished to do so, subject to
2476> the following conditions:
2477>
2478> The above copyright notice and this permission notice shall be
2479> included in all copies or substantial portions of the Software.
2480>
2481> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2482> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2483> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2484> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2485> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2486> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2487> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2488
2489----------------------------------------
2490
2491### human-signals@v3.0.1
2492
2493License: Apache-2.0
2494By: ehmicky
2495
2496> Apache License
2497> Version 2.0, January 2004
2498> http://www.apache.org/licenses/
2499>
2500> TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2501>
2502> 1. Definitions.
2503>
2504> "License" shall mean the terms and conditions for use, reproduction,
2505> and distribution as defined by Sections 1 through 9 of this document.
2506>
2507> "Licensor" shall mean the copyright owner or entity authorized by
2508> the copyright owner that is granting the License.
2509>
2510> "Legal Entity" shall mean the union of the acting entity and all
2511> other entities that control, are controlled by, or are under common
2512> control with that entity. For the purposes of this definition,
2513> "control" means (i) the power, direct or indirect, to cause the
2514> direction or management of such entity, whether by contract or
2515> otherwise, or (ii) ownership of fifty percent (50%) or more of the
2516> outstanding shares, or (iii) beneficial ownership of such entity.
2517>
2518> "You" (or "Your") shall mean an individual or Legal Entity
2519> exercising permissions granted by this License.
2520>
2521> "Source" form shall mean the preferred form for making modifications,
2522> including but not limited to software source code, documentation
2523> source, and configuration files.
2524>
2525> "Object" form shall mean any form resulting from mechanical
2526> transformation or translation of a Source form, including but
2527> not limited to compiled object code, generated documentation,
2528> and conversions to other media types.
2529>
2530> "Work" shall mean the work of authorship, whether in Source or
2531> Object form, made available under the License, as indicated by a
2532> copyright notice that is included in or attached to the work
2533> (an example is provided in the Appendix below).
2534>
2535> "Derivative Works" shall mean any work, whether in Source or Object
2536> form, that is based on (or derived from) the Work and for which the
2537> editorial revisions, annotations, elaborations, or other modifications
2538> represent, as a whole, an original work of authorship. For the purposes
2539> of this License, Derivative Works shall not include works that remain
2540> separable from, or merely link (or bind by name) to the interfaces of,
2541> the Work and Derivative Works thereof.
2542>
2543> "Contribution" shall mean any work of authorship, including
2544> the original version of the Work and any modifications or additions
2545> to that Work or Derivative Works thereof, that is intentionally
2546> submitted to Licensor for inclusion in the Work by the copyright owner
2547> or by an individual or Legal Entity authorized to submit on behalf of
2548> the copyright owner. For the purposes of this definition, "submitted"
2549> means any form of electronic, verbal, or written communication sent
2550> to the Licensor or its representatives, including but not limited to
2551> communication on electronic mailing lists, source code control systems,
2552> and issue tracking systems that are managed by, or on behalf of, the
2553> Licensor for the purpose of discussing and improving the Work, but
2554> excluding communication that is conspicuously marked or otherwise
2555> designated in writing by the copyright owner as "Not a Contribution."
2556>
2557> "Contributor" shall mean Licensor and any individual or Legal Entity
2558> on behalf of whom a Contribution has been received by Licensor and
2559> subsequently incorporated within the Work.
2560>
2561> 2. Grant of Copyright License. Subject to the terms and conditions of
2562> this License, each Contributor hereby grants to You a perpetual,
2563> worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2564> copyright license to reproduce, prepare Derivative Works of,
2565> publicly display, publicly perform, sublicense, and distribute the
2566> Work and such Derivative Works in Source or Object form.
2567>
2568> 3. Grant of Patent License. Subject to the terms and conditions of
2569> this License, each Contributor hereby grants to You a perpetual,
2570> worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2571> (except as stated in this section) patent license to make, have made,
2572> use, offer to sell, sell, import, and otherwise transfer the Work,
2573> where such license applies only to those patent claims licensable
2574> by such Contributor that are necessarily infringed by their
2575> Contribution(s) alone or by combination of their Contribution(s)
2576> with the Work to which such Contribution(s) was submitted. If You
2577> institute patent litigation against any entity (including a
2578> cross-claim or counterclaim in a lawsuit) alleging that the Work
2579> or a Contribution incorporated within the Work constitutes direct
2580> or contributory patent infringement, then any patent licenses
2581> granted to You under this License for that Work shall terminate
2582> as of the date such litigation is filed.
2583>
2584> 4. Redistribution. You may reproduce and distribute copies of the
2585> Work or Derivative Works thereof in any medium, with or without
2586> modifications, and in Source or Object form, provided that You
2587> meet the following conditions:
2588>
2589> (a) You must give any other recipients of the Work or
2590> Derivative Works a copy of this License; and
2591>
2592> (b) You must cause any modified files to carry prominent notices
2593> stating that You changed the files; and
2594>
2595> (c) You must retain, in the Source form of any Derivative Works
2596> that You distribute, all copyright, patent, trademark, and
2597> attribution notices from the Source form of the Work,
2598> excluding those notices that do not pertain to any part of
2599> the Derivative Works; and
2600>
2601> (d) If the Work includes a "NOTICE" text file as part of its
2602> distribution, then any Derivative Works that You distribute must
2603> include a readable copy of the attribution notices contained
2604> within such NOTICE file, excluding those notices that do not
2605> pertain to any part of the Derivative Works, in at least one
2606> of the following places: within a NOTICE text file distributed
2607> as part of the Derivative Works; within the Source form or
2608> documentation, if provided along with the Derivative Works; or,
2609> within a display generated by the Derivative Works, if and
2610> wherever such third-party notices normally appear. The contents
2611> of the NOTICE file are for informational purposes only and
2612> do not modify the License. You may add Your own attribution
2613> notices within Derivative Works that You distribute, alongside
2614> or as an addendum to the NOTICE text from the Work, provided
2615> that such additional attribution notices cannot be construed
2616> as modifying the License.
2617>
2618> You may add Your own copyright statement to Your modifications and
2619> may provide additional or different license terms and conditions
2620> for use, reproduction, or distribution of Your modifications, or
2621> for any such Derivative Works as a whole, provided Your use,
2622> reproduction, and distribution of the Work otherwise complies with
2623> the conditions stated in this License.
2624>
2625> 5. Submission of Contributions. Unless You explicitly state otherwise,
2626> any Contribution intentionally submitted for inclusion in the Work
2627> by You to the Licensor shall be under the terms and conditions of
2628> this License, without any additional terms or conditions.
2629> Notwithstanding the above, nothing herein shall supersede or modify
2630> the terms of any separate license agreement you may have executed
2631> with Licensor regarding such Contributions.
2632>
2633> 6. Trademarks. This License does not grant permission to use the trade
2634> names, trademarks, service marks, or product names of the Licensor,
2635> except as required for reasonable and customary use in describing the
2636> origin of the Work and reproducing the content of the NOTICE file.
2637>
2638> 7. Disclaimer of Warranty. Unless required by applicable law or
2639> agreed to in writing, Licensor provides the Work (and each
2640> Contributor provides its Contributions) on an "AS IS" BASIS,
2641> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2642> implied, including, without limitation, any warranties or conditions
2643> of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2644> PARTICULAR PURPOSE. You are solely responsible for determining the
2645> appropriateness of using or redistributing the Work and assume any
2646> risks associated with Your exercise of permissions under this License.
2647>
2648> 8. Limitation of Liability. In no event and under no legal theory,
2649> whether in tort (including negligence), contract, or otherwise,
2650> unless required by applicable law (such as deliberate and grossly
2651> negligent acts) or agreed to in writing, shall any Contributor be
2652> liable to You for damages, including any direct, indirect, special,
2653> incidental, or consequential damages of any character arising as a
2654> result of this License or out of the use or inability to use the
2655> Work (including but not limited to damages for loss of goodwill,
2656> work stoppage, computer failure or malfunction, or any and all
2657> other commercial damages or losses), even if such Contributor
2658> has been advised of the possibility of such damages.
2659>
2660> 9. Accepting Warranty or Additional Liability. While redistributing
2661> the Work or Derivative Works thereof, You may choose to offer,
2662> and charge a fee for, acceptance of support, warranty, indemnity,
2663> or other liability obligations and/or rights consistent with this
2664> License. However, in accepting such obligations, You may act only
2665> on Your own behalf and on Your sole responsibility, not on behalf
2666> of any other Contributor, and only if You agree to indemnify,
2667> defend, and hold each Contributor harmless for any liability
2668> incurred by, or claims asserted against, such Contributor by reason
2669> of your accepting any such warranty or additional liability.
2670>
2671> END OF TERMS AND CONDITIONS
2672>
2673> APPENDIX: How to apply the Apache License to your work.
2674>
2675> To apply the Apache License to your work, attach the following
2676> boilerplate notice, with the fields enclosed by brackets "[]"
2677> replaced with your own identifying information. (Don't include
2678> the brackets!) The text should be enclosed in the appropriate
2679> comment syntax for the file format. We also recommend that a
2680> file or class name and description of purpose be included on the
2681> same "printed page" as the copyright notice for easier
2682> identification within third-party archives.
2683>
2684> Copyright 2021 ehmicky <ehmicky@gmail.com>
2685>
2686> Licensed under the Apache License, Version 2.0 (the "License");
2687> you may not use this file except in compliance with the License.
2688> You may obtain a copy of the License at
2689>
2690> http://www.apache.org/licenses/LICENSE-2.0
2691>
2692> Unless required by applicable law or agreed to in writing, software
2693> distributed under the License is distributed on an "AS IS" BASIS,
2694> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2695> See the License for the specific language governing permissions and
2696> limitations under the License.
2697
2698----------------------------------------
2699
2700### ignore@v5.2.0
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### ignore@v5.2.4
2731
2732License: MIT
2733By: kael
2734Repository: <git@github.com:kaelzhang/node-ignore.git>
2735
2736> Copyright (c) 2013 Kael Zhang <i@kael.me>, contributors
2737> http://kael.me/
2738>
2739> Permission is hereby granted, free of charge, to any person obtaining
2740> a copy of this software and associated documentation files (the
2741> "Software"), to deal in the Software without restriction, including
2742> without limitation the rights to use, copy, modify, merge, publish,
2743> distribute, sublicense, and/or sell copies of the Software, and to
2744> permit persons to whom the Software is furnished to do so, subject to
2745> the following conditions:
2746>
2747> The above copyright notice and this permission notice shall be
2748> included in all copies or substantial portions of the Software.
2749>
2750> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2751> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2752> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2753> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2754> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2755> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2756> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2757
2758----------------------------------------
2759
2760### import-fresh@v3.3.0
2761
2762License: MIT
2763By: Sindre Sorhus
2764
2765> MIT License
2766>
2767> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2768>
2769> 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:
2770>
2771> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2772>
2773> 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.
2774
2775----------------------------------------
2776
2777### indent-string@v4.0.0
2778
2779License: MIT
2780By: Sindre Sorhus
2781
2782> MIT License
2783>
2784> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2785>
2786> 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:
2787>
2788> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2789>
2790> 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.
2791
2792----------------------------------------
2793
2794### indexes-of@v1.0.1
2795
2796License: MIT
2797By: Dominic Tarr
2798Repository: <git://github.com/dominictarr/indexes-of.git>
2799
2800> Copyright (c) 2013 Dominic Tarr
2801>
2802> Permission is hereby granted, free of charge,
2803> to any person obtaining a copy of this software and
2804> associated documentation files (the "Software"), to
2805> deal in the Software without restriction, including
2806> without limitation the rights to use, copy, modify,
2807> merge, publish, distribute, sublicense, and/or sell
2808> copies of the Software, and to permit persons to whom
2809> the Software is furnished to do so,
2810> subject to the following conditions:
2811>
2812> The above copyright notice and this permission notice
2813> shall be included in all copies or substantial portions of the Software.
2814>
2815> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2816> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2817> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2818> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
2819> ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2820> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2821> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2822
2823----------------------------------------
2824
2825### inflight@v1.0.6
2826
2827License: ISC
2828By: Isaac Z. Schlueter
2829Repository: <https://github.com/npm/inflight.git>
2830
2831> The ISC License
2832>
2833> Copyright (c) Isaac Z. Schlueter
2834>
2835> Permission to use, copy, modify, and/or distribute this software for any
2836> purpose with or without fee is hereby granted, provided that the above
2837> copyright notice and this permission notice appear in all copies.
2838>
2839> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2840> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2841> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2842> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2843> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2844> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2845> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2846
2847----------------------------------------
2848
2849### inherits@v2.0.4
2850
2851License: ISC
2852
2853> The ISC License
2854>
2855> Copyright (c) Isaac Z. Schlueter
2856>
2857> Permission to use, copy, modify, and/or distribute this software for any
2858> purpose with or without fee is hereby granted, provided that the above
2859> copyright notice and this permission notice appear in all copies.
2860>
2861> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
2862> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
2863> FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
2864> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
2865> LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
2866> OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
2867> PERFORMANCE OF THIS SOFTWARE.
2868
2869----------------------------------------
2870
2871### is-alphabetical@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-alphanumerical@v1.0.4
2902
2903License: MIT
2904By: Titus Wormer
2905
2906> (The MIT License)
2907>
2908> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2909>
2910> Permission is hereby granted, free of charge, to any person obtaining
2911> a copy of this software and associated documentation files (the
2912> 'Software'), to deal in the Software without restriction, including
2913> without limitation the rights to use, copy, modify, merge, publish,
2914> distribute, sublicense, and/or sell copies of the Software, and to
2915> permit persons to whom the Software is furnished to do so, subject to
2916> the following conditions:
2917>
2918> The above copyright notice and this permission notice shall be
2919> included in all copies or substantial portions of the Software.
2920>
2921> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2922> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2923> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2924> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2925> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2926> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2927> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2928
2929----------------------------------------
2930
2931### is-arrayish@v0.2.1
2932
2933License: MIT
2934By: Qix
2935Repository: <https://github.com/qix-/node-is-arrayish.git>
2936
2937> The MIT License (MIT)
2938>
2939> Copyright (c) 2015 JD Ballard
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-buffer@v2.0.5
2962
2963License: MIT
2964By: Feross Aboukhadijeh
2965Repository: <git://github.com/feross/is-buffer.git>
2966
2967> The MIT License (MIT)
2968>
2969> Copyright (c) Feross Aboukhadijeh
2970>
2971> Permission is hereby granted, free of charge, to any person obtaining a copy
2972> of this software and associated documentation files (the "Software"), to deal
2973> in the Software without restriction, including without limitation the rights
2974> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2975> copies of the Software, and to permit persons to whom the Software is
2976> furnished to do so, subject to the following conditions:
2977>
2978> The above copyright notice and this permission notice shall be included in
2979> all 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,
2983> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2984> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2985> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2986> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2987> THE SOFTWARE.
2988
2989----------------------------------------
2990
2991### is-core-module@v2.11.0
2992
2993License: MIT
2994By: Jordan Harband
2995Repository: <git+https://github.com/inspect-js/is-core-module.git>
2996
2997> The MIT License (MIT)
2998>
2999> Copyright (c) 2014 Dave Justice
3000>
3001> Permission is hereby granted, free of charge, to any person obtaining a copy of
3002> this software and associated documentation files (the "Software"), to deal in
3003> the Software without restriction, including without limitation the rights to
3004> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3005> the Software, and to permit persons to whom the Software is furnished to do so,
3006> subject to the following conditions:
3007>
3008> The above copyright notice and this permission notice shall be included in all
3009> copies or substantial portions of the Software.
3010>
3011> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3012> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3013> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3014> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3015> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3016> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3017
3018----------------------------------------
3019
3020### is-decimal@v1.0.4
3021
3022License: MIT
3023By: Titus Wormer
3024
3025> (The MIT License)
3026>
3027> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
3028>
3029> Permission is hereby granted, free of charge, to any person obtaining
3030> a copy of this software and associated documentation files (the
3031> 'Software'), to deal in the Software without restriction, including
3032> without limitation the rights to use, copy, modify, merge, publish,
3033> distribute, sublicense, and/or sell copies of the Software, and to
3034> permit persons to whom the Software is furnished to do so, subject to
3035> the following conditions:
3036>
3037> The above copyright notice and this permission notice shall be
3038> included in all copies or substantial portions of the Software.
3039>
3040> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3041> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3042> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3043> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3044> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3045> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3046> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3047
3048----------------------------------------
3049
3050### is-extglob@v2.1.1
3051
3052License: MIT
3053By: Jon Schlinkert
3054
3055> The MIT License (MIT)
3056>
3057> Copyright (c) 2014-2016, Jon Schlinkert
3058>
3059> Permission is hereby granted, free of charge, to any person obtaining a copy
3060> of this software and associated documentation files (the "Software"), to deal
3061> in the Software without restriction, including without limitation the rights
3062> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3063> copies of the Software, and to permit persons to whom the Software is
3064> furnished to do so, subject to the following conditions:
3065>
3066> The above copyright notice and this permission notice shall be included in
3067> all copies or substantial portions of the Software.
3068>
3069> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3070> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3071> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3072> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3073> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3074> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3075> THE SOFTWARE.
3076
3077----------------------------------------
3078
3079### is-fullwidth-code-point@v4.0.0
3080
3081License: MIT
3082By: Sindre Sorhus
3083
3084> MIT License
3085>
3086> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3087>
3088> 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:
3089>
3090> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3091>
3092> 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.
3093
3094----------------------------------------
3095
3096### is-glob@v4.0.3
3097
3098License: MIT
3099By: Jon Schlinkert
3100
3101> The MIT License (MIT)
3102>
3103> Copyright (c) 2014-2017, Jon Schlinkert.
3104>
3105> Permission is hereby granted, free of charge, to any person obtaining a copy
3106> of this software and associated documentation files (the "Software"), to deal
3107> in the Software without restriction, including without limitation the rights
3108> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3109> copies of the Software, and to permit persons to whom the Software is
3110> furnished to do so, subject to the following conditions:
3111>
3112> The above copyright notice and this permission notice shall be included in
3113> all copies or substantial portions of the Software.
3114>
3115> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3116> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3117> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3118> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3119> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3120> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3121> THE SOFTWARE.
3122
3123----------------------------------------
3124
3125### is-hexadecimal@v1.0.4
3126
3127License: MIT
3128By: Titus Wormer
3129
3130> (The MIT License)
3131>
3132> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
3133>
3134> Permission is hereby granted, free of charge, to any person obtaining
3135> a copy of this software and associated documentation files (the
3136> 'Software'), to deal in the Software without restriction, including
3137> without limitation the rights to use, copy, modify, merge, publish,
3138> distribute, sublicense, and/or sell copies of the Software, and to
3139> permit persons to whom the Software is furnished to do so, subject to
3140> the following conditions:
3141>
3142> The above copyright notice and this permission notice shall be
3143> included in all copies or substantial portions of the Software.
3144>
3145> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3146> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3147> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3148> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3149> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3150> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3151> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3152
3153----------------------------------------
3154
3155### is-number@v7.0.0
3156
3157License: MIT
3158By: Jon Schlinkert
3159
3160> The MIT License (MIT)
3161>
3162> Copyright (c) 2014-present, Jon Schlinkert.
3163>
3164> Permission is hereby granted, free of charge, to any person obtaining a copy
3165> of this software and associated documentation files (the "Software"), to deal
3166> in the Software without restriction, including without limitation the rights
3167> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3168> copies of the Software, and to permit persons to whom the Software is
3169> furnished to do so, subject to the following conditions:
3170>
3171> The above copyright notice and this permission notice shall be included in
3172> all copies or substantial portions of the Software.
3173>
3174> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3175> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3176> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3177> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3178> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3179> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3180> THE SOFTWARE.
3181
3182----------------------------------------
3183
3184### is-path-cwd@v2.2.0
3185
3186License: MIT
3187By: Sindre Sorhus
3188
3189> MIT License
3190>
3191> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3192>
3193> 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:
3194>
3195> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3196>
3197> 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.
3198
3199----------------------------------------
3200
3201### is-path-inside@v3.0.3
3202
3203License: MIT
3204By: Sindre Sorhus
3205
3206> MIT License
3207>
3208> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3209>
3210> 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:
3211>
3212> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3213>
3214> 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.
3215
3216----------------------------------------
3217
3218### is-plain-obj@v2.1.0
3219
3220License: MIT
3221By: Sindre Sorhus
3222
3223> MIT License
3224>
3225> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3226>
3227> 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:
3228>
3229> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3230>
3231> 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.
3232
3233----------------------------------------
3234
3235### is-stream@v3.0.0
3236
3237License: MIT
3238By: Sindre Sorhus
3239
3240> MIT License
3241>
3242> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3243>
3244> 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:
3245>
3246> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3247>
3248> 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.
3249
3250----------------------------------------
3251
3252### is-whitespace-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### is-word-character@v1.0.4
3283
3284License: MIT
3285By: Titus Wormer
3286
3287> (The MIT License)
3288>
3289> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
3290>
3291> Permission is hereby granted, free of charge, to any person obtaining
3292> a copy of this software and associated documentation files (the
3293> 'Software'), to deal in the Software without restriction, including
3294> without limitation the rights to use, copy, modify, merge, publish,
3295> distribute, sublicense, and/or sell copies of the Software, and to
3296> permit persons to whom the Software is furnished to do so, subject to
3297> the following conditions:
3298>
3299> The above copyright notice and this permission notice shall be
3300> included in all copies or substantial portions of the Software.
3301>
3302> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3303> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3304> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3305> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3306> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3307> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3308> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3309
3310----------------------------------------
3311
3312### isexe@v2.0.0
3313
3314License: ISC
3315By: Isaac Z. Schlueter
3316Repository: <git+https://github.com/isaacs/isexe.git>
3317
3318> The ISC License
3319>
3320> Copyright (c) Isaac Z. Schlueter and Contributors
3321>
3322> Permission to use, copy, modify, and/or distribute this software for any
3323> purpose with or without fee is hereby granted, provided that the above
3324> copyright notice and this permission notice appear in all copies.
3325>
3326> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3327> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3328> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3329> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3330> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3331> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3332> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3333
3334----------------------------------------
3335
3336### jest-docblock@v28.1.1
3337
3338License: MIT
3339Repository: <https://github.com/facebook/jest.git>
3340
3341> MIT License
3342>
3343> Copyright (c) Facebook, Inc. and its affiliates.
3344>
3345> Permission is hereby granted, free of charge, to any person obtaining a copy
3346> of this software and associated documentation files (the "Software"), to deal
3347> in the Software without restriction, including without limitation the rights
3348> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3349> copies of the Software, and to permit persons to whom the Software is
3350> furnished to do so, subject to the following conditions:
3351>
3352> The above copyright notice and this permission notice shall be included in all
3353> copies or substantial portions of the Software.
3354>
3355> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3356> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3357> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3358> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3359> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3360> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3361> SOFTWARE.
3362
3363----------------------------------------
3364
3365### js-tokens@v4.0.0
3366
3367License: MIT
3368By: Simon Lydell
3369
3370> The MIT License (MIT)
3371>
3372> Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell
3373>
3374> Permission is hereby granted, free of charge, to any person obtaining a copy
3375> of this software and associated documentation files (the "Software"), to deal
3376> in the Software without restriction, including without limitation the rights
3377> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3378> copies of the Software, and to permit persons to whom the Software is
3379> furnished to do so, subject to the following conditions:
3380>
3381> The above copyright notice and this permission notice shall be included in
3382> all copies or substantial portions of the Software.
3383>
3384> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3385> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3386> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3387> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3388> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3389> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3390> THE SOFTWARE.
3391
3392----------------------------------------
3393
3394### json-parse-even-better-errors@v2.3.1
3395
3396License: MIT
3397By: Kat Marchán
3398
3399> Copyright 2017 Kat Marchán
3400> Copyright npm, Inc.
3401>
3402> Permission is hereby granted, free of charge, to any person obtaining a
3403> copy of this software and associated documentation files (the "Software"),
3404> to deal in the Software without restriction, including without limitation
3405> the rights to use, copy, modify, merge, publish, distribute, sublicense,
3406> and/or sell copies of the Software, and to permit persons to whom the
3407> Software is furnished to do so, subject to the following conditions:
3408>
3409> The above copyright notice and this permission notice shall be included in
3410> all copies or substantial portions of the Software.
3411>
3412> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3413> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3414> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3415> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3416> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3417> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3418> DEALINGS IN THE SOFTWARE.
3419>
3420> ---
3421>
3422> This library is a fork of 'better-json-errors' by Kat Marchán, extended and
3423> distributed under the terms of the MIT license above.
3424
3425----------------------------------------
3426
3427### json5@v2.2.2
3428
3429License: MIT
3430By: Aseem Kishore
3431Repository: <git+https://github.com/json5/json5.git>
3432
3433> MIT License
3434>
3435> Copyright (c) 2012-2018 Aseem Kishore, and [others].
3436>
3437> Permission is hereby granted, free of charge, to any person obtaining a copy
3438> of this software and associated documentation files (the "Software"), to deal
3439> in the Software without restriction, including without limitation the rights
3440> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3441> copies of the Software, and to permit persons to whom the Software is
3442> furnished to do so, subject to the following conditions:
3443>
3444> The above copyright notice and this permission notice shall be included in all
3445> copies or substantial portions of the Software.
3446>
3447> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3448> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3449> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3450> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3451> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3452> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3453> SOFTWARE.
3454>
3455> [others]: https://github.com/json5/json5/contributors
3456
3457----------------------------------------
3458
3459### leven@v2.1.0
3460
3461License: MIT
3462By: Sindre Sorhus
3463
3464> The MIT License (MIT)
3465>
3466> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3467>
3468> Permission is hereby granted, free of charge, to any person obtaining a copy
3469> of this software and associated documentation files (the "Software"), to deal
3470> in the Software without restriction, including without limitation the rights
3471> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3472> copies of the Software, and to permit persons to whom the Software is
3473> furnished to do so, subject to the following conditions:
3474>
3475> The above copyright notice and this permission notice shall be included in
3476> all copies or substantial portions of the Software.
3477>
3478> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3479> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3480> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3481> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3482> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3483> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3484> THE SOFTWARE.
3485
3486----------------------------------------
3487
3488### leven@v4.0.0
3489
3490License: MIT
3491By: Sindre Sorhus
3492
3493> MIT License
3494>
3495> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3496>
3497> 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:
3498>
3499> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3500>
3501> 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.
3502
3503----------------------------------------
3504
3505### lines-and-columns@v1.2.4
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### lines-and-columns@v2.0.3
3536
3537License: MIT
3538By: Brian Donovan
3539Repository: <https://github.com/eventualbuddha/lines-and-columns.git>
3540
3541> The MIT License (MIT)
3542>
3543> Copyright (c) 2015 Brian Donovan
3544>
3545> Permission is hereby granted, free of charge, to any person obtaining a copy
3546> of this software and associated documentation files (the "Software"), to deal
3547> in the Software without restriction, including without limitation the rights
3548> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3549> copies of the Software, and to permit persons to whom the Software is
3550> furnished to do so, subject to the following conditions:
3551>
3552> The above copyright notice and this permission notice shall be included in
3553> all copies or substantial portions of the Software.
3554>
3555> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3556> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3557> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3558> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3559> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3560> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3561> THE SOFTWARE.
3562
3563----------------------------------------
3564
3565### linguist-languages@v7.21.0
3566
3567License: MIT
3568By: Ika
3569
3570> MIT License
3571>
3572> Copyright (c) Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
3573>
3574> Permission is hereby granted, free of charge, to any person obtaining a copy
3575> of this software and associated documentation files (the "Software"), to deal
3576> in the Software without restriction, including without limitation the rights
3577> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3578> copies of the Software, and to permit persons to whom the Software is
3579> furnished to do so, subject to the following conditions:
3580>
3581> The above copyright notice and this permission notice shall be included in all
3582> copies or substantial portions of the Software.
3583>
3584> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3585> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3586> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3587> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3588> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3589> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3590> SOFTWARE.
3591
3592----------------------------------------
3593
3594### locate-path@v5.0.0
3595
3596License: MIT
3597By: Sindre Sorhus
3598
3599> MIT License
3600>
3601> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3602>
3603> 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:
3604>
3605> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3606>
3607> 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.
3608
3609----------------------------------------
3610
3611### lru-cache@v4.1.5
3612
3613License: ISC
3614By: Isaac Z. Schlueter
3615
3616> The ISC License
3617>
3618> Copyright (c) Isaac Z. Schlueter and Contributors
3619>
3620> Permission to use, copy, modify, and/or distribute this software for any
3621> purpose with or without fee is hereby granted, provided that the above
3622> copyright notice and this permission notice appear in all copies.
3623>
3624> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3625> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3626> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3627> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3628> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3629> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3630> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3631
3632----------------------------------------
3633
3634### lru-cache@v6.0.0
3635
3636License: ISC
3637By: Isaac Z. Schlueter
3638
3639> The ISC License
3640>
3641> Copyright (c) Isaac Z. Schlueter and Contributors
3642>
3643> Permission to use, copy, modify, and/or distribute this software for any
3644> purpose with or without fee is hereby granted, provided that the above
3645> copyright notice and this permission notice appear in all copies.
3646>
3647> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3648> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3649> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3650> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3651> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3652> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3653> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3654
3655----------------------------------------
3656
3657### make-dir@v3.1.0
3658
3659License: MIT
3660By: Sindre Sorhus
3661
3662> MIT License
3663>
3664> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3665>
3666> 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:
3667>
3668> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3669>
3670> 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.
3671
3672----------------------------------------
3673
3674### map-age-cleaner@v0.1.3
3675
3676License: MIT
3677By: Sam Verschueren
3678
3679> MIT License
3680>
3681> Copyright (c) Sam Verschueren <sam.verschueren@gmail.com> (github.com/SamVerschueren)
3682>
3683> 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:
3684>
3685> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3686>
3687> 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.
3688
3689----------------------------------------
3690
3691### markdown-escapes@v1.0.4
3692
3693License: MIT
3694By: Titus Wormer
3695
3696> (The MIT License)
3697>
3698> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
3699>
3700> Permission is hereby granted, free of charge, to any person obtaining
3701> a copy of this software and associated documentation files (the
3702> 'Software'), to deal in the Software without restriction, including
3703> without limitation the rights to use, copy, modify, merge, publish,
3704> distribute, sublicense, and/or sell copies of the Software, and to
3705> permit persons to whom the Software is furnished to do so, subject to
3706> the following conditions:
3707>
3708> The above copyright notice and this permission notice shall be
3709> included in all copies or substantial portions of the Software.
3710>
3711> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3712> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3713> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3714> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3715> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3716> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3717> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3718
3719----------------------------------------
3720
3721### mem@v9.0.2
3722
3723License: MIT
3724By: Sindre Sorhus
3725
3726> MIT License
3727>
3728> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3729>
3730> 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:
3731>
3732> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3733>
3734> 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.
3735
3736----------------------------------------
3737
3738### merge-stream@v2.0.0
3739
3740License: MIT
3741By: Stephen Sugden
3742
3743> The MIT License (MIT)
3744>
3745> Copyright (c) Stephen Sugden <me@stephensugden.com> (stephensugden.com)
3746>
3747> Permission is hereby granted, free of charge, to any person obtaining a copy
3748> of this software and associated documentation files (the "Software"), to deal
3749> in the Software without restriction, including without limitation the rights
3750> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3751> copies of the Software, and to permit persons to whom the Software is
3752> furnished to do so, subject to the following conditions:
3753>
3754> The above copyright notice and this permission notice shall be included in
3755> all copies or substantial portions of the Software.
3756>
3757> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3758> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3759> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3760> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3761> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3762> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3763> THE SOFTWARE.
3764
3765----------------------------------------
3766
3767### merge2@v1.4.1
3768
3769License: MIT
3770Repository: <git@github.com:teambition/merge2.git>
3771
3772> The MIT License (MIT)
3773>
3774> Copyright (c) 2014-2020 Teambition
3775>
3776> Permission is hereby granted, free of charge, to any person obtaining a copy
3777> of this software and associated documentation files (the "Software"), to deal
3778> in the Software without restriction, including without limitation the rights
3779> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3780> copies of the Software, and to permit persons to whom the Software is
3781> furnished to do so, subject to the following conditions:
3782>
3783> The above copyright notice and this permission notice shall be included in all
3784> copies or substantial portions of the Software.
3785>
3786> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3787> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3788> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3789> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3790> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3791> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3792> SOFTWARE.
3793
3794----------------------------------------
3795
3796### meriyah@v4.2.1
3797
3798License: ISC
3799By: Kenny F.
3800Repository: <https://github.com/meriyah/meriyah>
3801
3802> ISC License
3803>
3804> Copyright (c) 2019 and later, KFlash and others.
3805>
3806> 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.
3807>
3808> 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.
3809
3810----------------------------------------
3811
3812### micromatch@v4.0.5
3813
3814License: MIT
3815By: Jon Schlinkert
3816
3817> The MIT License (MIT)
3818>
3819> Copyright (c) 2014-present, Jon Schlinkert.
3820>
3821> Permission is hereby granted, free of charge, to any person obtaining a copy
3822> of this software and associated documentation files (the "Software"), to deal
3823> in the Software without restriction, including without limitation the rights
3824> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3825> copies of the Software, and to permit persons to whom the Software is
3826> furnished to do so, subject to the following conditions:
3827>
3828> The above copyright notice and this permission notice shall be included in
3829> all copies or substantial portions of the Software.
3830>
3831> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3832> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3833> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3834> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3835> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3836> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3837> THE SOFTWARE.
3838
3839----------------------------------------
3840
3841### mimic-fn@v4.0.0
3842
3843License: MIT
3844By: Sindre Sorhus
3845
3846> MIT License
3847>
3848> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3849>
3850> 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:
3851>
3852> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3853>
3854> 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.
3855
3856----------------------------------------
3857
3858### minimatch@v3.1.2
3859
3860License: ISC
3861By: Isaac Z. Schlueter
3862Repository: <git://github.com/isaacs/minimatch.git>
3863
3864> The ISC License
3865>
3866> Copyright (c) Isaac Z. Schlueter and Contributors
3867>
3868> Permission to use, copy, modify, and/or distribute this software for any
3869> purpose with or without fee is hereby granted, provided that the above
3870> copyright notice and this permission notice appear in all copies.
3871>
3872> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3873> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3874> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3875> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3876> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3877> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3878> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3879
3880----------------------------------------
3881
3882### minimist@v1.2.6
3883
3884License: MIT
3885By: James Halliday
3886Repository: <git://github.com/substack/minimist.git>
3887
3888> This software is released under the MIT license:
3889>
3890> Permission is hereby granted, free of charge, to any person obtaining a copy of
3891> this software and associated documentation files (the "Software"), to deal in
3892> the Software without restriction, including without limitation the rights to
3893> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3894> the Software, and to permit persons to whom the Software is furnished to do so,
3895> subject to the following conditions:
3896>
3897> The above copyright notice and this permission notice shall be included in all
3898> copies or substantial portions of the Software.
3899>
3900> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3901> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3902> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3903> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3904> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3905> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3906
3907----------------------------------------
3908
3909### n-readlines@v1.0.1
3910
3911License: MIT
3912By: Yoan Arnaudov
3913Repository: <http://github.com/nacholibre/node-readlines.git>
3914
3915> The MIT License (MIT)
3916>
3917> Copyright (c) 2013 Liucw
3918>
3919> Permission is hereby granted, free of charge, to any person obtaining a copy of
3920> this software and associated documentation files (the "Software"), to deal in
3921> the Software without restriction, including without limitation the rights to
3922> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3923> the Software, and to permit persons to whom the Software is furnished to do so,
3924> subject to the following conditions:
3925>
3926> The above copyright notice and this permission notice shall be included in all
3927> copies or substantial portions of the Software.
3928>
3929> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3930> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3931> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3932> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3933> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3934> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3935
3936----------------------------------------
3937
3938### npm-run-path@v5.1.0
3939
3940License: MIT
3941By: Sindre Sorhus
3942
3943> MIT License
3944>
3945> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3946>
3947> 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:
3948>
3949> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3950>
3951> 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.
3952
3953----------------------------------------
3954
3955### once@v1.4.0
3956
3957License: ISC
3958By: Isaac Z. Schlueter
3959Repository: <git://github.com/isaacs/once>
3960
3961> The ISC License
3962>
3963> Copyright (c) Isaac Z. Schlueter and Contributors
3964>
3965> Permission to use, copy, modify, and/or distribute this software for any
3966> purpose with or without fee is hereby granted, provided that the above
3967> copyright notice and this permission notice appear in all copies.
3968>
3969> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3970> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3971> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3972> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3973> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3974> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3975> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3976
3977----------------------------------------
3978
3979### onetime@v6.0.0
3980
3981License: MIT
3982By: Sindre Sorhus
3983
3984> MIT License
3985>
3986> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3987>
3988> 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:
3989>
3990> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3991>
3992> 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.
3993
3994----------------------------------------
3995
3996### outdent@v0.8.0
3997
3998License: MIT
3999By: Andrew Bradley
4000Repository: <git+https://github.com/cspotcode/outdent.git>
4001
4002> The MIT License (MIT)
4003>
4004> Copyright (c) 2016 Andrew Bradley
4005>
4006> Permission is hereby granted, free of charge, to any person obtaining a copy
4007> of this software and associated documentation files (the "Software"), to deal
4008> in the Software without restriction, including without limitation the rights
4009> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4010> copies of the Software, and to permit persons to whom the Software is
4011> furnished to do so, subject to the following conditions:
4012>
4013> The above copyright notice and this permission notice shall be included in all
4014> copies or substantial portions of the Software.
4015>
4016> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4017> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4018> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4019> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4020> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4021> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4022> SOFTWARE.
4023
4024----------------------------------------
4025
4026### p-defer@v1.0.0
4027
4028License: MIT
4029By: Sindre Sorhus
4030
4031> The MIT License (MIT)
4032>
4033> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4034>
4035> Permission is hereby granted, free of charge, to any person obtaining a copy
4036> of this software and associated documentation files (the "Software"), to deal
4037> in the Software without restriction, including without limitation the rights
4038> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4039> copies of the Software, and to permit persons to whom the Software is
4040> furnished to do so, subject to the following conditions:
4041>
4042> The above copyright notice and this permission notice shall be included in
4043> all copies or substantial portions of the Software.
4044>
4045> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4046> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4047> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4048> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4049> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4050> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4051> THE SOFTWARE.
4052
4053----------------------------------------
4054
4055### p-limit@v2.3.0
4056
4057License: MIT
4058By: Sindre Sorhus
4059
4060> MIT License
4061>
4062> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4063>
4064> 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:
4065>
4066> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4067>
4068> 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.
4069
4070----------------------------------------
4071
4072### p-locate@v4.1.0
4073
4074License: MIT
4075By: Sindre Sorhus
4076
4077> MIT License
4078>
4079> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4080>
4081> 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:
4082>
4083> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4084>
4085> 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.
4086
4087----------------------------------------
4088
4089### p-map@v4.0.0
4090
4091License: MIT
4092By: Sindre Sorhus
4093
4094> MIT License
4095>
4096> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4097>
4098> 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:
4099>
4100> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4101>
4102> 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.
4103
4104----------------------------------------
4105
4106### p-try@v2.2.0
4107
4108License: MIT
4109By: Sindre Sorhus
4110
4111> MIT License
4112>
4113> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4114>
4115> 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:
4116>
4117> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4118>
4119> 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.
4120
4121----------------------------------------
4122
4123### parse-entities@v2.0.0
4124
4125License: MIT
4126By: Titus Wormer
4127
4128> (The MIT License)
4129>
4130> Copyright (c) 2015 Titus Wormer <mailto:tituswormer@gmail.com>
4131>
4132> Permission is hereby granted, free of charge, to any person obtaining
4133> a copy of this software and associated documentation files (the
4134> 'Software'), to deal in the Software without restriction, including
4135> without limitation the rights to use, copy, modify, merge, publish,
4136> distribute, sublicense, and/or sell copies of the Software, and to
4137> permit persons to whom the Software is furnished to do so, subject to
4138> the following conditions:
4139>
4140> The above copyright notice and this permission notice shall be
4141> included in all copies or substantial portions of the Software.
4142>
4143> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4144> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4145> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4146> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4147> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4148> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4149> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4150
4151----------------------------------------
4152
4153### parse-json@v5.2.0
4154
4155License: MIT
4156By: Sindre Sorhus
4157
4158> MIT License
4159>
4160> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4161>
4162> 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:
4163>
4164> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4165>
4166> 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.
4167
4168----------------------------------------
4169
4170### parse-srcset@v1.0.2
4171
4172License: MIT
4173By: Alex Bell
4174Repository: <git+https://github.com/albell/parse-srcset.git>
4175
4176> The MIT License (MIT)
4177>
4178> Copyright (c) 2014 Alex Bell
4179>
4180> Permission is hereby granted, free of charge, to any person obtaining a copy
4181> of this software and associated documentation files (the "Software"), to deal
4182> in the Software without restriction, including without limitation the rights
4183> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4184> copies of the Software, and to permit persons to whom the Software is
4185> furnished to do so, subject to the following conditions:
4186>
4187> The above copyright notice and this permission notice shall be included in all
4188> copies or substantial portions of the Software.
4189>
4190> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4191> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4192> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4193> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4194> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4195> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4196> SOFTWARE.
4197
4198----------------------------------------
4199
4200### path-exists@v4.0.0
4201
4202License: MIT
4203By: Sindre Sorhus
4204
4205> MIT License
4206>
4207> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4208>
4209> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4210>
4211> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4212>
4213> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4214
4215----------------------------------------
4216
4217### path-is-absolute@v1.0.1
4218
4219License: MIT
4220By: Sindre Sorhus
4221
4222> The MIT License (MIT)
4223>
4224> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4225>
4226> Permission is hereby granted, free of charge, to any person obtaining a copy
4227> of this software and associated documentation files (the "Software"), to deal
4228> in the Software without restriction, including without limitation the rights
4229> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4230> copies of the Software, and to permit persons to whom the Software is
4231> furnished to do so, subject to the following conditions:
4232>
4233> The above copyright notice and this permission notice shall be included in
4234> all copies or substantial portions of the Software.
4235>
4236> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4237> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4238> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4239> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4240> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4241> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4242> THE SOFTWARE.
4243
4244----------------------------------------
4245
4246### path-key@v3.1.1
4247
4248License: MIT
4249By: Sindre Sorhus
4250
4251> MIT License
4252>
4253> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4254>
4255> 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:
4256>
4257> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4258>
4259> 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.
4260
4261----------------------------------------
4262
4263### path-parse@v1.0.7
4264
4265License: MIT
4266By: Javier Blanco
4267Repository: <https://github.com/jbgutierrez/path-parse.git>
4268
4269> The MIT License (MIT)
4270>
4271> Copyright (c) 2015 Javier Blanco
4272>
4273> Permission is hereby granted, free of charge, to any person obtaining a copy
4274> of this software and associated documentation files (the "Software"), to deal
4275> in the Software without restriction, including without limitation the rights
4276> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4277> copies of the Software, and to permit persons to whom the Software is
4278> furnished to do so, subject to the following conditions:
4279>
4280> The above copyright notice and this permission notice shall be included in all
4281> copies or substantial portions of the Software.
4282>
4283> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4284> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4285> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4286> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4287> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4288> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4289> SOFTWARE.
4290
4291----------------------------------------
4292
4293### path-type@v4.0.0
4294
4295License: MIT
4296By: Sindre Sorhus
4297
4298> MIT License
4299>
4300> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4301>
4302> 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:
4303>
4304> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4305>
4306> 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.
4307
4308----------------------------------------
4309
4310### picocolors@v0.2.1
4311
4312License: ISC
4313By: Alexey Raspopov
4314
4315> ISC License
4316>
4317> Copyright (c) 2021 Alexey Raspopov, Kostiantyn Denysov, Anton Verinov
4318>
4319> Permission to use, copy, modify, and/or distribute this software for any
4320> purpose with or without fee is hereby granted, provided that the above
4321> copyright notice and this permission notice appear in all copies.
4322>
4323> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4324> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4325> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4326> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4327> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4328> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
4329> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4330
4331----------------------------------------
4332
4333### picomatch@v2.3.1
4334
4335License: MIT
4336By: Jon Schlinkert
4337
4338> The MIT License (MIT)
4339>
4340> Copyright (c) 2017-present, Jon Schlinkert.
4341>
4342> Permission is hereby granted, free of charge, to any person obtaining a copy
4343> of this software and associated documentation files (the "Software"), to deal
4344> in the Software without restriction, including without limitation the rights
4345> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4346> copies of the Software, and to permit persons to whom the Software is
4347> furnished to do so, subject to the following conditions:
4348>
4349> The above copyright notice and this permission notice shall be included in
4350> all copies or substantial portions of the Software.
4351>
4352> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4353> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4354> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4355> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4356> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4357> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4358> THE SOFTWARE.
4359
4360----------------------------------------
4361
4362### pkg-dir@v4.2.0
4363
4364License: MIT
4365By: Sindre Sorhus
4366
4367> MIT License
4368>
4369> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4370>
4371> 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:
4372>
4373> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4374>
4375> 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.
4376
4377----------------------------------------
4378
4379### please-upgrade-node@v3.2.0
4380
4381License: MIT
4382By: typicode
4383Repository: <git+https://github.com/typicode/please-upgrade-node.git>
4384
4385> MIT License
4386>
4387> Copyright (c) 2017
4388>
4389> Permission is hereby granted, free of charge, to any person obtaining a copy
4390> of this software and associated documentation files (the "Software"), to deal
4391> in the Software without restriction, including without limitation the rights
4392> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4393> copies of the Software, and to permit persons to whom the Software is
4394> furnished to do so, subject to the following conditions:
4395>
4396> The above copyright notice and this permission notice shall be included in all
4397> copies or substantial portions of the Software.
4398>
4399> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4400> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4401> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4402> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4403> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4404> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4405> SOFTWARE.
4406
4407----------------------------------------
4408
4409### postcss@v7.0.39
4410
4411License: MIT
4412By: Andrey Sitnik
4413
4414> The MIT License (MIT)
4415>
4416> Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>
4417>
4418> Permission is hereby granted, free of charge, to any person obtaining a copy of
4419> this software and associated documentation files (the "Software"), to deal in
4420> the Software without restriction, including without limitation the rights to
4421> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
4422> the Software, and to permit persons to whom the Software is furnished to do so,
4423> subject to the following conditions:
4424>
4425> The above copyright notice and this permission notice shall be included in all
4426> copies or substantial portions of the Software.
4427>
4428> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4429> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
4430> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
4431> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
4432> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
4433> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4434
4435----------------------------------------
4436
4437### postcss-less@v3.1.4
4438
4439License: MIT
4440By: Denys Kniazevych
4441
4442> The MIT License (MIT)
4443>
4444> Copyright (c) 2013 Andrey Sitnik <andrey@sitnik.ru>
4445> Copyright (c) 2016 Denys Kniazevych <webschik@gmail.com>
4446> Copyright (c) 2016 Pat Sissons <patricksissons@gmail.com>
4447> Copyright (c) 2017 Andrew Powell <andrew@shellscape.org>
4448>
4449> Permission is hereby granted, free of charge, to any person obtaining a copy
4450> of this software and associated documentation files (the "Software"), to deal
4451> in the Software without restriction, including without limitation the rights
4452> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4453> copies of the Software, and to permit persons to whom the Software is
4454> furnished to do so, subject to the following conditions:
4455>
4456> The above copyright notice and this permission notice shall be included in all
4457> copies or substantial portions of the Software.
4458>
4459> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4460> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4461> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4462> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4463> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4464> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4465> SOFTWARE.
4466
4467----------------------------------------
4468
4469### postcss-media-query-parser@v0.2.3
4470
4471License: MIT
4472By: dryoma
4473Repository: <git+https://github.com/dryoma/postcss-media-query-parser.git>
4474
4475----------------------------------------
4476
4477### postcss-scss@v2.1.1
4478
4479License: MIT
4480By: Andrey Sitnik
4481
4482> The MIT License (MIT)
4483>
4484> Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>
4485>
4486> Permission is hereby granted, free of charge, to any person obtaining a copy of
4487> this software and associated documentation files (the "Software"), to deal in
4488> the Software without restriction, including without limitation the rights to
4489> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
4490> the Software, and to permit persons to whom the Software is furnished to do so,
4491> subject to the following conditions:
4492>
4493> The above copyright notice and this permission notice shall be included in all
4494> copies or substantial portions of the Software.
4495>
4496> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4497> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
4498> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
4499> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
4500> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
4501> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4502
4503----------------------------------------
4504
4505### postcss-selector-parser@v2.2.3
4506
4507License: MIT
4508By: Ben Briggs
4509
4510> Copyright (c) Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
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### postcss-values-parser@v2.0.1
4536
4537License: MIT
4538By: Andrew Powell (shellscape)
4539
4540> Copyright (c) Andrew Powell <andrew@shellscape.org>
4541>
4542> Permission is hereby granted, free of charge, to any person
4543> obtaining a copy of this software and associated documentation
4544> files (the "Software"), to deal in the Software without
4545> restriction, including without limitation the rights to use,
4546> copy, modify, merge, publish, distribute, sublicense, and/or sell
4547> copies of the Software, and to permit persons to whom the
4548> Software is furnished to do so, subject to the following
4549> conditions:
4550>
4551> The above copyright notice and this permission notice shall be
4552> included in all copies or substantial portions of the Software.
4553>
4554> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4555> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
4556> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
4557> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
4558> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
4559> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4560> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
4561> OTHER DEALINGS IN THE SOFTWARE.
4562
4563----------------------------------------
4564
4565### pseudomap@v1.0.2
4566
4567License: ISC
4568By: Isaac Z. Schlueter
4569Repository: <git+https://github.com/isaacs/pseudomap.git>
4570
4571> The ISC License
4572>
4573> Copyright (c) Isaac Z. Schlueter and Contributors
4574>
4575> Permission to use, copy, modify, and/or distribute this software for any
4576> purpose with or without fee is hereby granted, provided that the above
4577> copyright notice and this permission notice appear in all copies.
4578>
4579> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4580> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4581> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4582> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4583> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4584> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
4585> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4586
4587----------------------------------------
4588
4589### queue-microtask@v1.2.3
4590
4591License: MIT
4592By: Feross Aboukhadijeh
4593Repository: <git://github.com/feross/queue-microtask.git>
4594
4595> The MIT License (MIT)
4596>
4597> Copyright (c) Feross Aboukhadijeh
4598>
4599> Permission is hereby granted, free of charge, to any person obtaining a copy of
4600> this software and associated documentation files (the "Software"), to deal in
4601> the Software without restriction, including without limitation the rights to
4602> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
4603> the Software, and to permit persons to whom the Software is furnished to do so,
4604> subject to the following conditions:
4605>
4606> The above copyright notice and this permission notice shall be included in all
4607> copies or substantial portions of the Software.
4608>
4609> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4610> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
4611> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
4612> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
4613> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
4614> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4615
4616----------------------------------------
4617
4618### remark-footnotes@v2.0.0
4619
4620License: MIT
4621By: Titus Wormer
4622
4623> (The MIT License)
4624>
4625> Copyright (c) 2020 Titus Wormer <tituswormer@gmail.com>
4626>
4627> Permission is hereby granted, free of charge, to any person obtaining
4628> a copy of this software and associated documentation files (the
4629> 'Software'), to deal in the Software without restriction, including
4630> without limitation the rights to use, copy, modify, merge, publish,
4631> distribute, sublicense, and/or sell copies of the Software, and to
4632> permit persons to whom the Software is furnished to do so, subject to
4633> the following conditions:
4634>
4635> The above copyright notice and this permission notice shall be
4636> included in all copies or substantial portions of the Software.
4637>
4638> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4639> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4640> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4641> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4642> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4643> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4644> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4645
4646----------------------------------------
4647
4648### remark-math@v3.0.1
4649
4650License: MIT
4651By: Junyoung Choi
4652
4653----------------------------------------
4654
4655### remark-parse@v8.0.3
4656
4657License: MIT
4658By: Titus Wormer
4659
4660----------------------------------------
4661
4662### repeat-string@v1.6.1
4663
4664License: MIT
4665By: Jon Schlinkert
4666
4667> The MIT License (MIT)
4668>
4669> Copyright (c) 2014-2016, Jon Schlinkert.
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
4679> all 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
4687> THE SOFTWARE.
4688
4689----------------------------------------
4690
4691### resolve@v1.22.1
4692
4693License: MIT
4694By: James Halliday
4695Repository: <git://github.com/browserify/resolve.git>
4696
4697> MIT License
4698>
4699> Copyright (c) 2012 James Halliday
4700>
4701> Permission is hereby granted, free of charge, to any person obtaining a copy
4702> of this software and associated documentation files (the "Software"), to deal
4703> in the Software without restriction, including without limitation the rights
4704> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4705> copies of the Software, and to permit persons to whom the Software is
4706> furnished to do so, subject to the following conditions:
4707>
4708> The above copyright notice and this permission notice shall be included in all
4709> copies or substantial portions of the Software.
4710>
4711> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4712> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4713> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4714> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4715> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4716> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4717> SOFTWARE.
4718
4719----------------------------------------
4720
4721### resolve-from@v4.0.0
4722
4723License: MIT
4724By: Sindre Sorhus
4725
4726> MIT License
4727>
4728> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4729>
4730> 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:
4731>
4732> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4733>
4734> 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.
4735
4736----------------------------------------
4737
4738### reusify@v1.0.4
4739
4740License: MIT
4741By: Matteo Collina
4742Repository: <git+https://github.com/mcollina/reusify.git>
4743
4744> The MIT License (MIT)
4745>
4746> Copyright (c) 2015 Matteo Collina
4747>
4748> Permission is hereby granted, free of charge, to any person obtaining a copy
4749> of this software and associated documentation files (the "Software"), to deal
4750> in the Software without restriction, including without limitation the rights
4751> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4752> copies of the Software, and to permit persons to whom the Software is
4753> furnished to do so, subject to the following conditions:
4754>
4755> The above copyright notice and this permission notice shall be included in all
4756> copies or substantial portions of the Software.
4757>
4758> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4759> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4760> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4761> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4762> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4763> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4764> SOFTWARE.
4765
4766----------------------------------------
4767
4768### rimraf@v3.0.2
4769
4770License: ISC
4771By: Isaac Z. Schlueter
4772
4773> The ISC License
4774>
4775> Copyright (c) Isaac Z. Schlueter and Contributors
4776>
4777> Permission to use, copy, modify, and/or distribute this software for any
4778> purpose with or without fee is hereby granted, provided that the above
4779> copyright notice and this permission notice appear in all copies.
4780>
4781> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4782> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4783> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4784> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4785> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4786> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
4787> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4788
4789----------------------------------------
4790
4791### rollup-plugin-node-polyfills@v0.2.1
4792
4793License: MIT
4794Repository: <git@github.com:ionic-team/rollup-plugin-node-polyfills.git>
4795
4796> The MIT License (MIT)
4797>
4798> Copyright (c) 2019 these people
4799>
4800> 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:
4801>
4802> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4803>
4804> 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.
4805
4806----------------------------------------
4807
4808### run-parallel@v1.2.0
4809
4810License: MIT
4811By: Feross Aboukhadijeh
4812Repository: <git://github.com/feross/run-parallel.git>
4813
4814> The MIT License (MIT)
4815>
4816> Copyright (c) Feross Aboukhadijeh
4817>
4818> Permission is hereby granted, free of charge, to any person obtaining a copy of
4819> this software and associated documentation files (the "Software"), to deal in
4820> the Software without restriction, including without limitation the rights to
4821> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
4822> the Software, and to permit persons to whom the Software is furnished to do so,
4823> subject to the following conditions:
4824>
4825> The above copyright notice and this permission notice shall be included in all
4826> copies or substantial portions of the Software.
4827>
4828> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4829> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
4830> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
4831> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
4832> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
4833> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4834
4835----------------------------------------
4836
4837### sdbm@v2.0.0
4838
4839License: MIT
4840By: Sindre Sorhus
4841
4842> MIT License
4843>
4844> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4845>
4846> 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:
4847>
4848> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4849>
4850> 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.
4851
4852----------------------------------------
4853
4854### semver@v6.3.0
4855
4856License: ISC
4857
4858> The ISC License
4859>
4860> Copyright (c) Isaac Z. Schlueter and Contributors
4861>
4862> Permission to use, copy, modify, and/or distribute this software for any
4863> purpose with or without fee is hereby granted, provided that the above
4864> copyright notice and this permission notice appear in all copies.
4865>
4866> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4867> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4868> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4869> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4870> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4871> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
4872> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4873
4874----------------------------------------
4875
4876### semver@v7.3.7
4877
4878License: ISC
4879By: GitHub Inc.
4880Repository: <https://github.com/npm/node-semver.git>
4881
4882> The ISC License
4883>
4884> Copyright (c) Isaac Z. Schlueter and Contributors
4885>
4886> Permission to use, copy, modify, and/or distribute this software for any
4887> purpose with or without fee is hereby granted, provided that the above
4888> copyright notice and this permission notice appear in all copies.
4889>
4890> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4891> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4892> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4893> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4894> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4895> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
4896> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4897
4898----------------------------------------
4899
4900### semver@v7.3.8
4901
4902License: ISC
4903By: GitHub Inc.
4904Repository: <https://github.com/npm/node-semver.git>
4905
4906> The ISC License
4907>
4908> Copyright (c) Isaac Z. Schlueter and Contributors
4909>
4910> Permission to use, copy, modify, and/or distribute this software for any
4911> purpose with or without fee is hereby granted, provided that the above
4912> copyright notice and this permission notice appear in all copies.
4913>
4914> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4915> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4916> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4917> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4918> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4919> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
4920> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4921
4922----------------------------------------
4923
4924### semver-compare@v1.0.0
4925
4926License: MIT
4927By: James Halliday
4928Repository: <git://github.com/substack/semver-compare.git>
4929
4930> This software is released under the MIT license:
4931>
4932> Permission is hereby granted, free of charge, to any person obtaining a copy of
4933> this software and associated documentation files (the "Software"), to deal in
4934> the Software without restriction, including without limitation the rights to
4935> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
4936> the Software, and to permit persons to whom the Software is furnished to do so,
4937> subject to the following conditions:
4938>
4939> The above copyright notice and this permission notice shall be included in all
4940> copies or substantial portions of the Software.
4941>
4942> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4943> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
4944> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
4945> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
4946> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
4947> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4948
4949----------------------------------------
4950
4951### shebang-command@v2.0.0
4952
4953License: MIT
4954By: Kevin Mårtensson
4955
4956> MIT License
4957>
4958> Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
4959>
4960> 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:
4961>
4962> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4963>
4964> 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.
4965
4966----------------------------------------
4967
4968### shebang-regex@v3.0.0
4969
4970License: MIT
4971By: Sindre Sorhus
4972
4973> MIT License
4974>
4975> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4976>
4977> 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:
4978>
4979> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4980>
4981> 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.
4982
4983----------------------------------------
4984
4985### sigmund@v1.0.1
4986
4987License: ISC
4988By: Isaac Z. Schlueter
4989Repository: <git://github.com/isaacs/sigmund>
4990
4991> The ISC License
4992>
4993> Copyright (c) Isaac Z. Schlueter and Contributors
4994>
4995> Permission to use, copy, modify, and/or distribute this software for any
4996> purpose with or without fee is hereby granted, provided that the above
4997> copyright notice and this permission notice appear in all copies.
4998>
4999> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
5000> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
5001> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
5002> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5003> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5004> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
5005> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5006
5007----------------------------------------
5008
5009### signal-exit@v3.0.7
5010
5011License: ISC
5012By: Ben Coe
5013Repository: <https://github.com/tapjs/signal-exit.git>
5014
5015> The ISC License
5016>
5017> Copyright (c) 2015, Contributors
5018>
5019> Permission to use, copy, modify, and/or distribute this software
5020> for any purpose with or without fee is hereby granted, provided
5021> that the above copyright notice and this permission notice
5022> appear in all copies.
5023>
5024> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
5025> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
5026> OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
5027> LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
5028> OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
5029> WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
5030> ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5031
5032----------------------------------------
5033
5034### simple-html-tokenizer@v0.5.11
5035
5036License: MIT
5037Repository: <https://github.com/tildeio/simple-html-tokenizer.git>
5038
5039> Copyright (c) 2014 Yehuda Katz and contributors
5040>
5041> Permission is hereby granted, free of charge, to any person obtaining a copy of
5042> this software and associated documentation files (the "Software"), to deal in
5043> the Software without restriction, including without limitation the rights to
5044> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
5045> of the Software, and to permit persons to whom the Software is furnished to do
5046> so, subject to the following conditions:
5047>
5048> The above copyright notice and this permission notice shall be included in all
5049> copies or substantial portions of the Software.
5050>
5051> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5052> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5053> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5054> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5055> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5056> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5057> SOFTWARE.
5058
5059----------------------------------------
5060
5061### slash@v3.0.0
5062
5063License: MIT
5064By: Sindre Sorhus
5065
5066> MIT License
5067>
5068> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
5069>
5070> 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:
5071>
5072> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5073>
5074> 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.
5075
5076----------------------------------------
5077
5078### state-toggle@v1.0.3
5079
5080License: MIT
5081By: Titus Wormer
5082
5083> (The MIT License)
5084>
5085> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
5086>
5087> Permission is hereby granted, free of charge, to any person obtaining
5088> a copy of this software and associated documentation files (the
5089> 'Software'), to deal in the Software without restriction, including
5090> without limitation the rights to use, copy, modify, merge, publish,
5091> distribute, sublicense, and/or sell copies of the Software, and to
5092> permit persons to whom the Software is furnished to do so, subject to
5093> the following conditions:
5094>
5095> The above copyright notice and this permission notice shall be
5096> included in all copies or substantial portions of the Software.
5097>
5098> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
5099> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5100> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
5101> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5102> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
5103> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
5104> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5105
5106----------------------------------------
5107
5108### string-width@v5.0.1
5109
5110License: MIT
5111By: Sindre Sorhus
5112
5113> MIT License
5114>
5115> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
5116>
5117> 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:
5118>
5119> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5120>
5121> 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.
5122
5123----------------------------------------
5124
5125### strip-ansi@v7.0.1
5126
5127License: MIT
5128By: Sindre Sorhus
5129
5130> MIT License
5131>
5132> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
5133>
5134> 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:
5135>
5136> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5137>
5138> 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.
5139
5140----------------------------------------
5141
5142### strip-final-newline@v3.0.0
5143
5144License: MIT
5145By: Sindre Sorhus
5146
5147> MIT License
5148>
5149> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
5150>
5151> 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:
5152>
5153> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5154>
5155> 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.
5156
5157----------------------------------------
5158
5159### supports-color@v5.5.0
5160
5161License: MIT
5162By: Sindre Sorhus
5163
5164> MIT License
5165>
5166> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
5167>
5168> 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:
5169>
5170> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5171>
5172> 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.
5173
5174----------------------------------------
5175
5176### temp-dir@v2.0.0
5177
5178License: MIT
5179By: Sindre Sorhus
5180
5181> MIT License
5182>
5183> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
5184>
5185> 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:
5186>
5187> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5188>
5189> 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.
5190
5191----------------------------------------
5192
5193### tempy@v2.0.0
5194
5195License: MIT
5196By: Sindre Sorhus
5197
5198> MIT License
5199>
5200> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
5201>
5202> 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:
5203>
5204> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5205>
5206> 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.
5207
5208----------------------------------------
5209
5210### to-regex-range@v5.0.1
5211
5212License: MIT
5213By: Jon Schlinkert
5214
5215> The MIT License (MIT)
5216>
5217> Copyright (c) 2015-present, Jon Schlinkert.
5218>
5219> Permission is hereby granted, free of charge, to any person obtaining a copy
5220> of this software and associated documentation files (the "Software"), to deal
5221> in the Software without restriction, including without limitation the rights
5222> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5223> copies of the Software, and to permit persons to whom the Software is
5224> furnished to do so, subject to the following conditions:
5225>
5226> The above copyright notice and this permission notice shall be included in
5227> all copies or substantial portions of the Software.
5228>
5229> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5230> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5231> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5232> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5233> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5234> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5235> THE SOFTWARE.
5236
5237----------------------------------------
5238
5239### trim@v0.0.1
5240
5241By: TJ Holowaychuk
5242
5243----------------------------------------
5244
5245### trim-trailing-lines@v1.1.4
5246
5247License: MIT
5248By: Titus Wormer
5249
5250> (The MIT License)
5251>
5252> Copyright (c) 2015 Titus Wormer <mailto:tituswormer@gmail.com>
5253>
5254> Permission is hereby granted, free of charge, to any person obtaining
5255> a copy of this software and associated documentation files (the
5256> 'Software'), to deal in the Software without restriction, including
5257> without limitation the rights to use, copy, modify, merge, publish,
5258> distribute, sublicense, and/or sell copies of the Software, and to
5259> permit persons to whom the Software is furnished to do so, subject to
5260> the following conditions:
5261>
5262> The above copyright notice and this permission notice shall be
5263> included in all copies or substantial portions of the Software.
5264>
5265> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
5266> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5267> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
5268> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5269> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
5270> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
5271> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5272
5273----------------------------------------
5274
5275### trough@v1.0.5
5276
5277License: MIT
5278By: Titus Wormer
5279
5280> (The MIT License)
5281>
5282> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
5283>
5284> Permission is hereby granted, free of charge, to any person obtaining a copy
5285> of this software and associated documentation files (the "Software"), to deal
5286> in the Software without restriction, including without limitation the rights
5287> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5288> copies of the Software, and to permit persons to whom the Software is
5289> furnished to do so, subject to the following conditions:
5290>
5291> The above copyright notice and this permission notice shall be included in
5292> all copies or substantial portions of the Software.
5293>
5294> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5295> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5296> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5297> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5298> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5299> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5300> THE SOFTWARE.
5301
5302----------------------------------------
5303
5304### tslib@v1.14.1
5305
5306License: 0BSD
5307By: Microsoft Corp.
5308Repository: <https://github.com/Microsoft/tslib.git>
5309
5310> Copyright (c) Microsoft Corporation.
5311>
5312> Permission to use, copy, modify, and/or distribute this software for any
5313> purpose with or without fee is hereby granted.
5314>
5315> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
5316> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
5317> AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
5318> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
5319> LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
5320> OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
5321> PERFORMANCE OF THIS SOFTWARE.
5322
5323----------------------------------------
5324
5325### tsutils@v3.21.0
5326
5327License: MIT
5328By: Klaus Meinhardt
5329Repository: <https://github.com/ajafff/tsutils>
5330
5331> The MIT License (MIT)
5332>
5333> Copyright (c) 2017 Klaus Meinhardt
5334>
5335> Permission is hereby granted, free of charge, to any person obtaining a copy
5336> of this software and associated documentation files (the "Software"), to deal
5337> in the Software without restriction, including without limitation the rights
5338> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5339> copies of the Software, and to permit persons to whom the Software is
5340> furnished to do so, subject to the following conditions:
5341>
5342> The above copyright notice and this permission notice shall be included in all
5343> copies or substantial portions of the Software.
5344>
5345> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5346> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5347> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5348> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5349> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5350> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5351> SOFTWARE.
5352
5353----------------------------------------
5354
5355### typescript@v4.9.3
5356
5357License: Apache-2.0
5358By: Microsoft Corp.
5359Repository: <https://github.com/Microsoft/TypeScript.git>
5360
5361> Apache License
5362>
5363> Version 2.0, January 2004
5364>
5365> http://www.apache.org/licenses/
5366>
5367> TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
5368>
5369> 1. Definitions.
5370>
5371> "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
5372>
5373> "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
5374>
5375> "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.
5376>
5377> "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
5378>
5379> "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
5380>
5381> "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.
5382>
5383> "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).
5384>
5385> "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.
5386>
5387> "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."
5388>
5389> "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.
5390>
5391> 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.
5392>
5393> 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.
5394>
5395> 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:
5396>
5397> You must give any other recipients of the Work or Derivative Works a copy of this License; and
5398>
5399> You must cause any modified files to carry prominent notices stating that You changed the files; and
5400>
5401> 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
5402>
5403> 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.
5404>
5405> 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.
5406>
5407> 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.
5408>
5409> 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.
5410>
5411> 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.
5412>
5413> 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.
5414>
5415> END OF TERMS AND CONDITIONS
5416
5417----------------------------------------
5418
5419### unherit@v1.1.3
5420
5421License: MIT
5422By: Titus Wormer
5423
5424> (The MIT License)
5425>
5426> Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
5427>
5428> Permission is hereby granted, free of charge, to any person obtaining a copy
5429> of this software and associated documentation files (the "Software"), to deal
5430> in the Software without restriction, including without limitation the rights
5431> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5432> copies of the Software, and to permit persons to whom the Software is
5433> furnished to do so, subject to the following conditions:
5434>
5435> The above copyright notice and this permission notice shall be included in
5436> all copies or substantial portions of the Software.
5437>
5438> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5439> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5440> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5441> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5442> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5443> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5444> THE SOFTWARE.
5445
5446----------------------------------------
5447
5448### unified@v9.2.1
5449
5450License: MIT
5451By: Titus Wormer
5452
5453> (The MIT License)
5454>
5455> Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
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### uniq@v1.0.1
5478
5479License: MIT
5480By: Mikola Lysenko
5481Repository: <git://github.com/mikolalysenko/uniq.git>
5482
5483> The MIT License (MIT)
5484>
5485> Copyright (c) 2013 Mikola Lysenko
5486>
5487> Permission is hereby granted, free of charge, to any person obtaining a copy
5488> of this software and associated documentation files (the "Software"), to deal
5489> in the Software without restriction, including without limitation the rights
5490> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5491> copies of the Software, and to permit persons to whom the Software is
5492> furnished to do so, subject to the following conditions:
5493>
5494> The above copyright notice and this permission notice shall be included in
5495> all copies or substantial portions of the Software.
5496>
5497> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5498> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5499> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5500> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5501> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5502> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5503> THE SOFTWARE.
5504
5505----------------------------------------
5506
5507### unique-string@v3.0.0
5508
5509License: MIT
5510By: Sindre Sorhus
5511
5512> MIT License
5513>
5514> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
5515>
5516> 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:
5517>
5518> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5519>
5520> 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.
5521
5522----------------------------------------
5523
5524### unist-util-is@v4.1.0
5525
5526License: MIT
5527By: Titus Wormer
5528
5529> (The MIT license)
5530>
5531> Copyright (c) 2015 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-remove-position@v2.0.1
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-stringify-position@v2.0.3
5585
5586License: MIT
5587By: Titus Wormer
5588
5589> (The MIT License)
5590>
5591> Copyright (c) 2016 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@v2.0.3
5615
5616License: MIT
5617By: Titus Wormer
5618
5619> (The MIT License)
5620>
5621> Copyright (c) 2015 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### unist-util-visit-parents@v3.1.1
5645
5646License: MIT
5647By: Titus Wormer
5648
5649> (The MIT License)
5650>
5651> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
5652>
5653> Permission is hereby granted, free of charge, to any person obtaining
5654> a copy of this software and associated documentation files (the
5655> 'Software'), to deal in the Software without restriction, including
5656> without limitation the rights to use, copy, modify, merge, publish,
5657> distribute, sublicense, and/or sell copies of the Software, and to
5658> permit persons to whom the Software is furnished to do so, subject to
5659> the following conditions:
5660>
5661> The above copyright notice and this permission notice shall be
5662> included in all copies or substantial portions of the Software.
5663>
5664> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
5665> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5666> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
5667> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5668> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
5669> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
5670> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5671
5672----------------------------------------
5673
5674### vfile@v4.2.1
5675
5676License: MIT
5677By: Titus Wormer
5678
5679> (The MIT License)
5680>
5681> Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
5682>
5683> Permission is hereby granted, free of charge, to any person obtaining a copy
5684> of this software and associated documentation files (the "Software"), to deal
5685> in the Software without restriction, including without limitation the rights
5686> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5687> copies of the Software, and to permit persons to whom the Software is
5688> furnished to do so, subject to the following conditions:
5689>
5690> The above copyright notice and this permission notice shall be included in
5691> all copies or substantial portions of the Software.
5692>
5693> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5694> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5695> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5696> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5697> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5698> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5699> THE SOFTWARE.
5700
5701----------------------------------------
5702
5703### vfile-location@v3.2.0
5704
5705License: MIT
5706By: Titus Wormer
5707
5708> (The MIT License)
5709>
5710> Copyright (c) 2016 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### vfile-message@v2.0.4
5734
5735License: MIT
5736By: Titus Wormer
5737
5738> (The MIT License)
5739>
5740> Copyright (c) 2017 Titus Wormer <tituswormer@gmail.com>
5741>
5742> Permission is hereby granted, free of charge, to any person obtaining
5743> a copy of this software and associated documentation files (the
5744> 'Software'), to deal in the Software without restriction, including
5745> without limitation the rights to use, copy, modify, merge, publish,
5746> distribute, sublicense, and/or sell copies of the Software, and to
5747> permit persons to whom the Software is furnished to do so, subject to
5748> the following conditions:
5749>
5750> The above copyright notice and this permission notice shall be
5751> included in all copies or substantial portions of the Software.
5752>
5753> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
5754> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5755> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
5756> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5757> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
5758> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
5759> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5760
5761----------------------------------------
5762
5763### vnopts@v1.0.2
5764
5765License: MIT
5766By: Ika
5767
5768> MIT License
5769>
5770> Copyright (c) Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
5771>
5772> Permission is hereby granted, free of charge, to any person obtaining a copy
5773> of this software and associated documentation files (the "Software"), to deal
5774> in the Software without restriction, including without limitation the rights
5775> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5776> copies of the Software, and to permit persons to whom the Software is
5777> furnished to do so, subject to the following conditions:
5778>
5779> The above copyright notice and this permission notice shall be included in all
5780> copies or substantial portions of the Software.
5781>
5782> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5783> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5784> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5785> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5786> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5787> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5788> SOFTWARE.
5789
5790----------------------------------------
5791
5792### wcwidth@v1.0.1
5793
5794License: MIT
5795By: Tim Oxley
5796Repository: <git+https://github.com/timoxley/wcwidth.git>
5797
5798> wcwidth.js: JavaScript Portng of Markus Kuhn's wcwidth() Implementation
5799> =======================================================================
5800>
5801> Copyright (C) 2012 by Jun Woong.
5802>
5803> This package is a JavaScript porting of `wcwidth()` implementation
5804> [by Markus Kuhn](http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c).
5805>
5806> Permission is hereby granted, free of charge, to any person obtaining a copy of
5807> this software and associated documentation files (the "Software"), to deal in
5808> the Software without restriction, including without limitation the rights to
5809> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
5810> of the Software, and to permit persons to whom the Software is furnished to do
5811> so, subject to the following conditions:
5812>
5813> The above copyright notice and this permission notice shall be included in all
5814> copies or substantial portions of the Software.
5815>
5816>
5817> THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
5818> INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
5819> FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
5820> OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
5821> EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
5822> PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
5823> BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
5824> IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
5825> ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
5826> POSSIBILITY OF SUCH DAMAGE.
5827
5828----------------------------------------
5829
5830### which@v2.0.2
5831
5832License: ISC
5833By: Isaac Z. Schlueter
5834Repository: <git://github.com/isaacs/node-which.git>
5835
5836> The ISC License
5837>
5838> Copyright (c) Isaac Z. Schlueter and Contributors
5839>
5840> Permission to use, copy, modify, and/or distribute this software for any
5841> purpose with or without fee is hereby granted, provided that the above
5842> copyright notice and this permission notice appear in all copies.
5843>
5844> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
5845> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
5846> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
5847> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5848> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5849> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
5850> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5851
5852----------------------------------------
5853
5854### wrappy@v1.0.2
5855
5856License: ISC
5857By: Isaac Z. Schlueter
5858Repository: <https://github.com/npm/wrappy>
5859
5860> The ISC License
5861>
5862> Copyright (c) Isaac Z. Schlueter and Contributors
5863>
5864> Permission to use, copy, modify, and/or distribute this software for any
5865> purpose with or without fee is hereby granted, provided that the above
5866> copyright notice and this permission notice appear in all copies.
5867>
5868> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
5869> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
5870> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
5871> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5872> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5873> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
5874> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5875
5876----------------------------------------
5877
5878### xtend@v4.0.2
5879
5880License: MIT
5881By: Raynos
5882
5883> The MIT License (MIT)
5884> Copyright (c) 2012-2014 Raynos.
5885>
5886> Permission is hereby granted, free of charge, to any person obtaining a copy
5887> of this software and associated documentation files (the "Software"), to deal
5888> in the Software without restriction, including without limitation the rights
5889> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5890> copies of the Software, and to permit persons to whom the Software is
5891> furnished to do so, subject to the following conditions:
5892>
5893> The above copyright notice and this permission notice shall be included in
5894> all copies or substantial portions of the Software.
5895>
5896> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5897> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5898> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5899> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5900> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5901> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5902> THE SOFTWARE.
5903
5904----------------------------------------
5905
5906### yallist@v2.1.2
5907
5908License: ISC
5909By: Isaac Z. Schlueter
5910Repository: <git+https://github.com/isaacs/yallist.git>
5911
5912> The ISC License
5913>
5914> Copyright (c) Isaac Z. Schlueter and Contributors
5915>
5916> Permission to use, copy, modify, and/or distribute this software for any
5917> purpose with or without fee is hereby granted, provided that the above
5918> copyright notice and this permission notice appear in all copies.
5919>
5920> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
5921> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
5922> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
5923> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5924> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5925> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
5926> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5927
5928----------------------------------------
5929
5930### yallist@v4.0.0
5931
5932License: ISC
5933By: Isaac Z. Schlueter
5934Repository: <git+https://github.com/isaacs/yallist.git>
5935
5936> The ISC License
5937>
5938> Copyright (c) Isaac Z. Schlueter and Contributors
5939>
5940> Permission to use, copy, modify, and/or distribute this software for any
5941> purpose with or without fee is hereby granted, provided that the above
5942> copyright notice and this permission notice appear in all copies.
5943>
5944> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
5945> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
5946> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
5947> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5948> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5949> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
5950> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5951
5952----------------------------------------
5953
5954### yaml@v1.10.2
5955
5956License: ISC
5957By: Eemeli Aro
5958
5959> Copyright 2018 Eemeli Aro <eemeli@gmail.com>
5960>
5961> Permission to use, copy, modify, and/or distribute this software for any purpose
5962> with or without fee is hereby granted, provided that the above copyright notice
5963> and this permission notice appear in all copies.
5964>
5965> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
5966> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
5967> FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
5968> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
5969> OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
5970> TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
5971> THIS SOFTWARE.
5972
5973----------------------------------------
5974
5975### yaml-unist-parser@v1.3.1
5976
5977License: MIT
5978By: Ika
5979
5980> MIT License
5981>
5982> Copyright (c) Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
5983>
5984> Permission is hereby granted, free of charge, to any person obtaining a copy
5985> of this software and associated documentation files (the "Software"), to deal
5986> in the Software without restriction, including without limitation the rights
5987> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5988> copies of the Software, and to permit persons to whom the Software is
5989> furnished to do so, subject to the following conditions:
5990>
5991> The above copyright notice and this permission notice shall be included in all
5992> copies or substantial portions of the Software.
5993>
5994> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5995> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5996> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5997> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5998> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5999> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6000> SOFTWARE.