UNPKG

206 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
17
18## Bundled dependencies
19
20### @angular/compiler@v19.0.1
21
22> Angular - the compiler library
23
24License: MIT
25Repository: <https://github.com/angular/angular.git>
26Author: angular
27
28> The MIT License
29>
30> Copyright (c) 2010-2024 Google LLC. https://angular.dev/license
31>
32> Permission is hereby granted, free of charge, to any person obtaining a copy
33> of this software and associated documentation files (the "Software"), to deal
34> in the Software without restriction, including without limitation the rights
35> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36> copies of the Software, and to permit persons to whom the Software is
37> furnished to do so, subject to the following conditions:
38>
39> The above copyright notice and this permission notice shall be included in
40> all copies or substantial portions of the Software.
41>
42> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
43> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
44> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
46> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
47> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
48> THE SOFTWARE.
49
50----------------------------------------
51
52### @babel/code-frame@v7.26.2
53
54> Generate errors that contain a code frame that point to source locations.
55
56License: MIT
57Homepage: <https://babel.dev/docs/en/next/babel-code-frame>
58Repository: <https://github.com/babel/babel.git>
59Author: The Babel Team (https://babel.dev/team)
60
61> MIT License
62>
63> Copyright (c) 2014-present Sebastian McKenzie and other contributors
64>
65> Permission is hereby granted, free of charge, to any person obtaining
66> a copy of this software and associated documentation files (the
67> "Software"), to deal in the Software without restriction, including
68> without limitation the rights to use, copy, modify, merge, publish,
69> distribute, sublicense, and/or sell copies of the Software, and to
70> permit persons to whom the Software is furnished to do so, subject to
71> the following conditions:
72>
73> The above copyright notice and this permission notice shall be
74> included in all copies or substantial portions of the Software.
75>
76> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
77> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
78> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
79> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
80> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
81> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
82> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
83
84----------------------------------------
85
86### @babel/helper-validator-identifier@v7.25.9
87
88> Validate identifier/keywords name
89
90License: MIT
91Repository: <https://github.com/babel/babel.git>
92Author: The Babel Team (https://babel.dev/team)
93
94> MIT License
95>
96> Copyright (c) 2014-present Sebastian McKenzie and other contributors
97>
98> Permission is hereby granted, free of charge, to any person obtaining
99> a copy of this software and associated documentation files (the
100> "Software"), to deal in the Software without restriction, including
101> without limitation the rights to use, copy, modify, merge, publish,
102> distribute, sublicense, and/or sell copies of the Software, and to
103> permit persons to whom the Software is furnished to do so, subject to
104> the following conditions:
105>
106> The above copyright notice and this permission notice shall be
107> included in all copies or substantial portions of the Software.
108>
109> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
110> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
111> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
112> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
113> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
114> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
115> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
116
117----------------------------------------
118
119### @babel/parser@v7.26.2
120
121> A JavaScript parser
122
123License: MIT
124Homepage: <https://babel.dev/docs/en/next/babel-parser>
125Repository: <https://github.com/babel/babel.git>
126Author: The Babel Team (https://babel.dev/team)
127
128> Copyright (C) 2012-2014 by various contributors (see AUTHORS)
129>
130> Permission is hereby granted, free of charge, to any person obtaining a copy
131> of this software and associated documentation files (the "Software"), to deal
132> in the Software without restriction, including without limitation the rights
133> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
134> copies of the Software, and to permit persons to whom the Software is
135> furnished to do so, subject to the following conditions:
136>
137> The above copyright notice and this permission notice shall be included in
138> all copies or substantial portions of the Software.
139>
140> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
141> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
142> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
143> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
144> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
145> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
146> THE SOFTWARE.
147
148----------------------------------------
149
150### @glimmer/env@v0.1.7
151
152> Glimmer application environment variables stub
153
154License: MIT
155
156> Copyright (c) 2017 Martin Muñoz and contributors.
157>
158> Permission is hereby granted, free of charge, to any person obtaining a copy of
159> this software and associated documentation files (the "Software"), to deal in
160> the Software without restriction, including without limitation the rights to
161> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
162> of the Software, and to permit persons to whom the Software is furnished to do
163> so, subject to the following conditions:
164>
165> The above copyright notice and this permission notice shall be included in all
166> copies or substantial portions of the Software.
167>
168> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
169> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
170> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
171> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
172> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
173> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
174> SOFTWARE.
175
176----------------------------------------
177
178### @glimmer/syntax@v0.93.1
179
180License: MIT
181
182> Copyright (c) 2015 Tilde, Inc.
183>
184> Permission is hereby granted, free of charge, to any person obtaining a copy of
185> this software and associated documentation files (the "Software"), to deal in
186> the Software without restriction, including without limitation the rights to
187> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
188> of the Software, and to permit persons to whom the Software is furnished to do
189> so, subject to the following conditions:
190>
191> The above copyright notice and this permission notice shall be included in all
192> copies or substantial portions of the Software.
193>
194> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
195> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
196> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
197> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
198> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
199> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
200> SOFTWARE.
201
202----------------------------------------
203
204### @glimmer/util@v0.93.1
205
206> Common utilities used in Glimmer
207
208License: MIT
209
210> Copyright (c) 2015 Tilde, Inc.
211>
212> Permission is hereby granted, free of charge, to any person obtaining a copy of
213> this software and associated documentation files (the "Software"), to deal in
214> the Software without restriction, including without limitation the rights to
215> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
216> of the Software, and to permit persons to whom the Software is furnished to do
217> so, subject to the following conditions:
218>
219> The above copyright notice and this permission notice shall be included in all
220> copies or substantial portions of the Software.
221>
222> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
223> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
224> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
225> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
226> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
227> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
228> SOFTWARE.
229
230----------------------------------------
231
232### @glimmer/wire-format@v0.93.1
233
234License: MIT
235
236> Copyright (c) 2015 Tilde, Inc.
237>
238> Permission is hereby granted, free of charge, to any person obtaining a copy of
239> this software and associated documentation files (the "Software"), to deal in
240> the Software without restriction, including without limitation the rights to
241> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
242> of the Software, and to permit persons to whom the Software is furnished to do
243> so, subject to the following conditions:
244>
245> The above copyright notice and this permission notice shall be included in all
246> copies or substantial portions of the Software.
247>
248> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
249> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
250> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
251> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
252> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
253> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
254> SOFTWARE.
255
256----------------------------------------
257
258### @handlebars/parser@v2.0.0
259
260> The parser for the Handlebars language
261
262License: ISC
263Homepage: <https://github.com/handlebars-lang/handlebars-parser#readme>
264Repository: <git+https://github.com/handlebars-lang/handlebars-parser.git>
265
266----------------------------------------
267
268### @nodelib/fs.scandir@v2.1.5
269
270> List files and directories inside the specified directory
271
272License: MIT
273
274> The MIT License (MIT)
275>
276> Copyright (c) Denis Malinochkin
277>
278> Permission is hereby granted, free of charge, to any person obtaining a copy
279> of this software and associated documentation files (the "Software"), to deal
280> in the Software without restriction, including without limitation the rights
281> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
282> copies of the Software, and to permit persons to whom the Software is
283> furnished to do so, subject to the following conditions:
284>
285> The above copyright notice and this permission notice shall be included in all
286> copies or substantial portions of the Software.
287>
288> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
289> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
290> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
291> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
292> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
293> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
294> SOFTWARE.
295
296----------------------------------------
297
298### @nodelib/fs.stat@v2.0.5
299
300> Get the status of a file with some features
301
302License: MIT
303
304> The MIT License (MIT)
305>
306> Copyright (c) Denis Malinochkin
307>
308> Permission is hereby granted, free of charge, to any person obtaining a copy
309> of this software and associated documentation files (the "Software"), to deal
310> in the Software without restriction, including without limitation the rights
311> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
312> copies of the Software, and to permit persons to whom the Software is
313> furnished to do so, subject to the following conditions:
314>
315> The above copyright notice and this permission notice shall be included in all
316> copies or substantial portions of the Software.
317>
318> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
319> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
320> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
321> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
322> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
323> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
324> SOFTWARE.
325
326----------------------------------------
327
328### @nodelib/fs.walk@v1.2.8
329
330> A library for efficiently walking a directory recursively
331
332License: MIT
333
334> The MIT License (MIT)
335>
336> Copyright (c) Denis Malinochkin
337>
338> Permission is hereby granted, free of charge, to any person obtaining a copy
339> of this software and associated documentation files (the "Software"), to deal
340> in the Software without restriction, including without limitation the rights
341> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
342> copies of the Software, and to permit persons to whom the Software is
343> furnished to do so, subject to the following conditions:
344>
345> The above copyright notice and this permission notice shall be included in all
346> copies or substantial portions of the Software.
347>
348> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
349> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
350> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
351> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
352> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
353> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
354> SOFTWARE.
355
356----------------------------------------
357
358### @prettier/is-es5-identifier-name@v0.2.0
359
360> Check if provided string is an `IdentifierName` as specified in ECMA262 edition 5.1 section 7.6.
361
362License: MIT
363Author: fisker Cheung <lionkay@gmail.com>
364
365> MIT License
366>
367> Copyright (c) fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
368>
369> Permission is hereby granted, free of charge, to any person obtaining a copy
370> of this software and associated documentation files (the "Software"), to deal
371> in the Software without restriction, including without limitation the rights
372> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
373> copies of the Software, and to permit persons to whom the Software is
374> furnished to do so, subject to the following conditions:
375>
376> The above copyright notice and this permission notice shall be included in all
377> copies or substantial portions of the Software.
378>
379> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
380> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
381> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
382> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
383> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
384> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
385> SOFTWARE.
386
387----------------------------------------
388
389### @prettier/parse-srcset@v3.1.0
390
391> A spec-conformant JavaScript parser for the HTML5 srcset attribute
392
393License: MIT
394Homepage: <https://github.com/prettier/parse-srcset#readme>
395Author: Alex Bell <alex@bellandwhistle.net>
396
397> The MIT License (MIT)
398>
399> Copyright (c) 2014 Alex Bell
400> Copyright (c) fisker Cheung
401>
402> Permission is hereby granted, free of charge, to any person obtaining a copy
403> of this software and associated documentation files (the "Software"), to deal
404> in the Software without restriction, including without limitation the rights
405> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
406> copies of the Software, and to permit persons to whom the Software is
407> furnished to do so, subject to the following conditions:
408>
409> The above copyright notice and this permission notice shall be included in all
410> copies or substantial portions of the Software.
411>
412> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
413> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
414> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
415> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
416> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
417> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
418> SOFTWARE.
419
420----------------------------------------
421
422### @typescript-eslint/types@v8.16.0
423
424> Types for the TypeScript-ESTree AST spec
425
426License: MIT
427Homepage: <https://typescript-eslint.io>
428Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
429
430> MIT License
431>
432> Copyright (c) 2019 typescript-eslint and other contributors
433>
434> Permission is hereby granted, free of charge, to any person obtaining a copy
435> of this software and associated documentation files (the "Software"), to deal
436> in the Software without restriction, including without limitation the rights
437> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
438> copies of the Software, and to permit persons to whom the Software is
439> furnished to do so, subject to the following conditions:
440>
441> The above copyright notice and this permission notice shall be included in all
442> copies or substantial portions of the Software.
443>
444> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
445> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
446> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
447> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
448> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
449> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
450> SOFTWARE.
451
452----------------------------------------
453
454### @typescript-eslint/typescript-estree@v8.16.0
455
456> A parser that converts TypeScript source code into an ESTree compatible form
457
458License: BSD-2-Clause
459Homepage: <https://typescript-eslint.io/packages/typescript-estree>
460Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
461
462> BSD 2-Clause License
463>
464> TypeScript ESTree
465>
466> Originally extracted from:
467>
468> TypeScript ESLint Parser
469> Copyright JS Foundation and other contributors, https://js.foundation
470>
471> Redistribution and use in source and binary forms, with or without
472> modification, are permitted provided that the following conditions are met:
473>
474> - Redistributions of source code must retain the above copyright
475> notice, this list of conditions and the following disclaimer.
476> - Redistributions in binary form must reproduce the above copyright
477> notice, this list of conditions and the following disclaimer in the
478> documentation and/or other materials provided with the distribution.
479>
480> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
481> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
482> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
483> ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
484> DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
485> (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
486> LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
487> ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
488> (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
489> THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
490
491----------------------------------------
492
493### acorn@v8.14.0
494
495> ECMAScript parser
496
497License: MIT
498Homepage: <https://github.com/acornjs/acorn>
499Repository: <git+https://github.com/acornjs/acorn.git>
500
501> MIT License
502>
503> Copyright (C) 2012-2022 by various contributors (see AUTHORS)
504>
505> Permission is hereby granted, free of charge, to any person obtaining a copy
506> of this software and associated documentation files (the "Software"), to deal
507> in the Software without restriction, including without limitation the rights
508> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
509> copies of the Software, and to permit persons to whom the Software is
510> furnished to do so, subject to the following conditions:
511>
512> The above copyright notice and this permission notice shall be included in
513> all copies or substantial portions of the Software.
514>
515> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
516> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
517> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
518> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
519> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
520> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
521> THE SOFTWARE.
522
523----------------------------------------
524
525### acorn-jsx@v5.3.2
526
527> Modern, fast React.js JSX parser
528
529License: MIT
530Homepage: <https://github.com/acornjs/acorn-jsx>
531Repository: <https://github.com/acornjs/acorn-jsx>
532
533> Copyright (C) 2012-2017 by Ingvar Stepanyan
534>
535> Permission is hereby granted, free of charge, to any person obtaining a copy
536> of this software and associated documentation files (the "Software"), to deal
537> in the Software without restriction, including without limitation the rights
538> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
539> copies of the Software, and to permit persons to whom the Software is
540> furnished to do so, subject to the following conditions:
541>
542> The above copyright notice and this permission notice shall be included in
543> all copies or substantial portions of the Software.
544>
545> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
546> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
547> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
548> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
549> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
550> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
551> THE SOFTWARE.
552
553----------------------------------------
554
555### angular-estree-parser@v10.2.0
556
557> A parser that converts Angular source code into an ESTree-compatible form
558
559License: MIT
560Homepage: <https://github.com/prettier/angular-estree-parser#readme>
561Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
562
563> MIT License
564>
565> Copyright (c) Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
566>
567> Permission is hereby granted, free of charge, to any person obtaining a copy
568> of this software and associated documentation files (the "Software"), to deal
569> in the Software without restriction, including without limitation the rights
570> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
571> copies of the Software, and to permit persons to whom the Software is
572> furnished to do so, subject to the following conditions:
573>
574> The above copyright notice and this permission notice shall be included in all
575> copies or substantial portions of the Software.
576>
577> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
578> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
579> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
580> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
581> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
582> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
583> SOFTWARE.
584
585----------------------------------------
586
587### angular-html-parser@v8.0.1
588
589> A HTML parser extracted from Angular with some modifications
590
591License: MIT
592Homepage: <https://github.com/prettier/angular-html-parser/blob/master/packages/angular-html-parser#readme>
593Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
594
595> MIT License
596>
597> Copyright (c) Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
598>
599> Permission is hereby granted, free of charge, to any person obtaining a copy
600> of this software and associated documentation files (the "Software"), to deal
601> in the Software without restriction, including without limitation the rights
602> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
603> copies of the Software, and to permit persons to whom the Software is
604> furnished to do so, subject to the following conditions:
605>
606> The above copyright notice and this permission notice shall be included in all
607> copies or substantial portions of the Software.
608>
609> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
610> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
611> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
612> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
613> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
614> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
615> SOFTWARE.
616
617----------------------------------------
618
619### ansi-regex@v6.1.0
620
621> Regular expression for matching ANSI escape codes
622
623License: MIT
624Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
625
626> MIT License
627>
628> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
629>
630> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
631>
632> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
633>
634> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
635
636----------------------------------------
637
638### bail@v1.0.5
639
640> Throw a given error
641
642License: MIT
643Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
644Contributors:
645 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
646
647> (The MIT License)
648>
649> Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
650>
651> Permission is hereby granted, free of charge, to any person obtaining
652> a copy of this software and associated documentation files (the
653> 'Software'), to deal in the Software without restriction, including
654> without limitation the rights to use, copy, modify, merge, publish,
655> distribute, sublicense, and/or sell copies of the Software, and to
656> permit persons to whom the Software is furnished to do so, subject to
657> the following conditions:
658>
659> The above copyright notice and this permission notice shall be
660> included in all copies or substantial portions of the Software.
661>
662> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
663> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
664> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
665> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
666> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
667> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
668> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
669
670----------------------------------------
671
672### braces@v3.0.3
673
674> Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.
675
676License: MIT
677Homepage: <https://github.com/micromatch/braces>
678Author: Jon Schlinkert (https://github.com/jonschlinkert)
679Contributors:
680 - Brian Woodward (https://twitter.com/doowb)
681 - Elan Shanker (https://github.com/es128)
682 - Eugene Sharygin (https://github.com/eush77)
683 - hemanth.hm (http://h3manth.com)
684 - Jon Schlinkert (http://twitter.com/jonschlinkert)
685
686> The MIT License (MIT)
687>
688> Copyright (c) 2014-present, Jon Schlinkert.
689>
690> Permission is hereby granted, free of charge, to any person obtaining a copy
691> of this software and associated documentation files (the "Software"), to deal
692> in the Software without restriction, including without limitation the rights
693> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
694> copies of the Software, and to permit persons to whom the Software is
695> furnished to do so, subject to the following conditions:
696>
697> The above copyright notice and this permission notice shall be included in
698> all copies or substantial portions of the Software.
699>
700> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
701> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
702> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
703> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
704> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
705> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
706> THE SOFTWARE.
707
708----------------------------------------
709
710### camelcase@v8.0.0
711
712> Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
713
714License: MIT
715Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
716
717> MIT License
718>
719> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
720>
721> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
722>
723> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
724>
725> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
726
727----------------------------------------
728
729### ccount@v1.1.0
730
731> Count characters
732
733License: MIT
734Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
735Contributors:
736 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
737
738> (The MIT License)
739>
740> Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
741>
742> Permission is hereby granted, free of charge, to any person obtaining
743> a copy of this software and associated documentation files (the
744> 'Software'), to deal in the Software without restriction, including
745> without limitation the rights to use, copy, modify, merge, publish,
746> distribute, sublicense, and/or sell copies of the Software, and to
747> permit persons to whom the Software is furnished to do so, subject to
748> the following conditions:
749>
750> The above copyright notice and this permission notice shall be
751> included in all copies or substantial portions of the Software.
752>
753> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
754> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
755> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
756> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
757> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
758> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
759> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
760
761----------------------------------------
762
763### chalk@v5.3.0
764
765> Terminal string styling done right
766
767License: MIT
768
769> MIT License
770>
771> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
772>
773> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
774>
775> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
776>
777> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
778
779----------------------------------------
780
781### character-entities@v1.2.4
782
783> HTML character entity information
784
785License: MIT
786Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
787Contributors:
788 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
789
790> (The MIT License)
791>
792> Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
793>
794> Permission is hereby granted, free of charge, to any person obtaining
795> a copy of this software and associated documentation files (the
796> 'Software'), to deal in the Software without restriction, including
797> without limitation the rights to use, copy, modify, merge, publish,
798> distribute, sublicense, and/or sell copies of the Software, and to
799> permit persons to whom the Software is furnished to do so, subject to
800> the following conditions:
801>
802> The above copyright notice and this permission notice shall be
803> included in all copies or substantial portions of the Software.
804>
805> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
806> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
807> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
808> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
809> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
810> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
811> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
812
813----------------------------------------
814
815### character-entities-legacy@v1.1.4
816
817> HTML legacy character entity information
818
819License: MIT
820Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
821Contributors:
822 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
823
824> (The MIT License)
825>
826> Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
827>
828> Permission is hereby granted, free of charge, to any person obtaining
829> a copy of this software and associated documentation files (the
830> 'Software'), to deal in the Software without restriction, including
831> without limitation the rights to use, copy, modify, merge, publish,
832> distribute, sublicense, and/or sell copies of the Software, and to
833> permit persons to whom the Software is furnished to do so, subject to
834> the following conditions:
835>
836> The above copyright notice and this permission notice shall be
837> included in all copies or substantial portions of the Software.
838>
839> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
840> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
841> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
842> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
843> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
844> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
845> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
846
847----------------------------------------
848
849### character-reference-invalid@v1.1.4
850
851> HTML invalid numeric character reference information
852
853License: MIT
854Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
855Contributors:
856 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
857
858> (The MIT License)
859>
860> Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
861>
862> Permission is hereby granted, free of charge, to any person obtaining
863> a copy of this software and associated documentation files (the
864> 'Software'), to deal in the Software without restriction, including
865> without limitation the rights to use, copy, modify, merge, publish,
866> distribute, sublicense, and/or sell copies of the Software, and to
867> permit persons to whom the Software is furnished to do so, subject to
868> the following conditions:
869>
870> The above copyright notice and this permission notice shall be
871> included in all copies or substantial portions of the Software.
872>
873> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
874> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
875> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
876> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
877> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
878> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
879> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
880
881----------------------------------------
882
883### ci-info@v4.1.0
884
885> Get details about the current Continuous Integration environment
886
887License: MIT
888Homepage: <https://github.com/watson/ci-info>
889Author: Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)
890Contributors:
891 - Sibiraj (https://github.com/sibiraj-s)
892
893> The MIT License (MIT)
894>
895> Copyright (c) 2016 Thomas Watson Steen
896>
897> Permission is hereby granted, free of charge, to any person obtaining a copy
898> of this software and associated documentation files (the "Software"), to deal
899> in the Software without restriction, including without limitation the rights
900> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
901> copies of the Software, and to permit persons to whom the Software is
902> furnished to do so, subject to the following conditions:
903>
904> The above copyright notice and this permission notice shall be included in all
905> copies or substantial portions of the Software.
906>
907> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
908> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
909> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
910> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
911> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
912> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
913> SOFTWARE.
914
915----------------------------------------
916
917### collapse-white-space@v1.0.6
918
919> Replace multiple white-space characters with a single space
920
921License: MIT
922Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
923Contributors:
924 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
925
926> (The MIT License)
927>
928> Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
929>
930> Permission is hereby granted, free of charge, to any person obtaining
931> a copy of this software and associated documentation files (the
932> 'Software'), to deal in the Software without restriction, including
933> without limitation the rights to use, copy, modify, merge, publish,
934> distribute, sublicense, and/or sell copies of the Software, and to
935> permit persons to whom the Software is furnished to do so, subject to
936> the following conditions:
937>
938> The above copyright notice and this permission notice shall be
939> included in all copies or substantial portions of the Software.
940>
941> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
942> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
943> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
944> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
945> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
946> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
947> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
948
949----------------------------------------
950
951### common-path-prefix@v3.0.0
952
953> Computes the longest prefix string that is common to each path, excluding the base component
954
955License: ISC
956Homepage: <https://github.com/novemberborn/common-path-prefix#readme>
957Repository: <git+https://github.com/novemberborn/common-path-prefix.git>
958Author: Mark Wubben (https://novemberborn.net/)
959
960> ISC License (ISC)
961> Copyright (c) 2016, Mark Wubben
962>
963> Permission to use, copy, modify, and/or distribute this software for any purpose
964> with or without fee is hereby granted, provided that the above copyright notice
965> and this permission notice appear in all copies.
966>
967> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
968> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
969> FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
970> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
971> OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
972> TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
973> THIS SOFTWARE.
974
975----------------------------------------
976
977### dashify@v2.0.0
978
979> Convert a camelcase or space-separated string to a dash-separated string. ~12 sloc, fast, supports diacritics.
980
981License: MIT
982Homepage: <https://github.com/jonschlinkert/dashify>
983Author: Jon Schlinkert (https://github.com/jonschlinkert)
984Contributors:
985 - Jeffrey Priebe (https://github.com/jeffreypriebe)
986 - Jon Schlinkert (http://twitter.com/jonschlinkert)
987 - Ondrej Brinkel (https://www.anzui.de)
988
989> The MIT License (MIT)
990>
991> Copyright (c) 2015-present, Jon Schlinkert.
992>
993> Permission is hereby granted, free of charge, to any person obtaining a copy
994> of this software and associated documentation files (the "Software"), to deal
995> in the Software without restriction, including without limitation the rights
996> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
997> copies of the Software, and to permit persons to whom the Software is
998> furnished to do so, subject to the following conditions:
999>
1000> The above copyright notice and this permission notice shall be included in
1001> all copies or substantial portions of the Software.
1002>
1003> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1004> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1005> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1006> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1007> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1008> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1009> THE SOFTWARE.
1010
1011----------------------------------------
1012
1013### diff@v7.0.0
1014
1015> A JavaScript text diff implementation.
1016
1017License: BSD-3-Clause
1018Repository: <git://github.com/kpdecker/jsdiff.git>
1019
1020> BSD 3-Clause License
1021>
1022> Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com>
1023> All rights reserved.
1024>
1025> Redistribution and use in source and binary forms, with or without
1026> modification, are permitted provided that the following conditions are met:
1027>
1028> 1. Redistributions of source code must retain the above copyright notice, this
1029> list of conditions and the following disclaimer.
1030>
1031> 2. Redistributions in binary form must reproduce the above copyright notice,
1032> this list of conditions and the following disclaimer in the documentation
1033> and/or other materials provided with the distribution.
1034>
1035> 3. Neither the name of the copyright holder nor the names of its
1036> contributors may be used to endorse or promote products derived from
1037> this software without specific prior written permission.
1038>
1039> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1040> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1041> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1042> DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1043> FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1044> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1045> SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1046> CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1047> OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1048> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1049
1050----------------------------------------
1051
1052### editorconfig@v0.15.3
1053
1054> EditorConfig File Locator and Interpreter for Node.js
1055
1056License: MIT
1057Repository: <git://github.com/editorconfig/editorconfig-core-js.git>
1058Author: EditorConfig Team
1059Contributors:
1060 - Hong Xu (topbug.net)
1061 - Jed Mao (https://github.com/jedmao/)
1062 - Trey Hunner (http://treyhunner.com)
1063
1064> Copyright © 2012 EditorConfig Team
1065>
1066> Permission is hereby granted, free of charge, to any person obtaining a copy
1067> of this software and associated documentation files (the “Software”), to deal
1068> in the Software without restriction, including without limitation the rights
1069> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1070> copies of the Software, and to permit persons to whom the Software is
1071> furnished to do so, subject to the following conditions:
1072>
1073> The above copyright notice and this permission notice shall be included in
1074> all copies or substantial portions of the Software.
1075>
1076> THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1077> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1078> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1079> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1080> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1081> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1082> THE SOFTWARE.
1083
1084----------------------------------------
1085
1086### emoji-regex@v10.4.0
1087
1088> A regular expression to match all Emoji-only symbols as per the Unicode Standard.
1089
1090License: MIT
1091Homepage: <https://mths.be/emoji-regex>
1092Repository: <https://github.com/mathiasbynens/emoji-regex.git>
1093Author: Mathias Bynens (https://mathiasbynens.be/)
1094
1095> Copyright Mathias Bynens <https://mathiasbynens.be/>
1096>
1097> Permission is hereby granted, free of charge, to any person obtaining
1098> a copy of this software and associated documentation files (the
1099> "Software"), to deal in the Software without restriction, including
1100> without limitation the rights to use, copy, modify, merge, publish,
1101> distribute, sublicense, and/or sell copies of the Software, and to
1102> permit persons to whom the Software is furnished to do so, subject to
1103> the following conditions:
1104>
1105> The above copyright notice and this permission notice shall be
1106> included in all copies or substantial portions of the Software.
1107>
1108> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1109> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1110> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1111> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1112> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1113> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1114> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1115
1116----------------------------------------
1117
1118### escape-string-regexp@v5.0.0
1119
1120> Escape RegExp special characters
1121
1122License: MIT
1123Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1124
1125> MIT License
1126>
1127> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1128>
1129> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1130>
1131> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1132>
1133> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1134
1135----------------------------------------
1136
1137### espree@v10.3.0
1138
1139> An Esprima-compatible JavaScript parser built on Acorn
1140
1141License: BSD-2-Clause
1142Homepage: <https://github.com/eslint/js/blob/main/packages/espree/README.md>
1143Author: Nicholas C. Zakas <nicholas+npm@nczconsulting.com>
1144
1145> BSD 2-Clause License
1146>
1147> Copyright (c) Open JS Foundation
1148> All rights reserved.
1149>
1150> Redistribution and use in source and binary forms, with or without
1151> modification, are permitted provided that the following conditions are met:
1152>
1153> 1. Redistributions of source code must retain the above copyright notice, this
1154> list of conditions and the following disclaimer.
1155>
1156> 2. Redistributions in binary form must reproduce the above copyright notice,
1157> this list of conditions and the following disclaimer in the documentation
1158> and/or other materials provided with the distribution.
1159>
1160> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1161> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1162> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1163> DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1164> FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1165> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1166> SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1167> CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1168> OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1169> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1170
1171----------------------------------------
1172
1173### extend@v3.0.2
1174
1175> Port of jQuery.extend for node.js and the browser
1176
1177License: MIT
1178Repository: <https://github.com/justmoon/node-extend.git>
1179Author: Stefan Thomas <justmoon@members.fsf.org> (http://www.justmoon.net)
1180Contributors:
1181 - Jordan Harband (https://github.com/ljharb)
1182
1183> The MIT License (MIT)
1184>
1185> Copyright (c) 2014 Stefan Thomas
1186>
1187> Permission is hereby granted, free of charge, to any person obtaining
1188> a copy of this software and associated documentation files (the
1189> "Software"), to deal in the Software without restriction, including
1190> without limitation the rights to use, copy, modify, merge, publish,
1191> distribute, sublicense, and/or sell copies of the Software, and to
1192> permit persons to whom the Software is furnished to do so, subject to
1193> the following conditions:
1194>
1195> The above copyright notice and this permission notice shall be
1196> included in all copies or substantial portions of the Software.
1197>
1198> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1199> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1200> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1201> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1202> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1203> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1204> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1205
1206----------------------------------------
1207
1208### fast-glob@v3.3.2
1209
1210> It's a very fast and efficient glob library for Node.js
1211
1212License: MIT
1213Author: Denis Malinochkin (https://mrmlnc.com)
1214
1215> The MIT License (MIT)
1216>
1217> Copyright (c) Denis Malinochkin
1218>
1219> Permission is hereby granted, free of charge, to any person obtaining a copy
1220> of this software and associated documentation files (the "Software"), to deal
1221> in the Software without restriction, including without limitation the rights
1222> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1223> copies of the Software, and to permit persons to whom the Software is
1224> furnished to do so, subject to the following conditions:
1225>
1226> The above copyright notice and this permission notice shall be included in all
1227> copies or substantial portions of the Software.
1228>
1229> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1230> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1231> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1232> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1233> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1234> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1235> SOFTWARE.
1236
1237----------------------------------------
1238
1239### fast-json-stable-stringify@v2.1.0
1240
1241> deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify
1242
1243License: MIT
1244Homepage: <https://github.com/epoberezkin/fast-json-stable-stringify>
1245Repository: <git://github.com/epoberezkin/fast-json-stable-stringify.git>
1246Author: James Halliday <mail@substack.net> (http://substack.net)
1247
1248> This software is released under the MIT license:
1249>
1250> Copyright (c) 2017 Evgeny Poberezkin
1251> Copyright (c) 2013 James Halliday
1252>
1253> Permission is hereby granted, free of charge, to any person obtaining a copy of
1254> this software and associated documentation files (the "Software"), to deal in
1255> the Software without restriction, including without limitation the rights to
1256> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1257> the Software, and to permit persons to whom the Software is furnished to do so,
1258> subject to the following conditions:
1259>
1260> The above copyright notice and this permission notice shall be included in all
1261> copies or substantial portions of the Software.
1262>
1263> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1264> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1265> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1266> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1267> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1268> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1269
1270----------------------------------------
1271
1272### fastq@v1.17.1
1273
1274> Fast, in memory work queue
1275
1276License: ISC
1277Homepage: <https://github.com/mcollina/fastq#readme>
1278Repository: <git+https://github.com/mcollina/fastq.git>
1279Author: Matteo Collina <hello@matteocollina.com>
1280
1281> Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
1282>
1283> Permission to use, copy, modify, and/or distribute this software for any
1284> purpose with or without fee is hereby granted, provided that the above
1285> copyright notice and this permission notice appear in all copies.
1286>
1287> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1288> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1289> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1290> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1291> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1292> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1293> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1294
1295----------------------------------------
1296
1297### file-entry-cache@v9.1.0
1298
1299> Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process
1300
1301License: MIT
1302Author: Jared Wray (https://jaredwray.com)
1303
1304> The MIT License (MIT)
1305>
1306> Copyright (c) Roy Riojas & Jared Wray
1307>
1308> Permission is hereby granted, free of charge, to any person obtaining a copy
1309> of this software and associated documentation files (the "Software"), to deal
1310> in the Software without restriction, including without limitation the rights
1311> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1312> copies of the Software, and to permit persons to whom the Software is
1313> furnished to do so, subject to the following conditions:
1314>
1315> The above copyright notice and this permission notice shall be included in all
1316> copies or substantial portions of the Software.
1317>
1318> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1319> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1320> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1321> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1322> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1323> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1324> SOFTWARE.
1325
1326----------------------------------------
1327
1328### fill-range@v7.1.1
1329
1330> Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`
1331
1332License: MIT
1333Homepage: <https://github.com/jonschlinkert/fill-range>
1334Author: Jon Schlinkert (https://github.com/jonschlinkert)
1335Contributors:
1336 - Edo Rivai (edo.rivai.nl)
1337 - Jon Schlinkert (http://twitter.com/jonschlinkert)
1338 - Paul Miller (paulmillr.com)
1339 - Rouven Weßling (www.rouvenwessling.de)
1340 - null (https://github.com/wtgtybhertgeghgtwtg)
1341
1342> The MIT License (MIT)
1343>
1344> Copyright (c) 2014-present, Jon Schlinkert.
1345>
1346> Permission is hereby granted, free of charge, to any person obtaining a copy
1347> of this software and associated documentation files (the "Software"), to deal
1348> in the Software without restriction, including without limitation the rights
1349> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1350> copies of the Software, and to permit persons to whom the Software is
1351> furnished to do so, subject to the following conditions:
1352>
1353> The above copyright notice and this permission notice shall be included in
1354> all copies or substantial portions of the Software.
1355>
1356> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1357> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1358> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1359> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1360> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1361> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1362> THE SOFTWARE.
1363
1364----------------------------------------
1365
1366### find-cache-dir@v5.0.0
1367
1368> Finds the common standard cache directory
1369
1370License: MIT
1371Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1372
1373> MIT License
1374>
1375> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1376> Copyright (c) James Talmage <james@talmage.io> (https://github.com/jamestalmage)
1377>
1378> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1379>
1380> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1381>
1382> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1383
1384----------------------------------------
1385
1386### find-up@v6.3.0
1387
1388> Find a file or directory by walking up parent directories
1389
1390License: MIT
1391Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1392
1393> MIT License
1394>
1395> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1396>
1397> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1398>
1399> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1400>
1401> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1402
1403----------------------------------------
1404
1405### flat-cache@v5.0.0
1406
1407> A stupidly simple key/value storage using files to persist some data
1408
1409License: MIT
1410Author: Jared Wray (https://jaredwray.com)
1411
1412> The MIT License (MIT)
1413>
1414> Copyright (c) Roy Riojas and Jared Wray
1415>
1416> Permission is hereby granted, free of charge, to any person obtaining a copy
1417> of this software and associated documentation files (the "Software"), to deal
1418> in the Software without restriction, including without limitation the rights
1419> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1420> copies of the Software, and to permit persons to whom the Software is
1421> furnished to do so, subject to the following conditions:
1422>
1423> The above copyright notice and this permission notice shall be included in all
1424> copies or substantial portions of the Software.
1425>
1426> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1427> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1428> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1429> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1430> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1431> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1432> SOFTWARE.
1433
1434----------------------------------------
1435
1436### flatted@v3.3.2
1437
1438> A super light and fast circular JSON parser.
1439
1440License: ISC
1441Homepage: <https://github.com/WebReflection/flatted#readme>
1442Repository: <git+https://github.com/WebReflection/flatted.git>
1443Author: Andrea Giammarchi
1444
1445> ISC License
1446>
1447> Copyright (c) 2018-2020, Andrea Giammarchi, @WebReflection
1448>
1449> Permission to use, copy, modify, and/or distribute this software for any
1450> purpose with or without fee is hereby granted, provided that the above
1451> copyright notice and this permission notice appear in all copies.
1452>
1453> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1454> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1455> AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1456> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1457> LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
1458> OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1459> PERFORMANCE OF THIS SOFTWARE.
1460
1461----------------------------------------
1462
1463### flatten@v1.0.3
1464
1465> Flatten arbitrarily nested arrays into a non-nested list of non-array items. Maintained for legacy compatibility.
1466
1467License: MIT
1468Homepage: <https://github.com/mk-pmb/flatten-js/#readme>
1469Repository: <git+https://github.com/mk-pmb/flatten-js.git>
1470Author: Joshua Holbrook <josh.holbrook@gmail.com> (http://jesusabdullah.net)
1471Contributors:
1472 - M.K. (https://github.com/mk-pmb)
1473
1474> The MIT License (MIT)
1475>
1476> Copyright (c) 2016 Joshua Holbrook
1477>
1478> Permission is hereby granted, free of charge, to any person obtaining a copy
1479> of this software and associated documentation files (the "Software"), to deal
1480> in the Software without restriction, including without limitation the rights
1481> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1482> copies of the Software, and to permit persons to whom the Software is
1483> furnished to do so, subject to the following conditions:
1484>
1485> The above copyright notice and this permission notice shall be included in
1486> all copies or substantial portions of the Software.
1487>
1488> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1489> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1490> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1491> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1492> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1493> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1494> THE SOFTWARE.
1495
1496----------------------------------------
1497
1498### flow-parser@v0.255.0
1499
1500> JavaScript parser written in OCaml. Produces ESTree AST
1501
1502License: MIT
1503Homepage: <https://flow.org>
1504Repository: <https://github.com/facebook/flow.git>
1505Author: Flow Team <flow@fb.com>
1506
1507----------------------------------------
1508
1509### get-east-asian-width@v1.3.0
1510
1511> Determine the East Asian Width of a Unicode character
1512
1513License: MIT
1514Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1515
1516> MIT License
1517>
1518> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1519>
1520> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1521>
1522> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1523>
1524> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1525
1526----------------------------------------
1527
1528### get-stdin@v9.0.0
1529
1530> Get stdin as a string or buffer
1531
1532License: MIT
1533Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1534
1535> MIT License
1536>
1537> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1538>
1539> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1540>
1541> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1542>
1543> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1544
1545----------------------------------------
1546
1547### glob-parent@v5.1.2
1548
1549> Extract the non-magic parent path from a glob string.
1550
1551License: ISC
1552Author: Gulp Team <team@gulpjs.com> (https://gulpjs.com/)
1553Contributors:
1554 - Elan Shanker (https://github.com/es128)
1555 - Blaine Bublitz <blaine.bublitz@gmail.com>
1556
1557> The ISC License
1558>
1559> Copyright (c) 2015, 2019 Elan Shanker
1560>
1561> Permission to use, copy, modify, and/or distribute this software for any
1562> purpose with or without fee is hereby granted, provided that the above
1563> copyright notice and this permission notice appear in all copies.
1564>
1565> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1566> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1567> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1568> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1569> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1570> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1571> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1572
1573----------------------------------------
1574
1575### graphql@v16.9.0
1576
1577> A Query Language and Runtime which can target any service.
1578
1579License: MIT
1580Homepage: <https://github.com/graphql/graphql-js>
1581Repository: <https://github.com/graphql/graphql-js.git>
1582
1583> MIT License
1584>
1585> Copyright (c) GraphQL Contributors
1586>
1587> Permission is hereby granted, free of charge, to any person obtaining a copy
1588> of this software and associated documentation files (the "Software"), to deal
1589> in the Software without restriction, including without limitation the rights
1590> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1591> copies of the Software, and to permit persons to whom the Software is
1592> furnished to do so, subject to the following conditions:
1593>
1594> The above copyright notice and this permission notice shall be included in all
1595> copies or substantial portions of the Software.
1596>
1597> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1598> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1599> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1600> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1601> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1602> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1603> SOFTWARE.
1604
1605----------------------------------------
1606
1607### ignore@v6.0.2
1608
1609> Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.
1610
1611License: MIT
1612Repository: <git@github.com:kaelzhang/node-ignore.git>
1613Author: kael
1614
1615> Copyright (c) 2013 Kael Zhang <i@kael.me>, contributors
1616> http://kael.me/
1617>
1618> Permission is hereby granted, free of charge, to any person obtaining
1619> a copy of this software and associated documentation files (the
1620> "Software"), to deal in the Software without restriction, including
1621> without limitation the rights to use, copy, modify, merge, publish,
1622> distribute, sublicense, and/or sell copies of the Software, and to
1623> permit persons to whom the Software is furnished to do so, subject to
1624> the following conditions:
1625>
1626> The above copyright notice and this permission notice shall be
1627> included in all copies or substantial portions of the Software.
1628>
1629> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1630> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1631> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1632> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1633> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1634> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1635> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1636
1637----------------------------------------
1638
1639### import-meta-resolve@v4.1.0
1640
1641> Resolve things like Node.js — ponyfill for `import.meta.resolve`
1642
1643License: MIT
1644Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
1645Contributors:
1646 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
1647
1648> (The MIT License)
1649>
1650> Copyright (c) 2021 Titus Wormer <mailto:tituswormer@gmail.com>
1651>
1652> Permission is hereby granted, free of charge, to any person obtaining
1653> a copy of this software and associated documentation files (the
1654> 'Software'), to deal in the Software without restriction, including
1655> without limitation the rights to use, copy, modify, merge, publish,
1656> distribute, sublicense, and/or sell copies of the Software, and to
1657> permit persons to whom the Software is furnished to do so, subject to
1658> the following conditions:
1659>
1660> The above copyright notice and this permission notice shall be
1661> included in all copies or substantial portions of the Software.
1662>
1663> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1664> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1665> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1666> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1667> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1668> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1669> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1670>
1671> ---
1672>
1673> This is a derivative work based on:
1674> <https://github.com/nodejs/node>.
1675> Which is licensed:
1676>
1677> """
1678> Copyright Node.js contributors. All rights reserved.
1679>
1680> Permission is hereby granted, free of charge, to any person obtaining a copy
1681> of this software and associated documentation files (the "Software"), to
1682> deal in the Software without restriction, including without limitation the
1683> rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1684> sell copies of the Software, and to permit persons to whom the Software is
1685> furnished to do so, subject to the following conditions:
1686>
1687> The above copyright notice and this permission notice shall be included in
1688> all copies or substantial portions of the Software.
1689>
1690> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1691> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1692> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1693> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1694> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1695> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1696> IN THE SOFTWARE.
1697> """
1698>
1699> This license applies to parts of Node.js originating from the
1700> https://github.com/joyent/node repository:
1701>
1702> """
1703> Copyright Joyent, Inc. and other Node contributors. All rights reserved.
1704> Permission is hereby granted, free of charge, to any person obtaining a copy
1705> of this software and associated documentation files (the "Software"), to
1706> deal in the Software without restriction, including without limitation the
1707> rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1708> sell copies of the Software, and to permit persons to whom the Software is
1709> furnished to do so, subject to the following conditions:
1710>
1711> The above copyright notice and this permission notice shall be included in
1712> all copies or substantial portions of the Software.
1713>
1714> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1715> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1716> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1717> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1718> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1719> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1720> IN THE SOFTWARE.
1721> """
1722
1723----------------------------------------
1724
1725### index-to-position@v0.1.2
1726
1727> Convert a string index to its line and column position
1728
1729License: MIT
1730Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1731
1732> MIT License
1733>
1734> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1735>
1736> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1737>
1738> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1739>
1740> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1741
1742----------------------------------------
1743
1744### indexes-of@v1.0.1
1745
1746> line String/Array#indexOf but return all the indexes in an array
1747
1748License: MIT
1749Homepage: <https://github.com/dominictarr/indexes-of>
1750Repository: <git://github.com/dominictarr/indexes-of.git>
1751Author: Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)
1752
1753> Copyright (c) 2013 Dominic Tarr
1754>
1755> Permission is hereby granted, free of charge,
1756> to any person obtaining a copy of this software and
1757> associated documentation files (the "Software"), to
1758> deal in the Software without restriction, including
1759> without limitation the rights to use, copy, modify,
1760> merge, publish, distribute, sublicense, and/or sell
1761> copies of the Software, and to permit persons to whom
1762> the Software is furnished to do so,
1763> subject to the following conditions:
1764>
1765> The above copyright notice and this permission notice
1766> shall be included in all copies or substantial portions of the Software.
1767>
1768> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1769> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
1770> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1771> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
1772> ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1773> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1774> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1775
1776----------------------------------------
1777
1778### inherits@v2.0.4
1779
1780> Browser-friendly inheritance fully compatible with standard node.js inherits()
1781
1782License: ISC
1783
1784> The ISC License
1785>
1786> Copyright (c) Isaac Z. Schlueter
1787>
1788> Permission to use, copy, modify, and/or distribute this software for any
1789> purpose with or without fee is hereby granted, provided that the above
1790> copyright notice and this permission notice appear in all copies.
1791>
1792> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1793> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
1794> FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1795> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1796> LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1797> OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1798> PERFORMANCE OF THIS SOFTWARE.
1799
1800----------------------------------------
1801
1802### is-alphabetical@v1.0.4
1803
1804> Check if a character is alphabetical
1805
1806License: MIT
1807Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
1808Contributors:
1809 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
1810
1811> (The MIT License)
1812>
1813> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
1814>
1815> Permission is hereby granted, free of charge, to any person obtaining
1816> a copy of this software and associated documentation files (the
1817> 'Software'), to deal in the Software without restriction, including
1818> without limitation the rights to use, copy, modify, merge, publish,
1819> distribute, sublicense, and/or sell copies of the Software, and to
1820> permit persons to whom the Software is furnished to do so, subject to
1821> the following conditions:
1822>
1823> The above copyright notice and this permission notice shall be
1824> included in all copies or substantial portions of the Software.
1825>
1826> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1827> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1828> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1829> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1830> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1831> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1832> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1833
1834----------------------------------------
1835
1836### is-alphanumerical@v1.0.4
1837
1838> Check if a character is alphanumerical
1839
1840License: MIT
1841Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
1842Contributors:
1843 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
1844
1845> (The MIT License)
1846>
1847> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
1848>
1849> Permission is hereby granted, free of charge, to any person obtaining
1850> a copy of this software and associated documentation files (the
1851> 'Software'), to deal in the Software without restriction, including
1852> without limitation the rights to use, copy, modify, merge, publish,
1853> distribute, sublicense, and/or sell copies of the Software, and to
1854> permit persons to whom the Software is furnished to do so, subject to
1855> the following conditions:
1856>
1857> The above copyright notice and this permission notice shall be
1858> included in all copies or substantial portions of the Software.
1859>
1860> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1861> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1862> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1863> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1864> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1865> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1866> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1867
1868----------------------------------------
1869
1870### is-buffer@v2.0.5
1871
1872> Determine if an object is a Buffer
1873
1874License: MIT
1875Repository: <git://github.com/feross/is-buffer.git>
1876Author: Feross Aboukhadijeh <feross@feross.org> (https://feross.org)
1877
1878> The MIT License (MIT)
1879>
1880> Copyright (c) Feross Aboukhadijeh
1881>
1882> Permission is hereby granted, free of charge, to any person obtaining a copy
1883> of this software and associated documentation files (the "Software"), to deal
1884> in the Software without restriction, including without limitation the rights
1885> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1886> copies of the Software, and to permit persons to whom the Software is
1887> furnished to do so, subject to the following conditions:
1888>
1889> The above copyright notice and this permission notice shall be included in
1890> all copies or substantial portions of the Software.
1891>
1892> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1893> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1894> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1895> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1896> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1897> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1898> THE SOFTWARE.
1899
1900----------------------------------------
1901
1902### is-decimal@v1.0.4
1903
1904> Check if a character is decimal
1905
1906License: MIT
1907Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
1908Contributors:
1909 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
1910
1911> (The MIT License)
1912>
1913> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
1914>
1915> Permission is hereby granted, free of charge, to any person obtaining
1916> a copy of this software and associated documentation files (the
1917> 'Software'), to deal in the Software without restriction, including
1918> without limitation the rights to use, copy, modify, merge, publish,
1919> distribute, sublicense, and/or sell copies of the Software, and to
1920> permit persons to whom the Software is furnished to do so, subject to
1921> the following conditions:
1922>
1923> The above copyright notice and this permission notice shall be
1924> included in all copies or substantial portions of the Software.
1925>
1926> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1927> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1928> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1929> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1930> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1931> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1932> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1933
1934----------------------------------------
1935
1936### is-extglob@v2.1.1
1937
1938> Returns true if a string has an extglob.
1939
1940License: MIT
1941Homepage: <https://github.com/jonschlinkert/is-extglob>
1942Author: Jon Schlinkert (https://github.com/jonschlinkert)
1943
1944> The MIT License (MIT)
1945>
1946> Copyright (c) 2014-2016, Jon Schlinkert
1947>
1948> Permission is hereby granted, free of charge, to any person obtaining a copy
1949> of this software and associated documentation files (the "Software"), to deal
1950> in the Software without restriction, including without limitation the rights
1951> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1952> copies of the Software, and to permit persons to whom the Software is
1953> furnished to do so, subject to the following conditions:
1954>
1955> The above copyright notice and this permission notice shall be included in
1956> all copies or substantial portions of the Software.
1957>
1958> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1959> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1960> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1961> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1962> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1963> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1964> THE SOFTWARE.
1965
1966----------------------------------------
1967
1968### is-glob@v4.0.3
1969
1970> Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.
1971
1972License: MIT
1973Homepage: <https://github.com/micromatch/is-glob>
1974Author: Jon Schlinkert (https://github.com/jonschlinkert)
1975Contributors:
1976 - Brian Woodward (https://twitter.com/doowb)
1977 - Daniel Perez (https://tuvistavie.com)
1978 - Jon Schlinkert (http://twitter.com/jonschlinkert)
1979
1980> The MIT License (MIT)
1981>
1982> Copyright (c) 2014-2017, Jon Schlinkert.
1983>
1984> Permission is hereby granted, free of charge, to any person obtaining a copy
1985> of this software and associated documentation files (the "Software"), to deal
1986> in the Software without restriction, including without limitation the rights
1987> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1988> copies of the Software, and to permit persons to whom the Software is
1989> furnished to do so, subject to the following conditions:
1990>
1991> The above copyright notice and this permission notice shall be included in
1992> all copies or substantial portions of the Software.
1993>
1994> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1995> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1996> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1997> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1998> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1999> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2000> THE SOFTWARE.
2001
2002----------------------------------------
2003
2004### is-hexadecimal@v1.0.4
2005
2006> Check if a character is hexadecimal
2007
2008License: MIT
2009Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2010Contributors:
2011 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2012
2013> (The MIT License)
2014>
2015> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2016>
2017> Permission is hereby granted, free of charge, to any person obtaining
2018> a copy of this software and associated documentation files (the
2019> 'Software'), to deal in the Software without restriction, including
2020> without limitation the rights to use, copy, modify, merge, publish,
2021> distribute, sublicense, and/or sell copies of the Software, and to
2022> permit persons to whom the Software is furnished to do so, subject to
2023> the following conditions:
2024>
2025> The above copyright notice and this permission notice shall be
2026> included in all copies or substantial portions of the Software.
2027>
2028> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2029> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2030> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2031> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2032> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2033> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2034> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2035
2036----------------------------------------
2037
2038### is-number@v7.0.0
2039
2040> Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
2041
2042License: MIT
2043Homepage: <https://github.com/jonschlinkert/is-number>
2044Author: Jon Schlinkert (https://github.com/jonschlinkert)
2045Contributors:
2046 - Jon Schlinkert (http://twitter.com/jonschlinkert)
2047 - Olsten Larck (https://i.am.charlike.online)
2048 - Rouven Weßling (www.rouvenwessling.de)
2049
2050> The MIT License (MIT)
2051>
2052> Copyright (c) 2014-present, Jon Schlinkert.
2053>
2054> Permission is hereby granted, free of charge, to any person obtaining a copy
2055> of this software and associated documentation files (the "Software"), to deal
2056> in the Software without restriction, including without limitation the rights
2057> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2058> copies of the Software, and to permit persons to whom the Software is
2059> furnished to do so, subject to the following conditions:
2060>
2061> The above copyright notice and this permission notice shall be included in
2062> all copies or substantial portions of the Software.
2063>
2064> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2065> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2066> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2067> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2068> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2069> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2070> THE SOFTWARE.
2071
2072----------------------------------------
2073
2074### is-plain-obj@v2.1.0
2075
2076> Check if a value is a plain object
2077
2078License: MIT
2079Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2080
2081> MIT License
2082>
2083> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2084>
2085> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2086>
2087> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2088>
2089> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2090
2091----------------------------------------
2092
2093### is-whitespace-character@v1.0.4
2094
2095> Check if a character is a whitespace character
2096
2097License: MIT
2098Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2099Contributors:
2100 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2101
2102> (The MIT License)
2103>
2104> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2105>
2106> Permission is hereby granted, free of charge, to any person obtaining
2107> a copy of this software and associated documentation files (the
2108> 'Software'), to deal in the Software without restriction, including
2109> without limitation the rights to use, copy, modify, merge, publish,
2110> distribute, sublicense, and/or sell copies of the Software, and to
2111> permit persons to whom the Software is furnished to do so, subject to
2112> the following conditions:
2113>
2114> The above copyright notice and this permission notice shall be
2115> included in all copies or substantial portions of the Software.
2116>
2117> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2118> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2119> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2120> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2121> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2122> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2123> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2124
2125----------------------------------------
2126
2127### is-word-character@v1.0.4
2128
2129> Check if a character is a word character
2130
2131License: MIT
2132Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2133Contributors:
2134 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2135
2136> (The MIT License)
2137>
2138> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2139>
2140> Permission is hereby granted, free of charge, to any person obtaining
2141> a copy of this software and associated documentation files (the
2142> 'Software'), to deal in the Software without restriction, including
2143> without limitation the rights to use, copy, modify, merge, publish,
2144> distribute, sublicense, and/or sell copies of the Software, and to
2145> permit persons to whom the Software is furnished to do so, subject to
2146> the following conditions:
2147>
2148> The above copyright notice and this permission notice shall be
2149> included in all copies or substantial portions of the Software.
2150>
2151> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2152> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2153> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2154> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2155> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2156> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2157> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2158
2159----------------------------------------
2160
2161### iterate-directory-up@v1.1.1
2162
2163> Iterate directory up.
2164
2165License: MIT
2166Homepage: <https://github.com/fisker/iterate-directory-up#readme>
2167Author: fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
2168
2169> MIT License
2170>
2171> Copyright (c) fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
2172>
2173> Permission is hereby granted, free of charge, to any person obtaining a copy
2174> of this software and associated documentation files (the "Software"), to deal
2175> in the Software without restriction, including without limitation the rights
2176> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2177> copies of the Software, and to permit persons to whom the Software is
2178> furnished to do so, subject to the following conditions:
2179>
2180> The above copyright notice and this permission notice shall be included in all
2181> copies or substantial portions of the Software.
2182>
2183> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2184> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2185> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2186> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2187> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2188> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2189> SOFTWARE.
2190
2191----------------------------------------
2192
2193### jest-docblock@v30.0.0-alpha.6
2194
2195License: MIT
2196Repository: <https://github.com/jestjs/jest.git>
2197
2198> MIT License
2199>
2200> Copyright (c) Meta Platforms, Inc. and affiliates.
2201> Copyright Contributors to the Jest project.
2202>
2203> Permission is hereby granted, free of charge, to any person obtaining a copy
2204> of this software and associated documentation files (the "Software"), to deal
2205> in the Software without restriction, including without limitation the rights
2206> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2207> copies of the Software, and to permit persons to whom the Software is
2208> furnished to do so, subject to the following conditions:
2209>
2210> The above copyright notice and this permission notice shall be included in all
2211> copies or substantial portions of the Software.
2212>
2213> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2214> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2215> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2216> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2217> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2218> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2219> SOFTWARE.
2220
2221----------------------------------------
2222
2223### js-tokens@v4.0.0
2224
2225> A regex that tokenizes JavaScript.
2226
2227License: MIT
2228Author: Simon Lydell
2229
2230> The MIT License (MIT)
2231>
2232> Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell
2233>
2234> Permission is hereby granted, free of charge, to any person obtaining a copy
2235> of this software and associated documentation files (the "Software"), to deal
2236> in the Software without restriction, including without limitation the rights
2237> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2238> copies of the Software, and to permit persons to whom the Software is
2239> furnished to do so, subject to the following conditions:
2240>
2241> The above copyright notice and this permission notice shall be included in
2242> all copies or substantial portions of the Software.
2243>
2244> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2245> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2246> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2247> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2248> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2249> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2250> THE SOFTWARE.
2251
2252----------------------------------------
2253
2254### js-yaml@v4.1.0
2255
2256> YAML 1.2 parser and serializer
2257
2258License: MIT
2259Author: Vladimir Zapparov <dervus.grim@gmail.com>
2260Contributors:
2261 - Aleksey V Zapparov <ixti@member.fsf.org> (http://www.ixti.net/)
2262 - Vitaly Puzrin <vitaly@rcdesign.ru> (https://github.com/puzrin)
2263 - Martin Grenfell <martin.grenfell@gmail.com> (http://got-ravings.blogspot.com)
2264
2265> (The MIT License)
2266>
2267> Copyright (C) 2011-2015 by Vitaly Puzrin
2268>
2269> Permission is hereby granted, free of charge, to any person obtaining a copy
2270> of this software and associated documentation files (the "Software"), to deal
2271> in the Software without restriction, including without limitation the rights
2272> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2273> copies of the Software, and to permit persons to whom the Software is
2274> furnished to do so, subject to the following conditions:
2275>
2276> The above copyright notice and this permission notice shall be included in
2277> all copies or substantial portions of the Software.
2278>
2279> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2280> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2281> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2282> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2283> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2284> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2285> THE SOFTWARE.
2286
2287----------------------------------------
2288
2289### json-buffer@v3.0.1
2290
2291> JSON parse & stringify that supports binary via bops & base64
2292
2293License: MIT
2294Homepage: <https://github.com/dominictarr/json-buffer>
2295Repository: <git://github.com/dominictarr/json-buffer.git>
2296Author: Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)
2297
2298> Copyright (c) 2013 Dominic Tarr
2299>
2300> Permission is hereby granted, free of charge,
2301> to any person obtaining a copy of this software and
2302> associated documentation files (the "Software"), to
2303> deal in the Software without restriction, including
2304> without limitation the rights to use, copy, modify,
2305> merge, publish, distribute, sublicense, and/or sell
2306> copies of the Software, and to permit persons to whom
2307> the Software is furnished to do so,
2308> subject to the following conditions:
2309>
2310> The above copyright notice and this permission notice
2311> shall be included in all copies or substantial portions of the Software.
2312>
2313> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2314> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2315> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2316> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
2317> ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2318> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2319> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2320
2321----------------------------------------
2322
2323### json5@v2.2.3
2324
2325> JSON for Humans
2326
2327License: MIT
2328Homepage: <http://json5.org/>
2329Repository: <git+https://github.com/json5/json5.git>
2330Author: Aseem Kishore <aseem.kishore@gmail.com>
2331Contributors:
2332 - Max Nanasy <max.nanasy@gmail.com>
2333 - Andrew Eisenberg <andrew@eisenberg.as>
2334 - Jordan Tucker <jordanbtucker@gmail.com>
2335
2336> MIT License
2337>
2338> Copyright (c) 2012-2018 Aseem Kishore, and [others].
2339>
2340> Permission is hereby granted, free of charge, to any person obtaining a copy
2341> of this software and associated documentation files (the "Software"), to deal
2342> in the Software without restriction, including without limitation the rights
2343> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2344> copies of the Software, and to permit persons to whom the Software is
2345> furnished to do so, subject to the following conditions:
2346>
2347> The above copyright notice and this permission notice shall be included in all
2348> copies or substantial portions of the Software.
2349>
2350> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2351> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2352> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2353> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2354> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2355> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2356> SOFTWARE.
2357>
2358> [others]: https://github.com/json5/json5/contributors
2359
2360----------------------------------------
2361
2362### keyv@v4.5.4
2363
2364> Simple key-value storage with support for multiple backends
2365
2366License: MIT
2367Homepage: <https://github.com/jaredwray/keyv>
2368Repository: <git+https://github.com/jaredwray/keyv.git>
2369Author: Jared Wray <me@jaredwray.com> (http://jaredwray.com)
2370
2371----------------------------------------
2372
2373### leven@v4.0.0
2374
2375> Measure the difference between two strings using the Levenshtein distance algorithm
2376
2377License: MIT
2378Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2379
2380> MIT License
2381>
2382> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2383>
2384> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2385>
2386> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2387>
2388> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2389
2390----------------------------------------
2391
2392### lines-and-columns@v2.0.4
2393
2394> Maps lines and columns to character offsets and back.
2395
2396License: MIT
2397Homepage: <https://github.com/eventualbuddha/lines-and-columns#readme>
2398Repository: <https://github.com/eventualbuddha/lines-and-columns.git>
2399Author: Brian Donovan <brian@donovans.cc>
2400
2401> The MIT License (MIT)
2402>
2403> Copyright (c) 2015 Brian Donovan
2404>
2405> Permission is hereby granted, free of charge, to any person obtaining a copy
2406> of this software and associated documentation files (the "Software"), to deal
2407> in the Software without restriction, including without limitation the rights
2408> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2409> copies of the Software, and to permit persons to whom the Software is
2410> furnished to do so, subject to the following conditions:
2411>
2412> The above copyright notice and this permission notice shall be included in
2413> all copies or substantial portions of the Software.
2414>
2415> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2416> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2417> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2418> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2419> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2420> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2421> THE SOFTWARE.
2422
2423----------------------------------------
2424
2425### locate-path@v7.2.0
2426
2427> Get the first path that exists on disk of multiple paths
2428
2429License: MIT
2430Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2431
2432> MIT License
2433>
2434> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2435>
2436> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2437>
2438> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2439>
2440> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2441
2442----------------------------------------
2443
2444### lru-cache@v4.1.5
2445
2446> A cache object that deletes the least-recently-used items.
2447
2448License: ISC
2449Author: Isaac Z. Schlueter <i@izs.me>
2450
2451> The ISC License
2452>
2453> Copyright (c) Isaac Z. Schlueter and Contributors
2454>
2455> Permission to use, copy, modify, and/or distribute this software for any
2456> purpose with or without fee is hereby granted, provided that the above
2457> copyright notice and this permission notice appear in all copies.
2458>
2459> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2460> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2461> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2462> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2463> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2464> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2465> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2466
2467----------------------------------------
2468
2469### markdown-escapes@v1.0.4
2470
2471> List of escapable characters in markdown
2472
2473License: MIT
2474Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2475Contributors:
2476 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2477
2478> (The MIT License)
2479>
2480> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2481>
2482> Permission is hereby granted, free of charge, to any person obtaining
2483> a copy of this software and associated documentation files (the
2484> 'Software'), to deal in the Software without restriction, including
2485> without limitation the rights to use, copy, modify, merge, publish,
2486> distribute, sublicense, and/or sell copies of the Software, and to
2487> permit persons to whom the Software is furnished to do so, subject to
2488> the following conditions:
2489>
2490> The above copyright notice and this permission notice shall be
2491> included in all copies or substantial portions of the Software.
2492>
2493> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2494> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2495> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2496> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2497> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2498> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2499> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2500
2501----------------------------------------
2502
2503### merge2@v1.4.1
2504
2505> Merge multiple streams into one stream in sequence or parallel.
2506
2507License: MIT
2508Homepage: <https://github.com/teambition/merge2>
2509Repository: <git@github.com:teambition/merge2.git>
2510
2511> The MIT License (MIT)
2512>
2513> Copyright (c) 2014-2020 Teambition
2514>
2515> Permission is hereby granted, free of charge, to any person obtaining a copy
2516> of this software and associated documentation files (the "Software"), to deal
2517> in the Software without restriction, including without limitation the rights
2518> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2519> copies of the Software, and to permit persons to whom the Software is
2520> furnished to do so, subject to the following conditions:
2521>
2522> The above copyright notice and this permission notice shall be included in all
2523> copies or substantial portions of the Software.
2524>
2525> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2526> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2527> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2528> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2529> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2530> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2531> SOFTWARE.
2532
2533----------------------------------------
2534
2535### meriyah@v6.0.3
2536
2537> A 100% compliant, self-hosted javascript parser with high focus on both performance and stability
2538
2539License: ISC
2540Homepage: <https://github.com/meriyah/meriyah>
2541Repository: <git+https://github.com/meriyah/meriyah.git>
2542Author: Kenny F. (https://github.com/KFlash)
2543Contributors:
2544 - Chunpeng Huo (https://github.com/3cp)
2545
2546> ISC License
2547>
2548> Copyright (c) 2019 and later, KFlash and others.
2549>
2550> 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.
2551>
2552> 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.
2553
2554----------------------------------------
2555
2556### micromatch@v4.0.8
2557
2558> Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
2559
2560License: MIT
2561Homepage: <https://github.com/micromatch/micromatch>
2562Author: Jon Schlinkert (https://github.com/jonschlinkert)
2563Contributors:
2564 - null (https://github.com/DianeLooney)
2565 - Amila Welihinda (amilajack.com)
2566 - Bogdan Chadkin (https://github.com/TrySound)
2567 - Brian Woodward (https://twitter.com/doowb)
2568 - Devon Govett (http://badassjs.com)
2569 - Elan Shanker (https://github.com/es128)
2570 - Fabrício Matté (https://ultcombo.js.org)
2571 - Jon Schlinkert (http://twitter.com/jonschlinkert)
2572 - Martin Kolárik (https://kolarik.sk)
2573 - Olsten Larck (https://i.am.charlike.online)
2574 - Paul Miller (paulmillr.com)
2575 - Tom Byrer (https://github.com/tomByrer)
2576 - Tyler Akins (http://rumkin.com)
2577 - Peter Bright <drpizza@quiscalusmexicanus.org> (https://github.com/drpizza)
2578 - Kuba Juszczyk (https://github.com/ku8ar)
2579
2580> The MIT License (MIT)
2581>
2582> Copyright (c) 2014-present, Jon Schlinkert.
2583>
2584> Permission is hereby granted, free of charge, to any person obtaining a copy
2585> of this software and associated documentation files (the "Software"), to deal
2586> in the Software without restriction, including without limitation the rights
2587> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2588> copies of the Software, and to permit persons to whom the Software is
2589> furnished to do so, subject to the following conditions:
2590>
2591> The above copyright notice and this permission notice shall be included in
2592> all copies or substantial portions of the Software.
2593>
2594> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2595> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2596> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2597> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2598> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2599> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2600> THE SOFTWARE.
2601
2602----------------------------------------
2603
2604### minimist@v1.2.8
2605
2606> parse argument options
2607
2608License: MIT
2609Homepage: <https://github.com/minimistjs/minimist>
2610Repository: <git://github.com/minimistjs/minimist.git>
2611Author: James Halliday <mail@substack.net> (http://substack.net)
2612
2613> This software is released under the MIT license:
2614>
2615> Permission is hereby granted, free of charge, to any person obtaining a copy of
2616> this software and associated documentation files (the "Software"), to deal in
2617> the Software without restriction, including without limitation the rights to
2618> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2619> the Software, and to permit persons to whom the Software is furnished to do so,
2620> subject to the following conditions:
2621>
2622> The above copyright notice and this permission notice shall be included in all
2623> copies or substantial portions of the Software.
2624>
2625> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2626> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2627> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2628> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2629> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2630> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2631
2632----------------------------------------
2633
2634### n-readlines@v1.0.1
2635
2636> Read file line by line without buffering the whole file in memory.
2637
2638License: MIT
2639Repository: <http://github.com/nacholibre/node-readlines.git>
2640Author: Yoan Arnaudov <jonidev@gmail.com>
2641
2642> The MIT License (MIT)
2643>
2644> Copyright (c) 2013 Liucw
2645>
2646> Permission is hereby granted, free of charge, to any person obtaining a copy of
2647> this software and associated documentation files (the "Software"), to deal in
2648> the Software without restriction, including without limitation the rights to
2649> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2650> the Software, and to permit persons to whom the Software is furnished to do so,
2651> subject to the following conditions:
2652>
2653> The above copyright notice and this permission notice shall be included in all
2654> copies or substantial portions of the Software.
2655>
2656> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2657> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2658> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2659> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2660> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2661> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2662
2663----------------------------------------
2664
2665### nanoid@v3.3.7
2666
2667> A tiny (116 bytes), secure URL-friendly unique string ID generator
2668
2669License: MIT
2670Author: Andrey Sitnik <andrey@sitnik.ru>
2671
2672> The MIT License (MIT)
2673>
2674> Copyright 2017 Andrey Sitnik <andrey@sitnik.ru>
2675>
2676> Permission is hereby granted, free of charge, to any person obtaining a copy of
2677> this software and associated documentation files (the "Software"), to deal in
2678> the Software without restriction, including without limitation the rights to
2679> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2680> the Software, and to permit persons to whom the Software is furnished to do so,
2681> subject to the following conditions:
2682>
2683> The above copyright notice and this permission notice shall be included in all
2684> copies or substantial portions of the Software.
2685>
2686> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2687> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2688> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2689> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2690> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2691> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2692
2693----------------------------------------
2694
2695### p-limit@v4.0.0
2696
2697> Run multiple promise-returning & async functions with limited concurrency
2698
2699License: MIT
2700Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2701
2702> MIT License
2703>
2704> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2705>
2706> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2707>
2708> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2709>
2710> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2711
2712----------------------------------------
2713
2714### p-locate@v6.0.0
2715
2716> Get the first fulfilled promise that satisfies the provided testing function
2717
2718License: MIT
2719Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2720
2721> MIT License
2722>
2723> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2724>
2725> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2726>
2727> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2728>
2729> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2730
2731----------------------------------------
2732
2733### parse-entities@v2.0.0
2734
2735> Parse HTML character references: fast, spec-compliant, positional information
2736
2737License: MIT
2738Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2739Contributors:
2740 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2741
2742> (The MIT License)
2743>
2744> Copyright (c) 2015 Titus Wormer <mailto:tituswormer@gmail.com>
2745>
2746> Permission is hereby granted, free of charge, to any person obtaining
2747> a copy of this software and associated documentation files (the
2748> 'Software'), to deal in the Software without restriction, including
2749> without limitation the rights to use, copy, modify, merge, publish,
2750> distribute, sublicense, and/or sell copies of the Software, and to
2751> permit persons to whom the Software is furnished to do so, subject to
2752> the following conditions:
2753>
2754> The above copyright notice and this permission notice shall be
2755> included in all copies or substantial portions of the Software.
2756>
2757> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2758> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2759> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2760> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2761> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2762> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2763> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2764
2765----------------------------------------
2766
2767### parse-json@v8.1.0
2768
2769> Parse JSON with more helpful errors
2770
2771License: MIT
2772Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2773
2774> MIT License
2775>
2776> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2777>
2778> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2779>
2780> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2781>
2782> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2783
2784----------------------------------------
2785
2786### path-exists@v5.0.0
2787
2788> Check if a path exists
2789
2790License: MIT
2791Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2792
2793> MIT License
2794>
2795> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2796>
2797> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2798>
2799> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2800>
2801> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2802
2803----------------------------------------
2804
2805### picocolors@v1.1.1
2806
2807> The tiniest and the fastest library for terminal output formatting with ANSI colors
2808
2809License: ISC
2810Author: Alexey Raspopov
2811
2812> ISC License
2813>
2814> Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
2815>
2816> Permission to use, copy, modify, and/or distribute this software for any
2817> purpose with or without fee is hereby granted, provided that the above
2818> copyright notice and this permission notice appear in all copies.
2819>
2820> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2821> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2822> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2823> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2824> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2825> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2826> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2827
2828----------------------------------------
2829
2830### picomatch@v2.3.1
2831
2832> Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.
2833
2834License: MIT
2835Homepage: <https://github.com/micromatch/picomatch>
2836Author: Jon Schlinkert (https://github.com/jonschlinkert)
2837
2838> The MIT License (MIT)
2839>
2840> Copyright (c) 2017-present, Jon Schlinkert.
2841>
2842> Permission is hereby granted, free of charge, to any person obtaining a copy
2843> of this software and associated documentation files (the "Software"), to deal
2844> in the Software without restriction, including without limitation the rights
2845> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2846> copies of the Software, and to permit persons to whom the Software is
2847> furnished to do so, subject to the following conditions:
2848>
2849> The above copyright notice and this permission notice shall be included in
2850> all copies or substantial portions of the Software.
2851>
2852> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2853> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2854> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2855> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2856> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2857> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2858> THE SOFTWARE.
2859
2860----------------------------------------
2861
2862### pkg-dir@v7.0.0
2863
2864> Find the root directory of a Node.js project or npm package
2865
2866License: MIT
2867Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2868
2869> MIT License
2870>
2871> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2872>
2873> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2874>
2875> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2876>
2877> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2878
2879----------------------------------------
2880
2881### please-upgrade-node@v3.2.0
2882
2883> Displays a beginner-friendly message telling your user to upgrade their version of Node
2884
2885License: MIT
2886Homepage: <https://github.com/typicode/please-upgrade-node#readme>
2887Repository: <git+https://github.com/typicode/please-upgrade-node.git>
2888Author: typicode
2889
2890> MIT License
2891>
2892> Copyright (c) 2017
2893>
2894> Permission is hereby granted, free of charge, to any person obtaining a copy
2895> of this software and associated documentation files (the "Software"), to deal
2896> in the Software without restriction, including without limitation the rights
2897> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2898> copies of the Software, and to permit persons to whom the Software is
2899> furnished to do so, subject to the following conditions:
2900>
2901> The above copyright notice and this permission notice shall be included in all
2902> copies or substantial portions of the Software.
2903>
2904> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2905> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2906> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2907> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2908> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2909> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2910> SOFTWARE.
2911
2912----------------------------------------
2913
2914### postcss@v8.4.49
2915
2916> Tool for transforming styles with JS plugins
2917
2918License: MIT
2919Homepage: <https://postcss.org/>
2920Author: Andrey Sitnik <andrey@sitnik.ru>
2921
2922> The MIT License (MIT)
2923>
2924> Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>
2925>
2926> Permission is hereby granted, free of charge, to any person obtaining a copy of
2927> this software and associated documentation files (the "Software"), to deal in
2928> the Software without restriction, including without limitation the rights to
2929> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2930> the Software, and to permit persons to whom the Software is furnished to do so,
2931> subject to the following conditions:
2932>
2933> The above copyright notice and this permission notice shall be included in all
2934> copies or substantial portions of the Software.
2935>
2936> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2937> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2938> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2939> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2940> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2941> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2942
2943----------------------------------------
2944
2945### postcss-less@v6.0.0
2946
2947> LESS parser for PostCSS
2948
2949License: MIT
2950Homepage: <https://github.com/shellscape/postcss-less>
2951Author: Denys Kniazevych <webschik@gmail.com>
2952
2953> The MIT License (MIT)
2954>
2955> Copyright (c) 2013 Andrey Sitnik <andrey@sitnik.ru>
2956> Copyright (c) 2016 Denys Kniazevych <webschik@gmail.com>
2957> Copyright (c) 2016 Pat Sissons <patricksissons@gmail.com>
2958> Copyright (c) 2017 Andrew Powell <andrew@shellscape.org>
2959>
2960> Permission is hereby granted, free of charge, to any person obtaining a copy
2961> of this software and associated documentation files (the "Software"), to deal
2962> in the Software without restriction, including without limitation the rights
2963> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2964> copies of the Software, and to permit persons to whom the Software is
2965> furnished to do so, subject to the following conditions:
2966>
2967> The above copyright notice and this permission notice shall be included in all
2968> copies or substantial portions of the Software.
2969>
2970> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2971> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2972> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2973> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2974> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2975> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2976> SOFTWARE.
2977
2978----------------------------------------
2979
2980### postcss-media-query-parser@v0.2.3
2981
2982> A tool for parsing media query lists.
2983
2984License: MIT
2985Homepage: <https://github.com/dryoma/postcss-media-query-parser>
2986Repository: <git+https://github.com/dryoma/postcss-media-query-parser.git>
2987Author: dryoma
2988
2989----------------------------------------
2990
2991### postcss-scss@v4.0.9
2992
2993> SCSS parser for PostCSS
2994
2995License: MIT
2996Author: Andrey Sitnik <andrey@sitnik.ru>
2997
2998> The MIT License (MIT)
2999>
3000> Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>
3001>
3002> Permission is hereby granted, free of charge, to any person obtaining a copy of
3003> this software and associated documentation files (the "Software"), to deal in
3004> the Software without restriction, including without limitation the rights to
3005> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3006> the Software, and to permit persons to whom the Software is furnished to do so,
3007> subject to the following conditions:
3008>
3009> The above copyright notice and this permission notice shall be included in all
3010> copies or substantial portions of the Software.
3011>
3012> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3013> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3014> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3015> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3016> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3017> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3018
3019----------------------------------------
3020
3021### postcss-selector-parser@v2.2.3
3022
3023License: MIT
3024Homepage: <https://github.com/postcss/postcss-selector-parser>
3025Author: Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
3026
3027> Copyright (c) Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
3028>
3029> Permission is hereby granted, free of charge, to any person
3030> obtaining a copy of this software and associated documentation
3031> files (the "Software"), to deal in the Software without
3032> restriction, including without limitation the rights to use,
3033> copy, modify, merge, publish, distribute, sublicense, and/or sell
3034> copies of the Software, and to permit persons to whom the
3035> Software is furnished to do so, subject to the following
3036> conditions:
3037>
3038> The above copyright notice and this permission notice shall be
3039> included in all copies or substantial portions of the Software.
3040>
3041> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3042> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
3043> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3044> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
3045> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3046> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3047> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3048> OTHER DEALINGS IN THE SOFTWARE.
3049
3050----------------------------------------
3051
3052### postcss-values-parser@v2.0.1
3053
3054> A CSS property value parser for use with PostCSS
3055
3056License: MIT
3057Author: Andrew Powell (shellscape) <andrew@shellscape.org> (http://shellscape.org)
3058
3059> Copyright (c) Andrew Powell <andrew@shellscape.org>
3060>
3061> Permission is hereby granted, free of charge, to any person
3062> obtaining a copy of this software and associated documentation
3063> files (the "Software"), to deal in the Software without
3064> restriction, including without limitation the rights to use,
3065> copy, modify, merge, publish, distribute, sublicense, and/or sell
3066> copies of the Software, and to permit persons to whom the
3067> Software is furnished to do so, subject to the following
3068> conditions:
3069>
3070> The above copyright notice and this permission notice shall be
3071> included in all copies or substantial portions of the Software.
3072>
3073> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3074> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
3075> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3076> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
3077> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3078> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3079> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3080> OTHER DEALINGS IN THE SOFTWARE.
3081
3082----------------------------------------
3083
3084### pseudomap@v1.0.2
3085
3086> A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.
3087
3088License: ISC
3089Homepage: <https://github.com/isaacs/pseudomap#readme>
3090Repository: <git+https://github.com/isaacs/pseudomap.git>
3091Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
3092
3093> The ISC License
3094>
3095> Copyright (c) Isaac Z. Schlueter and Contributors
3096>
3097> Permission to use, copy, modify, and/or distribute this software for any
3098> purpose with or without fee is hereby granted, provided that the above
3099> copyright notice and this permission notice appear in all copies.
3100>
3101> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3102> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3103> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3104> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3105> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3106> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3107> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3108
3109----------------------------------------
3110
3111### queue-microtask@v1.2.3
3112
3113> fast, tiny `queueMicrotask` shim for modern engines
3114
3115License: MIT
3116Homepage: <https://github.com/feross/queue-microtask>
3117Repository: <git://github.com/feross/queue-microtask.git>
3118Author: Feross Aboukhadijeh <feross@feross.org> (https://feross.org)
3119
3120> The MIT License (MIT)
3121>
3122> Copyright (c) Feross Aboukhadijeh
3123>
3124> Permission is hereby granted, free of charge, to any person obtaining a copy of
3125> this software and associated documentation files (the "Software"), to deal in
3126> the Software without restriction, including without limitation the rights to
3127> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3128> the Software, and to permit persons to whom the Software is furnished to do so,
3129> subject to the following conditions:
3130>
3131> The above copyright notice and this permission notice shall be included in all
3132> copies or substantial portions of the Software.
3133>
3134> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3135> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3136> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3137> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3138> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3139> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3140
3141----------------------------------------
3142
3143### remark-footnotes@v2.0.0
3144
3145> remark plugin to add support for pandoc footnotes
3146
3147License: MIT
3148Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3149Contributors:
3150 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3151
3152> (The MIT License)
3153>
3154> Copyright (c) 2020 Titus Wormer <tituswormer@gmail.com>
3155>
3156> Permission is hereby granted, free of charge, to any person obtaining
3157> a copy of this software and associated documentation files (the
3158> 'Software'), to deal in the Software without restriction, including
3159> without limitation the rights to use, copy, modify, merge, publish,
3160> distribute, sublicense, and/or sell copies of the Software, and to
3161> permit persons to whom the Software is furnished to do so, subject to
3162> the following conditions:
3163>
3164> The above copyright notice and this permission notice shall be
3165> included in all copies or substantial portions of the Software.
3166>
3167> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3168> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3169> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3170> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3171> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3172> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3173> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3174
3175----------------------------------------
3176
3177### remark-math@v3.0.1
3178
3179> remark plugin to parse and stringify math
3180
3181License: MIT
3182Author: Junyoung Choi <fluke8259@gmail.com> (https://rokt33r.github.io)
3183Contributors:
3184 - Junyoung Choi <fluke8259@gmail.com> (https://rokt33r.github.io)
3185 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3186
3187----------------------------------------
3188
3189### remark-parse@v8.0.3
3190
3191> remark plugin to parse Markdown
3192
3193License: MIT
3194Homepage: <https://remark.js.org>
3195Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3196Contributors:
3197 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3198 - Eugene Sharygin <eush77@gmail.com>
3199 - Junyoung Choi <fluke8259@gmail.com>
3200 - Elijah Hamovitz <elijahhamovitz@gmail.com>
3201 - Ika <ikatyang@gmail.com>
3202
3203----------------------------------------
3204
3205### repeat-string@v1.6.1
3206
3207> Repeat the given string n times. Fastest implementation for repeating a string.
3208
3209License: MIT
3210Homepage: <https://github.com/jonschlinkert/repeat-string>
3211Author: Jon Schlinkert (http://github.com/jonschlinkert)
3212Contributors:
3213 - Brian Woodward <brian.woodward@gmail.com> (https://github.com/doowb)
3214 - Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)
3215 - Linus Unnebäck <linus@folkdatorn.se> (http://linus.unnebäck.se)
3216 - Thijs Busser <tbusser@gmail.com> (http://tbusser.net)
3217 - Titus <tituswormer@gmail.com> (wooorm.com)
3218
3219> The MIT License (MIT)
3220>
3221> Copyright (c) 2014-2016, Jon Schlinkert.
3222>
3223> Permission is hereby granted, free of charge, to any person obtaining a copy
3224> of this software and associated documentation files (the "Software"), to deal
3225> in the Software without restriction, including without limitation the rights
3226> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3227> copies of the Software, and to permit persons to whom the Software is
3228> furnished to do so, subject to the following conditions:
3229>
3230> The above copyright notice and this permission notice shall be included in
3231> all copies or substantial portions of the Software.
3232>
3233> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3234> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3235> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3236> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3237> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3238> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3239> THE SOFTWARE.
3240
3241----------------------------------------
3242
3243### reusify@v1.0.4
3244
3245> Reuse objects and functions with style
3246
3247License: MIT
3248Homepage: <https://github.com/mcollina/reusify#readme>
3249Repository: <git+https://github.com/mcollina/reusify.git>
3250Author: Matteo Collina <hello@matteocollina.com>
3251
3252> The MIT License (MIT)
3253>
3254> Copyright (c) 2015 Matteo Collina
3255>
3256> Permission is hereby granted, free of charge, to any person obtaining a copy
3257> of this software and associated documentation files (the "Software"), to deal
3258> in the Software without restriction, including without limitation the rights
3259> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3260> copies of the Software, and to permit persons to whom the Software is
3261> furnished to do so, subject to the following conditions:
3262>
3263> The above copyright notice and this permission notice shall be included in all
3264> copies or substantial portions of the Software.
3265>
3266> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3267> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3268> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3269> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3270> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3271> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3272> SOFTWARE.
3273
3274----------------------------------------
3275
3276### run-parallel@v1.2.0
3277
3278> Run an array of functions in parallel
3279
3280License: MIT
3281Homepage: <https://github.com/feross/run-parallel>
3282Repository: <git://github.com/feross/run-parallel.git>
3283Author: Feross Aboukhadijeh <feross@feross.org> (https://feross.org)
3284
3285> The MIT License (MIT)
3286>
3287> Copyright (c) Feross Aboukhadijeh
3288>
3289> Permission is hereby granted, free of charge, to any person obtaining a copy of
3290> this software and associated documentation files (the "Software"), to deal in
3291> the Software without restriction, including without limitation the rights to
3292> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3293> the Software, and to permit persons to whom the Software is furnished to do so,
3294> subject to the following conditions:
3295>
3296> The above copyright notice and this permission notice shall be included in all
3297> copies or substantial portions of the Software.
3298>
3299> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3300> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3301> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3302> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3303> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3304> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3305
3306----------------------------------------
3307
3308### sdbm@v2.0.0
3309
3310> SDBM non-cryptographic hash function
3311
3312License: MIT
3313Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3314
3315> MIT License
3316>
3317> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3318>
3319> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3320>
3321> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3322>
3323> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3324
3325----------------------------------------
3326
3327### semver@v7.6.3
3328
3329> The semantic version parser used by npm.
3330
3331License: ISC
3332Repository: <git+https://github.com/npm/node-semver.git>
3333Author: GitHub Inc.
3334
3335> The ISC License
3336>
3337> Copyright (c) Isaac Z. Schlueter and Contributors
3338>
3339> Permission to use, copy, modify, and/or distribute this software for any
3340> purpose with or without fee is hereby granted, provided that the above
3341> copyright notice and this permission notice appear in all copies.
3342>
3343> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3344> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3345> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3346> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3347> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3348> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3349> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3350
3351----------------------------------------
3352
3353### semver-compare@v1.0.0
3354
3355> compare two semver version strings, returning -1, 0, or 1
3356
3357License: MIT
3358Homepage: <https://github.com/substack/semver-compare>
3359Repository: <git://github.com/substack/semver-compare.git>
3360Author: James Halliday <mail@substack.net> (http://substack.net)
3361
3362> This software is released under the MIT license:
3363>
3364> Permission is hereby granted, free of charge, to any person obtaining a copy of
3365> this software and associated documentation files (the "Software"), to deal in
3366> the Software without restriction, including without limitation the rights to
3367> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3368> the Software, and to permit persons to whom the Software is furnished to do so,
3369> subject to the following conditions:
3370>
3371> The above copyright notice and this permission notice shall be included in all
3372> copies or substantial portions of the Software.
3373>
3374> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3375> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3376> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3377> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3378> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3379> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3380
3381----------------------------------------
3382
3383### sigmund@v1.0.1
3384
3385> Quick and dirty signatures for Objects.
3386
3387License: ISC
3388Repository: <git://github.com/isaacs/sigmund>
3389Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
3390
3391> The ISC License
3392>
3393> Copyright (c) Isaac Z. Schlueter and Contributors
3394>
3395> Permission to use, copy, modify, and/or distribute this software for any
3396> purpose with or without fee is hereby granted, provided that the above
3397> copyright notice and this permission notice appear in all copies.
3398>
3399> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3400> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3401> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3402> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3403> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3404> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3405> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3406
3407----------------------------------------
3408
3409### simple-html-tokenizer@v0.5.11
3410
3411> Simple HTML Tokenizer is a lightweight JavaScript library that can be used to tokenize the kind of HTML normally found in templates.
3412
3413License: MIT
3414Repository: <https://github.com/tildeio/simple-html-tokenizer.git>
3415
3416> Copyright (c) 2014 Yehuda Katz and contributors
3417>
3418> Permission is hereby granted, free of charge, to any person obtaining a copy of
3419> this software and associated documentation files (the "Software"), to deal in
3420> the Software without restriction, including without limitation the rights to
3421> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
3422> of the Software, and to permit persons to whom the Software is furnished to do
3423> so, subject to the following conditions:
3424>
3425> The above copyright notice and this permission notice shall be included in all
3426> copies or substantial portions of the Software.
3427>
3428> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3429> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3430> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3431> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3432> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3433> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3434> SOFTWARE.
3435
3436----------------------------------------
3437
3438### smol-toml@v1.3.1
3439
3440> A small, fast, and correct TOML parser/serializer
3441
3442License: BSD-3-Clause
3443Author: Cynthia <cyyynthia@borkenware.com>
3444
3445> Copyright (c) Squirrel Chat et al., All rights reserved.
3446>
3447> Redistribution and use in source and binary forms, with or without
3448> modification, are permitted provided that the following conditions are met:
3449>
3450> 1. Redistributions of source code must retain the above copyright notice, this
3451> list of conditions and the following disclaimer.
3452> 2. Redistributions in binary form must reproduce the above copyright notice,
3453> this list of conditions and the following disclaimer in the
3454> documentation and/or other materials provided with the distribution.
3455> 3. Neither the name of the copyright holder nor the names of its contributors
3456> may be used to endorse or promote products derived from this software without
3457> specific prior written permission.
3458>
3459> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
3460> ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
3461> WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3462> DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
3463> FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3464> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
3465> SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
3466> CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
3467> OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3468> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3469
3470----------------------------------------
3471
3472### state-toggle@v1.0.3
3473
3474> Enter/exit a state
3475
3476License: MIT
3477Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3478Contributors:
3479 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3480
3481> (The MIT License)
3482>
3483> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
3484>
3485> Permission is hereby granted, free of charge, to any person obtaining
3486> a copy of this software and associated documentation files (the
3487> 'Software'), to deal in the Software without restriction, including
3488> without limitation the rights to use, copy, modify, merge, publish,
3489> distribute, sublicense, and/or sell copies of the Software, and to
3490> permit persons to whom the Software is furnished to do so, subject to
3491> the following conditions:
3492>
3493> The above copyright notice and this permission notice shall be
3494> included in all copies or substantial portions of the Software.
3495>
3496> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3497> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3498> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3499> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3500> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3501> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3502> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3503
3504----------------------------------------
3505
3506### strip-ansi@v7.1.0
3507
3508> Strip ANSI escape codes from a string
3509
3510License: MIT
3511Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3512
3513> MIT License
3514>
3515> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3516>
3517> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3518>
3519> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3520>
3521> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3522
3523----------------------------------------
3524
3525### to-fast-properties@v4.0.0
3526
3527> Force V8 to use fast properties for an object
3528
3529License: MIT
3530Author: Sindre Sorhus <sindresorhus@gmail.com> (https:/sindresorhus.com)
3531
3532> MIT License
3533>
3534> Copyright (c) Petka Antonov
3535> Benjamin Gruenbaum
3536> John-David Dalton
3537> Sindre Sorhus
3538>
3539> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3540>
3541> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3542>
3543> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3544
3545----------------------------------------
3546
3547### to-regex-range@v5.0.1
3548
3549> Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
3550
3551License: MIT
3552Homepage: <https://github.com/micromatch/to-regex-range>
3553Author: Jon Schlinkert (https://github.com/jonschlinkert)
3554Contributors:
3555 - Jon Schlinkert (http://twitter.com/jonschlinkert)
3556 - Rouven Weßling (www.rouvenwessling.de)
3557
3558> The MIT License (MIT)
3559>
3560> Copyright (c) 2015-present, Jon Schlinkert.
3561>
3562> Permission is hereby granted, free of charge, to any person obtaining a copy
3563> of this software and associated documentation files (the "Software"), to deal
3564> in the Software without restriction, including without limitation the rights
3565> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3566> copies of the Software, and to permit persons to whom the Software is
3567> furnished to do so, subject to the following conditions:
3568>
3569> The above copyright notice and this permission notice shall be included in
3570> all copies or substantial portions of the Software.
3571>
3572> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3573> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3574> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3575> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3576> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3577> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3578> THE SOFTWARE.
3579
3580----------------------------------------
3581
3582### trim@v1.0.1
3583
3584> Trim string whitespace
3585
3586License: MIT
3587Repository: <https://github.com/Trott/trim.git>
3588Author: TJ Holowaychuk <tj@vision-media.ca>
3589
3590----------------------------------------
3591
3592### trim-trailing-lines@v1.1.4
3593
3594> Remove final line feeds from a string
3595
3596License: MIT
3597Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3598Contributors:
3599 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3600
3601> (The MIT License)
3602>
3603> Copyright (c) 2015 Titus Wormer <mailto:tituswormer@gmail.com>
3604>
3605> Permission is hereby granted, free of charge, to any person obtaining
3606> a copy of this software and associated documentation files (the
3607> 'Software'), to deal in the Software without restriction, including
3608> without limitation the rights to use, copy, modify, merge, publish,
3609> distribute, sublicense, and/or sell copies of the Software, and to
3610> permit persons to whom the Software is furnished to do so, subject to
3611> the following conditions:
3612>
3613> The above copyright notice and this permission notice shall be
3614> included in all copies or substantial portions of the Software.
3615>
3616> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3617> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3618> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3619> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3620> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3621> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3622> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3623
3624----------------------------------------
3625
3626### trough@v1.0.5
3627
3628> Middleware: a channel used to convey a liquid
3629
3630License: MIT
3631Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3632Contributors:
3633 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3634
3635> (The MIT License)
3636>
3637> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
3638>
3639> Permission is hereby granted, free of charge, to any person obtaining a copy
3640> of this software and associated documentation files (the "Software"), to deal
3641> in the Software without restriction, including without limitation the rights
3642> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3643> copies of the Software, and to permit persons to whom the Software is
3644> furnished to do so, subject to the following conditions:
3645>
3646> The above copyright notice and this permission notice shall be included in
3647> all copies or substantial portions of the Software.
3648>
3649> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3650> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3651> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3652> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3653> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3654> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3655> THE SOFTWARE.
3656
3657----------------------------------------
3658
3659### ts-api-utils@v1.4.2
3660
3661> Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. 🛠️️
3662
3663License: MIT
3664Repository: <https://github.com/JoshuaKGoldberg/ts-api-utils>
3665Author: JoshuaKGoldberg <npm@joshuakgoldberg.com>
3666
3667> # MIT License
3668>
3669> Permission is hereby granted, free of charge, to any person obtaining
3670> a copy of this software and associated documentation files (the
3671> 'Software'), to deal in the Software without restriction, including
3672> without limitation the rights to use, copy, modify, merge, publish,
3673> distribute, sublicense, and/or sell copies of the Software, and to
3674> permit persons to whom the Software is furnished to do so, subject to
3675> the following conditions:
3676>
3677> The above copyright notice and this permission notice shall be
3678> included in all copies or substantial portions of the Software.
3679>
3680> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3681> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3682> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3683> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3684> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3685> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3686> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3687
3688----------------------------------------
3689
3690### typescript@v5.7.2
3691
3692> TypeScript is a language for application scale JavaScript development
3693
3694License: Apache-2.0
3695Homepage: <https://www.typescriptlang.org/>
3696Repository: <https://github.com/microsoft/TypeScript.git>
3697Author: Microsoft Corp.
3698
3699> Apache License
3700>
3701> Version 2.0, January 2004
3702>
3703> http://www.apache.org/licenses/
3704>
3705> TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3706>
3707> 1. Definitions.
3708>
3709> "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
3710>
3711> "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
3712>
3713> "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.
3714>
3715> "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
3716>
3717> "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
3718>
3719> "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.
3720>
3721> "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).
3722>
3723> "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.
3724>
3725> "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."
3726>
3727> "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.
3728>
3729> 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.
3730>
3731> 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.
3732>
3733> 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:
3734>
3735> You must give any other recipients of the Work or Derivative Works a copy of this License; and
3736>
3737> You must cause any modified files to carry prominent notices stating that You changed the files; and
3738>
3739> 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
3740>
3741> 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.
3742>
3743> 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.
3744>
3745> 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.
3746>
3747> 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.
3748>
3749> 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.
3750>
3751> 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.
3752>
3753> END OF TERMS AND CONDITIONS
3754
3755----------------------------------------
3756
3757### unherit@v1.1.3
3758
3759> Clone a constructor without affecting the super-class
3760
3761License: MIT
3762Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3763Contributors:
3764 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3765
3766> (The MIT License)
3767>
3768> Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
3769>
3770> Permission is hereby granted, free of charge, to any person obtaining a copy
3771> of this software and associated documentation files (the "Software"), to deal
3772> in the Software without restriction, including without limitation the rights
3773> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3774> copies of the Software, and to permit persons to whom the Software is
3775> furnished to do so, subject to the following conditions:
3776>
3777> The above copyright notice and this permission notice shall be included in
3778> all copies or substantial portions of the Software.
3779>
3780> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3781> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3782> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3783> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3784> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3785> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3786> THE SOFTWARE.
3787
3788----------------------------------------
3789
3790### unified@v9.2.2
3791
3792> Interface for parsing, inspecting, transforming, and serializing content through syntax trees
3793
3794License: MIT
3795Homepage: <https://unifiedjs.com>
3796Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3797Contributors:
3798 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3799 - Junyoung Choi <fluke8259@gmail.com>
3800 - Hernan Rajchert <hrajchert@gmail.com>
3801 - Christian Murphy <christian.murphy.42@gmail.com>
3802 - Vse Mozhet Byt <vsemozhetbyt@gmail.com>
3803 - Richard Littauer <richard.littauer@gmail.com>
3804
3805> (The MIT License)
3806>
3807> Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
3808>
3809> Permission is hereby granted, free of charge, to any person obtaining a copy
3810> of this software and associated documentation files (the "Software"), to deal
3811> in the Software without restriction, including without limitation the rights
3812> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3813> copies of the Software, and to permit persons to whom the Software is
3814> furnished to do so, subject to the following conditions:
3815>
3816> The above copyright notice and this permission notice shall be included in
3817> all copies or substantial portions of the Software.
3818>
3819> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3820> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3821> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3822> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3823> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3824> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3825> THE SOFTWARE.
3826
3827----------------------------------------
3828
3829### uniq@v1.0.1
3830
3831> Removes duplicates from a sorted array in place
3832
3833License: MIT
3834Repository: <git://github.com/mikolalysenko/uniq.git>
3835Author: Mikola Lysenko
3836
3837> The MIT License (MIT)
3838>
3839> Copyright (c) 2013 Mikola Lysenko
3840>
3841> Permission is hereby granted, free of charge, to any person obtaining a copy
3842> of this software and associated documentation files (the "Software"), to deal
3843> in the Software without restriction, including without limitation the rights
3844> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3845> copies of the Software, and to permit persons to whom the Software is
3846> furnished to do so, subject to the following conditions:
3847>
3848> The above copyright notice and this permission notice shall be included in
3849> all copies or substantial portions of the Software.
3850>
3851> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3852> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3853> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3854> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3855> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3856> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3857> THE SOFTWARE.
3858
3859----------------------------------------
3860
3861### unist-util-is@v4.1.0
3862
3863> unist utility to check if a node passes a test
3864
3865License: MIT
3866Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3867Contributors:
3868 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3869 - Christian Murphy <christian.murphy.42@gmail.com>
3870 - Lucas Brandstaetter <lucas@brandstaetter.tech> (https://github.com/Roang-zero1)
3871
3872> (The MIT license)
3873>
3874> Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
3875>
3876> Permission is hereby granted, free of charge, to any person obtaining
3877> a copy of this software and associated documentation files (the
3878> 'Software'), to deal in the Software without restriction, including
3879> without limitation the rights to use, copy, modify, merge, publish,
3880> distribute, sublicense, and/or sell copies of the Software, and to
3881> permit persons to whom the Software is furnished to do so, subject to
3882> the following conditions:
3883>
3884> The above copyright notice and this permission notice shall be
3885> included in all copies or substantial portions of the Software.
3886>
3887> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3888> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3889> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3890> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3891> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3892> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3893> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3894
3895----------------------------------------
3896
3897### unist-util-remove-position@v2.0.1
3898
3899> unist utility to remove positions from a tree
3900
3901License: MIT
3902Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3903Contributors:
3904 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3905
3906> (The MIT License)
3907>
3908> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
3909>
3910> Permission is hereby granted, free of charge, to any person obtaining
3911> a copy of this software and associated documentation files (the
3912> 'Software'), to deal in the Software without restriction, including
3913> without limitation the rights to use, copy, modify, merge, publish,
3914> distribute, sublicense, and/or sell copies of the Software, and to
3915> permit persons to whom the Software is furnished to do so, subject to
3916> the following conditions:
3917>
3918> The above copyright notice and this permission notice shall be
3919> included in all copies or substantial portions of the Software.
3920>
3921> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3922> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3923> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3924> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3925> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3926> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3927> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3928
3929----------------------------------------
3930
3931### unist-util-stringify-position@v2.0.3
3932
3933> unist utility to serialize a node, position, or point as a human readable location
3934
3935License: MIT
3936Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3937Contributors:
3938 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3939
3940> (The MIT License)
3941>
3942> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
3943>
3944> Permission is hereby granted, free of charge, to any person obtaining
3945> a copy of this software and associated documentation files (the
3946> 'Software'), to deal in the Software without restriction, including
3947> without limitation the rights to use, copy, modify, merge, publish,
3948> distribute, sublicense, and/or sell copies of the Software, and to
3949> permit persons to whom the Software is furnished to do so, subject to
3950> the following conditions:
3951>
3952> The above copyright notice and this permission notice shall be
3953> included in all copies or substantial portions of the Software.
3954>
3955> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3956> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3957> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3958> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3959> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3960> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3961> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3962
3963----------------------------------------
3964
3965### unist-util-visit@v2.0.3
3966
3967> unist utility to visit nodes
3968
3969License: MIT
3970Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3971Contributors:
3972 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3973 - Eugene Sharygin <eush77@gmail.com>
3974 - Richard Gibson <richard.gibson@gmail.com>
3975
3976> (The MIT License)
3977>
3978> Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
3979>
3980> Permission is hereby granted, free of charge, to any person obtaining
3981> a copy of this software and associated documentation files (the
3982> 'Software'), to deal in the Software without restriction, including
3983> without limitation the rights to use, copy, modify, merge, publish,
3984> distribute, sublicense, and/or sell copies of the Software, and to
3985> permit persons to whom the Software is furnished to do so, subject to
3986> the following conditions:
3987>
3988> The above copyright notice and this permission notice shall be
3989> included in all copies or substantial portions of the Software.
3990>
3991> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3992> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3993> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3994> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3995> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3996> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3997> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3998
3999----------------------------------------
4000
4001### unist-util-visit-parents@v3.1.1
4002
4003> unist utility to recursively walk over nodes, with ancestral information
4004
4005License: MIT
4006Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4007Contributors:
4008 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4009
4010> (The MIT License)
4011>
4012> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
4013>
4014> Permission is hereby granted, free of charge, to any person obtaining
4015> a copy of this software and associated documentation files (the
4016> 'Software'), to deal in the Software without restriction, including
4017> without limitation the rights to use, copy, modify, merge, publish,
4018> distribute, sublicense, and/or sell copies of the Software, and to
4019> permit persons to whom the Software is furnished to do so, subject to
4020> the following conditions:
4021>
4022> The above copyright notice and this permission notice shall be
4023> included in all copies or substantial portions of the Software.
4024>
4025> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4026> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4027> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4028> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4029> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4030> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4031> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4032
4033----------------------------------------
4034
4035### url-or-path@v2.3.2
4036
4037> Convert between file URL and path.
4038
4039License: MIT
4040Homepage: <https://github.com/fisker/url-or-path#readme>
4041Author: fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
4042
4043> MIT License
4044>
4045> Copyright (c) fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
4046>
4047> Permission is hereby granted, free of charge, to any person obtaining a copy
4048> of this software and associated documentation files (the "Software"), to deal
4049> in the Software without restriction, including without limitation the rights
4050> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4051> copies of the Software, and to permit persons to whom the Software is
4052> furnished to do so, subject to the following conditions:
4053>
4054> The above copyright notice and this permission notice shall be included in all
4055> copies or substantial portions of the Software.
4056>
4057> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4058> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4059> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4060> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4061> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4062> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4063> SOFTWARE.
4064
4065----------------------------------------
4066
4067### vfile@v4.2.1
4068
4069> Virtual file format for text processing
4070
4071License: MIT
4072Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4073Contributors:
4074 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4075 - Brendan Abbott <brendan.abbott@temando.com>
4076 - Denys Dovhan <email@denysdovhan.com>
4077 - Kyle Mathews <mathews.kyle@gmail.com>
4078 - Shinnosuke Watanabe <snnskwtnb@gmail.com>
4079 - Sindre Sorhus <sindresorhus@gmail.com>
4080
4081> (The MIT License)
4082>
4083> Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
4084>
4085> Permission is hereby granted, free of charge, to any person obtaining a copy
4086> of this software and associated documentation files (the "Software"), to deal
4087> in the Software without restriction, including without limitation the rights
4088> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4089> copies of the Software, and to permit persons to whom the Software is
4090> furnished to do so, subject to the following conditions:
4091>
4092> The above copyright notice and this permission notice shall be included in
4093> all copies or substantial portions of the Software.
4094>
4095> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4096> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4097> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4098> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4099> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4100> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4101> THE SOFTWARE.
4102
4103----------------------------------------
4104
4105### vfile-location@v3.2.0
4106
4107> vfile utility to convert between positional (line and column-based) and offset (range-based) locations
4108
4109License: MIT
4110Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4111Contributors:
4112 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4113 - Christian Murphy <christian.murphy.42@gmail.com>
4114
4115> (The MIT License)
4116>
4117> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
4118>
4119> Permission is hereby granted, free of charge, to any person obtaining
4120> a copy of this software and associated documentation files (the
4121> 'Software'), to deal in the Software without restriction, including
4122> without limitation the rights to use, copy, modify, merge, publish,
4123> distribute, sublicense, and/or sell copies of the Software, and to
4124> permit persons to whom the Software is furnished to do so, subject to
4125> the following conditions:
4126>
4127> The above copyright notice and this permission notice shall be
4128> included in all copies or substantial portions of the Software.
4129>
4130> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4131> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4132> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4133> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4134> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4135> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4136> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4137
4138----------------------------------------
4139
4140### vfile-message@v2.0.4
4141
4142> vfile utility to create a virtual message
4143
4144License: MIT
4145Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4146Contributors:
4147 - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4148
4149> (The MIT License)
4150>
4151> Copyright (c) 2017 Titus Wormer <tituswormer@gmail.com>
4152>
4153> Permission is hereby granted, free of charge, to any person obtaining
4154> a copy of this software and associated documentation files (the
4155> 'Software'), to deal in the Software without restriction, including
4156> without limitation the rights to use, copy, modify, merge, publish,
4157> distribute, sublicense, and/or sell copies of the Software, and to
4158> permit persons to whom the Software is furnished to do so, subject to
4159> the following conditions:
4160>
4161> The above copyright notice and this permission notice shall be
4162> included in all copies or substantial portions of the Software.
4163>
4164> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4165> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4166> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4167> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4168> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4169> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4170> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4171
4172----------------------------------------
4173
4174### vnopts@v2.0.0
4175
4176> validate and normalize options
4177
4178License: MIT
4179Homepage: <https://github.com/ikatyang/vnopts#readme>
4180Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
4181
4182> MIT License
4183>
4184> Copyright (c) Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
4185>
4186> Permission is hereby granted, free of charge, to any person obtaining a copy
4187> of this software and associated documentation files (the "Software"), to deal
4188> in the Software without restriction, including without limitation the rights
4189> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4190> copies of the Software, and to permit persons to whom the Software is
4191> furnished to do so, subject to the following conditions:
4192>
4193> The above copyright notice and this permission notice shall be included in all
4194> copies or substantial portions of the Software.
4195>
4196> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4197> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4198> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4199> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4200> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4201> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4202> SOFTWARE.
4203
4204----------------------------------------
4205
4206### wcwidth.js@v2.0.0
4207
4208> a javascript porting of C's wcwidth()
4209
4210License: MIT
4211Homepage: <http://code.woong.org/wcwidth.js>
4212Repository: <https://github.com/mycoboco/wcwidth.js.git>
4213Author: Woong Jun <woong.jun@gmail.com> (http://code.woong.org/)
4214Contributors:
4215 - Tim Oxley <secoif@gmail.com> (http://campjs.com/)
4216
4217> wcwidth.js: a javascript portng of C's wcwidth()
4218> ================================================
4219>
4220> Copyright (C) 2012-2014 by Woong Jun and Tim Oxley.
4221>
4222> This package is a javascript porting of `wcwidth()` implementation
4223> [by Markus Kuhn](http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c).
4224>
4225> Permission is hereby granted, free of charge, to any person obtaining a copy of
4226> this software and associated documentation files (the "Software"), to deal in
4227> the Software without restriction, including without limitation the rights to
4228> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
4229> of the Software, and to permit persons to whom the Software is furnished to do
4230> so, subject to the following conditions:
4231>
4232> The above copyright notice and this permission notice shall be included in all
4233> copies or substantial portions of the Software.
4234>
4235>
4236> THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
4237> INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
4238> FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
4239> OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
4240> EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
4241> OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
4242> INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
4243> CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
4244> IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
4245> OF SUCH DAMAGE.
4246
4247----------------------------------------
4248
4249### xtend@v4.0.2
4250
4251> extend like a boss
4252
4253License: MIT
4254Homepage: <https://github.com/Raynos/xtend>
4255Author: Raynos <raynos2@gmail.com>
4256Contributors:
4257 - Jake Verbaten
4258 - Matt Esch
4259
4260> The MIT License (MIT)
4261> Copyright (c) 2012-2014 Raynos.
4262>
4263> Permission is hereby granted, free of charge, to any person obtaining a copy
4264> of this software and associated documentation files (the "Software"), to deal
4265> in the Software without restriction, including without limitation the rights
4266> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4267> copies of the Software, and to permit persons to whom the Software is
4268> furnished to do so, subject to the following conditions:
4269>
4270> The above copyright notice and this permission notice shall be included in
4271> all copies or substantial portions of the Software.
4272>
4273> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4274> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4275> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4276> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4277> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4278> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4279> THE SOFTWARE.
4280
4281----------------------------------------
4282
4283### yallist@v2.1.2
4284
4285> Yet Another Linked List
4286
4287License: ISC
4288Repository: <git+https://github.com/isaacs/yallist.git>
4289Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
4290
4291> The ISC License
4292>
4293> Copyright (c) Isaac Z. Schlueter and Contributors
4294>
4295> Permission to use, copy, modify, and/or distribute this software for any
4296> purpose with or without fee is hereby granted, provided that the above
4297> copyright notice and this permission notice appear in all copies.
4298>
4299> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4300> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4301> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4302> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4303> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4304> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
4305> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4306
4307----------------------------------------
4308
4309### yaml@v1.10.2
4310
4311> JavaScript parser and stringifier for YAML
4312
4313License: ISC
4314Homepage: <https://eemeli.org/yaml/v1/>
4315Author: Eemeli Aro <eemeli@gmail.com>
4316
4317> Copyright 2018 Eemeli Aro <eemeli@gmail.com>
4318>
4319> Permission to use, copy, modify, and/or distribute this software for any purpose
4320> with or without fee is hereby granted, provided that the above copyright notice
4321> and this permission notice appear in all copies.
4322>
4323> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
4324> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
4325> FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
4326> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
4327> OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
4328> TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
4329> THIS SOFTWARE.
4330
4331----------------------------------------
4332
4333### yaml-unist-parser@v2.0.1
4334
4335> A YAML parser that produces output compatible with unist
4336
4337License: MIT
4338Homepage: <https://github.com/prettier/yaml-unist-parser#readme>
4339Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
4340
4341> MIT License
4342>
4343> Copyright (c) Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
4344>
4345> Permission is hereby granted, free of charge, to any person obtaining a copy
4346> of this software and associated documentation files (the "Software"), to deal
4347> in the Software without restriction, including without limitation the rights
4348> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4349> copies of the Software, and to permit persons to whom the Software is
4350> furnished to do so, subject to the following conditions:
4351>
4352> The above copyright notice and this permission notice shall be included in all
4353> copies or substantial portions of the Software.
4354>
4355> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4356> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4357> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4358> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4359> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4360> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4361> SOFTWARE.
4362
4363----------------------------------------
4364
4365### yocto-queue@v1.1.1
4366
4367> Tiny queue data structure
4368
4369License: MIT
4370Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4371
4372> MIT License
4373>
4374> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4375>
4376> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4377>
4378> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4379>
4380> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.