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