UNPKG

183 kBMarkdownView Raw
1# Vite core license
2Vite is released under the MIT license:
3
4MIT License
5
6Copyright (c) 2019-present, Yuxi (Evan) You and Vite contributors
7
8Permission is hereby granted, free of charge, to any person obtaining a copy
9of this software and associated documentation files (the "Software"), to deal
10in the Software without restriction, including without limitation the rights
11to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12copies of the Software, and to permit persons to whom the Software is
13furnished to do so, subject to the following conditions:
14
15The above copyright notice and this permission notice shall be included in all
16copies or substantial portions of the Software.
17
18THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24SOFTWARE.
25
26# Licenses of bundled dependencies
27The published Vite artifact additionally contains code with the following licenses:
28Apache-2.0, BSD-2-Clause, CC0-1.0, ISC, MIT, (BSD-3-Clause OR GPL-2.0)
29
30# Bundled dependencies:
31## @ampproject/remapping
32License: Apache-2.0
33By: Justin Ridgewell
34Repository: git+https://github.com/ampproject/remapping.git
35
36> Apache License
37> Version 2.0, January 2004
38> http://www.apache.org/licenses/
39>
40> TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
41>
42> 1. Definitions.
43>
44> "License" shall mean the terms and conditions for use, reproduction,
45> and distribution as defined by Sections 1 through 9 of this document.
46>
47> "Licensor" shall mean the copyright owner or entity authorized by
48> the copyright owner that is granting the License.
49>
50> "Legal Entity" shall mean the union of the acting entity and all
51> other entities that control, are controlled by, or are under common
52> control with that entity. For the purposes of this definition,
53> "control" means (i) the power, direct or indirect, to cause the
54> direction or management of such entity, whether by contract or
55> otherwise, or (ii) ownership of fifty percent (50%) or more of the
56> outstanding shares, or (iii) beneficial ownership of such entity.
57>
58> "You" (or "Your") shall mean an individual or Legal Entity
59> exercising permissions granted by this License.
60>
61> "Source" form shall mean the preferred form for making modifications,
62> including but not limited to software source code, documentation
63> source, and configuration files.
64>
65> "Object" form shall mean any form resulting from mechanical
66> transformation or translation of a Source form, including but
67> not limited to compiled object code, generated documentation,
68> and conversions to other media types.
69>
70> "Work" shall mean the work of authorship, whether in Source or
71> Object form, made available under the License, as indicated by a
72> copyright notice that is included in or attached to the work
73> (an example is provided in the Appendix below).
74>
75> "Derivative Works" shall mean any work, whether in Source or Object
76> form, that is based on (or derived from) the Work and for which the
77> editorial revisions, annotations, elaborations, or other modifications
78> represent, as a whole, an original work of authorship. For the purposes
79> of this License, Derivative Works shall not include works that remain
80> separable from, or merely link (or bind by name) to the interfaces of,
81> the Work and Derivative Works thereof.
82>
83> "Contribution" shall mean any work of authorship, including
84> the original version of the Work and any modifications or additions
85> to that Work or Derivative Works thereof, that is intentionally
86> submitted to Licensor for inclusion in the Work by the copyright owner
87> or by an individual or Legal Entity authorized to submit on behalf of
88> the copyright owner. For the purposes of this definition, "submitted"
89> means any form of electronic, verbal, or written communication sent
90> to the Licensor or its representatives, including but not limited to
91> communication on electronic mailing lists, source code control systems,
92> and issue tracking systems that are managed by, or on behalf of, the
93> Licensor for the purpose of discussing and improving the Work, but
94> excluding communication that is conspicuously marked or otherwise
95> designated in writing by the copyright owner as "Not a Contribution."
96>
97> "Contributor" shall mean Licensor and any individual or Legal Entity
98> on behalf of whom a Contribution has been received by Licensor and
99> subsequently incorporated within the Work.
100>
101> 2. Grant of Copyright License. Subject to the terms and conditions of
102> this License, each Contributor hereby grants to You a perpetual,
103> worldwide, non-exclusive, no-charge, royalty-free, irrevocable
104> copyright license to reproduce, prepare Derivative Works of,
105> publicly display, publicly perform, sublicense, and distribute the
106> Work and such Derivative Works in Source or Object form.
107>
108> 3. Grant of Patent License. Subject to the terms and conditions of
109> this License, each Contributor hereby grants to You a perpetual,
110> worldwide, non-exclusive, no-charge, royalty-free, irrevocable
111> (except as stated in this section) patent license to make, have made,
112> use, offer to sell, sell, import, and otherwise transfer the Work,
113> where such license applies only to those patent claims licensable
114> by such Contributor that are necessarily infringed by their
115> Contribution(s) alone or by combination of their Contribution(s)
116> with the Work to which such Contribution(s) was submitted. If You
117> institute patent litigation against any entity (including a
118> cross-claim or counterclaim in a lawsuit) alleging that the Work
119> or a Contribution incorporated within the Work constitutes direct
120> or contributory patent infringement, then any patent licenses
121> granted to You under this License for that Work shall terminate
122> as of the date such litigation is filed.
123>
124> 4. Redistribution. You may reproduce and distribute copies of the
125> Work or Derivative Works thereof in any medium, with or without
126> modifications, and in Source or Object form, provided that You
127> meet the following conditions:
128>
129> (a) You must give any other recipients of the Work or
130> Derivative Works a copy of this License; and
131>
132> (b) You must cause any modified files to carry prominent notices
133> stating that You changed the files; and
134>
135> (c) You must retain, in the Source form of any Derivative Works
136> that You distribute, all copyright, patent, trademark, and
137> attribution notices from the Source form of the Work,
138> excluding those notices that do not pertain to any part of
139> the Derivative Works; and
140>
141> (d) If the Work includes a "NOTICE" text file as part of its
142> distribution, then any Derivative Works that You distribute must
143> include a readable copy of the attribution notices contained
144> within such NOTICE file, excluding those notices that do not
145> pertain to any part of the Derivative Works, in at least one
146> of the following places: within a NOTICE text file distributed
147> as part of the Derivative Works; within the Source form or
148> documentation, if provided along with the Derivative Works; or,
149> within a display generated by the Derivative Works, if and
150> wherever such third-party notices normally appear. The contents
151> of the NOTICE file are for informational purposes only and
152> do not modify the License. You may add Your own attribution
153> notices within Derivative Works that You distribute, alongside
154> or as an addendum to the NOTICE text from the Work, provided
155> that such additional attribution notices cannot be construed
156> as modifying the License.
157>
158> You may add Your own copyright statement to Your modifications and
159> may provide additional or different license terms and conditions
160> for use, reproduction, or distribution of Your modifications, or
161> for any such Derivative Works as a whole, provided Your use,
162> reproduction, and distribution of the Work otherwise complies with
163> the conditions stated in this License.
164>
165> 5. Submission of Contributions. Unless You explicitly state otherwise,
166> any Contribution intentionally submitted for inclusion in the Work
167> by You to the Licensor shall be under the terms and conditions of
168> this License, without any additional terms or conditions.
169> Notwithstanding the above, nothing herein shall supersede or modify
170> the terms of any separate license agreement you may have executed
171> with Licensor regarding such Contributions.
172>
173> 6. Trademarks. This License does not grant permission to use the trade
174> names, trademarks, service marks, or product names of the Licensor,
175> except as required for reasonable and customary use in describing the
176> origin of the Work and reproducing the content of the NOTICE file.
177>
178> 7. Disclaimer of Warranty. Unless required by applicable law or
179> agreed to in writing, Licensor provides the Work (and each
180> Contributor provides its Contributions) on an "AS IS" BASIS,
181> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
182> implied, including, without limitation, any warranties or conditions
183> of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
184> PARTICULAR PURPOSE. You are solely responsible for determining the
185> appropriateness of using or redistributing the Work and assume any
186> risks associated with Your exercise of permissions under this License.
187>
188> 8. Limitation of Liability. In no event and under no legal theory,
189> whether in tort (including negligence), contract, or otherwise,
190> unless required by applicable law (such as deliberate and grossly
191> negligent acts) or agreed to in writing, shall any Contributor be
192> liable to You for damages, including any direct, indirect, special,
193> incidental, or consequential damages of any character arising as a
194> result of this License or out of the use or inability to use the
195> Work (including but not limited to damages for loss of goodwill,
196> work stoppage, computer failure or malfunction, or any and all
197> other commercial damages or losses), even if such Contributor
198> has been advised of the possibility of such damages.
199>
200> 9. Accepting Warranty or Additional Liability. While redistributing
201> the Work or Derivative Works thereof, You may choose to offer,
202> and charge a fee for, acceptance of support, warranty, indemnity,
203> or other liability obligations and/or rights consistent with this
204> License. However, in accepting such obligations, You may act only
205> on Your own behalf and on Your sole responsibility, not on behalf
206> of any other Contributor, and only if You agree to indemnify,
207> defend, and hold each Contributor harmless for any liability
208> incurred by, or claims asserted against, such Contributor by reason
209> of your accepting any such warranty or additional liability.
210>
211> END OF TERMS AND CONDITIONS
212>
213> APPENDIX: How to apply the Apache License to your work.
214>
215> To apply the Apache License to your work, attach the following
216> boilerplate notice, with the fields enclosed by brackets "[]"
217> replaced with your own identifying information. (Don't include
218> the brackets!) The text should be enclosed in the appropriate
219> comment syntax for the file format. We also recommend that a
220> file or class name and description of purpose be included on the
221> same "printed page" as the copyright notice for easier
222> identification within third-party archives.
223>
224> Copyright 2019 Google LLC
225>
226> Licensed under the Apache License, Version 2.0 (the "License");
227> you may not use this file except in compliance with the License.
228> You may obtain a copy of the License at
229>
230> http://www.apache.org/licenses/LICENSE-2.0
231>
232> Unless required by applicable law or agreed to in writing, software
233> distributed under the License is distributed on an "AS IS" BASIS,
234> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
235> See the License for the specific language governing permissions and
236> limitations under the License.
237
238---------------------------------------
239
240## @jridgewell/gen-mapping
241License: MIT
242By: Justin Ridgewell
243Repository: https://github.com/jridgewell/gen-mapping
244
245> Copyright 2022 Justin Ridgewell <jridgewell@google.com>
246>
247> Permission is hereby granted, free of charge, to any person obtaining a copy
248> of this software and associated documentation files (the "Software"), to deal
249> in the Software without restriction, including without limitation the rights
250> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
251> copies of the Software, and to permit persons to whom the Software is
252> furnished to do so, subject to the following conditions:
253>
254> The above copyright notice and this permission notice shall be included in
255> all copies or substantial portions of the Software.
256>
257> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
258> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
259> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
260> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
261> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
262> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
263> SOFTWARE.
264
265---------------------------------------
266
267## @jridgewell/resolve-uri
268License: MIT
269By: Justin Ridgewell
270Repository: https://github.com/jridgewell/resolve-uri
271
272> Copyright 2019 Justin Ridgewell <jridgewell@google.com>
273>
274> Permission is hereby granted, free of charge, to any person obtaining a copy
275> of this software and associated documentation files (the "Software"), to deal
276> in the Software without restriction, including without limitation the rights
277> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
278> copies of the Software, and to permit persons to whom the Software is
279> furnished to do so, subject to the following conditions:
280>
281> The above copyright notice and this permission notice shall be included in
282> all copies or substantial portions of the Software.
283>
284> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
285> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
286> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
287> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
288> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
289> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
290> SOFTWARE.
291
292---------------------------------------
293
294## @jridgewell/set-array
295License: MIT
296By: Justin Ridgewell
297Repository: https://github.com/jridgewell/set-array
298
299> Copyright 2022 Justin Ridgewell <jridgewell@google.com>
300>
301> Permission is hereby granted, free of charge, to any person obtaining a copy
302> of this software and associated documentation files (the "Software"), to deal
303> in the Software without restriction, including without limitation the rights
304> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
305> copies of the Software, and to permit persons to whom the Software is
306> furnished to do so, subject to the following conditions:
307>
308> The above copyright notice and this permission notice shall be included in
309> all copies or substantial portions of the Software.
310>
311> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
312> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
313> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
314> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
315> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
316> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
317> SOFTWARE.
318
319---------------------------------------
320
321## @jridgewell/sourcemap-codec
322License: MIT
323By: Rich Harris
324Repository: git+https://github.com/jridgewell/sourcemap-codec.git
325
326> The MIT License
327>
328> Copyright (c) 2015 Rich Harris
329>
330> Permission is hereby granted, free of charge, to any person obtaining a copy
331> of this software and associated documentation files (the "Software"), to deal
332> in the Software without restriction, including without limitation the rights
333> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
334> copies of the Software, and to permit persons to whom the Software is
335> furnished to do so, subject to the following conditions:
336>
337> The above copyright notice and this permission notice shall be included in
338> all copies or substantial portions of the Software.
339>
340> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
341> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
342> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
343> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
344> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
345> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
346> THE SOFTWARE.
347
348---------------------------------------
349
350## @jridgewell/trace-mapping
351License: MIT
352By: Justin Ridgewell
353Repository: git+https://github.com/jridgewell/trace-mapping.git
354
355> Copyright 2022 Justin Ridgewell <justin@ridgewell.name>
356>
357> Permission is hereby granted, free of charge, to any person obtaining a copy
358> of this software and associated documentation files (the "Software"), to deal
359> in the Software without restriction, including without limitation the rights
360> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
361> copies of the Software, and to permit persons to whom the Software is
362> furnished to do so, subject to the following conditions:
363>
364> The above copyright notice and this permission notice shall be included in
365> all copies or substantial portions of the Software.
366>
367> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
368> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
369> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
370> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
371> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
372> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
373> SOFTWARE.
374
375---------------------------------------
376
377## @nodelib/fs.scandir
378License: MIT
379Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir
380
381> The MIT License (MIT)
382>
383> Copyright (c) Denis Malinochkin
384>
385> Permission is hereby granted, free of charge, to any person obtaining a copy
386> of this software and associated documentation files (the "Software"), to deal
387> in the Software without restriction, including without limitation the rights
388> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
389> copies of the Software, and to permit persons to whom the Software is
390> furnished to do so, subject to the following conditions:
391>
392> The above copyright notice and this permission notice shall be included in all
393> copies or substantial portions of the Software.
394>
395> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
396> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
397> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
398> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
399> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
400> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
401> SOFTWARE.
402
403---------------------------------------
404
405## @nodelib/fs.stat
406License: MIT
407Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat
408
409> The MIT License (MIT)
410>
411> Copyright (c) Denis Malinochkin
412>
413> Permission is hereby granted, free of charge, to any person obtaining a copy
414> of this software and associated documentation files (the "Software"), to deal
415> in the Software without restriction, including without limitation the rights
416> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
417> copies of the Software, and to permit persons to whom the Software is
418> furnished to do so, subject to the following conditions:
419>
420> The above copyright notice and this permission notice shall be included in all
421> copies or substantial portions of the Software.
422>
423> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
424> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
425> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
426> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
427> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
428> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
429> SOFTWARE.
430
431---------------------------------------
432
433## @nodelib/fs.walk
434License: MIT
435Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk
436
437> The MIT License (MIT)
438>
439> Copyright (c) Denis Malinochkin
440>
441> Permission is hereby granted, free of charge, to any person obtaining a copy
442> of this software and associated documentation files (the "Software"), to deal
443> in the Software without restriction, including without limitation the rights
444> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
445> copies of the Software, and to permit persons to whom the Software is
446> furnished to do so, subject to the following conditions:
447>
448> The above copyright notice and this permission notice shall be included in all
449> copies or substantial portions of the Software.
450>
451> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
452> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
453> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
454> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
455> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
456> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
457> SOFTWARE.
458
459---------------------------------------
460
461## @polka/url
462License: MIT
463By: Luke Edwards
464Repository: lukeed/polka
465
466> The MIT License (MIT)
467>
468> Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (https://lukeed.com)
469>
470> Permission is hereby granted, free of charge, to any person obtaining a copy
471> of this software and associated documentation files (the "Software"), to deal
472> in the Software without restriction, including without limitation the rights
473> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
474> copies of the Software, and to permit persons to whom the Software is
475> furnished to do so, subject to the following conditions:
476>
477> The above copyright notice and this permission notice shall be included in
478> all copies or substantial portions of the Software.
479>
480> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
481> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
482> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
483> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
484> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
485> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
486> THE SOFTWARE.
487
488---------------------------------------
489
490## @rollup/plugin-alias
491License: MIT
492By: Johannes Stein
493Repository: rollup/plugins
494
495---------------------------------------
496
497## @rollup/plugin-commonjs
498License: MIT
499By: Rich Harris
500Repository: rollup/plugins
501
502> The MIT License (MIT)
503>
504> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
505>
506> Permission is hereby granted, free of charge, to any person obtaining a copy
507> of this software and associated documentation files (the "Software"), to deal
508> in the Software without restriction, including without limitation the rights
509> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
510> copies of the Software, and to permit persons to whom the Software is
511> furnished to do so, subject to the following conditions:
512>
513> The above copyright notice and this permission notice shall be included in
514> all copies or substantial portions of the Software.
515>
516> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
517> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
518> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
519> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
520> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
521> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
522> THE SOFTWARE.
523
524---------------------------------------
525
526## @rollup/plugin-dynamic-import-vars
527License: MIT
528By: LarsDenBakker
529Repository: rollup/plugins
530
531---------------------------------------
532
533## @rollup/pluginutils
534License: MIT
535By: Rich Harris
536Repository: rollup/plugins
537
538---------------------------------------
539
540## @vue/compiler-core
541License: MIT
542By: Evan You
543Repository: git+https://github.com/vuejs/core.git
544
545> The MIT License (MIT)
546>
547> Copyright (c) 2018-present, Yuxi (Evan) You
548>
549> Permission is hereby granted, free of charge, to any person obtaining a copy
550> of this software and associated documentation files (the "Software"), to deal
551> in the Software without restriction, including without limitation the rights
552> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
553> copies of the Software, and to permit persons to whom the Software is
554> furnished to do so, subject to the following conditions:
555>
556> The above copyright notice and this permission notice shall be included in
557> all copies or substantial portions of the Software.
558>
559> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
560> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
561> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
562> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
563> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
564> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
565> THE SOFTWARE.
566
567---------------------------------------
568
569## @vue/compiler-dom
570License: MIT
571By: Evan You
572Repository: git+https://github.com/vuejs/core.git
573
574> The MIT License (MIT)
575>
576> Copyright (c) 2018-present, Yuxi (Evan) You
577>
578> Permission is hereby granted, free of charge, to any person obtaining a copy
579> of this software and associated documentation files (the "Software"), to deal
580> in the Software without restriction, including without limitation the rights
581> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
582> copies of the Software, and to permit persons to whom the Software is
583> furnished to do so, subject to the following conditions:
584>
585> The above copyright notice and this permission notice shall be included in
586> all copies or substantial portions of the Software.
587>
588> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
589> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
590> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
591> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
592> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
593> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
594> THE SOFTWARE.
595
596---------------------------------------
597
598## @vue/shared
599License: MIT
600By: Evan You
601Repository: git+https://github.com/vuejs/core.git
602
603> The MIT License (MIT)
604>
605> Copyright (c) 2018-present, Yuxi (Evan) You
606>
607> Permission is hereby granted, free of charge, to any person obtaining a copy
608> of this software and associated documentation files (the "Software"), to deal
609> in the Software without restriction, including without limitation the rights
610> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
611> copies of the Software, and to permit persons to whom the Software is
612> furnished to do so, subject to the following conditions:
613>
614> The above copyright notice and this permission notice shall be included in
615> all copies or substantial portions of the Software.
616>
617> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
618> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
619> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
620> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
621> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
622> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
623> THE SOFTWARE.
624
625---------------------------------------
626
627## acorn
628License: MIT
629By: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine
630Repository: https://github.com/acornjs/acorn.git
631
632> MIT License
633>
634> Copyright (C) 2012-2022 by various contributors (see AUTHORS)
635>
636> Permission is hereby granted, free of charge, to any person obtaining a copy
637> of this software and associated documentation files (the "Software"), to deal
638> in the Software without restriction, including without limitation the rights
639> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
640> copies of the Software, and to permit persons to whom the Software is
641> furnished to do so, subject to the following conditions:
642>
643> The above copyright notice and this permission notice shall be included in
644> all copies or substantial portions of the Software.
645>
646> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
647> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
648> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
649> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
650> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
651> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
652> THE SOFTWARE.
653
654---------------------------------------
655
656## ansi-regex
657License: MIT
658By: Sindre Sorhus
659Repository: chalk/ansi-regex
660
661> MIT License
662>
663> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
664>
665> 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:
666>
667> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
668>
669> 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.
670
671---------------------------------------
672
673## anymatch
674License: ISC
675By: Elan Shanker
676Repository: https://github.com/micromatch/anymatch
677
678> The ISC License
679>
680> Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)
681>
682> Permission to use, copy, modify, and/or distribute this software for any
683> purpose with or without fee is hereby granted, provided that the above
684> copyright notice and this permission notice appear in all copies.
685>
686> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
687> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
688> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
689> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
690> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
691> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
692> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
693
694---------------------------------------
695
696## balanced-match
697License: MIT
698By: Julian Gruber
699Repository: git://github.com/juliangruber/balanced-match.git
700
701> (MIT)
702>
703> Copyright (c) 2013 Julian Gruber &lt;julian@juliangruber.com&gt;
704>
705> Permission is hereby granted, free of charge, to any person obtaining a copy of
706> this software and associated documentation files (the "Software"), to deal in
707> the Software without restriction, including without limitation the rights to
708> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
709> of the Software, and to permit persons to whom the Software is furnished to do
710> so, subject to the following conditions:
711>
712> The above copyright notice and this permission notice shall be included in all
713> copies or substantial portions of the Software.
714>
715> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
716> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
717> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
718> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
719> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
720> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
721> SOFTWARE.
722
723---------------------------------------
724
725## binary-extensions
726License: MIT
727By: Sindre Sorhus
728Repository: sindresorhus/binary-extensions
729
730> MIT License
731>
732> Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
733>
734> 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:
735>
736> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
737>
738> 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.
739
740---------------------------------------
741
742## brace-expansion
743License: MIT
744By: Julian Gruber
745Repository: git://github.com/juliangruber/brace-expansion.git
746
747> MIT License
748>
749> Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
750>
751> Permission is hereby granted, free of charge, to any person obtaining a copy
752> of this software and associated documentation files (the "Software"), to deal
753> in the Software without restriction, including without limitation the rights
754> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
755> copies of the Software, and to permit persons to whom the Software is
756> furnished to do so, subject to the following conditions:
757>
758> The above copyright notice and this permission notice shall be included in all
759> copies or substantial portions of the Software.
760>
761> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
762> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
763> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
764> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
765> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
766> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
767> SOFTWARE.
768
769---------------------------------------
770
771## braces
772License: MIT
773By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
774Repository: micromatch/braces
775
776> The MIT License (MIT)
777>
778> Copyright (c) 2014-2018, Jon Schlinkert.
779>
780> Permission is hereby granted, free of charge, to any person obtaining a copy
781> of this software and associated documentation files (the "Software"), to deal
782> in the Software without restriction, including without limitation the rights
783> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
784> copies of the Software, and to permit persons to whom the Software is
785> furnished to do so, subject to the following conditions:
786>
787> The above copyright notice and this permission notice shall be included in
788> all copies or substantial portions of the Software.
789>
790> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
791> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
792> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
793> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
794> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
795> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
796> THE SOFTWARE.
797
798---------------------------------------
799
800## cac
801License: MIT
802By: egoist
803Repository: egoist/cac
804
805> The MIT License (MIT)
806>
807> Copyright (c) EGOIST <0x142857@gmail.com> (https://github.com/egoist)
808>
809> Permission is hereby granted, free of charge, to any person obtaining a copy
810> of this software and associated documentation files (the "Software"), to deal
811> in the Software without restriction, including without limitation the rights
812> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
813> copies of the Software, and to permit persons to whom the Software is
814> furnished to do so, subject to the following conditions:
815>
816> The above copyright notice and this permission notice shall be included in
817> all copies or substantial portions of the Software.
818>
819> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
820> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
821> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
822> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
823> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
824> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
825> THE SOFTWARE.
826
827---------------------------------------
828
829## chokidar
830License: MIT
831By: Paul Miller, Elan Shanker
832Repository: git+https://github.com/paulmillr/chokidar.git
833
834> The MIT License (MIT)
835>
836> Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker
837>
838> Permission is hereby granted, free of charge, to any person obtaining a copy
839> of this software and associated documentation files (the “Software”), to deal
840> in the Software without restriction, including without limitation the rights
841> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
842> copies of the Software, and to permit persons to whom the Software is
843> furnished to do so, subject to the following conditions:
844>
845> The above copyright notice and this permission notice shall be included in
846> all copies or substantial portions of the Software.
847>
848> THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
849> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
850> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
851> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
852> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
853> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
854> THE SOFTWARE.
855
856---------------------------------------
857
858## commondir
859License: MIT
860By: James Halliday
861Repository: http://github.com/substack/node-commondir.git
862
863> The MIT License
864>
865> Copyright (c) 2013 James Halliday (mail@substack.net)
866>
867> Permission is hereby granted, free of charge,
868> to any person obtaining a copy of this software and
869> associated documentation files (the "Software"), to
870> deal in the Software without restriction, including
871> without limitation the rights to use, copy, modify,
872> merge, publish, distribute, sublicense, and/or sell
873> copies of the Software, and to permit persons to whom
874> the Software is furnished to do so,
875> subject to the following conditions:
876>
877> The above copyright notice and this permission notice
878> shall be included in all copies or substantial portions of the Software.
879>
880> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
881> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
882> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
883> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
884> ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
885> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
886> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
887
888---------------------------------------
889
890## concat-map
891License: MIT
892By: James Halliday
893Repository: git://github.com/substack/node-concat-map.git
894
895> This software is released under the MIT license:
896>
897> Permission is hereby granted, free of charge, to any person obtaining a copy of
898> this software and associated documentation files (the "Software"), to deal in
899> the Software without restriction, including without limitation the rights to
900> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
901> the Software, and to permit persons to whom the Software is furnished to do so,
902> 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, FITNESS
909> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
910> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
911> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
912> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
913
914---------------------------------------
915
916## connect
917License: MIT
918By: TJ Holowaychuk, Douglas Christopher Wilson, Jonathan Ong, Tim Caswell
919Repository: senchalabs/connect
920
921> (The MIT License)
922>
923> Copyright (c) 2010 Sencha Inc.
924> Copyright (c) 2011 LearnBoost
925> Copyright (c) 2011-2014 TJ Holowaychuk
926> Copyright (c) 2015 Douglas Christopher Wilson
927>
928> Permission is hereby granted, free of charge, to any person obtaining
929> a copy of this software and associated documentation files (the
930> 'Software'), to deal in the Software without restriction, including
931> without limitation the rights to use, copy, modify, merge, publish,
932> distribute, sublicense, and/or sell copies of the Software, and to
933> permit persons to whom the Software is furnished to do so, subject to
934> the following conditions:
935>
936> The above copyright notice and this permission notice shall be
937> included in all copies or substantial portions of the Software.
938>
939> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
940> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
941> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
942> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
943> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
944> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
945> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
946
947---------------------------------------
948
949## connect-history-api-fallback
950License: MIT
951By: Ben Ripkens, Craig Myles
952Repository: http://github.com/bripkens/connect-history-api-fallback.git
953
954> The MIT License
955>
956> Copyright (c) 2012 Ben Ripkens http://bripkens.de
957>
958> Permission is hereby granted, free of charge, to any person obtaining a copy
959> of this software and associated documentation files (the "Software"), to deal
960> in the Software without restriction, including without limitation the rights
961> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
962> copies of the Software, and to permit persons to whom the Software is
963> furnished to do so, subject to the following conditions:
964>
965> The above copyright notice and this permission notice shall be included in
966> all copies or substantial portions of the Software.
967>
968> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
969> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
970> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
971> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
972> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
973> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
974> THE SOFTWARE.
975
976---------------------------------------
977
978## convert-source-map
979License: MIT
980By: Thorsten Lorenz
981Repository: git://github.com/thlorenz/convert-source-map.git
982
983> Copyright 2013 Thorsten Lorenz.
984> All rights reserved.
985>
986> Permission is hereby granted, free of charge, to any person
987> obtaining a copy of this software and associated documentation
988> files (the "Software"), to deal in the Software without
989> restriction, including without limitation the rights to use,
990> copy, modify, merge, publish, distribute, sublicense, and/or sell
991> copies of the Software, and to permit persons to whom the
992> Software is furnished to do so, subject to the following
993> conditions:
994>
995> The above copyright notice and this permission notice shall be
996> included in all copies or substantial portions of the Software.
997>
998> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
999> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
1000> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1001> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
1002> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1003> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1004> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1005> OTHER DEALINGS IN THE SOFTWARE.
1006
1007---------------------------------------
1008
1009## cors
1010License: MIT
1011By: Troy Goode
1012Repository: expressjs/cors
1013
1014> (The MIT License)
1015>
1016> Copyright (c) 2013 Troy Goode <troygoode@gmail.com>
1017>
1018> Permission is hereby granted, free of charge, to any person obtaining
1019> a copy of this software and associated documentation files (the
1020> 'Software'), to deal in the Software without restriction, including
1021> without limitation the rights to use, copy, modify, merge, publish,
1022> distribute, sublicense, and/or sell copies of the Software, and to
1023> permit persons to whom the Software is furnished to do so, subject to
1024> the following conditions:
1025>
1026> The above copyright notice and this permission notice shall be
1027> included in all copies or substantial portions of the Software.
1028>
1029> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1030> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1031> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1032> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1033> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1034> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1035> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1036
1037---------------------------------------
1038
1039## cross-spawn
1040License: MIT
1041By: André Cruz
1042Repository: git@github.com:moxystudio/node-cross-spawn.git
1043
1044> The MIT License (MIT)
1045>
1046> Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
1047>
1048> Permission is hereby granted, free of charge, to any person obtaining a copy
1049> of this software and associated documentation files (the "Software"), to deal
1050> in the Software without restriction, including without limitation the rights
1051> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1052> copies of the Software, and to permit persons to whom the Software is
1053> furnished to do so, subject to the following conditions:
1054>
1055> The above copyright notice and this permission notice shall be included in
1056> all copies or substantial portions of the Software.
1057>
1058> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1059> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1060> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1061> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1062> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1063> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1064> THE SOFTWARE.
1065
1066---------------------------------------
1067
1068## cssesc
1069License: MIT
1070By: Mathias Bynens
1071Repository: https://github.com/mathiasbynens/cssesc.git
1072
1073> Copyright Mathias Bynens <https://mathiasbynens.be/>
1074>
1075> Permission is hereby granted, free of charge, to any person obtaining
1076> a copy of this software and associated documentation files (the
1077> "Software"), to deal in the Software without restriction, including
1078> without limitation the rights to use, copy, modify, merge, publish,
1079> distribute, sublicense, and/or sell copies of the Software, and to
1080> permit persons to whom the Software is furnished to do so, subject to
1081> the following conditions:
1082>
1083> The above copyright notice and this permission notice shall be
1084> included in all copies or substantial portions of the Software.
1085>
1086> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1087> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1088> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1089> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1090> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1091> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1092> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1093
1094---------------------------------------
1095
1096## debug
1097License: MIT
1098By: Josh Junon, TJ Holowaychuk, Nathan Rajlich, Andrew Rhyne
1099Repository: git://github.com/debug-js/debug.git
1100
1101> (The MIT License)
1102>
1103> Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
1104> Copyright (c) 2018-2021 Josh Junon
1105>
1106> Permission is hereby granted, free of charge, to any person obtaining a copy of this software
1107> and associated documentation files (the 'Software'), to deal in the Software without restriction,
1108> including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
1109> and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
1110> subject to the following conditions:
1111>
1112> The above copyright notice and this permission notice shall be included in all copies or substantial
1113> portions of the Software.
1114>
1115> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
1116> LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1117> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1118> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1119> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1120
1121---------------------------------------
1122
1123## define-lazy-prop
1124License: MIT
1125By: Sindre Sorhus
1126Repository: sindresorhus/define-lazy-prop
1127
1128> MIT License
1129>
1130> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1131>
1132> 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:
1133>
1134> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1135>
1136> 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.
1137
1138---------------------------------------
1139
1140## dotenv
1141License: BSD-2-Clause
1142Repository: git://github.com/motdotla/dotenv.git
1143
1144> Copyright (c) 2015, Scott Motte
1145> All rights reserved.
1146>
1147> Redistribution and use in source and binary forms, with or without
1148> modification, are permitted provided that the following conditions are met:
1149>
1150> * Redistributions of source code must retain the above copyright notice, this
1151> list of conditions and the following disclaimer.
1152>
1153> * Redistributions in binary form must reproduce the above copyright notice,
1154> this list of conditions and the following disclaimer in the documentation
1155> and/or other materials provided with the distribution.
1156>
1157> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1158> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1159> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1160> DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1161> FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1162> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1163> SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1164> CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1165> OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1166> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1167
1168---------------------------------------
1169
1170## dotenv-expand
1171License: BSD-2-Clause
1172By: motdotla
1173
1174> Copyright (c) 2016, Scott Motte
1175> All rights reserved.
1176>
1177> Redistribution and use in source and binary forms, with or without
1178> modification, are permitted provided that the following conditions are met:
1179>
1180> * Redistributions of source code must retain the above copyright notice, this
1181> list of conditions and the following disclaimer.
1182>
1183> * Redistributions in binary form must reproduce the above copyright notice,
1184> this list of conditions and the following disclaimer in the documentation
1185> and/or other materials provided with the distribution.
1186>
1187> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1188> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1189> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1190> DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1191> FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1192> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1193> SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1194> CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1195> OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1196> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1197
1198---------------------------------------
1199
1200## ee-first
1201License: MIT
1202By: Jonathan Ong, Douglas Christopher Wilson
1203Repository: jonathanong/ee-first
1204
1205> The MIT License (MIT)
1206>
1207> Copyright (c) 2014 Jonathan Ong me@jongleberry.com
1208>
1209> Permission is hereby granted, free of charge, to any person obtaining a copy
1210> of this software and associated documentation files (the "Software"), to deal
1211> in the Software without restriction, including without limitation the rights
1212> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1213> copies of the Software, and to permit persons to whom the Software is
1214> furnished to do so, subject to the following conditions:
1215>
1216> The above copyright notice and this permission notice shall be included in
1217> all copies or substantial portions of the Software.
1218>
1219> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1220> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1221> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1222> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1223> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1224> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1225> THE SOFTWARE.
1226
1227---------------------------------------
1228
1229## encodeurl
1230License: MIT
1231By: Douglas Christopher Wilson
1232Repository: pillarjs/encodeurl
1233
1234> (The MIT License)
1235>
1236> Copyright (c) 2016 Douglas Christopher Wilson
1237>
1238> Permission is hereby granted, free of charge, to any person obtaining
1239> a copy of this software and associated documentation files (the
1240> 'Software'), to deal in the Software without restriction, including
1241> without limitation the rights to use, copy, modify, merge, publish,
1242> distribute, sublicense, and/or sell copies of the Software, and to
1243> permit persons to whom the Software is furnished to do so, subject to
1244> the following conditions:
1245>
1246> The above copyright notice and this permission notice shall be
1247> included in all copies or substantial portions of the Software.
1248>
1249> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1250> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1251> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1252> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1253> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1254> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1255> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1256
1257---------------------------------------
1258
1259## es-module-lexer
1260License: MIT
1261By: Guy Bedford
1262Repository: git+https://github.com/guybedford/es-module-lexer.git
1263
1264> MIT License
1265> -----------
1266>
1267> Copyright (C) 2018-2022 Guy Bedford
1268>
1269> 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:
1270>
1271> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1272>
1273> 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.
1274
1275---------------------------------------
1276
1277## escape-html
1278License: MIT
1279Repository: component/escape-html
1280
1281> (The MIT License)
1282>
1283> Copyright (c) 2012-2013 TJ Holowaychuk
1284> Copyright (c) 2015 Andreas Lubbe
1285> Copyright (c) 2015 Tiancheng "Timothy" Gu
1286>
1287> Permission is hereby granted, free of charge, to any person obtaining
1288> a copy of this software and associated documentation files (the
1289> 'Software'), to deal in the Software without restriction, including
1290> without limitation the rights to use, copy, modify, merge, publish,
1291> distribute, sublicense, and/or sell copies of the Software, and to
1292> permit persons to whom the Software is furnished to do so, subject to
1293> the following conditions:
1294>
1295> The above copyright notice and this permission notice shall be
1296> included in all copies or substantial portions of the Software.
1297>
1298> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1299> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1300> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1301> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1302> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1303> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1304> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1305
1306---------------------------------------
1307
1308## estree-walker
1309License: MIT
1310By: Rich Harris
1311Repository: https://github.com/Rich-Harris/estree-walker
1312
1313> Copyright (c) 2015-20 [these people](https://github.com/Rich-Harris/estree-walker/graphs/contributors)
1314>
1315> 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:
1316>
1317> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1318>
1319> 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.
1320
1321---------------------------------------
1322
1323## etag
1324License: MIT
1325By: Douglas Christopher Wilson, David Björklund
1326Repository: jshttp/etag
1327
1328> (The MIT License)
1329>
1330> Copyright (c) 2014-2016 Douglas Christopher Wilson
1331>
1332> Permission is hereby granted, free of charge, to any person obtaining
1333> a copy of this software and associated documentation files (the
1334> 'Software'), to deal in the Software without restriction, including
1335> without limitation the rights to use, copy, modify, merge, publish,
1336> distribute, sublicense, and/or sell copies of the Software, and to
1337> permit persons to whom the Software is furnished to do so, subject to
1338> the following conditions:
1339>
1340> The above copyright notice and this permission notice shall be
1341> included in all copies or substantial portions of the Software.
1342>
1343> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1344> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1345> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1346> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1347> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1348> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1349> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1350
1351---------------------------------------
1352
1353## eventemitter3
1354License: MIT
1355By: Arnout Kazemier
1356Repository: git://github.com/primus/eventemitter3.git
1357
1358> The MIT License (MIT)
1359>
1360> Copyright (c) 2014 Arnout Kazemier
1361>
1362> Permission is hereby granted, free of charge, to any person obtaining a copy
1363> of this software and associated documentation files (the "Software"), to deal
1364> in the Software without restriction, including without limitation the rights
1365> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1366> copies of the Software, and to permit persons to whom the Software is
1367> furnished to do so, subject to the following conditions:
1368>
1369> The above copyright notice and this permission notice shall be included in all
1370> copies or substantial portions of the Software.
1371>
1372> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1373> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1374> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1375> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1376> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1377> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1378> SOFTWARE.
1379
1380---------------------------------------
1381
1382## fast-glob
1383License: MIT
1384By: Denis Malinochkin
1385Repository: mrmlnc/fast-glob
1386
1387> The MIT License (MIT)
1388>
1389> Copyright (c) Denis Malinochkin
1390>
1391> Permission is hereby granted, free of charge, to any person obtaining a copy
1392> of this software and associated documentation files (the "Software"), to deal
1393> in the Software without restriction, including without limitation the rights
1394> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1395> copies of the Software, and to permit persons to whom the Software is
1396> furnished to do so, subject to the following conditions:
1397>
1398> The above copyright notice and this permission notice shall be included in all
1399> copies or substantial portions of the Software.
1400>
1401> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1402> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1403> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1404> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1405> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1406> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1407> SOFTWARE.
1408
1409---------------------------------------
1410
1411## fastq
1412License: ISC
1413By: Matteo Collina
1414Repository: git+https://github.com/mcollina/fastq.git
1415
1416> Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
1417>
1418> Permission to use, copy, modify, and/or distribute this software for any
1419> purpose with or without fee is hereby granted, provided that the above
1420> copyright notice and this permission notice appear in all copies.
1421>
1422> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1423> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1424> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1425> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1426> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1427> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1428> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1429
1430---------------------------------------
1431
1432## fill-range
1433License: MIT
1434By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
1435Repository: jonschlinkert/fill-range
1436
1437> The MIT License (MIT)
1438>
1439> Copyright (c) 2014-present, Jon Schlinkert.
1440>
1441> Permission is hereby granted, free of charge, to any person obtaining a copy
1442> of this software and associated documentation files (the "Software"), to deal
1443> in the Software without restriction, including without limitation the rights
1444> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1445> copies of the Software, and to permit persons to whom the Software is
1446> furnished to do so, subject to the following conditions:
1447>
1448> The above copyright notice and this permission notice shall be included in
1449> all copies or substantial portions of the Software.
1450>
1451> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1452> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1453> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1454> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1455> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1456> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1457> THE SOFTWARE.
1458
1459---------------------------------------
1460
1461## finalhandler
1462License: MIT
1463By: Douglas Christopher Wilson
1464Repository: pillarjs/finalhandler
1465
1466> (The MIT License)
1467>
1468> Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
1469>
1470> Permission is hereby granted, free of charge, to any person obtaining
1471> a copy of this software and associated documentation files (the
1472> 'Software'), to deal in the Software without restriction, including
1473> without limitation the rights to use, copy, modify, merge, publish,
1474> distribute, sublicense, and/or sell copies of the Software, and to
1475> permit persons to whom the Software is furnished to do so, subject to
1476> the following conditions:
1477>
1478> The above copyright notice and this permission notice shall be
1479> included in all copies or substantial portions of the Software.
1480>
1481> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1482> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1483> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1484> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1485> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1486> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1487> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1488
1489---------------------------------------
1490
1491## follow-redirects
1492License: MIT
1493By: Ruben Verborgh, Olivier Lalonde, James Talmage
1494Repository: git@github.com:follow-redirects/follow-redirects.git
1495
1496> Copyright 2014–present Olivier Lalonde <olalonde@gmail.com>, James Talmage <james@talmage.io>, Ruben Verborgh
1497>
1498> Permission is hereby granted, free of charge, to any person obtaining a copy of
1499> this software and associated documentation files (the "Software"), to deal in
1500> the Software without restriction, including without limitation the rights to
1501> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
1502> of the Software, and to permit persons to whom the Software is furnished to do
1503> so, subject to the following conditions:
1504>
1505> The above copyright notice and this permission notice shall be included in all
1506> copies or substantial portions of the Software.
1507>
1508> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1509> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1510> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1511> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1512> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1513> IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1514
1515---------------------------------------
1516
1517## fs.realpath
1518License: ISC
1519By: Isaac Z. Schlueter
1520Repository: git+https://github.com/isaacs/fs.realpath.git
1521
1522> The ISC License
1523>
1524> Copyright (c) Isaac Z. Schlueter and Contributors
1525>
1526> Permission to use, copy, modify, and/or distribute this software for any
1527> purpose with or without fee is hereby granted, provided that the above
1528> copyright notice and this permission notice appear in all copies.
1529>
1530> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1531> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1532> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1533> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1534> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1535> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1536> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1537>
1538> ----
1539>
1540> This library bundles a version of the `fs.realpath` and `fs.realpathSync`
1541> methods from Node.js v0.10 under the terms of the Node.js MIT license.
1542>
1543> Node's license follows, also included at the header of `old.js` which contains
1544> the licensed code:
1545>
1546> Copyright Joyent, Inc. and other Node contributors.
1547>
1548> Permission is hereby granted, free of charge, to any person obtaining a
1549> copy of this software and associated documentation files (the "Software"),
1550> to deal in the Software without restriction, including without limitation
1551> the rights to use, copy, modify, merge, publish, distribute, sublicense,
1552> and/or sell copies of the Software, and to permit persons to whom the
1553> Software is furnished to do so, subject to the following conditions:
1554>
1555> The above copyright notice and this permission notice shall be included in
1556> all copies or substantial portions of the Software.
1557>
1558> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1559> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1560> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1561> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1562> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1563> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1564> DEALINGS IN THE SOFTWARE.
1565
1566---------------------------------------
1567
1568## generic-names
1569License: MIT
1570By: Alexey Litvinov
1571Repository: git+https://github.com/css-modules/generic-names.git
1572
1573> The MIT License (MIT)
1574>
1575> Copyright (c) 2015 Alexey Litvinov
1576>
1577> Permission is hereby granted, free of charge, to any person obtaining a copy
1578> of this software and associated documentation files (the "Software"), to deal
1579> in the Software without restriction, including without limitation the rights
1580> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1581> copies of the Software, and to permit persons to whom the Software is
1582> furnished to do so, subject to the following conditions:
1583>
1584> The above copyright notice and this permission notice shall be included in all
1585> copies or substantial portions of the Software.
1586>
1587> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1588> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1589> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1590> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1591> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1592> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1593> SOFTWARE.
1594
1595---------------------------------------
1596
1597## glob
1598License: ISC
1599By: Isaac Z. Schlueter
1600Repository: git://github.com/isaacs/node-glob.git
1601
1602> The ISC License
1603>
1604> Copyright (c) Isaac Z. Schlueter and Contributors
1605>
1606> Permission to use, copy, modify, and/or distribute this software for any
1607> purpose with or without fee is hereby granted, provided that the above
1608> copyright notice and this permission notice appear in all copies.
1609>
1610> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1611> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1612> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1613> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1614> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1615> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1616> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1617>
1618> ## Glob Logo
1619>
1620> Glob's logo created by Tanya Brassie <http://tanyabrassie.com/>, licensed
1621> under a Creative Commons Attribution-ShareAlike 4.0 International License
1622> https://creativecommons.org/licenses/by-sa/4.0/
1623
1624---------------------------------------
1625
1626## glob-parent
1627License: ISC
1628By: Gulp Team, Elan Shanker, Blaine Bublitz
1629Repository: gulpjs/glob-parent
1630
1631> The ISC License
1632>
1633> Copyright (c) 2015, 2019 Elan Shanker
1634>
1635> Permission to use, copy, modify, and/or distribute this software for any
1636> purpose with or without fee is hereby granted, provided that the above
1637> copyright notice and this permission notice appear in all copies.
1638>
1639> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1640> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1641> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1642> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1643> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1644> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1645> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1646
1647---------------------------------------
1648
1649## http-proxy
1650License: MIT
1651By: Charlie Robbins
1652Repository: https://github.com/http-party/node-http-proxy.git
1653
1654> node-http-proxy
1655>
1656> Copyright (c) 2010-2016 Charlie Robbins, Jarrett Cruger & the Contributors.
1657>
1658> Permission is hereby granted, free of charge, to any person obtaining
1659> a copy of this software and associated documentation files (the
1660> "Software"), to deal in the Software without restriction, including
1661> without limitation the rights to use, copy, modify, merge, publish,
1662> distribute, sublicense, and/or sell copies of the Software, and to
1663> permit persons to whom the Software is furnished to do so, subject to
1664> the following conditions:
1665>
1666> The above copyright notice and this permission notice shall be
1667> included in all copies or substantial portions of the Software.
1668>
1669> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1670> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1671> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1672> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1673> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1674> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1675> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1676
1677---------------------------------------
1678
1679## icss-replace-symbols
1680License: ISC
1681By: Glen Maddern
1682Repository: git+https://github.com/css-modules/icss-replace-symbols.git
1683
1684---------------------------------------
1685
1686## icss-utils
1687License: ISC
1688By: Glen Maddern
1689Repository: git+https://github.com/css-modules/icss-utils.git
1690
1691> ISC License (ISC)
1692> Copyright 2018 Glen Maddern
1693>
1694> 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.
1695>
1696> 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.
1697
1698---------------------------------------
1699
1700## inflight
1701License: ISC
1702By: Isaac Z. Schlueter
1703Repository: https://github.com/npm/inflight.git
1704
1705> The ISC License
1706>
1707> Copyright (c) Isaac Z. Schlueter
1708>
1709> Permission to use, copy, modify, and/or distribute this software for any
1710> purpose with or without fee is hereby granted, provided that the above
1711> copyright notice and this permission notice appear in all copies.
1712>
1713> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1714> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1715> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1716> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1717> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1718> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1719> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1720
1721---------------------------------------
1722
1723## inherits
1724License: ISC
1725Repository: git://github.com/isaacs/inherits
1726
1727> The ISC License
1728>
1729> Copyright (c) Isaac Z. Schlueter
1730>
1731> Permission to use, copy, modify, and/or distribute this software for any
1732> purpose with or without fee is hereby granted, provided that the above
1733> copyright notice and this permission notice appear in all copies.
1734>
1735> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1736> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
1737> FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1738> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1739> LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1740> OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1741> PERFORMANCE OF THIS SOFTWARE.
1742
1743---------------------------------------
1744
1745## is-binary-path
1746License: MIT
1747By: Sindre Sorhus
1748Repository: sindresorhus/is-binary-path
1749
1750> MIT License
1751>
1752> Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
1753>
1754> 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:
1755>
1756> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1757>
1758> 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.
1759
1760---------------------------------------
1761
1762## is-docker
1763License: MIT
1764By: Sindre Sorhus
1765Repository: sindresorhus/is-docker
1766
1767> MIT License
1768>
1769> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1770>
1771> 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:
1772>
1773> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1774>
1775> 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.
1776
1777---------------------------------------
1778
1779## is-extglob
1780License: MIT
1781By: Jon Schlinkert
1782Repository: jonschlinkert/is-extglob
1783
1784> The MIT License (MIT)
1785>
1786> Copyright (c) 2014-2016, Jon Schlinkert
1787>
1788> Permission is hereby granted, free of charge, to any person obtaining a copy
1789> of this software and associated documentation files (the "Software"), to deal
1790> in the Software without restriction, including without limitation the rights
1791> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1792> copies of the Software, and to permit persons to whom the Software is
1793> furnished to do so, subject to the following conditions:
1794>
1795> The above copyright notice and this permission notice shall be included in
1796> all copies or substantial portions of the Software.
1797>
1798> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1799> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1800> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1801> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1802> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1803> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1804> THE SOFTWARE.
1805
1806---------------------------------------
1807
1808## is-glob
1809License: MIT
1810By: Jon Schlinkert, Brian Woodward, Daniel Perez
1811Repository: micromatch/is-glob
1812
1813> The MIT License (MIT)
1814>
1815> Copyright (c) 2014-2017, Jon Schlinkert.
1816>
1817> Permission is hereby granted, free of charge, to any person obtaining a copy
1818> of this software and associated documentation files (the "Software"), to deal
1819> in the Software without restriction, including without limitation the rights
1820> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1821> copies of the Software, and to permit persons to whom the Software is
1822> furnished to do so, subject to the following conditions:
1823>
1824> The above copyright notice and this permission notice shall be included in
1825> all copies or substantial portions of the Software.
1826>
1827> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1828> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1829> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1830> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1831> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1832> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1833> THE SOFTWARE.
1834
1835---------------------------------------
1836
1837## is-number
1838License: MIT
1839By: Jon Schlinkert, Olsten Larck, Rouven Weßling
1840Repository: jonschlinkert/is-number
1841
1842> The MIT License (MIT)
1843>
1844> Copyright (c) 2014-present, Jon Schlinkert.
1845>
1846> Permission is hereby granted, free of charge, to any person obtaining a copy
1847> of this software and associated documentation files (the "Software"), to deal
1848> in the Software without restriction, including without limitation the rights
1849> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1850> copies of the Software, and to permit persons to whom the Software is
1851> furnished to do so, subject to the following conditions:
1852>
1853> The above copyright notice and this permission notice shall be included in
1854> all copies or substantial portions of the Software.
1855>
1856> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1857> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1858> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1859> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1860> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1861> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1862> THE SOFTWARE.
1863
1864---------------------------------------
1865
1866## is-reference
1867License: MIT
1868By: Rich Harris
1869Repository: git+https://github.com/Rich-Harris/is-reference.git
1870
1871---------------------------------------
1872
1873## is-wsl
1874License: MIT
1875By: Sindre Sorhus
1876Repository: sindresorhus/is-wsl
1877
1878> MIT License
1879>
1880> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1881>
1882> 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:
1883>
1884> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1885>
1886> 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.
1887
1888---------------------------------------
1889
1890## isexe
1891License: ISC
1892By: Isaac Z. Schlueter
1893Repository: git+https://github.com/isaacs/isexe.git
1894
1895> The ISC License
1896>
1897> Copyright (c) Isaac Z. Schlueter and Contributors
1898>
1899> Permission to use, copy, modify, and/or distribute this software for any
1900> purpose with or without fee is hereby granted, provided that the above
1901> copyright notice and this permission notice appear in all copies.
1902>
1903> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1904> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1905> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1906> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1907> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1908> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1909> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1910
1911---------------------------------------
1912
1913## json5
1914License: MIT
1915By: Aseem Kishore, Max Nanasy, Andrew Eisenberg, Jordan Tucker
1916Repository: git+https://github.com/json5/json5.git
1917
1918> MIT License
1919>
1920> Copyright (c) 2012-2018 Aseem Kishore, and [others].
1921>
1922> Permission is hereby granted, free of charge, to any person obtaining a copy
1923> of this software and associated documentation files (the "Software"), to deal
1924> in the Software without restriction, including without limitation the rights
1925> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1926> copies of the Software, and to permit persons to whom the Software is
1927> furnished to do so, subject to the following conditions:
1928>
1929> The above copyright notice and this permission notice shall be included in all
1930> copies or substantial portions of the Software.
1931>
1932> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1933> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1934> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1935> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1936> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1937> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1938> SOFTWARE.
1939>
1940> [others]: https://github.com/json5/json5/contributors
1941
1942---------------------------------------
1943
1944## launch-editor
1945License: MIT
1946By: Evan You
1947Repository: git+https://github.com/yyx990803/launch-editor.git
1948
1949---------------------------------------
1950
1951## launch-editor-middleware
1952License: MIT
1953By: Evan You
1954Repository: git+https://github.com/yyx990803/launch-editor.git
1955
1956---------------------------------------
1957
1958## lilconfig
1959License: MIT
1960By: antonk52
1961Repository: https://github.com/antonk52/lilconfig
1962
1963---------------------------------------
1964
1965## loader-utils
1966License: MIT
1967By: Tobias Koppers @sokra
1968Repository: https://github.com/webpack/loader-utils.git
1969
1970> Copyright JS Foundation and other contributors
1971>
1972> Permission is hereby granted, free of charge, to any person obtaining
1973> a copy of this software and associated documentation files (the
1974> 'Software'), to deal in the Software without restriction, including
1975> without limitation the rights to use, copy, modify, merge, publish,
1976> distribute, sublicense, and/or sell copies of the Software, and to
1977> permit persons to whom the Software is furnished to do so, subject to
1978> the following conditions:
1979>
1980> The above copyright notice and this permission notice shall be
1981> included in all copies or substantial portions of the Software.
1982>
1983> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1984> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1985> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1986> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1987> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1988> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1989> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1990
1991---------------------------------------
1992
1993## lodash.camelcase
1994License: MIT
1995By: John-David Dalton, Blaine Bublitz, Mathias Bynens
1996Repository: lodash/lodash
1997
1998> Copyright jQuery Foundation and other contributors <https://jquery.org/>
1999>
2000> Based on Underscore.js, copyright Jeremy Ashkenas,
2001> DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
2002>
2003> This software consists of voluntary contributions made by many
2004> individuals. For exact contribution history, see the revision history
2005> available at https://github.com/lodash/lodash
2006>
2007> The following license applies to all parts of this software except as
2008> documented below:
2009>
2010> ====
2011>
2012> Permission is hereby granted, free of charge, to any person obtaining
2013> a copy of this software and associated documentation files (the
2014> "Software"), to deal in the Software without restriction, including
2015> without limitation the rights to use, copy, modify, merge, publish,
2016> distribute, sublicense, and/or sell copies of the Software, and to
2017> permit persons to whom the Software is furnished to do so, subject to
2018> the following conditions:
2019>
2020> The above copyright notice and this permission notice shall be
2021> included in all copies or substantial portions of the Software.
2022>
2023> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2024> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2025> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2026> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2027> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2028> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2029> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2030>
2031> ====
2032>
2033> Copyright and related rights for sample code are waived via CC0. Sample
2034> code is defined as all source code displayed within the prose of the
2035> documentation.
2036>
2037> CC0: http://creativecommons.org/publicdomain/zero/1.0/
2038>
2039> ====
2040>
2041> Files located in the node_modules and vendor directories are externally
2042> maintained libraries used by this software which have their own
2043> licenses; we recommend you read them, as their terms may differ from the
2044> terms above.
2045
2046---------------------------------------
2047
2048## magic-string
2049License: MIT
2050By: Rich Harris
2051Repository: https://github.com/rich-harris/magic-string
2052
2053> Copyright 2018 Rich Harris
2054>
2055> 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:
2056>
2057> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2058>
2059> 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.
2060
2061---------------------------------------
2062
2063## merge2
2064License: MIT
2065Repository: git@github.com:teambition/merge2.git
2066
2067> The MIT License (MIT)
2068>
2069> Copyright (c) 2014-2020 Teambition
2070>
2071> Permission is hereby granted, free of charge, to any person obtaining a copy
2072> of this software and associated documentation files (the "Software"), to deal
2073> in the Software without restriction, including without limitation the rights
2074> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2075> copies of the Software, and to permit persons to whom the Software is
2076> furnished to do so, subject to the following conditions:
2077>
2078> The above copyright notice and this permission notice shall be included in all
2079> copies or substantial portions of the Software.
2080>
2081> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2082> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2083> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2084> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2085> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2086> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2087> SOFTWARE.
2088
2089---------------------------------------
2090
2091## micromatch
2092License: MIT
2093By: Jon Schlinkert, Amila Welihinda, Bogdan Chadkin, Brian Woodward, Devon Govett, Elan Shanker, Fabrício Matté, Martin Kolárik, Olsten Larck, Paul Miller, Tom Byrer, Tyler Akins, Peter Bright, Kuba Juszczyk
2094Repository: micromatch/micromatch
2095
2096> The MIT License (MIT)
2097>
2098> Copyright (c) 2014-present, Jon Schlinkert.
2099>
2100> Permission is hereby granted, free of charge, to any person obtaining a copy
2101> of this software and associated documentation files (the "Software"), to deal
2102> in the Software without restriction, including without limitation the rights
2103> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2104> copies of the Software, and to permit persons to whom the Software is
2105> furnished to do so, subject to the following conditions:
2106>
2107> The above copyright notice and this permission notice shall be included in
2108> all copies or substantial portions of the Software.
2109>
2110> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2111> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2112> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2113> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2114> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2115> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2116> THE SOFTWARE.
2117
2118---------------------------------------
2119
2120## minimatch
2121License: ISC
2122By: Isaac Z. Schlueter
2123Repository: git://github.com/isaacs/minimatch.git
2124
2125> The ISC License
2126>
2127> Copyright (c) Isaac Z. Schlueter and Contributors
2128>
2129> Permission to use, copy, modify, and/or distribute this software for any
2130> purpose with or without fee is hereby granted, provided that the above
2131> copyright notice and this permission notice appear in all copies.
2132>
2133> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2134> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2135> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2136> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2137> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2138> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2139> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2140
2141---------------------------------------
2142
2143## mrmime
2144License: MIT
2145By: Luke Edwards
2146Repository: lukeed/mrmime
2147
2148> The MIT License (MIT)
2149>
2150> Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (https://lukeed.com)
2151>
2152> Permission is hereby granted, free of charge, to any person obtaining a copy
2153> of this software and associated documentation files (the "Software"), to deal
2154> in the Software without restriction, including without limitation the rights
2155> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2156> copies of the Software, and to permit persons to whom the Software is
2157> furnished to do so, subject to the following conditions:
2158>
2159> The above copyright notice and this permission notice shall be included in
2160> all copies or substantial portions of the Software.
2161>
2162> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2163> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2164> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2165> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2166> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2167> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2168> THE SOFTWARE.
2169
2170---------------------------------------
2171
2172## ms
2173License: MIT
2174Repository: zeit/ms
2175
2176> The MIT License (MIT)
2177>
2178> Copyright (c) 2016 Zeit, Inc.
2179>
2180> Permission is hereby granted, free of charge, to any person obtaining a copy
2181> of this software and associated documentation files (the "Software"), to deal
2182> in the Software without restriction, including without limitation the rights
2183> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2184> copies of the Software, and to permit persons to whom the Software is
2185> furnished to do so, subject to the following conditions:
2186>
2187> The above copyright notice and this permission notice shall be included in all
2188> copies or substantial portions of the Software.
2189>
2190> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2191> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2192> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2193> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2194> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2195> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2196> SOFTWARE.
2197
2198---------------------------------------
2199
2200## node-forge
2201License: (BSD-3-Clause OR GPL-2.0)
2202By: Digital Bazaar, Inc., Dave Longley, David I. Lehn, Stefan Siegl, Christoph Dorn
2203Repository: https://github.com/digitalbazaar/forge
2204
2205> You may use the Forge project under the terms of either the BSD License or the
2206> GNU General Public License (GPL) Version 2.
2207>
2208> The BSD License is recommended for most projects. It is simple and easy to
2209> understand and it places almost no restrictions on what you can do with the
2210> Forge project.
2211>
2212> If the GPL suits your project better you are also free to use Forge under
2213> that license.
2214>
2215> You don't have to do anything special to choose one license or the other and
2216> you don't have to notify anyone which license you are using. You are free to
2217> use this project in commercial projects as long as the copyright header is
2218> left intact.
2219>
2220> If you are a commercial entity and use this set of libraries in your
2221> commercial software then reasonable payment to Digital Bazaar, if you can
2222> afford it, is not required but is expected and would be appreciated. If this
2223> library saves you time, then it's saving you money. The cost of developing
2224> the Forge software was on the order of several hundred hours and tens of
2225> thousands of dollars. We are attempting to strike a balance between helping
2226> the development community while not being taken advantage of by lucrative
2227> commercial entities for our efforts.
2228>
2229> -------------------------------------------------------------------------------
2230> New BSD License (3-clause)
2231> Copyright (c) 2010, Digital Bazaar, Inc.
2232> All rights reserved.
2233>
2234> Redistribution and use in source and binary forms, with or without
2235> modification, are permitted provided that the following conditions are met:
2236> * Redistributions of source code must retain the above copyright
2237> notice, this list of conditions and the following disclaimer.
2238> * Redistributions in binary form must reproduce the above copyright
2239> notice, this list of conditions and the following disclaimer in the
2240> documentation and/or other materials provided with the distribution.
2241> * Neither the name of Digital Bazaar, Inc. nor the
2242> names of its contributors may be used to endorse or promote products
2243> derived from this software without specific prior written permission.
2244>
2245> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
2246> ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2247> WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2248> DISCLAIMED. IN NO EVENT SHALL DIGITAL BAZAAR BE LIABLE FOR ANY
2249> DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2250> (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2251> LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
2252> ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2253> (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2254> SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2255>
2256> -------------------------------------------------------------------------------
2257> GNU GENERAL PUBLIC LICENSE
2258> Version 2, June 1991
2259>
2260> Copyright (C) 1989, 1991 Free Software Foundation, Inc.
2261> 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2262> Everyone is permitted to copy and distribute verbatim copies
2263> of this license document, but changing it is not allowed.
2264>
2265> Preamble
2266>
2267> The licenses for most software are designed to take away your
2268> freedom to share and change it. By contrast, the GNU General Public
2269> License is intended to guarantee your freedom to share and change free
2270> software--to make sure the software is free for all its users. This
2271> General Public License applies to most of the Free Software
2272> Foundation's software and to any other program whose authors commit to
2273> using it. (Some other Free Software Foundation software is covered by
2274> the GNU Lesser General Public License instead.) You can apply it to
2275> your programs, too.
2276>
2277> When we speak of free software, we are referring to freedom, not
2278> price. Our General Public Licenses are designed to make sure that you
2279> have the freedom to distribute copies of free software (and charge for
2280> this service if you wish), that you receive source code or can get it
2281> if you want it, that you can change the software or use pieces of it
2282> in new free programs; and that you know you can do these things.
2283>
2284> To protect your rights, we need to make restrictions that forbid
2285> anyone to deny you these rights or to ask you to surrender the rights.
2286> These restrictions translate to certain responsibilities for you if you
2287> distribute copies of the software, or if you modify it.
2288>
2289> For example, if you distribute copies of such a program, whether
2290> gratis or for a fee, you must give the recipients all the rights that
2291> you have. You must make sure that they, too, receive or can get the
2292> source code. And you must show them these terms so they know their
2293> rights.
2294>
2295> We protect your rights with two steps: (1) copyright the software, and
2296> (2) offer you this license which gives you legal permission to copy,
2297> distribute and/or modify the software.
2298>
2299> Also, for each author's protection and ours, we want to make certain
2300> that everyone understands that there is no warranty for this free
2301> software. If the software is modified by someone else and passed on, we
2302> want its recipients to know that what they have is not the original, so
2303> that any problems introduced by others will not reflect on the original
2304> authors' reputations.
2305>
2306> Finally, any free program is threatened constantly by software
2307> patents. We wish to avoid the danger that redistributors of a free
2308> program will individually obtain patent licenses, in effect making the
2309> program proprietary. To prevent this, we have made it clear that any
2310> patent must be licensed for everyone's free use or not licensed at all.
2311>
2312> The precise terms and conditions for copying, distribution and
2313> modification follow.
2314>
2315> GNU GENERAL PUBLIC LICENSE
2316> TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
2317>
2318> 0. This License applies to any program or other work which contains
2319> a notice placed by the copyright holder saying it may be distributed
2320> under the terms of this General Public License. The "Program", below,
2321> refers to any such program or work, and a "work based on the Program"
2322> means either the Program or any derivative work under copyright law:
2323> that is to say, a work containing the Program or a portion of it,
2324> either verbatim or with modifications and/or translated into another
2325> language. (Hereinafter, translation is included without limitation in
2326> the term "modification".) Each licensee is addressed as "you".
2327>
2328> Activities other than copying, distribution and modification are not
2329> covered by this License; they are outside its scope. The act of
2330> running the Program is not restricted, and the output from the Program
2331> is covered only if its contents constitute a work based on the
2332> Program (independent of having been made by running the Program).
2333> Whether that is true depends on what the Program does.
2334>
2335> 1. You may copy and distribute verbatim copies of the Program's
2336> source code as you receive it, in any medium, provided that you
2337> conspicuously and appropriately publish on each copy an appropriate
2338> copyright notice and disclaimer of warranty; keep intact all the
2339> notices that refer to this License and to the absence of any warranty;
2340> and give any other recipients of the Program a copy of this License
2341> along with the Program.
2342>
2343> You may charge a fee for the physical act of transferring a copy, and
2344> you may at your option offer warranty protection in exchange for a fee.
2345>
2346> 2. You may modify your copy or copies of the Program or any portion
2347> of it, thus forming a work based on the Program, and copy and
2348> distribute such modifications or work under the terms of Section 1
2349> above, provided that you also meet all of these conditions:
2350>
2351> a) You must cause the modified files to carry prominent notices
2352> stating that you changed the files and the date of any change.
2353>
2354> b) You must cause any work that you distribute or publish, that in
2355> whole or in part contains or is derived from the Program or any
2356> part thereof, to be licensed as a whole at no charge to all third
2357> parties under the terms of this License.
2358>
2359> c) If the modified program normally reads commands interactively
2360> when run, you must cause it, when started running for such
2361> interactive use in the most ordinary way, to print or display an
2362> announcement including an appropriate copyright notice and a
2363> notice that there is no warranty (or else, saying that you provide
2364> a warranty) and that users may redistribute the program under
2365> these conditions, and telling the user how to view a copy of this
2366> License. (Exception: if the Program itself is interactive but
2367> does not normally print such an announcement, your work based on
2368> the Program is not required to print an announcement.)
2369>
2370> These requirements apply to the modified work as a whole. If
2371> identifiable sections of that work are not derived from the Program,
2372> and can be reasonably considered independent and separate works in
2373> themselves, then this License, and its terms, do not apply to those
2374> sections when you distribute them as separate works. But when you
2375> distribute the same sections as part of a whole which is a work based
2376> on the Program, the distribution of the whole must be on the terms of
2377> this License, whose permissions for other licensees extend to the
2378> entire whole, and thus to each and every part regardless of who wrote it.
2379>
2380> Thus, it is not the intent of this section to claim rights or contest
2381> your rights to work written entirely by you; rather, the intent is to
2382> exercise the right to control the distribution of derivative or
2383> collective works based on the Program.
2384>
2385> In addition, mere aggregation of another work not based on the Program
2386> with the Program (or with a work based on the Program) on a volume of
2387> a storage or distribution medium does not bring the other work under
2388> the scope of this License.
2389>
2390> 3. You may copy and distribute the Program (or a work based on it,
2391> under Section 2) in object code or executable form under the terms of
2392> Sections 1 and 2 above provided that you also do one of the following:
2393>
2394> a) Accompany it with the complete corresponding machine-readable
2395> source code, which must be distributed under the terms of Sections
2396> 1 and 2 above on a medium customarily used for software interchange; or,
2397>
2398> b) Accompany it with a written offer, valid for at least three
2399> years, to give any third party, for a charge no more than your
2400> cost of physically performing source distribution, a complete
2401> machine-readable copy of the corresponding source code, to be
2402> distributed under the terms of Sections 1 and 2 above on a medium
2403> customarily used for software interchange; or,
2404>
2405> c) Accompany it with the information you received as to the offer
2406> to distribute corresponding source code. (This alternative is
2407> allowed only for noncommercial distribution and only if you
2408> received the program in object code or executable form with such
2409> an offer, in accord with Subsection b above.)
2410>
2411> The source code for a work means the preferred form of the work for
2412> making modifications to it. For an executable work, complete source
2413> code means all the source code for all modules it contains, plus any
2414> associated interface definition files, plus the scripts used to
2415> control compilation and installation of the executable. However, as a
2416> special exception, the source code distributed need not include
2417> anything that is normally distributed (in either source or binary
2418> form) with the major components (compiler, kernel, and so on) of the
2419> operating system on which the executable runs, unless that component
2420> itself accompanies the executable.
2421>
2422> If distribution of executable or object code is made by offering
2423> access to copy from a designated place, then offering equivalent
2424> access to copy the source code from the same place counts as
2425> distribution of the source code, even though third parties are not
2426> compelled to copy the source along with the object code.
2427>
2428> 4. You may not copy, modify, sublicense, or distribute the Program
2429> except as expressly provided under this License. Any attempt
2430> otherwise to copy, modify, sublicense or distribute the Program is
2431> void, and will automatically terminate your rights under this License.
2432> However, parties who have received copies, or rights, from you under
2433> this License will not have their licenses terminated so long as such
2434> parties remain in full compliance.
2435>
2436> 5. You are not required to accept this License, since you have not
2437> signed it. However, nothing else grants you permission to modify or
2438> distribute the Program or its derivative works. These actions are
2439> prohibited by law if you do not accept this License. Therefore, by
2440> modifying or distributing the Program (or any work based on the
2441> Program), you indicate your acceptance of this License to do so, and
2442> all its terms and conditions for copying, distributing or modifying
2443> the Program or works based on it.
2444>
2445> 6. Each time you redistribute the Program (or any work based on the
2446> Program), the recipient automatically receives a license from the
2447> original licensor to copy, distribute or modify the Program subject to
2448> these terms and conditions. You may not impose any further
2449> restrictions on the recipients' exercise of the rights granted herein.
2450> You are not responsible for enforcing compliance by third parties to
2451> this License.
2452>
2453> 7. If, as a consequence of a court judgment or allegation of patent
2454> infringement or for any other reason (not limited to patent issues),
2455> conditions are imposed on you (whether by court order, agreement or
2456> otherwise) that contradict the conditions of this License, they do not
2457> excuse you from the conditions of this License. If you cannot
2458> distribute so as to satisfy simultaneously your obligations under this
2459> License and any other pertinent obligations, then as a consequence you
2460> may not distribute the Program at all. For example, if a patent
2461> license would not permit royalty-free redistribution of the Program by
2462> all those who receive copies directly or indirectly through you, then
2463> the only way you could satisfy both it and this License would be to
2464> refrain entirely from distribution of the Program.
2465>
2466> If any portion of this section is held invalid or unenforceable under
2467> any particular circumstance, the balance of the section is intended to
2468> apply and the section as a whole is intended to apply in other
2469> circumstances.
2470>
2471> It is not the purpose of this section to induce you to infringe any
2472> patents or other property right claims or to contest validity of any
2473> such claims; this section has the sole purpose of protecting the
2474> integrity of the free software distribution system, which is
2475> implemented by public license practices. Many people have made
2476> generous contributions to the wide range of software distributed
2477> through that system in reliance on consistent application of that
2478> system; it is up to the author/donor to decide if he or she is willing
2479> to distribute software through any other system and a licensee cannot
2480> impose that choice.
2481>
2482> This section is intended to make thoroughly clear what is believed to
2483> be a consequence of the rest of this License.
2484>
2485> 8. If the distribution and/or use of the Program is restricted in
2486> certain countries either by patents or by copyrighted interfaces, the
2487> original copyright holder who places the Program under this License
2488> may add an explicit geographical distribution limitation excluding
2489> those countries, so that distribution is permitted only in or among
2490> countries not thus excluded. In such case, this License incorporates
2491> the limitation as if written in the body of this License.
2492>
2493> 9. The Free Software Foundation may publish revised and/or new versions
2494> of the General Public License from time to time. Such new versions will
2495> be similar in spirit to the present version, but may differ in detail to
2496> address new problems or concerns.
2497>
2498> Each version is given a distinguishing version number. If the Program
2499> specifies a version number of this License which applies to it and "any
2500> later version", you have the option of following the terms and conditions
2501> either of that version or of any later version published by the Free
2502> Software Foundation. If the Program does not specify a version number of
2503> this License, you may choose any version ever published by the Free Software
2504> Foundation.
2505>
2506> 10. If you wish to incorporate parts of the Program into other free
2507> programs whose distribution conditions are different, write to the author
2508> to ask for permission. For software which is copyrighted by the Free
2509> Software Foundation, write to the Free Software Foundation; we sometimes
2510> make exceptions for this. Our decision will be guided by the two goals
2511> of preserving the free status of all derivatives of our free software and
2512> of promoting the sharing and reuse of software generally.
2513>
2514> NO WARRANTY
2515>
2516> 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
2517> FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
2518> OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
2519> PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
2520> OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
2521> MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
2522> TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
2523> PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
2524> REPAIR OR CORRECTION.
2525>
2526> 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2527> WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
2528> REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
2529> INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
2530> OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
2531> TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
2532> YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
2533> PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
2534> POSSIBILITY OF SUCH DAMAGES.
2535
2536---------------------------------------
2537
2538## normalize-path
2539License: MIT
2540By: Jon Schlinkert, Blaine Bublitz
2541Repository: jonschlinkert/normalize-path
2542
2543> The MIT License (MIT)
2544>
2545> Copyright (c) 2014-2018, Jon Schlinkert.
2546>
2547> Permission is hereby granted, free of charge, to any person obtaining a copy
2548> of this software and associated documentation files (the "Software"), to deal
2549> in the Software without restriction, including without limitation the rights
2550> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2551> copies of the Software, and to permit persons to whom the Software is
2552> furnished to do so, subject to the following conditions:
2553>
2554> The above copyright notice and this permission notice shall be included in
2555> all copies or substantial portions of the Software.
2556>
2557> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2558> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2559> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2560> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2561> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2562> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2563> THE SOFTWARE.
2564
2565---------------------------------------
2566
2567## object-assign
2568License: MIT
2569By: Sindre Sorhus
2570Repository: sindresorhus/object-assign
2571
2572> The MIT License (MIT)
2573>
2574> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2575>
2576> Permission is hereby granted, free of charge, to any person obtaining a copy
2577> of this software and associated documentation files (the "Software"), to deal
2578> in the Software without restriction, including without limitation the rights
2579> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2580> copies of the Software, and to permit persons to whom the Software is
2581> furnished to do so, subject to the following conditions:
2582>
2583> The above copyright notice and this permission notice shall be included in
2584> all copies or substantial portions of the Software.
2585>
2586> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2587> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2588> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2589> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2590> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2591> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2592> THE SOFTWARE.
2593
2594---------------------------------------
2595
2596## okie
2597License: MIT
2598By: Evan You
2599Repository: git+https://github.com/yyx990803/okie.git
2600
2601> MIT License
2602>
2603> Copyright (c) 2020-present, Yuxi (Evan) You
2604>
2605> Permission is hereby granted, free of charge, to any person obtaining a copy
2606> of this software and associated documentation files (the "Software"), to deal
2607> in the Software without restriction, including without limitation the rights
2608> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2609> copies of the Software, and to permit persons to whom the Software is
2610> furnished to do so, subject to the following conditions:
2611>
2612> The above copyright notice and this permission notice shall be included in all
2613> copies or substantial portions of the Software.
2614>
2615> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2616> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2617> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2618> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2619> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2620> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2621> SOFTWARE.
2622
2623---------------------------------------
2624
2625## on-finished
2626License: MIT
2627By: Douglas Christopher Wilson, Jonathan Ong
2628Repository: jshttp/on-finished
2629
2630> (The MIT License)
2631>
2632> Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>
2633> Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com>
2634>
2635> Permission is hereby granted, free of charge, to any person obtaining
2636> a copy of this software and associated documentation files (the
2637> 'Software'), to deal in the Software without restriction, including
2638> without limitation the rights to use, copy, modify, merge, publish,
2639> distribute, sublicense, and/or sell copies of the Software, and to
2640> permit persons to whom the Software is furnished to do so, subject to
2641> the following conditions:
2642>
2643> The above copyright notice and this permission notice shall be
2644> included in all copies or substantial portions of the Software.
2645>
2646> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2647> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2648> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2649> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2650> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2651> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2652> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2653
2654---------------------------------------
2655
2656## once
2657License: ISC
2658By: Isaac Z. Schlueter
2659Repository: git://github.com/isaacs/once
2660
2661> The ISC License
2662>
2663> Copyright (c) Isaac Z. Schlueter and Contributors
2664>
2665> Permission to use, copy, modify, and/or distribute this software for any
2666> purpose with or without fee is hereby granted, provided that the above
2667> copyright notice and this permission notice appear in all copies.
2668>
2669> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2670> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2671> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2672> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2673> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2674> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2675> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2676
2677---------------------------------------
2678
2679## open
2680License: MIT
2681By: Sindre Sorhus
2682Repository: sindresorhus/open
2683
2684> MIT License
2685>
2686> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2687>
2688> 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:
2689>
2690> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2691>
2692> 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.
2693
2694---------------------------------------
2695
2696## parseurl
2697License: MIT
2698By: Douglas Christopher Wilson, Jonathan Ong
2699Repository: pillarjs/parseurl
2700
2701> (The MIT License)
2702>
2703> Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
2704> Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
2705>
2706> Permission is hereby granted, free of charge, to any person obtaining
2707> a copy of this software and associated documentation files (the
2708> 'Software'), to deal in the Software without restriction, including
2709> without limitation the rights to use, copy, modify, merge, publish,
2710> distribute, sublicense, and/or sell copies of the Software, and to
2711> permit persons to whom the Software is furnished to do so, subject to
2712> the following conditions:
2713>
2714> The above copyright notice and this permission notice shall be
2715> included in all copies or substantial portions of the Software.
2716>
2717> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2718> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2719> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2720> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2721> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2722> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2723> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2724
2725---------------------------------------
2726
2727## path-is-absolute
2728License: MIT
2729By: Sindre Sorhus
2730Repository: sindresorhus/path-is-absolute
2731
2732> The MIT License (MIT)
2733>
2734> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2735>
2736> Permission is hereby granted, free of charge, to any person obtaining a copy
2737> of this software and associated documentation files (the "Software"), to deal
2738> in the Software without restriction, including without limitation the rights
2739> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2740> copies of the Software, and to permit persons to whom the Software is
2741> furnished to do so, subject to the following conditions:
2742>
2743> The above copyright notice and this permission notice shall be included in
2744> all copies or substantial portions of the Software.
2745>
2746> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2747> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2748> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2749> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2750> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2751> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2752> THE SOFTWARE.
2753
2754---------------------------------------
2755
2756## path-key
2757License: MIT
2758By: Sindre Sorhus
2759Repository: sindresorhus/path-key
2760
2761> MIT License
2762>
2763> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2764>
2765> 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:
2766>
2767> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2768>
2769> 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.
2770
2771---------------------------------------
2772
2773## periscopic
2774License: MIT
2775Repository: Rich-Harris/periscopic
2776
2777> Copyright (c) 2019 Rich Harris
2778>
2779> 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:
2780>
2781> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2782>
2783> 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.
2784
2785---------------------------------------
2786
2787## picocolors
2788License: ISC
2789By: Alexey Raspopov
2790Repository: alexeyraspopov/picocolors
2791
2792> ISC License
2793>
2794> Copyright (c) 2021 Alexey Raspopov, Kostiantyn Denysov, Anton Verinov
2795>
2796> Permission to use, copy, modify, and/or distribute this software for any
2797> purpose with or without fee is hereby granted, provided that the above
2798> copyright notice and this permission notice appear in all copies.
2799>
2800> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2801> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2802> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2803> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2804> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2805> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2806> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2807
2808---------------------------------------
2809
2810## picomatch
2811License: MIT
2812By: Jon Schlinkert
2813Repository: micromatch/picomatch
2814
2815> The MIT License (MIT)
2816>
2817> Copyright (c) 2017-present, Jon Schlinkert.
2818>
2819> Permission is hereby granted, free of charge, to any person obtaining a copy
2820> of this software and associated documentation files (the "Software"), to deal
2821> in the Software without restriction, including without limitation the rights
2822> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2823> copies of the Software, and to permit persons to whom the Software is
2824> furnished to do so, subject to the following conditions:
2825>
2826> The above copyright notice and this permission notice shall be included in
2827> all copies or substantial portions of the Software.
2828>
2829> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2830> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2831> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2832> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2833> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2834> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2835> THE SOFTWARE.
2836
2837---------------------------------------
2838
2839## pify
2840License: MIT
2841By: Sindre Sorhus
2842Repository: sindresorhus/pify
2843
2844> The MIT License (MIT)
2845>
2846> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2847>
2848> Permission is hereby granted, free of charge, to any person obtaining a copy
2849> of this software and associated documentation files (the "Software"), to deal
2850> in the Software without restriction, including without limitation the rights
2851> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2852> copies of the Software, and to permit persons to whom the Software is
2853> furnished to do so, subject to the following conditions:
2854>
2855> The above copyright notice and this permission notice shall be included in
2856> all copies or substantial portions of the Software.
2857>
2858> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2859> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2860> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2861> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2862> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2863> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2864> THE SOFTWARE.
2865
2866---------------------------------------
2867
2868## postcss-import
2869License: MIT
2870By: Maxime Thirouin
2871Repository: https://github.com/postcss/postcss-import.git
2872
2873> The MIT License (MIT)
2874>
2875> Copyright (c) 2014 Maxime Thirouin, Jason Campbell & Kevin Mårtensson
2876>
2877> Permission is hereby granted, free of charge, to any person obtaining a copy of
2878> this software and associated documentation files (the "Software"), to deal in
2879> the Software without restriction, including without limitation the rights to
2880> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2881> the Software, and to permit persons to whom the Software is furnished to do so,
2882> subject to the following conditions:
2883>
2884> The above copyright notice and this permission notice shall be included in all
2885> copies or substantial portions of the Software.
2886>
2887> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2888> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2889> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2890> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2891> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2892> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2893
2894---------------------------------------
2895
2896## postcss-load-config
2897License: MIT
2898By: Michael Ciniawky, Ryan Dunckel, Mateusz Derks, Dalton Santos, Patrick Gilday, François Wouts
2899Repository: postcss/postcss-load-config
2900
2901> The MIT License (MIT)
2902>
2903> Copyright Michael Ciniawsky <michael.ciniawsky@gmail.com>
2904>
2905> Permission is hereby granted, free of charge, to any person obtaining a copy of
2906> this software and associated documentation files (the "Software"), to deal in
2907> the Software without restriction, including without limitation the rights to
2908> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2909> the Software, and to permit persons to whom the Software is furnished to do so,
2910> subject to the following conditions:
2911>
2912> The above copyright notice and this permission notice shall be included in all
2913> copies or substantial portions of the Software.
2914>
2915> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2916> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2917> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2918> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2919> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2920> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2921
2922---------------------------------------
2923
2924## postcss-modules
2925License: MIT
2926By: Alexander Madyankin
2927Repository: https://github.com/css-modules/postcss-modules.git
2928
2929> The MIT License (MIT)
2930>
2931> Copyright 2015-present Alexander Madyankin <alexander@madyankin.name>
2932>
2933> Permission is hereby granted, free of charge, to any person obtaining a copy of
2934> this software and associated documentation files (the "Software"), to deal in
2935> the Software without restriction, including without limitation the rights to
2936> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2937> the Software, and to permit persons to whom the Software is furnished to do so,
2938> subject to the following conditions:
2939>
2940> The above copyright notice and this permission notice shall be included in all
2941> copies or substantial portions of the Software.
2942>
2943> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2944> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2945> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2946> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2947> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2948> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2949
2950---------------------------------------
2951
2952## postcss-modules-extract-imports
2953License: ISC
2954By: Glen Maddern
2955Repository: https://github.com/css-modules/postcss-modules-extract-imports.git
2956
2957> Copyright 2015 Glen Maddern
2958>
2959> 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.
2960>
2961> 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.
2962
2963---------------------------------------
2964
2965## postcss-modules-local-by-default
2966License: MIT
2967By: Mark Dalgleish
2968Repository: https://github.com/css-modules/postcss-modules-local-by-default.git
2969
2970> The MIT License (MIT)
2971>
2972> Copyright 2015 Mark Dalgleish <mark.john.dalgleish@gmail.com>
2973>
2974> Permission is hereby granted, free of charge, to any person obtaining a copy of
2975> this software and associated documentation files (the "Software"), to deal in
2976> the Software without restriction, including without limitation the rights to
2977> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2978> the Software, and to permit persons to whom the Software is furnished to do so,
2979> subject to the following conditions:
2980>
2981> The above copyright notice and this permission notice shall be included in all
2982> copies or substantial portions of the Software.
2983>
2984> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2985> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2986> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2987> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2988> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2989> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2990
2991---------------------------------------
2992
2993## postcss-modules-scope
2994License: ISC
2995By: Glen Maddern
2996Repository: https://github.com/css-modules/postcss-modules-scope.git
2997
2998> ISC License (ISC)
2999>
3000> Copyright (c) 2015, Glen Maddern
3001>
3002> 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.
3003>
3004> 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.
3005
3006---------------------------------------
3007
3008## postcss-modules-values
3009License: ISC
3010By: Glen Maddern
3011Repository: git+https://github.com/css-modules/postcss-modules-values.git
3012
3013> ISC License (ISC)
3014>
3015> Copyright (c) 2015, Glen Maddern
3016>
3017> 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.
3018>
3019> 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.
3020
3021---------------------------------------
3022
3023## postcss-selector-parser
3024License: MIT
3025By: Ben Briggs, Chris Eppstein
3026Repository: postcss/postcss-selector-parser
3027
3028> Copyright (c) Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
3029>
3030> Permission is hereby granted, free of charge, to any person
3031> obtaining a copy of this software and associated documentation
3032> files (the "Software"), to deal in the Software without
3033> restriction, including without limitation the rights to use,
3034> copy, modify, merge, publish, distribute, sublicense, and/or sell
3035> copies of the Software, and to permit persons to whom the
3036> Software is furnished to do so, subject to the following
3037> conditions:
3038>
3039> The above copyright notice and this permission notice shall be
3040> included in all copies or substantial portions of the Software.
3041>
3042> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3043> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
3044> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3045> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
3046> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3047> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3048> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3049> OTHER DEALINGS IN THE SOFTWARE.
3050
3051---------------------------------------
3052
3053## postcss-value-parser
3054License: MIT
3055By: Bogdan Chadkin
3056Repository: https://github.com/TrySound/postcss-value-parser.git
3057
3058> Copyright (c) Bogdan Chadkin <trysound@yandex.ru>
3059>
3060> Permission is hereby granted, free of charge, to any person
3061> obtaining a copy of this software and associated documentation
3062> files (the "Software"), to deal in the Software without
3063> restriction, including without limitation the rights to use,
3064> copy, modify, merge, publish, distribute, sublicense, and/or sell
3065> copies of the Software, and to permit persons to whom the
3066> Software is furnished to do so, subject to the following
3067> conditions:
3068>
3069> The above copyright notice and this permission notice shall be
3070> included in all copies or substantial portions of the Software.
3071>
3072> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3073> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
3074> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3075> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
3076> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3077> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3078> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3079> OTHER DEALINGS IN THE SOFTWARE.
3080
3081---------------------------------------
3082
3083## queue-microtask
3084License: MIT
3085By: Feross Aboukhadijeh
3086Repository: git://github.com/feross/queue-microtask.git
3087
3088> The MIT License (MIT)
3089>
3090> Copyright (c) Feross Aboukhadijeh
3091>
3092> Permission is hereby granted, free of charge, to any person obtaining a copy of
3093> this software and associated documentation files (the "Software"), to deal in
3094> the Software without restriction, including without limitation the rights to
3095> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3096> the Software, and to permit persons to whom the Software is furnished to do so,
3097> subject to the following conditions:
3098>
3099> The above copyright notice and this permission notice shall be included in all
3100> copies or substantial portions of the Software.
3101>
3102> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3103> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3104> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3105> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3106> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3107> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3108
3109---------------------------------------
3110
3111## read-cache
3112License: MIT
3113By: Bogdan Chadkin
3114Repository: git+https://github.com/TrySound/read-cache.git
3115
3116> The MIT License (MIT)
3117>
3118> Copyright 2016 Bogdan Chadkin <trysound@yandex.ru>
3119>
3120> Permission is hereby granted, free of charge, to any person obtaining a copy of
3121> this software and associated documentation files (the "Software"), to deal in
3122> the Software without restriction, including without limitation the rights to
3123> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3124> the Software, and to permit persons to whom the Software is furnished to do so,
3125> subject to the following conditions:
3126>
3127> The above copyright notice and this permission notice shall be included in all
3128> copies or substantial portions of the Software.
3129>
3130> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3131> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3132> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3133> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3134> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3135> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3136
3137---------------------------------------
3138
3139## readdirp
3140License: MIT
3141By: Thorsten Lorenz, Paul Miller
3142Repository: git://github.com/paulmillr/readdirp.git
3143
3144> MIT License
3145>
3146> Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)
3147>
3148> Permission is hereby granted, free of charge, to any person obtaining a copy
3149> of this software and associated documentation files (the "Software"), to deal
3150> in the Software without restriction, including without limitation the rights
3151> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3152> copies of the Software, and to permit persons to whom the Software is
3153> furnished to do so, subject to the following conditions:
3154>
3155> The above copyright notice and this permission notice shall be included in all
3156> copies or substantial portions of the Software.
3157>
3158> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3159> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3160> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3161> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3162> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3163> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3164> SOFTWARE.
3165
3166---------------------------------------
3167
3168## requires-port
3169License: MIT
3170By: Arnout Kazemier
3171Repository: https://github.com/unshiftio/requires-port
3172
3173> The MIT License (MIT)
3174>
3175> Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
3176>
3177> Permission is hereby granted, free of charge, to any person obtaining a copy
3178> of this software and associated documentation files (the "Software"), to deal
3179> in the Software without restriction, including without limitation the rights
3180> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3181> copies of the Software, and to permit persons to whom the Software is
3182> furnished to do so, subject to the following conditions:
3183>
3184> The above copyright notice and this permission notice shall be included in all
3185> copies or substantial portions of the Software.
3186>
3187> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3188> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3189> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3190> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3191> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3192> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3193> SOFTWARE.
3194
3195---------------------------------------
3196
3197## resolve.exports
3198License: MIT
3199By: Luke Edwards
3200Repository: lukeed/resolve.exports
3201
3202> The MIT License (MIT)
3203>
3204> Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
3205>
3206> Permission is hereby granted, free of charge, to any person obtaining a copy
3207> of this software and associated documentation files (the "Software"), to deal
3208> in the Software without restriction, including without limitation the rights
3209> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3210> copies of the Software, and to permit persons to whom the Software is
3211> furnished to do so, subject to the following conditions:
3212>
3213> The above copyright notice and this permission notice shall be included in
3214> all copies or substantial portions of the Software.
3215>
3216> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3217> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3218> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3219> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3220> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3221> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3222> THE SOFTWARE.
3223
3224---------------------------------------
3225
3226## reusify
3227License: MIT
3228By: Matteo Collina
3229Repository: git+https://github.com/mcollina/reusify.git
3230
3231> The MIT License (MIT)
3232>
3233> Copyright (c) 2015 Matteo Collina
3234>
3235> Permission is hereby granted, free of charge, to any person obtaining a copy
3236> of this software and associated documentation files (the "Software"), to deal
3237> in the Software without restriction, including without limitation the rights
3238> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3239> copies of the Software, and to permit persons to whom the Software is
3240> furnished to do so, subject to the following conditions:
3241>
3242> The above copyright notice and this permission notice shall be included in all
3243> copies or substantial portions of the Software.
3244>
3245> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3246> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3247> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3248> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3249> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3250> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3251> SOFTWARE.
3252
3253---------------------------------------
3254
3255## run-parallel
3256License: MIT
3257By: Feross Aboukhadijeh
3258Repository: git://github.com/feross/run-parallel.git
3259
3260> The MIT License (MIT)
3261>
3262> Copyright (c) Feross Aboukhadijeh
3263>
3264> Permission is hereby granted, free of charge, to any person obtaining a copy of
3265> this software and associated documentation files (the "Software"), to deal in
3266> the Software without restriction, including without limitation the rights to
3267> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3268> the Software, and to permit persons to whom the Software is furnished to do so,
3269> subject to the following conditions:
3270>
3271> The above copyright notice and this permission notice shall be included in all
3272> copies or substantial portions of the Software.
3273>
3274> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3275> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3276> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3277> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3278> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3279> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3280
3281---------------------------------------
3282
3283## safe-buffer
3284License: MIT
3285By: Feross Aboukhadijeh
3286Repository: git://github.com/feross/safe-buffer.git
3287
3288> The MIT License (MIT)
3289>
3290> Copyright (c) Feross Aboukhadijeh
3291>
3292> Permission is hereby granted, free of charge, to any person obtaining a copy
3293> of this software and associated documentation files (the "Software"), to deal
3294> in the Software without restriction, including without limitation the rights
3295> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3296> copies of the Software, and to permit persons to whom the Software is
3297> furnished to do so, subject to the following conditions:
3298>
3299> The above copyright notice and this permission notice shall be included in
3300> all copies or substantial portions of the Software.
3301>
3302> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3303> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3304> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3305> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3306> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3307> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3308> THE SOFTWARE.
3309
3310---------------------------------------
3311
3312## shebang-command
3313License: MIT
3314By: Kevin Mårtensson
3315Repository: kevva/shebang-command
3316
3317> MIT License
3318>
3319> Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
3320>
3321> 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:
3322>
3323> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3324>
3325> 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.
3326
3327---------------------------------------
3328
3329## shebang-regex
3330License: MIT
3331By: Sindre Sorhus
3332Repository: sindresorhus/shebang-regex
3333
3334> MIT License
3335>
3336> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3337>
3338> 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:
3339>
3340> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3341>
3342> 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.
3343
3344---------------------------------------
3345
3346## shell-quote
3347License: MIT
3348By: James Halliday
3349Repository: http://github.com/substack/node-shell-quote.git
3350
3351> The MIT License
3352>
3353> Copyright (c) 2013 James Halliday (mail@substack.net)
3354>
3355> Permission is hereby granted, free of charge,
3356> to any person obtaining a copy of this software and
3357> associated documentation files (the "Software"), to
3358> deal in the Software without restriction, including
3359> without limitation the rights to use, copy, modify,
3360> merge, publish, distribute, sublicense, and/or sell
3361> copies of the Software, and to permit persons to whom
3362> the Software is furnished to do so,
3363> subject to the following conditions:
3364>
3365> The above copyright notice and this permission notice
3366> shall be included in all copies or substantial portions of the Software.
3367>
3368> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3369> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
3370> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3371> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
3372> ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3373> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3374> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3375
3376---------------------------------------
3377
3378## sirv
3379License: MIT
3380By: Luke Edwards
3381Repository: lukeed/sirv
3382
3383---------------------------------------
3384
3385## sourcemap-codec
3386License: MIT
3387By: Rich Harris
3388Repository: https://github.com/Rich-Harris/sourcemap-codec
3389
3390> The MIT License
3391>
3392> Copyright (c) 2015 Rich Harris
3393>
3394> Permission is hereby granted, free of charge, to any person obtaining a copy
3395> of this software and associated documentation files (the "Software"), to deal
3396> in the Software without restriction, including without limitation the rights
3397> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3398> copies of the Software, and to permit persons to whom the Software is
3399> furnished to do so, subject to the following conditions:
3400>
3401> The above copyright notice and this permission notice shall be included in
3402> all copies or substantial portions of the Software.
3403>
3404> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3405> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3406> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3407> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3408> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3409> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3410> THE SOFTWARE.
3411
3412---------------------------------------
3413
3414## statuses
3415License: MIT
3416By: Douglas Christopher Wilson, Jonathan Ong
3417Repository: jshttp/statuses
3418
3419> The MIT License (MIT)
3420>
3421> Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
3422> Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
3423>
3424> Permission is hereby granted, free of charge, to any person obtaining a copy
3425> of this software and associated documentation files (the "Software"), to deal
3426> in the Software without restriction, including without limitation the rights
3427> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3428> copies of the Software, and to permit persons to whom the Software is
3429> furnished to do so, subject to the following conditions:
3430>
3431> The above copyright notice and this permission notice shall be included in
3432> all copies or substantial portions of the Software.
3433>
3434> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3435> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3436> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3437> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3438> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3439> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3440> THE SOFTWARE.
3441
3442---------------------------------------
3443
3444## string-hash
3445License: CC0-1.0
3446By: The Dark Sky Company
3447Repository: git://github.com/darkskyapp/string-hash.git
3448
3449---------------------------------------
3450
3451## strip-ansi
3452License: MIT
3453By: Sindre Sorhus
3454Repository: chalk/strip-ansi
3455
3456> MIT License
3457>
3458> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3459>
3460> 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:
3461>
3462> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3463>
3464> 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.
3465
3466---------------------------------------
3467
3468## strip-literal
3469License: MIT
3470By: Anthony Fu
3471Repository: git+https://github.com/antfu/strip-literal.git
3472
3473> MIT License
3474>
3475> Copyright (c) 2022 Anthony Fu <https://github.com/antfu>
3476>
3477> Permission is hereby granted, free of charge, to any person obtaining a copy
3478> of this software and associated documentation files (the "Software"), to deal
3479> in the Software without restriction, including without limitation the rights
3480> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3481> copies of the Software, and to permit persons to whom the Software is
3482> furnished to do so, subject to the following conditions:
3483>
3484> The above copyright notice and this permission notice shall be included in all
3485> copies or substantial portions of the Software.
3486>
3487> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3488> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3489> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3490> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3491> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3492> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3493> SOFTWARE.
3494
3495---------------------------------------
3496
3497## to-regex-range
3498License: MIT
3499By: Jon Schlinkert, Rouven Weßling
3500Repository: micromatch/to-regex-range
3501
3502> The MIT License (MIT)
3503>
3504> Copyright (c) 2015-present, Jon Schlinkert.
3505>
3506> Permission is hereby granted, free of charge, to any person obtaining a copy
3507> of this software and associated documentation files (the "Software"), to deal
3508> in the Software without restriction, including without limitation the rights
3509> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3510> copies of the Software, and to permit persons to whom the Software is
3511> furnished to do so, subject to the following conditions:
3512>
3513> The above copyright notice and this permission notice shall be included in
3514> all copies or substantial portions of the Software.
3515>
3516> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3517> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3518> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3519> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3520> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3521> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3522> THE SOFTWARE.
3523
3524---------------------------------------
3525
3526## totalist
3527License: MIT
3528By: Luke Edwards
3529Repository: lukeed/totalist
3530
3531> The MIT License (MIT)
3532>
3533> Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
3534>
3535> Permission is hereby granted, free of charge, to any person obtaining a copy
3536> of this software and associated documentation files (the "Software"), to deal
3537> in the Software without restriction, including without limitation the rights
3538> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3539> copies of the Software, and to permit persons to whom the Software is
3540> furnished to do so, subject to the following conditions:
3541>
3542> The above copyright notice and this permission notice shall be included in
3543> all copies or substantial portions of the Software.
3544>
3545> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3546> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3547> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3548> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3549> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3550> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3551> THE SOFTWARE.
3552
3553---------------------------------------
3554
3555## tsconfck
3556License: MIT
3557By: dominikg
3558Repository: git+https://github.com/dominikg/tsconfck.git
3559
3560> MIT License
3561>
3562> Copyright (c) 2021-present dominikg and [contributors](https://github.com/dominikg/tsconfck/graphs/contributors)
3563>
3564> Permission is hereby granted, free of charge, to any person obtaining a copy
3565> of this software and associated documentation files (the "Software"), to deal
3566> in the Software without restriction, including without limitation the rights
3567> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3568> copies of the Software, and to permit persons to whom the Software is
3569> furnished to do so, subject to the following conditions:
3570>
3571> The above copyright notice and this permission notice shall be included in all
3572> copies or substantial portions of the Software.
3573>
3574> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3575> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3576> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3577> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3578> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3579> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3580> SOFTWARE.
3581>
3582> -- Licenses for 3rd-party code included in tsconfck --
3583>
3584> # strip-bom and strip-json-comments
3585> MIT License
3586>
3587> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3588>
3589> Permission is hereby granted, free of charge, to any person obtaining a copy
3590> of this software and associated documentation files (the "Software"), to deal
3591> in the Software without restriction, including without limitation the rights
3592> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3593> copies of the Software, and to permit persons to whom the Software is
3594> furnished to do so, subject to the following conditions:
3595>
3596> The above copyright notice and this permission notice shall be included in all
3597> copies or substantial portions of the Software.
3598>
3599> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3600> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3601> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3602> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3603> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3604> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3605> SOFTWARE.
3606
3607---------------------------------------
3608
3609## unpipe
3610License: MIT
3611By: Douglas Christopher Wilson
3612Repository: stream-utils/unpipe
3613
3614> (The MIT License)
3615>
3616> Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
3617>
3618> Permission is hereby granted, free of charge, to any person obtaining
3619> a copy of this software and associated documentation files (the
3620> 'Software'), to deal in the Software without restriction, including
3621> without limitation the rights to use, copy, modify, merge, publish,
3622> distribute, sublicense, and/or sell copies of the Software, and to
3623> permit persons to whom the Software is furnished to do so, subject to
3624> the following conditions:
3625>
3626> The above copyright notice and this permission notice shall be
3627> included in all copies or substantial portions of the Software.
3628>
3629> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3630> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3631> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3632> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3633> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3634> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3635> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3636
3637---------------------------------------
3638
3639## util-deprecate
3640License: MIT
3641By: Nathan Rajlich
3642Repository: git://github.com/TooTallNate/util-deprecate.git
3643
3644> (The MIT License)
3645>
3646> Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
3647>
3648> Permission is hereby granted, free of charge, to any person
3649> obtaining a copy of this software and associated documentation
3650> files (the "Software"), to deal in the Software without
3651> restriction, including without limitation the rights to use,
3652> copy, modify, merge, publish, distribute, sublicense, and/or sell
3653> copies of the Software, and to permit persons to whom the
3654> Software is furnished to do so, subject to the following
3655> conditions:
3656>
3657> The above copyright notice and this permission notice shall be
3658> included in all copies or substantial portions of the Software.
3659>
3660> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3661> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
3662> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3663> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
3664> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3665> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3666> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3667> OTHER DEALINGS IN THE SOFTWARE.
3668
3669---------------------------------------
3670
3671## utils-merge
3672License: MIT
3673By: Jared Hanson
3674Repository: git://github.com/jaredhanson/utils-merge.git
3675
3676> The MIT License (MIT)
3677>
3678> Copyright (c) 2013-2017 Jared Hanson
3679>
3680> Permission is hereby granted, free of charge, to any person obtaining a copy of
3681> this software and associated documentation files (the "Software"), to deal in
3682> the Software without restriction, including without limitation the rights to
3683> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3684> the Software, and to permit persons to whom the Software is furnished to do so,
3685> subject to the following conditions:
3686>
3687> The above copyright notice and this permission notice shall be included in all
3688> copies or substantial portions of the Software.
3689>
3690> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3691> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3692> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3693> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3694> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3695> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3696
3697---------------------------------------
3698
3699## vary
3700License: MIT
3701By: Douglas Christopher Wilson
3702Repository: jshttp/vary
3703
3704> (The MIT License)
3705>
3706> Copyright (c) 2014-2017 Douglas Christopher Wilson
3707>
3708> Permission is hereby granted, free of charge, to any person obtaining
3709> a copy of this software and associated documentation files (the
3710> 'Software'), to deal in the Software without restriction, including
3711> without limitation the rights to use, copy, modify, merge, publish,
3712> distribute, sublicense, and/or sell copies of the Software, and to
3713> permit persons to whom the Software is furnished to do so, subject to
3714> the following conditions:
3715>
3716> The above copyright notice and this permission notice shall be
3717> included in all copies or substantial portions of the Software.
3718>
3719> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3720> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3721> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3722> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3723> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3724> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3725> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3726
3727---------------------------------------
3728
3729## which
3730License: ISC
3731By: Isaac Z. Schlueter
3732Repository: git://github.com/isaacs/node-which.git
3733
3734> The ISC License
3735>
3736> Copyright (c) Isaac Z. Schlueter and Contributors
3737>
3738> Permission to use, copy, modify, and/or distribute this software for any
3739> purpose with or without fee is hereby granted, provided that the above
3740> copyright notice and this permission notice appear in all copies.
3741>
3742> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3743> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3744> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3745> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3746> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3747> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3748> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3749
3750---------------------------------------
3751
3752## wrappy
3753License: ISC
3754By: Isaac Z. Schlueter
3755Repository: https://github.com/npm/wrappy
3756
3757> The ISC License
3758>
3759> Copyright (c) Isaac Z. Schlueter and Contributors
3760>
3761> Permission to use, copy, modify, and/or distribute this software for any
3762> purpose with or without fee is hereby granted, provided that the above
3763> copyright notice and this permission notice appear in all copies.
3764>
3765> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3766> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3767> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3768> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3769> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3770> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3771> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3772
3773---------------------------------------
3774
3775## ws
3776License: MIT
3777By: Einar Otto Stangvik
3778Repository: websockets/ws
3779
3780> Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
3781>
3782> Permission is hereby granted, free of charge, to any person obtaining a copy
3783> of this software and associated documentation files (the "Software"), to deal
3784> in the Software without restriction, including without limitation the rights
3785> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3786> copies of the Software, and to permit persons to whom the Software is
3787> furnished to do so, subject to the following conditions:
3788>
3789> The above copyright notice and this permission notice shall be included in all
3790> copies or substantial portions of the Software.
3791>
3792> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3793> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3794> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3795> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3796> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3797> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3798> SOFTWARE.
3799
3800---------------------------------------
3801
3802## yaml
3803License: ISC
3804By: Eemeli Aro
3805Repository: github:eemeli/yaml
3806
3807> Copyright 2018 Eemeli Aro <eemeli@gmail.com>
3808>
3809> Permission to use, copy, modify, and/or distribute this software for any purpose
3810> with or without fee is hereby granted, provided that the above copyright notice
3811> and this permission notice appear in all copies.
3812>
3813> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
3814> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
3815> FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
3816> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
3817> OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
3818> TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
3819> THIS SOFTWARE.