UNPKG

83.2 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, BSD-3-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## @nodelib/fs.scandir
241License: MIT
242Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir
243
244---------------------------------------
245
246## @nodelib/fs.stat
247License: MIT
248Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat
249
250---------------------------------------
251
252## @nodelib/fs.walk
253License: MIT
254Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk
255
256---------------------------------------
257
258## @polka/url
259License: MIT
260By: Luke Edwards
261Repository: lukeed/polka
262
263---------------------------------------
264
265## @rollup/plugin-alias
266License: MIT
267By: Johannes Stein
268Repository: rollup/plugins
269
270---------------------------------------
271
272## @rollup/plugin-commonjs
273License: MIT
274By: Rich Harris
275Repository: rollup/plugins
276
277> The MIT License (MIT)
278>
279> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
280>
281> Permission is hereby granted, free of charge, to any person obtaining a copy
282> of this software and associated documentation files (the "Software"), to deal
283> in the Software without restriction, including without limitation the rights
284> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
285> copies of the Software, and to permit persons to whom the Software is
286> furnished to do so, subject to the following conditions:
287>
288> The above copyright notice and this permission notice shall be included in
289> all copies or substantial portions of the Software.
290>
291> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
292> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
293> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
294> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
295> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
296> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
297> THE SOFTWARE.
298
299---------------------------------------
300
301## @rollup/plugin-dynamic-import-vars
302License: MIT
303By: LarsDenBakker
304Repository: rollup/plugins
305
306---------------------------------------
307
308## @rollup/pluginutils
309License: MIT
310By: Rich Harris
311Repository: rollup/plugins
312
313---------------------------------------
314
315## @vue/compiler-core
316License: MIT
317By: Evan You
318Repository: git+https://github.com/vuejs/vue-next.git
319
320---------------------------------------
321
322## @vue/compiler-dom
323License: MIT
324By: Evan You
325Repository: git+https://github.com/vuejs/vue-next.git
326
327> The MIT License (MIT)
328>
329> Copyright (c) 2018-present, Yuxi (Evan) You
330>
331> Permission is hereby granted, free of charge, to any person obtaining a copy
332> of this software and associated documentation files (the "Software"), to deal
333> in the Software without restriction, including without limitation the rights
334> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
335> copies of the Software, and to permit persons to whom the Software is
336> furnished to do so, subject to the following conditions:
337>
338> The above copyright notice and this permission notice shall be included in
339> all copies or substantial portions of the Software.
340>
341> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
342> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
343> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
344> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
345> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
346> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
347> THE SOFTWARE.
348
349---------------------------------------
350
351## @vue/shared
352License: MIT
353By: Evan You
354Repository: git+https://github.com/vuejs/vue-next.git
355
356---------------------------------------
357
358## accepts
359License: MIT
360By: Douglas Christopher Wilson, Jonathan Ong
361Repository: jshttp/accepts
362
363---------------------------------------
364
365## acorn
366License: MIT
367By: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine
368Repository: https://github.com/acornjs/acorn.git
369
370> MIT License
371>
372> Copyright (C) 2012-2020 by various contributors (see AUTHORS)
373>
374> Permission is hereby granted, free of charge, to any person obtaining a copy
375> of this software and associated documentation files (the "Software"), to deal
376> in the Software without restriction, including without limitation the rights
377> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
378> copies of the Software, and to permit persons to whom the Software is
379> furnished to do so, subject to the following conditions:
380>
381> The above copyright notice and this permission notice shall be included in
382> all copies or substantial portions of the Software.
383>
384> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
385> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
386> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
387> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
388> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
389> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
390> THE SOFTWARE.
391
392---------------------------------------
393
394## acorn-class-fields
395License: MIT
396By: Adrian Heine
397Repository: https://github.com/acornjs/acorn-class-fields
398
399> Copyright (C) 2017-2018 by Adrian Heine
400>
401> Permission is hereby granted, free of charge, to any person obtaining a copy
402> of this software and associated documentation files (the "Software"), to deal
403> in the Software without restriction, including without limitation the rights
404> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
405> copies of the Software, and to permit persons to whom the Software is
406> furnished to do so, subject to the following conditions:
407>
408> The above copyright notice and this permission notice shall be included in
409> all copies or substantial portions of the Software.
410>
411> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
412> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
413> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
414> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
415> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
416> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
417> THE SOFTWARE.
418
419---------------------------------------
420
421## acorn-private-class-elements
422License: MIT
423By: Adrian Heine
424Repository: https://github.com/acornjs/acorn-private-class-elements
425
426---------------------------------------
427
428## acorn-static-class-features
429License: MIT
430By: Adrian Heine
431Repository: https://github.com/acornjs/acorn-static-class-features
432
433> Copyright (C) 2017-2018 by Adrian Heine
434>
435> Permission is hereby granted, free of charge, to any person obtaining a copy
436> of this software and associated documentation files (the "Software"), to deal
437> in the Software without restriction, including without limitation the rights
438> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
439> copies of the Software, and to permit persons to whom the Software is
440> furnished to do so, subject to the following conditions:
441>
442> The above copyright notice and this permission notice shall be included in
443> all copies or substantial portions of the Software.
444>
445> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
446> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
447> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
448> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
449> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
450> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
451> THE SOFTWARE.
452
453---------------------------------------
454
455## ansi-regex
456License: MIT
457By: Sindre Sorhus
458Repository: chalk/ansi-regex
459
460---------------------------------------
461
462## ansi-styles
463License: MIT
464By: Sindre Sorhus
465Repository: chalk/ansi-styles
466
467---------------------------------------
468
469## anymatch
470License: ISC
471By: Elan Shanker
472Repository: https://github.com/micromatch/anymatch
473
474---------------------------------------
475
476## array-union
477License: MIT
478By: Sindre Sorhus
479Repository: sindresorhus/array-union
480
481---------------------------------------
482
483## balanced-match
484License: MIT
485By: Julian Gruber
486Repository: git://github.com/juliangruber/balanced-match.git
487
488---------------------------------------
489
490## big.js
491License: MIT
492By: Michael Mclaughlin
493Repository: https://github.com/MikeMcl/big.js.git
494
495---------------------------------------
496
497## binary-extensions
498License: MIT
499By: Sindre Sorhus
500Repository: sindresorhus/binary-extensions
501
502---------------------------------------
503
504## brace-expansion
505License: MIT
506By: Julian Gruber
507Repository: git://github.com/juliangruber/brace-expansion.git
508
509---------------------------------------
510
511## braces
512License: MIT
513By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
514Repository: micromatch/braces
515
516---------------------------------------
517
518## builtin-modules
519License: MIT
520By: Sindre Sorhus
521Repository: sindresorhus/builtin-modules
522
523> MIT License
524>
525> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
526>
527> 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:
528>
529> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
530>
531> 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.
532
533---------------------------------------
534
535## bytes
536License: MIT
537By: TJ Holowaychuk, Jed Watson, Théo FIDRY
538Repository: visionmedia/bytes.js
539
540---------------------------------------
541
542## cac
543License: MIT
544By: egoist
545Repository: egoist/cac
546
547> The MIT License (MIT)
548>
549> Copyright (c) EGOIST <0x142857@gmail.com> (https://github.com/egoist)
550>
551> Permission is hereby granted, free of charge, to any person obtaining a copy
552> of this software and associated documentation files (the "Software"), to deal
553> in the Software without restriction, including without limitation the rights
554> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
555> copies of the Software, and to permit persons to whom the Software is
556> furnished to do so, subject to the following conditions:
557>
558> The above copyright notice and this permission notice shall be included in
559> all copies or substantial portions of the Software.
560>
561> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
562> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
563> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
564> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
565> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
566> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
567> THE SOFTWARE.
568
569---------------------------------------
570
571## chalk
572License: MIT
573Repository: chalk/chalk
574
575> MIT License
576>
577> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
578>
579> 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:
580>
581> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
582>
583> 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.
584
585---------------------------------------
586
587## chokidar
588License: MIT
589By: Paul Miller, Elan Shanker
590Repository: git+https://github.com/paulmillr/chokidar.git
591
592> The MIT License (MIT)
593>
594> Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker
595>
596> Permission is hereby granted, free of charge, to any person obtaining a copy
597> of this software and associated documentation files (the “Software”), to deal
598> in the Software without restriction, including without limitation the rights
599> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
600> copies of the Software, and to permit persons to whom the Software is
601> furnished to do so, subject to the following conditions:
602>
603> The above copyright notice and this permission notice shall be included in
604> all copies or substantial portions of the Software.
605>
606> THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
607> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
608> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
609> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
610> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
611> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
612> THE SOFTWARE.
613
614---------------------------------------
615
616## color-convert
617License: MIT
618By: Heather Arthur
619Repository: Qix-/color-convert
620
621---------------------------------------
622
623## color-name
624License: MIT
625By: DY
626Repository: git@github.com:colorjs/color-name.git
627
628---------------------------------------
629
630## commondir
631License: MIT
632By: James Halliday
633Repository: http://github.com/substack/node-commondir.git
634
635---------------------------------------
636
637## compressible
638License: MIT
639By: Douglas Christopher Wilson, Jonathan Ong, Jeremiah Senkpiel
640Repository: jshttp/compressible
641
642---------------------------------------
643
644## compression
645License: MIT
646By: Douglas Christopher Wilson, Jonathan Ong
647Repository: expressjs/compression
648
649> (The MIT License)
650>
651> Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
652> Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
653>
654> Permission is hereby granted, free of charge, to any person obtaining
655> a copy of this software and associated documentation files (the
656> 'Software'), to deal in the Software without restriction, including
657> without limitation the rights to use, copy, modify, merge, publish,
658> distribute, sublicense, and/or sell copies of the Software, and to
659> permit persons to whom the Software is furnished to do so, subject to
660> the following conditions:
661>
662> The above copyright notice and this permission notice shall be
663> included in all copies or substantial portions of the Software.
664>
665> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
666> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
667> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
668> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
669> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
670> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
671> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
672
673---------------------------------------
674
675## concat-map
676License: MIT
677By: James Halliday
678Repository: git://github.com/substack/node-concat-map.git
679
680---------------------------------------
681
682## connect
683License: MIT
684By: TJ Holowaychuk, Douglas Christopher Wilson, Jonathan Ong, Tim Caswell
685Repository: senchalabs/connect
686
687> (The MIT License)
688>
689> Copyright (c) 2010 Sencha Inc.
690> Copyright (c) 2011 LearnBoost
691> Copyright (c) 2011-2014 TJ Holowaychuk
692> Copyright (c) 2015 Douglas Christopher Wilson
693>
694> Permission is hereby granted, free of charge, to any person obtaining
695> a copy of this software and associated documentation files (the
696> 'Software'), to deal in the Software without restriction, including
697> without limitation the rights to use, copy, modify, merge, publish,
698> distribute, sublicense, and/or sell copies of the Software, and to
699> permit persons to whom the Software is furnished to do so, subject to
700> the following conditions:
701>
702> The above copyright notice and this permission notice shall be
703> included in all copies or substantial portions of the Software.
704>
705> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
706> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
707> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
708> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
709> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
710> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
711> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
712
713---------------------------------------
714
715## connect-history-api-fallback
716License: MIT
717By: Ben Ripkens, Craig Myles
718Repository: http://github.com/bripkens/connect-history-api-fallback.git
719
720> The MIT License
721>
722> Copyright (c) 2012 Ben Ripkens http://bripkens.de
723>
724> Permission is hereby granted, free of charge, to any person obtaining a copy
725> of this software and associated documentation files (the "Software"), to deal
726> in the Software without restriction, including without limitation the rights
727> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
728> copies of the Software, and to permit persons to whom the Software is
729> furnished to do so, subject to the following conditions:
730>
731> The above copyright notice and this permission notice shall be included in
732> all copies or substantial portions of the Software.
733>
734> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
735> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
736> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
737> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
738> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
739> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
740> THE SOFTWARE.
741
742---------------------------------------
743
744## convert-source-map
745License: MIT
746By: Thorsten Lorenz
747Repository: git://github.com/thlorenz/convert-source-map.git
748
749> Copyright 2013 Thorsten Lorenz.
750> All rights reserved.
751>
752> Permission is hereby granted, free of charge, to any person
753> obtaining a copy of this software and associated documentation
754> files (the "Software"), to deal in the Software without
755> restriction, including without limitation the rights to use,
756> copy, modify, merge, publish, distribute, sublicense, and/or sell
757> copies of the Software, and to permit persons to whom the
758> Software is furnished to do so, subject to the following
759> conditions:
760>
761> The above copyright notice and this permission notice shall be
762> included in all copies or substantial portions of the Software.
763>
764> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
765> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
766> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
767> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
768> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
769> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
770> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
771> OTHER DEALINGS IN THE SOFTWARE.
772
773---------------------------------------
774
775## cors
776License: MIT
777By: Troy Goode
778Repository: expressjs/cors
779
780> (The MIT License)
781>
782> Copyright (c) 2013 Troy Goode <troygoode@gmail.com>
783>
784> Permission is hereby granted, free of charge, to any person obtaining
785> a copy of this software and associated documentation files (the
786> 'Software'), to deal in the Software without restriction, including
787> without limitation the rights to use, copy, modify, merge, publish,
788> distribute, sublicense, and/or sell copies of the Software, and to
789> permit persons to whom the Software is furnished to do so, subject to
790> the following conditions:
791>
792> The above copyright notice and this permission notice shall be
793> included in all copies or substantial portions of the Software.
794>
795> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
796> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
797> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
798> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
799> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
800> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
801> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
802
803---------------------------------------
804
805## cross-spawn
806License: MIT
807By: André Cruz
808Repository: git@github.com:moxystudio/node-cross-spawn.git
809
810---------------------------------------
811
812## cssesc
813License: MIT
814By: Mathias Bynens
815Repository: https://github.com/mathiasbynens/cssesc.git
816
817---------------------------------------
818
819## debug
820License: MIT
821By: TJ Holowaychuk, Nathan Rajlich, Andrew Rhyne, Josh Junon
822Repository: git://github.com/visionmedia/debug.git
823
824> (The MIT License)
825>
826> Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>
827>
828> Permission is hereby granted, free of charge, to any person obtaining a copy of this software
829> and associated documentation files (the 'Software'), to deal in the Software without restriction,
830> including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
831> and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
832> subject to the following conditions:
833>
834> The above copyright notice and this permission notice shall be included in all copies or substantial
835> portions of the Software.
836>
837> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
838> LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
839> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
840> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
841> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
842
843---------------------------------------
844
845## define-lazy-prop
846License: MIT
847By: Sindre Sorhus
848Repository: sindresorhus/define-lazy-prop
849
850---------------------------------------
851
852## dir-glob
853License: MIT
854By: Kevin Mårtensson
855Repository: kevva/dir-glob
856
857---------------------------------------
858
859## dotenv
860License: BSD-2-Clause
861Repository: git://github.com/motdotla/dotenv.git
862
863> Copyright (c) 2015, Scott Motte
864> All rights reserved.
865>
866> Redistribution and use in source and binary forms, with or without
867> modification, are permitted provided that the following conditions are met:
868>
869> * Redistributions of source code must retain the above copyright notice, this
870> list of conditions and the following disclaimer.
871>
872> * Redistributions in binary form must reproduce the above copyright notice,
873> this list of conditions and the following disclaimer in the documentation
874> and/or other materials provided with the distribution.
875>
876> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
877> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
878> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
879> DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
880> FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
881> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
882> SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
883> CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
884> OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
885> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
886
887---------------------------------------
888
889## dotenv-expand
890License: BSD-2-Clause
891By: motdotla
892
893> Copyright (c) 2016, Scott Motte
894> All rights reserved.
895>
896> Redistribution and use in source and binary forms, with or without
897> modification, are permitted provided that the following conditions are met:
898>
899> * Redistributions of source code must retain the above copyright notice, this
900> list of conditions and the following disclaimer.
901>
902> * Redistributions in binary form must reproduce the above copyright notice,
903> this list of conditions and the following disclaimer in the documentation
904> and/or other materials provided with the distribution.
905>
906> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
907> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
908> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
909> DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
910> FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
911> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
912> SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
913> CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
914> OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
915> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
916
917---------------------------------------
918
919## ee-first
920License: MIT
921By: Jonathan Ong, Douglas Christopher Wilson
922Repository: jonathanong/ee-first
923
924---------------------------------------
925
926## emojis-list
927License: MIT
928By: Kiko Beats
929Repository: git+https://github.com/kikobeats/emojis-list.git
930
931---------------------------------------
932
933## encodeurl
934License: MIT
935By: Douglas Christopher Wilson
936Repository: pillarjs/encodeurl
937
938---------------------------------------
939
940## es-module-lexer
941License: MIT
942By: Guy Bedford
943Repository: git+https://github.com/guybedford/es-module-lexer.git
944
945> MIT License
946> -----------
947>
948> Copyright (C) 2018-2021 Guy Bedford
949>
950> 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:
951>
952> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
953>
954> 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.
955
956---------------------------------------
957
958## escape-html
959License: MIT
960Repository: component/escape-html
961
962---------------------------------------
963
964## escape-string-regexp
965License: MIT
966By: Sindre Sorhus
967Repository: sindresorhus/escape-string-regexp
968
969---------------------------------------
970
971## estree-walker
972License: MIT
973By: Rich Harris
974Repository: https://github.com/Rich-Harris/estree-walker
975
976> Copyright (c) 2015-20 [these people](https://github.com/Rich-Harris/estree-walker/graphs/contributors)
977>
978> 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:
979>
980> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
981>
982> 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.
983
984---------------------------------------
985
986## etag
987License: MIT
988By: Douglas Christopher Wilson, David Björklund
989Repository: jshttp/etag
990
991> (The MIT License)
992>
993> Copyright (c) 2014-2016 Douglas Christopher Wilson
994>
995> Permission is hereby granted, free of charge, to any person obtaining
996> a copy of this software and associated documentation files (the
997> 'Software'), to deal in the Software without restriction, including
998> without limitation the rights to use, copy, modify, merge, publish,
999> distribute, sublicense, and/or sell copies of the Software, and to
1000> permit persons to whom the Software is furnished to do so, subject to
1001> the following conditions:
1002>
1003> The above copyright notice and this permission notice shall be
1004> included in all copies or substantial portions of the Software.
1005>
1006> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1007> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1008> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1009> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1010> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1011> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1012> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1013
1014---------------------------------------
1015
1016## eventemitter3
1017License: MIT
1018By: Arnout Kazemier
1019Repository: git://github.com/primus/eventemitter3.git
1020
1021---------------------------------------
1022
1023## execa
1024License: MIT
1025By: Sindre Sorhus
1026Repository: sindresorhus/execa
1027
1028> MIT License
1029>
1030> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1031>
1032> 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:
1033>
1034> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1035>
1036> 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.
1037
1038---------------------------------------
1039
1040## fast-glob
1041License: MIT
1042By: Denis Malinochkin
1043Repository: mrmlnc/fast-glob
1044
1045> The MIT License (MIT)
1046>
1047> Copyright (c) Denis Malinochkin
1048>
1049> Permission is hereby granted, free of charge, to any person obtaining a copy
1050> of this software and associated documentation files (the "Software"), to deal
1051> in the Software without restriction, including without limitation the rights
1052> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1053> copies of the Software, and to permit persons to whom the Software is
1054> furnished to do so, subject to the following conditions:
1055>
1056> The above copyright notice and this permission notice shall be included in all
1057> copies or substantial portions of the Software.
1058>
1059> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1060> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1061> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1062> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1063> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1064> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1065> SOFTWARE.
1066
1067---------------------------------------
1068
1069## fastq
1070License: ISC
1071By: Matteo Collina
1072Repository: git+https://github.com/mcollina/fastq.git
1073
1074---------------------------------------
1075
1076## fill-range
1077License: MIT
1078By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
1079Repository: jonschlinkert/fill-range
1080
1081---------------------------------------
1082
1083## finalhandler
1084License: MIT
1085By: Douglas Christopher Wilson
1086Repository: pillarjs/finalhandler
1087
1088---------------------------------------
1089
1090## follow-redirects
1091License: MIT
1092By: Ruben Verborgh, Olivier Lalonde, James Talmage
1093Repository: git@github.com:follow-redirects/follow-redirects.git
1094
1095---------------------------------------
1096
1097## fs.realpath
1098License: ISC
1099By: Isaac Z. Schlueter
1100Repository: git+https://github.com/isaacs/fs.realpath.git
1101
1102---------------------------------------
1103
1104## generic-names
1105License: MIT
1106By: Alexey Litvinov
1107Repository: git+https://github.com/css-modules/generic-names.git
1108
1109---------------------------------------
1110
1111## get-stream
1112License: MIT
1113By: Sindre Sorhus
1114Repository: sindresorhus/get-stream
1115
1116---------------------------------------
1117
1118## glob
1119License: ISC
1120By: Isaac Z. Schlueter
1121Repository: git://github.com/isaacs/node-glob.git
1122
1123---------------------------------------
1124
1125## glob-parent
1126License: ISC
1127By: Gulp Team, Elan Shanker, Blaine Bublitz
1128Repository: gulpjs/glob-parent
1129
1130---------------------------------------
1131
1132## globby
1133License: MIT
1134By: Sindre Sorhus
1135Repository: sindresorhus/globby
1136
1137---------------------------------------
1138
1139## has-flag
1140License: MIT
1141By: Sindre Sorhus
1142Repository: sindresorhus/has-flag
1143
1144---------------------------------------
1145
1146## http-proxy
1147License: MIT
1148By: Charlie Robbins
1149Repository: https://github.com/http-party/node-http-proxy.git
1150
1151> node-http-proxy
1152>
1153> Copyright (c) 2010-2016 Charlie Robbins, Jarrett Cruger & the Contributors.
1154>
1155> Permission is hereby granted, free of charge, to any person obtaining
1156> a copy of this software and associated documentation files (the
1157> "Software"), to deal in the Software without restriction, including
1158> without limitation the rights to use, copy, modify, merge, publish,
1159> distribute, sublicense, and/or sell copies of the Software, and to
1160> permit persons to whom the Software is furnished to do so, subject to
1161> the following conditions:
1162>
1163> The above copyright notice and this permission notice shall be
1164> included in all copies or substantial portions of the Software.
1165>
1166> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1167> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1168> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1169> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1170> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1171> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1172> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1173
1174---------------------------------------
1175
1176## human-signals
1177License: Apache-2.0
1178By: ehmicky
1179Repository: ehmicky/human-signals
1180
1181---------------------------------------
1182
1183## icss-replace-symbols
1184License: ISC
1185By: Glen Maddern
1186Repository: git+https://github.com/css-modules/icss-replace-symbols.git
1187
1188---------------------------------------
1189
1190## icss-utils
1191License: ISC
1192By: Glen Maddern
1193Repository: git+https://github.com/css-modules/icss-utils.git
1194
1195---------------------------------------
1196
1197## ignore
1198License: MIT
1199By: kael
1200Repository: git@github.com:kaelzhang/node-ignore.git
1201
1202---------------------------------------
1203
1204## import-cwd
1205License: MIT
1206By: Sindre Sorhus
1207Repository: sindresorhus/import-cwd
1208
1209---------------------------------------
1210
1211## import-from
1212License: MIT
1213By: Sindre Sorhus
1214Repository: sindresorhus/import-from
1215
1216---------------------------------------
1217
1218## inflight
1219License: ISC
1220By: Isaac Z. Schlueter
1221Repository: https://github.com/npm/inflight.git
1222
1223---------------------------------------
1224
1225## inherits
1226License: ISC
1227Repository: git://github.com/isaacs/inherits
1228
1229---------------------------------------
1230
1231## is-binary-path
1232License: MIT
1233By: Sindre Sorhus
1234Repository: sindresorhus/is-binary-path
1235
1236---------------------------------------
1237
1238## is-docker
1239License: MIT
1240By: Sindre Sorhus
1241Repository: sindresorhus/is-docker
1242
1243---------------------------------------
1244
1245## is-extglob
1246License: MIT
1247By: Jon Schlinkert
1248Repository: jonschlinkert/is-extglob
1249
1250---------------------------------------
1251
1252## is-glob
1253License: MIT
1254By: Jon Schlinkert, Brian Woodward, Daniel Perez
1255Repository: micromatch/is-glob
1256
1257---------------------------------------
1258
1259## is-number
1260License: MIT
1261By: Jon Schlinkert, Olsten Larck, Rouven Weßling
1262Repository: jonschlinkert/is-number
1263
1264---------------------------------------
1265
1266## is-reference
1267License: MIT
1268By: Rich Harris
1269Repository: git+https://github.com/Rich-Harris/is-reference.git
1270
1271---------------------------------------
1272
1273## is-stream
1274License: MIT
1275By: Sindre Sorhus
1276Repository: sindresorhus/is-stream
1277
1278---------------------------------------
1279
1280## is-wsl
1281License: MIT
1282By: Sindre Sorhus
1283Repository: sindresorhus/is-wsl
1284
1285---------------------------------------
1286
1287## isexe
1288License: ISC
1289By: Isaac Z. Schlueter
1290Repository: git+https://github.com/isaacs/isexe.git
1291
1292---------------------------------------
1293
1294## json5
1295License: MIT
1296By: Aseem Kishore, Max Nanasy, Andrew Eisenberg, Jordan Tucker
1297Repository: git+https://github.com/json5/json5.git
1298
1299---------------------------------------
1300
1301## launch-editor
1302License: MIT
1303By: Evan You
1304Repository: git+https://github.com/yyx990803/launch-editor.git
1305
1306---------------------------------------
1307
1308## launch-editor-middleware
1309License: MIT
1310By: Evan You
1311Repository: git+https://github.com/yyx990803/launch-editor.git
1312
1313---------------------------------------
1314
1315## lilconfig
1316License: MIT
1317By: antonk52
1318Repository: https://github.com/antonk52/lilconfig
1319
1320---------------------------------------
1321
1322## loader-utils
1323License: MIT
1324By: Tobias Koppers @sokra
1325Repository: https://github.com/webpack/loader-utils.git
1326
1327---------------------------------------
1328
1329## lodash.camelcase
1330License: MIT
1331By: John-David Dalton, Blaine Bublitz, Mathias Bynens
1332Repository: lodash/lodash
1333
1334---------------------------------------
1335
1336## magic-string
1337License: MIT
1338By: Rich Harris
1339Repository: https://github.com/rich-harris/magic-string
1340
1341> Copyright 2018 Rich Harris
1342>
1343> 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:
1344>
1345> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1346>
1347> 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.
1348
1349---------------------------------------
1350
1351## merge-stream
1352License: MIT
1353By: Stephen Sugden
1354Repository: grncdr/merge-stream
1355
1356---------------------------------------
1357
1358## merge2
1359License: MIT
1360Repository: git@github.com:teambition/merge2.git
1361
1362---------------------------------------
1363
1364## micromatch
1365License: MIT
1366By: 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
1367Repository: micromatch/micromatch
1368
1369---------------------------------------
1370
1371## mime
1372License: MIT
1373By: Robert Kieffer
1374Repository: https://github.com/broofa/mime
1375
1376> The MIT License (MIT)
1377>
1378> Copyright (c) 2010 Benjamin Thomas, Robert Kieffer
1379>
1380> Permission is hereby granted, free of charge, to any person obtaining a copy
1381> of this software and associated documentation files (the "Software"), to deal
1382> in the Software without restriction, including without limitation the rights
1383> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1384> copies of the Software, and to permit persons to whom the Software is
1385> furnished to do so, subject to the following conditions:
1386>
1387> The above copyright notice and this permission notice shall be included in
1388> all copies or substantial portions of the Software.
1389>
1390> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1391> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1392> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1393> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1394> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1395> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1396> THE SOFTWARE.
1397
1398---------------------------------------
1399
1400## mime-db
1401License: MIT
1402By: Douglas Christopher Wilson, Jonathan Ong, Robert Kieffer
1403Repository: jshttp/mime-db
1404
1405---------------------------------------
1406
1407## mime-types
1408License: MIT
1409By: Douglas Christopher Wilson, Jeremiah Senkpiel, Jonathan Ong
1410Repository: jshttp/mime-types
1411
1412> (The MIT License)
1413>
1414> Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
1415> Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
1416>
1417> Permission is hereby granted, free of charge, to any person obtaining
1418> a copy of this software and associated documentation files (the
1419> 'Software'), to deal in the Software without restriction, including
1420> without limitation the rights to use, copy, modify, merge, publish,
1421> distribute, sublicense, and/or sell copies of the Software, and to
1422> permit persons to whom the Software is furnished to do so, subject to
1423> the following conditions:
1424>
1425> The above copyright notice and this permission notice shall be
1426> included in all copies or substantial portions of the Software.
1427>
1428> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1429> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1430> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1431> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1432> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1433> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1434> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1435
1436---------------------------------------
1437
1438## mimic-fn
1439License: MIT
1440By: Sindre Sorhus
1441Repository: sindresorhus/mimic-fn
1442
1443---------------------------------------
1444
1445## minimatch
1446License: ISC
1447By: Isaac Z. Schlueter
1448Repository: git://github.com/isaacs/minimatch.git
1449
1450> The ISC License
1451>
1452> Copyright (c) Isaac Z. Schlueter and Contributors
1453>
1454> Permission to use, copy, modify, and/or distribute this software for any
1455> purpose with or without fee is hereby granted, provided that the above
1456> copyright notice and this permission notice appear in all copies.
1457>
1458> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1459> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1460> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1461> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1462> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1463> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1464> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1465
1466---------------------------------------
1467
1468## ms
1469License: MIT
1470Repository: zeit/ms
1471
1472---------------------------------------
1473
1474## negotiator
1475License: MIT
1476By: Douglas Christopher Wilson, Federico Romero, Isaac Z. Schlueter
1477Repository: jshttp/negotiator
1478
1479---------------------------------------
1480
1481## node-forge
1482License: (BSD-3-Clause OR GPL-2.0)
1483By: Digital Bazaar, Inc., Dave Longley, David I. Lehn, Stefan Siegl, Christoph Dorn
1484Repository: https://github.com/digitalbazaar/forge
1485
1486---------------------------------------
1487
1488## normalize-path
1489License: MIT
1490By: Jon Schlinkert, Blaine Bublitz
1491Repository: jonschlinkert/normalize-path
1492
1493---------------------------------------
1494
1495## npm-run-path
1496License: MIT
1497By: Sindre Sorhus
1498Repository: sindresorhus/npm-run-path
1499
1500---------------------------------------
1501
1502## object-assign
1503License: MIT
1504By: Sindre Sorhus
1505Repository: sindresorhus/object-assign
1506
1507---------------------------------------
1508
1509## okie
1510License: MIT
1511By: Evan You
1512Repository: git+https://github.com/yyx990803/okie.git
1513
1514> MIT License
1515>
1516> Copyright (c) 2020-present, Yuxi (Evan) You
1517>
1518> Permission is hereby granted, free of charge, to any person obtaining a copy
1519> of this software and associated documentation files (the "Software"), to deal
1520> in the Software without restriction, including without limitation the rights
1521> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1522> copies of the Software, and to permit persons to whom the Software is
1523> furnished to do so, subject to the following conditions:
1524>
1525> The above copyright notice and this permission notice shall be included in all
1526> copies or substantial portions of the Software.
1527>
1528> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1529> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1530> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1531> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1532> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1533> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1534> SOFTWARE.
1535
1536---------------------------------------
1537
1538## on-finished
1539License: MIT
1540By: Douglas Christopher Wilson, Jonathan Ong
1541Repository: jshttp/on-finished
1542
1543---------------------------------------
1544
1545## on-headers
1546License: MIT
1547By: Douglas Christopher Wilson
1548Repository: jshttp/on-headers
1549
1550---------------------------------------
1551
1552## once
1553License: ISC
1554By: Isaac Z. Schlueter
1555Repository: git://github.com/isaacs/once
1556
1557---------------------------------------
1558
1559## onetime
1560License: MIT
1561By: Sindre Sorhus
1562Repository: sindresorhus/onetime
1563
1564---------------------------------------
1565
1566## open
1567License: MIT
1568By: Sindre Sorhus
1569Repository: sindresorhus/open
1570
1571> MIT License
1572>
1573> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1574>
1575> 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:
1576>
1577> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1578>
1579> 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.
1580
1581---------------------------------------
1582
1583## parseurl
1584License: MIT
1585By: Douglas Christopher Wilson, Jonathan Ong
1586Repository: pillarjs/parseurl
1587
1588---------------------------------------
1589
1590## path-is-absolute
1591License: MIT
1592By: Sindre Sorhus
1593Repository: sindresorhus/path-is-absolute
1594
1595---------------------------------------
1596
1597## path-key
1598License: MIT
1599By: Sindre Sorhus
1600Repository: sindresorhus/path-key
1601
1602---------------------------------------
1603
1604## path-type
1605License: MIT
1606By: Sindre Sorhus
1607Repository: sindresorhus/path-type
1608
1609---------------------------------------
1610
1611## periscopic
1612License: MIT
1613Repository: Rich-Harris/periscopic
1614
1615> Copyright (c) 2019 Rich Harris
1616>
1617> 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:
1618>
1619> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1620>
1621> 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.
1622
1623---------------------------------------
1624
1625## picomatch
1626License: MIT
1627By: Jon Schlinkert
1628Repository: micromatch/picomatch
1629
1630---------------------------------------
1631
1632## pify
1633License: MIT
1634By: Sindre Sorhus
1635Repository: sindresorhus/pify
1636
1637---------------------------------------
1638
1639## postcss-import
1640License: MIT
1641By: Maxime Thirouin
1642Repository: https://github.com/postcss/postcss-import.git
1643
1644> The MIT License (MIT)
1645>
1646> Copyright (c) 2014 Maxime Thirouin, Jason Campbell & Kevin Mårtensson
1647>
1648> Permission is hereby granted, free of charge, to any person obtaining a copy of
1649> this software and associated documentation files (the "Software"), to deal in
1650> the Software without restriction, including without limitation the rights to
1651> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1652> the Software, and to permit persons to whom the Software is furnished to do so,
1653> subject to the following conditions:
1654>
1655> The above copyright notice and this permission notice shall be included in all
1656> copies or substantial portions of the Software.
1657>
1658> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1659> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1660> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1661> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1662> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1663> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1664
1665---------------------------------------
1666
1667## postcss-load-config
1668License: MIT
1669By: Michael Ciniawky, Ryan Dunckel, Mateusz Derks, Dalton Santos, Patrick Gilday
1670Repository: postcss/postcss-load-config
1671
1672> The MIT License (MIT)
1673>
1674> Copyright Michael Ciniawsky <michael.ciniawsky@gmail.com>
1675>
1676> Permission is hereby granted, free of charge, to any person obtaining a copy of
1677> this software and associated documentation files (the "Software"), to deal in
1678> the Software without restriction, including without limitation the rights to
1679> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1680> the Software, and to permit persons to whom the Software is furnished to do so,
1681> subject to the following conditions:
1682>
1683> The above copyright notice and this permission notice shall be included in all
1684> copies or substantial portions of the Software.
1685>
1686> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1687> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1688> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1689> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1690> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1691> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1692
1693---------------------------------------
1694
1695## postcss-modules
1696License: MIT
1697By: Alexander Madyankin
1698Repository: https://github.com/css-modules/postcss-modules.git
1699
1700> The MIT License (MIT)
1701>
1702> Copyright 2015-2016 Alexander Madyankin <alexander@madyankin.name>
1703>
1704> Permission is hereby granted, free of charge, to any person obtaining a copy of
1705> this software and associated documentation files (the "Software"), to deal in
1706> the Software without restriction, including without limitation the rights to
1707> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1708> the Software, and to permit persons to whom the Software is furnished to do so,
1709> subject to the following conditions:
1710>
1711> The above copyright notice and this permission notice shall be included in all
1712> copies or substantial portions of the Software.
1713>
1714> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1715> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1716> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1717> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1718> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1719> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1720
1721---------------------------------------
1722
1723## postcss-modules-extract-imports
1724License: ISC
1725By: Glen Maddern
1726Repository: https://github.com/css-modules/postcss-modules-extract-imports.git
1727
1728---------------------------------------
1729
1730## postcss-modules-local-by-default
1731License: MIT
1732By: Mark Dalgleish
1733Repository: https://github.com/css-modules/postcss-modules-local-by-default.git
1734
1735---------------------------------------
1736
1737## postcss-modules-scope
1738License: ISC
1739By: Glen Maddern
1740Repository: https://github.com/css-modules/postcss-modules-scope.git
1741
1742---------------------------------------
1743
1744## postcss-modules-values
1745License: ISC
1746By: Glen Maddern
1747Repository: git+https://github.com/css-modules/postcss-modules-values.git
1748
1749---------------------------------------
1750
1751## postcss-selector-parser
1752License: MIT
1753By: Ben Briggs, Chris Eppstein
1754Repository: postcss/postcss-selector-parser
1755
1756---------------------------------------
1757
1758## postcss-value-parser
1759License: MIT
1760By: Bogdan Chadkin
1761Repository: https://github.com/TrySound/postcss-value-parser.git
1762
1763---------------------------------------
1764
1765## queue-microtask
1766License: MIT
1767By: Feross Aboukhadijeh
1768Repository: git://github.com/feross/queue-microtask.git
1769
1770---------------------------------------
1771
1772## read-cache
1773License: MIT
1774By: Bogdan Chadkin
1775Repository: git+https://github.com/TrySound/read-cache.git
1776
1777---------------------------------------
1778
1779## readdirp
1780License: MIT
1781By: Thorsten Lorenz, Paul Miller
1782Repository: git://github.com/paulmillr/readdirp.git
1783
1784---------------------------------------
1785
1786## requires-port
1787License: MIT
1788By: Arnout Kazemier
1789Repository: https://github.com/unshiftio/requires-port
1790
1791---------------------------------------
1792
1793## resolve-from
1794License: MIT
1795By: Sindre Sorhus
1796Repository: sindresorhus/resolve-from
1797
1798---------------------------------------
1799
1800## resolve.exports
1801License: MIT
1802By: Luke Edwards
1803Repository: lukeed/resolve.exports
1804
1805> The MIT License (MIT)
1806>
1807> Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
1808>
1809> Permission is hereby granted, free of charge, to any person obtaining a copy
1810> of this software and associated documentation files (the "Software"), to deal
1811> in the Software without restriction, including without limitation the rights
1812> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1813> copies of the Software, and to permit persons to whom the Software is
1814> furnished to do so, subject to the following conditions:
1815>
1816> The above copyright notice and this permission notice shall be included in
1817> all copies or substantial portions of the Software.
1818>
1819> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1820> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1821> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1822> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1823> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1824> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1825> THE SOFTWARE.
1826
1827---------------------------------------
1828
1829## reusify
1830License: MIT
1831By: Matteo Collina
1832Repository: git+https://github.com/mcollina/reusify.git
1833
1834---------------------------------------
1835
1836## run-parallel
1837License: MIT
1838By: Feross Aboukhadijeh
1839Repository: git://github.com/feross/run-parallel.git
1840
1841---------------------------------------
1842
1843## safe-buffer
1844License: MIT
1845By: Feross Aboukhadijeh
1846Repository: git://github.com/feross/safe-buffer.git
1847
1848---------------------------------------
1849
1850## selfsigned
1851License: MIT
1852By: José F. Romaniello, Paolo Fragomeni, Charles Bushong
1853Repository: git://github.com/jfromaniello/selfsigned.git
1854
1855> MIT License
1856>
1857> Copyright (c) 2013 José F. Romaniello
1858>
1859> Permission is hereby granted, free of charge, to any person obtaining a copy
1860> of this software and associated documentation files (the "Software"), to deal
1861> in the Software without restriction, including without limitation the rights
1862> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1863> copies of the Software, and to permit persons to whom the Software is
1864> furnished to do so, subject to the following conditions:
1865>
1866> The above copyright notice and this permission notice shall be included in all
1867> copies or substantial portions of the Software.
1868>
1869> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1870> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1871> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1872> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1873> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1874> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1875> SOFTWARE.
1876
1877---------------------------------------
1878
1879## shebang-command
1880License: MIT
1881By: Kevin Mårtensson
1882Repository: kevva/shebang-command
1883
1884---------------------------------------
1885
1886## shebang-regex
1887License: MIT
1888By: Sindre Sorhus
1889Repository: sindresorhus/shebang-regex
1890
1891---------------------------------------
1892
1893## shell-quote
1894License: MIT
1895By: James Halliday
1896Repository: http://github.com/substack/node-shell-quote.git
1897
1898---------------------------------------
1899
1900## signal-exit
1901License: ISC
1902By: Ben Coe
1903Repository: https://github.com/tapjs/signal-exit.git
1904
1905---------------------------------------
1906
1907## sirv
1908License: MIT
1909By: Luke Edwards
1910Repository: lukeed/sirv
1911
1912---------------------------------------
1913
1914## slash
1915License: MIT
1916By: Sindre Sorhus
1917Repository: sindresorhus/slash
1918
1919---------------------------------------
1920
1921## source-map
1922License: BSD-3-Clause
1923By: Nick Fitzgerald, Tobias Koppers, Duncan Beevers, Stephen Crane, Ryan Seddon, Miles Elam, Mihai Bazon, Michael Ficarra, Todd Wolfson, Alexander Solovyov, Felix Gnass, Conrad Irwin, usrbincc, David Glasser, Chase Douglas, Evan Wallace, Heather Arthur, Hugh Kennedy, Simon Lydell, Jmeas Smith, Michael Z Goddard, azu, John Gozde, Adam Kirkton, Chris Montgomery, J. Ryan Stinnett, Jack Herrington, Chris Truter, Daniel Espeset, Jamie Wong, Eddy Bruël, Hawken Rives, Gilad Peleg, djchie, Gary Ye, Nicolas Lalevée
1924Repository: http://github.com/mozilla/source-map.git
1925
1926> Copyright (c) 2009-2011, Mozilla Foundation and contributors
1927> All rights reserved.
1928>
1929> Redistribution and use in source and binary forms, with or without
1930> modification, are permitted provided that the following conditions are met:
1931>
1932> * Redistributions of source code must retain the above copyright notice, this
1933> list of conditions and the following disclaimer.
1934>
1935> * Redistributions in binary form must reproduce the above copyright notice,
1936> this list of conditions and the following disclaimer in the documentation
1937> and/or other materials provided with the distribution.
1938>
1939> * Neither the names of the Mozilla Foundation nor the names of project
1940> contributors may be used to endorse or promote products derived from this
1941> software without specific prior written permission.
1942>
1943> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1944> ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1945> WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1946> DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1947> FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1948> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1949> SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1950> CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1951> OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1952> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1953
1954---------------------------------------
1955
1956## sourcemap-codec
1957License: MIT
1958By: Rich Harris
1959Repository: https://github.com/Rich-Harris/sourcemap-codec
1960
1961---------------------------------------
1962
1963## statuses
1964License: MIT
1965By: Douglas Christopher Wilson, Jonathan Ong
1966Repository: jshttp/statuses
1967
1968---------------------------------------
1969
1970## string-hash
1971License: CC0-1.0
1972By: The Dark Sky Company
1973Repository: git://github.com/darkskyapp/string-hash.git
1974
1975---------------------------------------
1976
1977## strip-ansi
1978License: MIT
1979By: Sindre Sorhus
1980Repository: chalk/strip-ansi
1981
1982> MIT License
1983>
1984> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1985>
1986> 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:
1987>
1988> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1989>
1990> 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.
1991
1992---------------------------------------
1993
1994## strip-final-newline
1995License: MIT
1996By: Sindre Sorhus
1997Repository: sindresorhus/strip-final-newline
1998
1999---------------------------------------
2000
2001## supports-color
2002License: MIT
2003By: Sindre Sorhus
2004Repository: chalk/supports-color
2005
2006---------------------------------------
2007
2008## to-regex-range
2009License: MIT
2010By: Jon Schlinkert, Rouven Weßling
2011Repository: micromatch/to-regex-range
2012
2013---------------------------------------
2014
2015## totalist
2016License: MIT
2017By: Luke Edwards
2018Repository: lukeed/totalist
2019
2020---------------------------------------
2021
2022## tsconfck
2023License: MIT
2024By: dominikg
2025Repository: git+https://github.com/dominikg/tsconfck.git
2026
2027> MIT License
2028>
2029> Copyright (c) 2021-present dominikg and [contributors](https://github.com/dominikg/tsconfck/graphs/contributors)
2030>
2031> Permission is hereby granted, free of charge, to any person obtaining a copy
2032> of this software and associated documentation files (the "Software"), to deal
2033> in the Software without restriction, including without limitation the rights
2034> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2035> copies of the Software, and to permit persons to whom the Software is
2036> furnished to do so, subject to the following conditions:
2037>
2038> The above copyright notice and this permission notice shall be included in all
2039> copies or substantial portions of the Software.
2040>
2041> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2042> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2043> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2044> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2045> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2046> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2047> SOFTWARE.
2048>
2049> -- Licenses for 3rd-party code included in tsconfck --
2050>
2051> # strip-bom and strip-json-comments
2052> MIT License
2053>
2054> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2055>
2056> Permission is hereby granted, free of charge, to any person obtaining a copy
2057> of this software and associated documentation files (the "Software"), to deal
2058> in the Software without restriction, including without limitation the rights
2059> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2060> copies of the Software, and to permit persons to whom the Software is
2061> furnished to do so, subject to the following conditions:
2062>
2063> The above copyright notice and this permission notice shall be included in all
2064> copies or substantial portions of the Software.
2065>
2066> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2067> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2068> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2069> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2070> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2071> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2072> SOFTWARE.
2073
2074---------------------------------------
2075
2076## unpipe
2077License: MIT
2078By: Douglas Christopher Wilson
2079Repository: stream-utils/unpipe
2080
2081---------------------------------------
2082
2083## util-deprecate
2084License: MIT
2085By: Nathan Rajlich
2086Repository: git://github.com/TooTallNate/util-deprecate.git
2087
2088---------------------------------------
2089
2090## utils-merge
2091License: MIT
2092By: Jared Hanson
2093Repository: git://github.com/jaredhanson/utils-merge.git
2094
2095---------------------------------------
2096
2097## vary
2098License: MIT
2099By: Douglas Christopher Wilson
2100Repository: jshttp/vary
2101
2102---------------------------------------
2103
2104## which
2105License: ISC
2106By: Isaac Z. Schlueter
2107Repository: git://github.com/isaacs/node-which.git
2108
2109---------------------------------------
2110
2111## wrappy
2112License: ISC
2113By: Isaac Z. Schlueter
2114Repository: https://github.com/npm/wrappy
2115
2116---------------------------------------
2117
2118## ws
2119License: MIT
2120By: Einar Otto Stangvik
2121Repository: websockets/ws
2122
2123> The MIT License (MIT)
2124>
2125> Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
2126>
2127> Permission is hereby granted, free of charge, to any person obtaining a copy
2128> of this software and associated documentation files (the "Software"), to deal
2129> in the Software without restriction, including without limitation the rights
2130> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2131> copies of the Software, and to permit persons to whom the Software is
2132> furnished to do so, subject to the following conditions:
2133>
2134> The above copyright notice and this permission notice shall be included in all
2135> copies or substantial portions of the Software.
2136>
2137> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2138> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2139> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2140> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2141> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2142> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2143> SOFTWARE.
2144
2145---------------------------------------
2146
2147## yaml
2148License: ISC
2149By: Eemeli Aro
2150Repository: github:eemeli/yaml