source: node_modules/vite/LICENSE.md@ 7deb3e2

Last change on this file since 7deb3e2 was 57e58a3, checked in by ste08 <sjovanoska@…>, 4 months ago

Initial commit

  • Property mode set to 100644
File size: 116.6 KB
Line 
1# Vite core license
2Vite is released under the MIT license:
3
4MIT License
5
6Copyright (c) 2019-present, VoidZero Inc. 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
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 [yyyy] [name of copyright owner]
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, @jridgewell/set-array
241License: MIT
242By: Justin Ridgewell
243Repositories: https://github.com/jridgewell/gen-mapping, https://github.com/jridgewell/set-array
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/sourcemap-codec
295License: MIT
296By: Rich Harris
297Repository: git+https://github.com/jridgewell/sourcemap-codec.git
298
299> The MIT License
300>
301> Copyright (c) 2015 Rich Harris
302>
303> Permission is hereby granted, free of charge, to any person obtaining a copy
304> of this software and associated documentation files (the "Software"), to deal
305> in the Software without restriction, including without limitation the rights
306> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
307> copies of the Software, and to permit persons to whom the Software is
308> furnished to do so, subject to the following conditions:
309>
310> The above copyright notice and this permission notice shall be included in
311> all copies or substantial portions of the Software.
312>
313> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
314> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
315> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
316> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
317> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
318> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
319> THE SOFTWARE.
320
321---------------------------------------
322
323## @jridgewell/trace-mapping
324License: MIT
325By: Justin Ridgewell
326Repository: git+https://github.com/jridgewell/trace-mapping.git
327
328> Copyright 2022 Justin Ridgewell <justin@ridgewell.name>
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 THE
346> SOFTWARE.
347
348---------------------------------------
349
350## @polka/compression
351License: MIT
352Repository: lukeed/polka
353
354---------------------------------------
355
356## @polka/url
357License: MIT
358By: Luke Edwards
359Repository: lukeed/polka
360
361---------------------------------------
362
363## @rollup/plugin-alias, @rollup/plugin-commonjs, @rollup/plugin-dynamic-import-vars, @rollup/pluginutils
364License: MIT
365By: Johannes Stein
366Repository: rollup/plugins
367
368License: MIT
369By: Rich Harris
370Repository: rollup/plugins
371
372License: MIT
373By: LarsDenBakker
374Repository: rollup/plugins
375
376License: MIT
377By: Rich Harris
378Repository: rollup/plugins
379
380> The MIT License (MIT)
381>
382> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
383>
384> Permission is hereby granted, free of charge, to any person obtaining a copy
385> of this software and associated documentation files (the "Software"), to deal
386> in the Software without restriction, including without limitation the rights
387> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
388> copies of the Software, and to permit persons to whom the Software is
389> furnished to do so, subject to the following conditions:
390>
391> The above copyright notice and this permission notice shall be included in
392> all copies or substantial portions of the Software.
393>
394> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
395> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
396> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
397> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
398> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
399> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
400> THE SOFTWARE.
401
402---------------------------------------
403
404## anymatch
405License: ISC
406By: Elan Shanker
407Repository: https://github.com/micromatch/anymatch
408
409> The ISC License
410>
411> Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)
412>
413> Permission to use, copy, modify, and/or distribute this software for any
414> purpose with or without fee is hereby granted, provided that the above
415> copyright notice and this permission notice appear in all copies.
416>
417> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
418> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
419> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
420> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
421> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
422> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
423> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
424
425---------------------------------------
426
427## artichokie
428License: MIT
429By: sapphi-red, Evan You
430Repository: git+https://github.com/sapphi-red/artichokie.git
431
432> MIT License
433>
434> Copyright (c) 2020-present, Yuxi (Evan) You
435> Copyright (c) 2023-present, sapphi-red
436>
437> Permission is hereby granted, free of charge, to any person obtaining a copy
438> of this software and associated documentation files (the "Software"), to deal
439> in the Software without restriction, including without limitation the rights
440> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
441> copies of the Software, and to permit persons to whom the Software is
442> furnished to do so, subject to the following conditions:
443>
444> The above copyright notice and this permission notice shall be included in all
445> copies or substantial portions of the Software.
446>
447> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
448> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
449> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
450> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
451> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
452> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
453> SOFTWARE.
454
455---------------------------------------
456
457## binary-extensions
458License: MIT
459By: Sindre Sorhus
460Repository: sindresorhus/binary-extensions
461
462> MIT License
463>
464> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
465> Copyright (c) Paul Miller (https://paulmillr.com)
466>
467> 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:
468>
469> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
470>
471> 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.
472
473---------------------------------------
474
475## braces, fill-range, is-number
476License: MIT
477By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
478Repository: micromatch/braces
479
480License: MIT
481By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
482Repository: jonschlinkert/fill-range
483
484License: MIT
485By: Jon Schlinkert, Olsten Larck, Rouven Weßling
486Repository: jonschlinkert/is-number
487
488> The MIT License (MIT)
489>
490> Copyright (c) 2014-present, Jon Schlinkert.
491>
492> Permission is hereby granted, free of charge, to any person obtaining a copy
493> of this software and associated documentation files (the "Software"), to deal
494> in the Software without restriction, including without limitation the rights
495> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
496> copies of the Software, and to permit persons to whom the Software is
497> furnished to do so, subject to the following conditions:
498>
499> The above copyright notice and this permission notice shall be included in
500> all copies or substantial portions of the Software.
501>
502> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
503> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
504> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
505> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
506> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
507> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
508> THE SOFTWARE.
509
510---------------------------------------
511
512## bundle-name, default-browser, default-browser-id, define-lazy-prop, is-docker, is-inside-container, is-wsl, open, run-applescript
513License: MIT
514By: Sindre Sorhus
515Repositories: sindresorhus/bundle-name, sindresorhus/default-browser, sindresorhus/default-browser-id, sindresorhus/define-lazy-prop, sindresorhus/is-docker, sindresorhus/is-inside-container, sindresorhus/is-wsl, sindresorhus/open, sindresorhus/run-applescript
516
517> MIT License
518>
519> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
520>
521> 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:
522>
523> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
524>
525> 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.
526
527---------------------------------------
528
529## cac
530License: MIT
531By: egoist
532Repository: egoist/cac
533
534> The MIT License (MIT)
535>
536> Copyright (c) EGOIST <0x142857@gmail.com> (https://github.com/egoist)
537>
538> Permission is hereby granted, free of charge, to any person obtaining a copy
539> of this software and associated documentation files (the "Software"), to deal
540> in the Software without restriction, including without limitation the rights
541> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
542> copies of the Software, and to permit persons to whom the Software is
543> furnished to do so, subject to the following conditions:
544>
545> The above copyright notice and this permission notice shall be included in
546> all copies or substantial portions of the Software.
547>
548> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
549> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
550> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
551> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
552> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
553> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
554> THE SOFTWARE.
555
556---------------------------------------
557
558## chokidar
559License: MIT
560By: Paul Miller, Elan Shanker
561Repository: git+https://github.com/paulmillr/chokidar.git
562
563> The MIT License (MIT)
564>
565> Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker
566>
567> Permission is hereby granted, free of charge, to any person obtaining a copy
568> of this software and associated documentation files (the “Software”), to deal
569> in the Software without restriction, including without limitation the rights
570> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
571> copies of the Software, and to permit persons to whom the Software is
572> furnished to do so, subject to the following conditions:
573>
574> The above copyright notice and this permission notice shall be included in
575> all copies or substantial portions of the Software.
576>
577> THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
578> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
579> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
580> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
581> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
582> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
583> THE SOFTWARE.
584
585---------------------------------------
586
587## commondir, shell-quote
588License: MIT
589By: James Halliday
590Repositories: http://github.com/substack/node-commondir.git, http://github.com/ljharb/shell-quote.git
591
592> The MIT License
593>
594> Copyright (c) 2013 James Halliday (mail@substack.net)
595>
596> Permission is hereby granted, free of charge,
597> to any person obtaining a copy of this software and
598> associated documentation files (the "Software"), to
599> deal in the Software without restriction, including
600> without limitation the rights to use, copy, modify,
601> merge, publish, distribute, sublicense, and/or sell
602> copies of the Software, and to permit persons to whom
603> the Software is furnished to do so,
604> subject to the following conditions:
605>
606> The above copyright notice and this permission notice
607> shall be included in all copies or substantial portions of the Software.
608>
609> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
610> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
611> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
612> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
613> ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
614> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
615> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
616
617---------------------------------------
618
619## connect
620License: MIT
621By: TJ Holowaychuk, Douglas Christopher Wilson, Jonathan Ong, Tim Caswell
622Repository: senchalabs/connect
623
624> (The MIT License)
625>
626> Copyright (c) 2010 Sencha Inc.
627> Copyright (c) 2011 LearnBoost
628> Copyright (c) 2011-2014 TJ Holowaychuk
629> Copyright (c) 2015 Douglas Christopher Wilson
630>
631> Permission is hereby granted, free of charge, to any person obtaining
632> a copy of this software and associated documentation files (the
633> 'Software'), to deal in the Software without restriction, including
634> without limitation the rights to use, copy, modify, merge, publish,
635> distribute, sublicense, and/or sell copies of the Software, and to
636> permit persons to whom the Software is furnished to do so, subject to
637> the following conditions:
638>
639> The above copyright notice and this permission notice shall be
640> included in all copies or substantial portions of the Software.
641>
642> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
643> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
644> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
645> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
646> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
647> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
648> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
649
650---------------------------------------
651
652## convert-source-map
653License: MIT
654By: Thorsten Lorenz
655Repository: git://github.com/thlorenz/convert-source-map.git
656
657> Copyright 2013 Thorsten Lorenz.
658> All rights reserved.
659>
660> Permission is hereby granted, free of charge, to any person
661> obtaining a copy of this software and associated documentation
662> files (the "Software"), to deal in the Software without
663> restriction, including without limitation the rights to use,
664> copy, modify, merge, publish, distribute, sublicense, and/or sell
665> copies of the Software, and to permit persons to whom the
666> Software is furnished to do so, subject to the following
667> conditions:
668>
669> The above copyright notice and this permission notice shall be
670> included in all copies or substantial portions of the Software.
671>
672> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
673> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
674> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
675> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
676> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
677> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
678> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
679> OTHER DEALINGS IN THE SOFTWARE.
680
681---------------------------------------
682
683## cors
684License: MIT
685By: Troy Goode
686Repository: expressjs/cors
687
688> (The MIT License)
689>
690> Copyright (c) 2013 Troy Goode <troygoode@gmail.com>
691>
692> Permission is hereby granted, free of charge, to any person obtaining
693> a copy of this software and associated documentation files (the
694> 'Software'), to deal in the Software without restriction, including
695> without limitation the rights to use, copy, modify, merge, publish,
696> distribute, sublicense, and/or sell copies of the Software, and to
697> permit persons to whom the Software is furnished to do so, subject to
698> the following conditions:
699>
700> The above copyright notice and this permission notice shall be
701> included in all copies or substantial portions of the Software.
702>
703> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
704> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
705> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
706> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
707> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
708> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
709> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
710
711---------------------------------------
712
713## cross-spawn
714License: MIT
715By: André Cruz
716Repository: git@github.com:moxystudio/node-cross-spawn.git
717
718> The MIT License (MIT)
719>
720> Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
721>
722> Permission is hereby granted, free of charge, to any person obtaining a copy
723> of this software and associated documentation files (the "Software"), to deal
724> in the Software without restriction, including without limitation the rights
725> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
726> copies of the Software, and to permit persons to whom the Software is
727> furnished to do so, subject to the following conditions:
728>
729> The above copyright notice and this permission notice shall be included in
730> all copies or substantial portions of the Software.
731>
732> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
733> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
734> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
735> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
736> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
737> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
738> THE SOFTWARE.
739
740---------------------------------------
741
742## cssesc
743License: MIT
744By: Mathias Bynens
745Repository: https://github.com/mathiasbynens/cssesc.git
746
747> Copyright Mathias Bynens <https://mathiasbynens.be/>
748>
749> Permission is hereby granted, free of charge, to any person obtaining
750> a copy of this software and associated documentation files (the
751> "Software"), to deal in the Software without restriction, including
752> without limitation the rights to use, copy, modify, merge, publish,
753> distribute, sublicense, and/or sell copies of the Software, and to
754> permit persons to whom the Software is furnished to do so, subject to
755> the following conditions:
756>
757> The above copyright notice and this permission notice shall be
758> included in all copies or substantial portions of the Software.
759>
760> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
761> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
762> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
763> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
764> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
765> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
766> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
767
768---------------------------------------
769
770## debug
771License: MIT
772By: Josh Junon, TJ Holowaychuk, Nathan Rajlich, Andrew Rhyne
773Repository: git://github.com/debug-js/debug.git
774
775> (The MIT License)
776>
777> Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
778> Copyright (c) 2018-2021 Josh Junon
779>
780> Permission is hereby granted, free of charge, to any person obtaining a copy of this software
781> and associated documentation files (the 'Software'), to deal in the Software without restriction,
782> including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
783> and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
784> subject to the following conditions:
785>
786> The above copyright notice and this permission notice shall be included in all copies or substantial
787> portions of the Software.
788>
789> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
790> LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
791> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
792> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
793> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
794
795---------------------------------------
796
797## dotenv
798License: BSD-2-Clause
799Repository: git://github.com/motdotla/dotenv.git
800
801> Copyright (c) 2015, Scott Motte
802> All rights reserved.
803>
804> Redistribution and use in source and binary forms, with or without
805> modification, are permitted provided that the following conditions are met:
806>
807> * Redistributions of source code must retain the above copyright notice, this
808> list of conditions and the following disclaimer.
809>
810> * Redistributions in binary form must reproduce the above copyright notice,
811> this list of conditions and the following disclaimer in the documentation
812> and/or other materials provided with the distribution.
813>
814> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
815> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
816> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
817> DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
818> FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
819> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
820> SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
821> CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
822> OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
823> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
824
825---------------------------------------
826
827## dotenv-expand
828License: BSD-2-Clause
829By: motdotla
830Repository: https://github.com/motdotla/dotenv-expand
831
832> Copyright (c) 2016, Scott Motte
833> All rights reserved.
834>
835> Redistribution and use in source and binary forms, with or without
836> modification, are permitted provided that the following conditions are met:
837>
838> * Redistributions of source code must retain the above copyright notice, this
839> list of conditions and the following disclaimer.
840>
841> * Redistributions in binary form must reproduce the above copyright notice,
842> this list of conditions and the following disclaimer in the documentation
843> and/or other materials provided with the distribution.
844>
845> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
846> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
847> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
848> DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
849> FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
850> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
851> SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
852> CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
853> OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
854> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
855
856---------------------------------------
857
858## ee-first
859License: MIT
860By: Jonathan Ong, Douglas Christopher Wilson
861Repository: jonathanong/ee-first
862
863> The MIT License (MIT)
864>
865> Copyright (c) 2014 Jonathan Ong me@jongleberry.com
866>
867> Permission is hereby granted, free of charge, to any person obtaining a copy
868> of this software and associated documentation files (the "Software"), to deal
869> in the Software without restriction, including without limitation the rights
870> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
871> copies of the Software, and to permit persons to whom the Software is
872> furnished to do so, subject to the following conditions:
873>
874> The above copyright notice and this permission notice shall be included in
875> all copies or substantial portions of the Software.
876>
877> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
878> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
879> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
880> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
881> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
882> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
883> THE SOFTWARE.
884
885---------------------------------------
886
887## encodeurl
888License: MIT
889By: Douglas Christopher Wilson
890Repository: pillarjs/encodeurl
891
892> (The MIT License)
893>
894> Copyright (c) 2016 Douglas Christopher Wilson
895>
896> Permission is hereby granted, free of charge, to any person obtaining
897> a copy of this software and associated documentation files (the
898> 'Software'), to deal in the Software without restriction, including
899> without limitation the rights to use, copy, modify, merge, publish,
900> distribute, sublicense, and/or sell copies of the Software, and to
901> permit persons to whom the Software is furnished to do so, subject to
902> the following conditions:
903>
904> The above copyright notice and this permission notice shall be
905> included in all copies or substantial portions of the Software.
906>
907> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
908> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
909> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
910> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
911> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
912> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
913> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
914
915---------------------------------------
916
917## entities
918License: BSD-2-Clause
919By: Felix Boehm
920Repository: git://github.com/fb55/entities.git
921
922> Copyright (c) Felix Böhm
923> All rights reserved.
924>
925> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
926>
927> Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
928>
929> Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
930>
931> THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
932> EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
933
934---------------------------------------
935
936## es-module-lexer
937License: MIT
938By: Guy Bedford
939Repository: git+https://github.com/guybedford/es-module-lexer.git
940
941> MIT License
942> -----------
943>
944> Copyright (C) 2018-2022 Guy Bedford
945>
946> 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:
947>
948> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
949>
950> 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.
951
952---------------------------------------
953
954## escape-html
955License: MIT
956Repository: component/escape-html
957
958> (The MIT License)
959>
960> Copyright (c) 2012-2013 TJ Holowaychuk
961> Copyright (c) 2015 Andreas Lubbe
962> Copyright (c) 2015 Tiancheng "Timothy" Gu
963>
964> Permission is hereby granted, free of charge, to any person obtaining
965> a copy of this software and associated documentation files (the
966> 'Software'), to deal in the Software without restriction, including
967> without limitation the rights to use, copy, modify, merge, publish,
968> distribute, sublicense, and/or sell copies of the Software, and to
969> permit persons to whom the Software is furnished to do so, subject to
970> the following conditions:
971>
972> The above copyright notice and this permission notice shall be
973> included in all copies or substantial portions of the Software.
974>
975> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
976> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
977> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
978> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
979> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
980> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
981> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
982
983---------------------------------------
984
985## estree-walker
986License: MIT
987By: Rich Harris
988Repository: https://github.com/Rich-Harris/estree-walker
989
990> Copyright (c) 2015-20 [these people](https://github.com/Rich-Harris/estree-walker/graphs/contributors)
991>
992> 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:
993>
994> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
995>
996> 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.
997
998---------------------------------------
999
1000## etag
1001License: MIT
1002By: Douglas Christopher Wilson, David Björklund
1003Repository: jshttp/etag
1004
1005> (The MIT License)
1006>
1007> Copyright (c) 2014-2016 Douglas Christopher Wilson
1008>
1009> Permission is hereby granted, free of charge, to any person obtaining
1010> a copy of this software and associated documentation files (the
1011> 'Software'), to deal in the Software without restriction, including
1012> without limitation the rights to use, copy, modify, merge, publish,
1013> distribute, sublicense, and/or sell copies of the Software, and to
1014> permit persons to whom the Software is furnished to do so, subject to
1015> the following conditions:
1016>
1017> The above copyright notice and this permission notice shall be
1018> included in all copies or substantial portions of the Software.
1019>
1020> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1021> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1022> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1023> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1024> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1025> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1026> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1027
1028---------------------------------------
1029
1030## eventemitter3
1031License: MIT
1032By: Arnout Kazemier
1033Repository: git://github.com/primus/eventemitter3.git
1034
1035> The MIT License (MIT)
1036>
1037> Copyright (c) 2014 Arnout Kazemier
1038>
1039> Permission is hereby granted, free of charge, to any person obtaining a copy
1040> of this software and associated documentation files (the "Software"), to deal
1041> in the Software without restriction, including without limitation the rights
1042> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1043> copies of the Software, and to permit persons to whom the Software is
1044> furnished to do so, subject to the following conditions:
1045>
1046> The above copyright notice and this permission notice shall be included in all
1047> copies or substantial portions of the Software.
1048>
1049> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1050> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1051> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1052> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1053> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1054> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1055> SOFTWARE.
1056
1057---------------------------------------
1058
1059## fdir
1060License: MIT
1061By: thecodrr
1062Repository: git+https://github.com/thecodrr/fdir.git
1063
1064> Copyright 2023 Abdullah Atta
1065>
1066> 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:
1067>
1068> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1069>
1070> 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.
1071
1072---------------------------------------
1073
1074## finalhandler
1075License: MIT
1076By: Douglas Christopher Wilson
1077Repository: pillarjs/finalhandler
1078
1079> (The MIT License)
1080>
1081> Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
1082>
1083> Permission is hereby granted, free of charge, to any person obtaining
1084> a copy of this software and associated documentation files (the
1085> 'Software'), to deal in the Software without restriction, including
1086> without limitation the rights to use, copy, modify, merge, publish,
1087> distribute, sublicense, and/or sell copies of the Software, and to
1088> permit persons to whom the Software is furnished to do so, subject to
1089> the following conditions:
1090>
1091> The above copyright notice and this permission notice shall be
1092> included in all copies or substantial portions of the Software.
1093>
1094> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1095> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1096> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1097> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1098> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1099> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1100> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1101
1102---------------------------------------
1103
1104## follow-redirects
1105License: MIT
1106By: Ruben Verborgh, Olivier Lalonde, James Talmage
1107Repository: git+ssh://git@github.com/follow-redirects/follow-redirects.git
1108
1109> Copyright 2014–present Olivier Lalonde <olalonde@gmail.com>, James Talmage <james@talmage.io>, Ruben Verborgh
1110>
1111> Permission is hereby granted, free of charge, to any person obtaining a copy of
1112> this software and associated documentation files (the "Software"), to deal in
1113> the Software without restriction, including without limitation the rights to
1114> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
1115> of the Software, and to permit persons to whom the Software is furnished to do
1116> so, subject to the following conditions:
1117>
1118> The above copyright notice and this permission notice shall be included in all
1119> copies or substantial portions of the Software.
1120>
1121> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1122> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1123> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1124> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1125> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1126> IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1127
1128---------------------------------------
1129
1130## generic-names
1131License: MIT
1132By: Alexey Litvinov
1133Repository: git+https://github.com/css-modules/generic-names.git
1134
1135> The MIT License (MIT)
1136>
1137> Copyright (c) 2015 Alexey Litvinov
1138>
1139> Permission is hereby granted, free of charge, to any person obtaining a copy
1140> of this software and associated documentation files (the "Software"), to deal
1141> in the Software without restriction, including without limitation the rights
1142> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1143> copies of the Software, and to permit persons to whom the Software is
1144> furnished to do so, subject to the following conditions:
1145>
1146> The above copyright notice and this permission notice shall be included in all
1147> copies or substantial portions of the Software.
1148>
1149> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1150> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1151> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1152> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1153> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1154> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1155> SOFTWARE.
1156
1157---------------------------------------
1158
1159## glob-parent
1160License: ISC
1161By: Gulp Team, Elan Shanker, Blaine Bublitz
1162Repository: gulpjs/glob-parent
1163
1164> The ISC License
1165>
1166> Copyright (c) 2015, 2019 Elan Shanker
1167>
1168> Permission to use, copy, modify, and/or distribute this software for any
1169> purpose with or without fee is hereby granted, provided that the above
1170> copyright notice and this permission notice appear in all copies.
1171>
1172> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1173> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1174> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1175> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1176> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1177> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1178> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1179
1180---------------------------------------
1181
1182## http-proxy
1183License: MIT
1184By: Charlie Robbins, jcrugzz <jcrugzz@gmail.com>
1185Repository: https://github.com/http-party/node-http-proxy.git
1186
1187> node-http-proxy
1188>
1189> Copyright (c) 2010-2016 Charlie Robbins, Jarrett Cruger & the Contributors.
1190>
1191> Permission is hereby granted, free of charge, to any person obtaining
1192> a copy of this software and associated documentation files (the
1193> "Software"), to deal in the Software without restriction, including
1194> without limitation the rights to use, copy, modify, merge, publish,
1195> distribute, sublicense, and/or sell copies of the Software, and to
1196> permit persons to whom the Software is furnished to do so, subject to
1197> the following conditions:
1198>
1199> The above copyright notice and this permission notice shall be
1200> included in all copies or substantial portions of the Software.
1201>
1202> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1203> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1204> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1205> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1206> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1207> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1208> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1209
1210---------------------------------------
1211
1212## icss-utils
1213License: ISC
1214By: Glen Maddern
1215Repository: git+https://github.com/css-modules/icss-utils.git
1216
1217> ISC License (ISC)
1218> Copyright 2018 Glen Maddern
1219>
1220> 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.
1221>
1222> 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.
1223
1224---------------------------------------
1225
1226## is-binary-path
1227License: MIT
1228By: Sindre Sorhus
1229Repository: sindresorhus/is-binary-path
1230
1231> MIT License
1232>
1233> Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
1234>
1235> 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:
1236>
1237> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1238>
1239> 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.
1240
1241---------------------------------------
1242
1243## is-extglob
1244License: MIT
1245By: Jon Schlinkert
1246Repository: jonschlinkert/is-extglob
1247
1248> The MIT License (MIT)
1249>
1250> Copyright (c) 2014-2016, Jon Schlinkert
1251>
1252> Permission is hereby granted, free of charge, to any person obtaining a copy
1253> of this software and associated documentation files (the "Software"), to deal
1254> in the Software without restriction, including without limitation the rights
1255> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1256> copies of the Software, and to permit persons to whom the Software is
1257> furnished to do so, subject to the following conditions:
1258>
1259> The above copyright notice and this permission notice shall be included in
1260> all copies or substantial portions of the Software.
1261>
1262> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1263> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1264> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1265> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1266> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1267> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1268> THE SOFTWARE.
1269
1270---------------------------------------
1271
1272## is-glob
1273License: MIT
1274By: Jon Schlinkert, Brian Woodward, Daniel Perez
1275Repository: micromatch/is-glob
1276
1277> The MIT License (MIT)
1278>
1279> Copyright (c) 2014-2017, Jon Schlinkert.
1280>
1281> Permission is hereby granted, free of charge, to any person obtaining a copy
1282> of this software and associated documentation files (the "Software"), to deal
1283> in the Software without restriction, including without limitation the rights
1284> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1285> copies of the Software, and to permit persons to whom the Software is
1286> furnished to do so, subject to the following conditions:
1287>
1288> The above copyright notice and this permission notice shall be included in
1289> all copies or substantial portions of the Software.
1290>
1291> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1292> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1293> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1294> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1295> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1296> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1297> THE SOFTWARE.
1298
1299---------------------------------------
1300
1301## is-reference
1302License: MIT
1303By: Rich Harris
1304Repository: git+https://github.com/Rich-Harris/is-reference.git
1305
1306---------------------------------------
1307
1308## isexe, which
1309License: ISC
1310By: Isaac Z. Schlueter
1311Repositories: git+https://github.com/isaacs/isexe.git, git://github.com/isaacs/node-which.git
1312
1313> The ISC License
1314>
1315> Copyright (c) Isaac Z. Schlueter and Contributors
1316>
1317> Permission to use, copy, modify, and/or distribute this software for any
1318> purpose with or without fee is hereby granted, provided that the above
1319> copyright notice and this permission notice appear in all copies.
1320>
1321> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1322> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1323> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1324> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1325> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1326> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1327> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1328
1329---------------------------------------
1330
1331## js-tokens
1332License: MIT
1333By: Simon Lydell
1334Repository: lydell/js-tokens
1335
1336> The MIT License (MIT)
1337>
1338> Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Simon Lydell
1339>
1340> Permission is hereby granted, free of charge, to any person obtaining a copy
1341> of this software and associated documentation files (the "Software"), to deal
1342> in the Software without restriction, including without limitation the rights
1343> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1344> copies of the Software, and to permit persons to whom the Software is
1345> furnished to do so, subject to the following conditions:
1346>
1347> The above copyright notice and this permission notice shall be included in
1348> all copies or substantial portions of the Software.
1349>
1350> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1351> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1352> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1353> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1354> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1355> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1356> THE SOFTWARE.
1357
1358---------------------------------------
1359
1360## launch-editor, launch-editor-middleware
1361License: MIT
1362By: Evan You
1363Repositories: git+https://github.com/yyx990803/launch-editor.git, git+https://github.com/yyx990803/launch-editor.git
1364
1365> The MIT License (MIT)
1366>
1367> Copyright (c) 2017-present, Yuxi (Evan) You
1368>
1369> Permission is hereby granted, free of charge, to any person obtaining a copy
1370> of this software and associated documentation files (the "Software"), to deal
1371> in the Software without restriction, including without limitation the rights
1372> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1373> copies of the Software, and to permit persons to whom the Software is
1374> furnished to do so, subject to the following conditions:
1375>
1376> The above copyright notice and this permission notice shall be included in
1377> all copies or substantial portions of the Software.
1378>
1379> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1380> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1381> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1382> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1383> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1384> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1385> THE SOFTWARE.
1386
1387---------------------------------------
1388
1389## lilconfig
1390License: MIT
1391By: antonk52
1392Repository: https://github.com/antonk52/lilconfig
1393
1394> MIT License
1395>
1396> Copyright (c) 2022 Anton Kastritskiy
1397>
1398> Permission is hereby granted, free of charge, to any person obtaining a copy
1399> of this software and associated documentation files (the "Software"), to deal
1400> in the Software without restriction, including without limitation the rights
1401> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1402> copies of the Software, and to permit persons to whom the Software is
1403> furnished to do so, subject to the following conditions:
1404>
1405> The above copyright notice and this permission notice shall be included in all
1406> copies or substantial portions of the Software.
1407>
1408> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1409> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1410> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1411> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1412> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1413> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1414> SOFTWARE.
1415
1416---------------------------------------
1417
1418## loader-utils
1419License: MIT
1420By: Tobias Koppers @sokra
1421Repository: https://github.com/webpack/loader-utils.git
1422
1423> Copyright JS Foundation and other contributors
1424>
1425> Permission is hereby granted, free of charge, to any person obtaining
1426> a copy of this software and associated documentation files (the
1427> 'Software'), to deal in the Software without restriction, including
1428> without limitation the rights to use, copy, modify, merge, publish,
1429> distribute, sublicense, and/or sell copies of the Software, and to
1430> permit persons to whom the Software is furnished to do so, subject to
1431> the following conditions:
1432>
1433> The above copyright notice and this permission notice shall be
1434> included in all copies or substantial portions of the Software.
1435>
1436> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1437> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1438> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1439> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1440> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1441> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1442> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1443
1444---------------------------------------
1445
1446## lodash.camelcase
1447License: MIT
1448By: John-David Dalton, Blaine Bublitz, Mathias Bynens
1449Repository: lodash/lodash
1450
1451> Copyright jQuery Foundation and other contributors <https://jquery.org/>
1452>
1453> Based on Underscore.js, copyright Jeremy Ashkenas,
1454> DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1455>
1456> This software consists of voluntary contributions made by many
1457> individuals. For exact contribution history, see the revision history
1458> available at https://github.com/lodash/lodash
1459>
1460> The following license applies to all parts of this software except as
1461> documented below:
1462>
1463> ====
1464>
1465> Permission is hereby granted, free of charge, to any person obtaining
1466> a copy of this software and associated documentation files (the
1467> "Software"), to deal in the Software without restriction, including
1468> without limitation the rights to use, copy, modify, merge, publish,
1469> distribute, sublicense, and/or sell copies of the Software, and to
1470> permit persons to whom the Software is furnished to do so, subject to
1471> the following conditions:
1472>
1473> The above copyright notice and this permission notice shall be
1474> included in all copies or substantial portions of the Software.
1475>
1476> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1477> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1478> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1479> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1480> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1481> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1482> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1483>
1484> ====
1485>
1486> Copyright and related rights for sample code are waived via CC0. Sample
1487> code is defined as all source code displayed within the prose of the
1488> documentation.
1489>
1490> CC0: http://creativecommons.org/publicdomain/zero/1.0/
1491>
1492> ====
1493>
1494> Files located in the node_modules and vendor directories are externally
1495> maintained libraries used by this software which have their own
1496> licenses; we recommend you read them, as their terms may differ from the
1497> terms above.
1498
1499---------------------------------------
1500
1501## magic-string
1502License: MIT
1503By: Rich Harris
1504Repository: https://github.com/rich-harris/magic-string
1505
1506> Copyright 2018 Rich Harris
1507>
1508> 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:
1509>
1510> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1511>
1512> 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.
1513
1514---------------------------------------
1515
1516## mlly, ufo
1517License: MIT
1518Repositories: unjs/mlly, unjs/ufo
1519
1520> MIT License
1521>
1522> Copyright (c) Pooya Parsa <pooya@pi0.io>
1523>
1524> Permission is hereby granted, free of charge, to any person obtaining a copy
1525> of this software and associated documentation files (the "Software"), to deal
1526> in the Software without restriction, including without limitation the rights
1527> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1528> copies of the Software, and to permit persons to whom the Software is
1529> furnished to do so, subject to the following conditions:
1530>
1531> The above copyright notice and this permission notice shall be included in all
1532> copies or substantial portions of the Software.
1533>
1534> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1535> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1536> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1537> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1538> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1539> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1540> SOFTWARE.
1541
1542---------------------------------------
1543
1544## mrmime
1545License: MIT
1546By: Luke Edwards
1547Repository: lukeed/mrmime
1548
1549> The MIT License (MIT)
1550>
1551> Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (https://lukeed.com)
1552>
1553> Permission is hereby granted, free of charge, to any person obtaining a copy
1554> of this software and associated documentation files (the "Software"), to deal
1555> in the Software without restriction, including without limitation the rights
1556> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1557> copies of the Software, and to permit persons to whom the Software is
1558> furnished to do so, subject to the following conditions:
1559>
1560> The above copyright notice and this permission notice shall be included in
1561> all copies or substantial portions of the Software.
1562>
1563> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1564> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1565> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1566> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1567> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1568> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1569> THE SOFTWARE.
1570
1571---------------------------------------
1572
1573## ms
1574License: MIT
1575Repository: vercel/ms
1576
1577> The MIT License (MIT)
1578>
1579> Copyright (c) 2020 Vercel, Inc.
1580>
1581> Permission is hereby granted, free of charge, to any person obtaining a copy
1582> of this software and associated documentation files (the "Software"), to deal
1583> in the Software without restriction, including without limitation the rights
1584> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1585> copies of the Software, and to permit persons to whom the Software is
1586> furnished to do so, subject to the following conditions:
1587>
1588> The above copyright notice and this permission notice shall be included in all
1589> copies or substantial portions of the Software.
1590>
1591> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1592> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1593> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1594> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1595> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1596> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1597> SOFTWARE.
1598
1599---------------------------------------
1600
1601## normalize-path
1602License: MIT
1603By: Jon Schlinkert, Blaine Bublitz
1604Repository: jonschlinkert/normalize-path
1605
1606> The MIT License (MIT)
1607>
1608> Copyright (c) 2014-2018, Jon Schlinkert.
1609>
1610> Permission is hereby granted, free of charge, to any person obtaining a copy
1611> of this software and associated documentation files (the "Software"), to deal
1612> in the Software without restriction, including without limitation the rights
1613> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1614> copies of the Software, and to permit persons to whom the Software is
1615> furnished to do so, subject to the following conditions:
1616>
1617> The above copyright notice and this permission notice shall be included in
1618> all copies or substantial portions of the Software.
1619>
1620> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1621> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1622> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1623> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1624> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1625> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1626> THE SOFTWARE.
1627
1628---------------------------------------
1629
1630## object-assign
1631License: MIT
1632By: Sindre Sorhus
1633Repository: sindresorhus/object-assign
1634
1635> The MIT License (MIT)
1636>
1637> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1638>
1639> Permission is hereby granted, free of charge, to any person obtaining a copy
1640> of this software and associated documentation files (the "Software"), to deal
1641> in the Software without restriction, including without limitation the rights
1642> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1643> copies of the Software, and to permit persons to whom the Software is
1644> furnished to do so, subject to the following conditions:
1645>
1646> The above copyright notice and this permission notice shall be included in
1647> all copies or substantial portions of the Software.
1648>
1649> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1650> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1651> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1652> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1653> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1654> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1655> THE SOFTWARE.
1656
1657---------------------------------------
1658
1659## on-finished
1660License: MIT
1661By: Douglas Christopher Wilson, Jonathan Ong
1662Repository: jshttp/on-finished
1663
1664> (The MIT License)
1665>
1666> Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>
1667> Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com>
1668>
1669> Permission is hereby granted, free of charge, to any person obtaining
1670> a copy of this software and associated documentation files (the
1671> 'Software'), to deal in the Software without restriction, including
1672> without limitation the rights to use, copy, modify, merge, publish,
1673> distribute, sublicense, and/or sell copies of the Software, and to
1674> permit persons to whom the Software is furnished to do so, subject to
1675> the following conditions:
1676>
1677> The above copyright notice and this permission notice shall be
1678> included in all copies or substantial portions of the Software.
1679>
1680> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1681> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1682> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1683> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1684> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1685> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1686> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1687
1688---------------------------------------
1689
1690## parse5
1691License: MIT
1692By: Ivan Nikulin, https://github.com/inikulin/parse5/graphs/contributors
1693Repository: git://github.com/inikulin/parse5.git
1694
1695> Copyright (c) 2013-2019 Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin)
1696>
1697> Permission is hereby granted, free of charge, to any person obtaining a copy
1698> of this software and associated documentation files (the "Software"), to deal
1699> in the Software without restriction, including without limitation the rights
1700> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1701> copies of the Software, and to permit persons to whom the Software is
1702> furnished to do so, subject to the following conditions:
1703>
1704> The above copyright notice and this permission notice shall be included in
1705> all copies or substantial portions of the Software.
1706>
1707> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1708> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1709> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1710> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1711> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1712> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1713> THE SOFTWARE.
1714
1715---------------------------------------
1716
1717## parseurl
1718License: MIT
1719By: Douglas Christopher Wilson, Jonathan Ong
1720Repository: pillarjs/parseurl
1721
1722> (The MIT License)
1723>
1724> Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
1725> Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
1726>
1727> Permission is hereby granted, free of charge, to any person obtaining
1728> a copy of this software and associated documentation files (the
1729> 'Software'), to deal in the Software without restriction, including
1730> without limitation the rights to use, copy, modify, merge, publish,
1731> distribute, sublicense, and/or sell copies of the Software, and to
1732> permit persons to whom the Software is furnished to do so, subject to
1733> the following conditions:
1734>
1735> The above copyright notice and this permission notice shall be
1736> included in all copies or substantial portions of the Software.
1737>
1738> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1739> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1740> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1741> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1742> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1743> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1744> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1745
1746---------------------------------------
1747
1748## path-key, shebang-regex
1749License: MIT
1750By: Sindre Sorhus
1751Repositories: sindresorhus/path-key, sindresorhus/shebang-regex
1752
1753> MIT License
1754>
1755> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1756>
1757> 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:
1758>
1759> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1760>
1761> 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.
1762
1763---------------------------------------
1764
1765## periscopic
1766License: MIT
1767Repository: Rich-Harris/periscopic
1768
1769> Copyright (c) 2019 Rich Harris
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## picocolors
1780License: ISC
1781By: Alexey Raspopov
1782Repository: alexeyraspopov/picocolors
1783
1784> ISC License
1785>
1786> Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
1787>
1788> Permission to use, copy, modify, and/or distribute this software for any
1789> purpose with or without fee is hereby granted, provided that the above
1790> copyright notice and this permission notice appear in all copies.
1791>
1792> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1793> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1794> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1795> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1796> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1797> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1798> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1799
1800---------------------------------------
1801
1802## picomatch
1803License: MIT
1804By: Jon Schlinkert
1805Repository: micromatch/picomatch
1806
1807> The MIT License (MIT)
1808>
1809> Copyright (c) 2017-present, Jon Schlinkert.
1810>
1811> Permission is hereby granted, free of charge, to any person obtaining a copy
1812> of this software and associated documentation files (the "Software"), to deal
1813> in the Software without restriction, including without limitation the rights
1814> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1815> copies of the Software, and to permit persons to whom the Software is
1816> furnished to do so, subject to the following conditions:
1817>
1818> The above copyright notice and this permission notice shall be included in
1819> all copies or substantial portions of the Software.
1820>
1821> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1822> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1823> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1824> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1825> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1826> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1827> THE SOFTWARE.
1828
1829---------------------------------------
1830
1831## postcss-import
1832License: MIT
1833By: Maxime Thirouin
1834Repository: https://github.com/postcss/postcss-import.git
1835
1836> The MIT License (MIT)
1837>
1838> Copyright (c) 2014 Maxime Thirouin, Jason Campbell & Kevin Mårtensson
1839>
1840> Permission is hereby granted, free of charge, to any person obtaining a copy of
1841> this software and associated documentation files (the "Software"), to deal in
1842> the Software without restriction, including without limitation the rights to
1843> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1844> the Software, and to permit persons to whom the Software is furnished to do so,
1845> subject to the following conditions:
1846>
1847> The above copyright notice and this permission notice shall be included in all
1848> copies or substantial portions of the Software.
1849>
1850> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1851> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1852> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1853> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1854> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1855> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1856
1857---------------------------------------
1858
1859## postcss-load-config
1860License: MIT
1861By: Michael Ciniawky, Ryan Dunckel, Mateusz Derks, Dalton Santos, Patrick Gilday, François Wouts
1862Repository: postcss/postcss-load-config
1863
1864> The MIT License (MIT)
1865>
1866> Copyright Michael Ciniawsky <michael.ciniawsky@gmail.com>
1867>
1868> Permission is hereby granted, free of charge, to any person obtaining a copy of
1869> this software and associated documentation files (the "Software"), to deal in
1870> the Software without restriction, including without limitation the rights to
1871> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1872> the Software, and to permit persons to whom the Software is furnished to do so,
1873> subject to the following conditions:
1874>
1875> The above copyright notice and this permission notice shall be included in all
1876> copies or substantial portions of the Software.
1877>
1878> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1879> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1880> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1881> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1882> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1883> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1884
1885---------------------------------------
1886
1887## postcss-modules
1888License: MIT
1889By: Alexander Madyankin
1890Repository: https://github.com/css-modules/postcss-modules.git
1891
1892> The MIT License (MIT)
1893>
1894> Copyright 2015-present Alexander Madyankin <alexander@madyankin.name>
1895>
1896> Permission is hereby granted, free of charge, to any person obtaining a copy of
1897> this software and associated documentation files (the "Software"), to deal in
1898> the Software without restriction, including without limitation the rights to
1899> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1900> the Software, and to permit persons to whom the Software is furnished to do so,
1901> subject to the following conditions:
1902>
1903> The above copyright notice and this permission notice shall be included in all
1904> copies or substantial portions of the Software.
1905>
1906> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1907> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1908> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1909> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1910> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1911> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1912
1913---------------------------------------
1914
1915## postcss-modules-extract-imports
1916License: ISC
1917By: Glen Maddern
1918Repository: https://github.com/css-modules/postcss-modules-extract-imports.git
1919
1920> Copyright 2015 Glen Maddern
1921>
1922> 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.
1923>
1924> 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.
1925
1926---------------------------------------
1927
1928## postcss-modules-local-by-default
1929License: MIT
1930By: Mark Dalgleish
1931Repository: https://github.com/css-modules/postcss-modules-local-by-default.git
1932
1933> The MIT License (MIT)
1934>
1935> Copyright 2015 Mark Dalgleish <mark.john.dalgleish@gmail.com>
1936>
1937> Permission is hereby granted, free of charge, to any person obtaining a copy of
1938> this software and associated documentation files (the "Software"), to deal in
1939> the Software without restriction, including without limitation the rights to
1940> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1941> the Software, and to permit persons to whom the Software is furnished to do so,
1942> subject to the following conditions:
1943>
1944> The above copyright notice and this permission notice shall be included in all
1945> copies or substantial portions of the Software.
1946>
1947> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1948> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1949> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1950> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1951> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1952> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1953
1954---------------------------------------
1955
1956## postcss-modules-scope
1957License: ISC
1958By: Glen Maddern
1959Repository: https://github.com/css-modules/postcss-modules-scope.git
1960
1961> ISC License (ISC)
1962>
1963> Copyright (c) 2015, Glen Maddern
1964>
1965> 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.
1966>
1967> 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.
1968
1969---------------------------------------
1970
1971## postcss-modules-values
1972License: ISC
1973By: Glen Maddern
1974Repository: git+https://github.com/css-modules/postcss-modules-values.git
1975
1976> ISC License (ISC)
1977>
1978> Copyright (c) 2015, Glen Maddern
1979>
1980> 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.
1981>
1982> 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.
1983
1984---------------------------------------
1985
1986## postcss-selector-parser
1987License: MIT
1988By: Ben Briggs, Chris Eppstein
1989Repository: postcss/postcss-selector-parser
1990
1991> Copyright (c) Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
1992>
1993> Permission is hereby granted, free of charge, to any person
1994> obtaining a copy of this software and associated documentation
1995> files (the "Software"), to deal in the Software without
1996> restriction, including without limitation the rights to use,
1997> copy, modify, merge, publish, distribute, sublicense, and/or sell
1998> copies of the Software, and to permit persons to whom the
1999> Software is furnished to do so, subject to the following
2000> conditions:
2001>
2002> The above copyright notice and this permission notice shall be
2003> included in all copies or substantial portions of the Software.
2004>
2005> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2006> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2007> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2008> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
2009> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2010> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2011> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2012> OTHER DEALINGS IN THE SOFTWARE.
2013
2014---------------------------------------
2015
2016## postcss-value-parser
2017License: MIT
2018By: Bogdan Chadkin
2019Repository: https://github.com/TrySound/postcss-value-parser.git
2020
2021> Copyright (c) Bogdan Chadkin <trysound@yandex.ru>
2022>
2023> Permission is hereby granted, free of charge, to any person
2024> obtaining a copy of this software and associated documentation
2025> files (the "Software"), to deal in the Software without
2026> restriction, including without limitation the rights to use,
2027> copy, modify, merge, publish, distribute, sublicense, and/or sell
2028> copies of the Software, and to permit persons to whom the
2029> Software is furnished to do so, subject to the following
2030> conditions:
2031>
2032> The above copyright notice and this permission notice shall be
2033> included in all copies or substantial portions of the Software.
2034>
2035> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2036> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2037> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2038> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
2039> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2040> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2041> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2042> OTHER DEALINGS IN THE SOFTWARE.
2043
2044---------------------------------------
2045
2046## readdirp
2047License: MIT
2048By: Thorsten Lorenz, Paul Miller
2049Repository: git://github.com/paulmillr/readdirp.git
2050
2051> MIT License
2052>
2053> Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)
2054>
2055> Permission is hereby granted, free of charge, to any person obtaining a copy
2056> of this software and associated documentation files (the "Software"), to deal
2057> in the Software without restriction, including without limitation the rights
2058> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2059> copies of the Software, and to permit persons to whom the Software is
2060> furnished to do so, subject to the following conditions:
2061>
2062> The above copyright notice and this permission notice shall be included in all
2063> copies or substantial portions of the Software.
2064>
2065> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2066> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2067> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2068> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2069> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2070> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2071> SOFTWARE.
2072
2073---------------------------------------
2074
2075## requires-port
2076License: MIT
2077By: Arnout Kazemier
2078Repository: https://github.com/unshiftio/requires-port
2079
2080> The MIT License (MIT)
2081>
2082> Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
2083>
2084> Permission is hereby granted, free of charge, to any person obtaining a copy
2085> of this software and associated documentation files (the "Software"), to deal
2086> in the Software without restriction, including without limitation the rights
2087> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2088> copies of the Software, and to permit persons to whom the Software is
2089> furnished to do so, subject to the following conditions:
2090>
2091> The above copyright notice and this permission notice shall be included in all
2092> copies or substantial portions of the Software.
2093>
2094> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2095> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2096> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2097> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2098> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2099> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2100> SOFTWARE.
2101
2102---------------------------------------
2103
2104## resolve.exports, totalist
2105License: MIT
2106By: Luke Edwards
2107Repositories: lukeed/resolve.exports, lukeed/totalist
2108
2109> The MIT License (MIT)
2110>
2111> Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
2112>
2113> Permission is hereby granted, free of charge, to any person obtaining a copy
2114> of this software and associated documentation files (the "Software"), to deal
2115> in the Software without restriction, including without limitation the rights
2116> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2117> copies of the Software, and to permit persons to whom the Software is
2118> furnished to do so, subject to the following conditions:
2119>
2120> The above copyright notice and this permission notice shall be included in
2121> all copies or substantial portions of the Software.
2122>
2123> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2124> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2125> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2126> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2127> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2128> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2129> THE SOFTWARE.
2130
2131---------------------------------------
2132
2133## shebang-command
2134License: MIT
2135By: Kevin Mårtensson
2136Repository: kevva/shebang-command
2137
2138> MIT License
2139>
2140> Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
2141>
2142> 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:
2143>
2144> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2145>
2146> 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.
2147
2148---------------------------------------
2149
2150## sirv
2151License: MIT
2152By: Luke Edwards
2153Repository: lukeed/sirv
2154
2155---------------------------------------
2156
2157## statuses
2158License: MIT
2159By: Douglas Christopher Wilson, Jonathan Ong
2160Repository: jshttp/statuses
2161
2162> The MIT License (MIT)
2163>
2164> Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
2165> Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
2166>
2167> Permission is hereby granted, free of charge, to any person obtaining a copy
2168> of this software and associated documentation files (the "Software"), to deal
2169> in the Software without restriction, including without limitation the rights
2170> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2171> copies of the Software, and to permit persons to whom the Software is
2172> furnished to do so, subject to the following conditions:
2173>
2174> The above copyright notice and this permission notice shall be included in
2175> all copies or substantial portions of the Software.
2176>
2177> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2178> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2179> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2180> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2181> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2182> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2183> THE SOFTWARE.
2184
2185---------------------------------------
2186
2187## string-hash
2188License: CC0-1.0
2189By: The Dark Sky Company
2190Repository: git://github.com/darkskyapp/string-hash.git
2191
2192---------------------------------------
2193
2194## strip-literal
2195License: MIT
2196By: Anthony Fu
2197Repository: git+https://github.com/antfu/strip-literal.git
2198
2199> MIT License
2200>
2201> Copyright (c) 2022 Anthony Fu <https://github.com/antfu>
2202>
2203> Permission is hereby granted, free of charge, to any person obtaining a copy
2204> of this software and associated documentation files (the "Software"), to deal
2205> in the Software without restriction, including without limitation the rights
2206> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2207> copies of the Software, and to permit persons to whom the Software is
2208> furnished to do so, subject to the following conditions:
2209>
2210> The above copyright notice and this permission notice shall be included in all
2211> copies or substantial portions of the Software.
2212>
2213> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2214> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2215> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2216> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2217> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2218> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2219> SOFTWARE.
2220
2221---------------------------------------
2222
2223## tinyglobby
2224License: MIT
2225By: Superchupu
2226Repository: git+https://github.com/SuperchupuDev/tinyglobby.git
2227
2228> MIT License
2229>
2230> Copyright (c) 2024 Madeline Gurriarán
2231>
2232> Permission is hereby granted, free of charge, to any person obtaining a copy
2233> of this software and associated documentation files (the "Software"), to deal
2234> in the Software without restriction, including without limitation the rights
2235> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2236> copies of the Software, and to permit persons to whom the Software is
2237> furnished to do so, subject to the following conditions:
2238>
2239> The above copyright notice and this permission notice shall be included in all
2240> copies or substantial portions of the Software.
2241>
2242> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2243> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2244> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2245> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2246> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2247> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2248> SOFTWARE.
2249
2250---------------------------------------
2251
2252## to-regex-range
2253License: MIT
2254By: Jon Schlinkert, Rouven Weßling
2255Repository: micromatch/to-regex-range
2256
2257> The MIT License (MIT)
2258>
2259> Copyright (c) 2015-present, Jon Schlinkert.
2260>
2261> Permission is hereby granted, free of charge, to any person obtaining a copy
2262> of this software and associated documentation files (the "Software"), to deal
2263> in the Software without restriction, including without limitation the rights
2264> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2265> copies of the Software, and to permit persons to whom the Software is
2266> furnished to do so, subject to the following conditions:
2267>
2268> The above copyright notice and this permission notice shall be included in
2269> all copies or substantial portions of the Software.
2270>
2271> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2272> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2273> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2274> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2275> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2276> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2277> THE SOFTWARE.
2278
2279---------------------------------------
2280
2281## tsconfck
2282License: MIT
2283By: dominikg
2284Repository: git+https://github.com/dominikg/tsconfck.git
2285
2286> MIT License
2287>
2288> Copyright (c) 2021-present dominikg and [contributors](https://github.com/dominikg/tsconfck/graphs/contributors)
2289>
2290> Permission is hereby granted, free of charge, to any person obtaining a copy
2291> of this software and associated documentation files (the "Software"), to deal
2292> in the Software without restriction, including without limitation the rights
2293> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2294> copies of the Software, and to permit persons to whom the Software is
2295> furnished to do so, subject to the following conditions:
2296>
2297> The above copyright notice and this permission notice shall be included in all
2298> copies or substantial portions of the Software.
2299>
2300> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2301> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2302> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2303> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2304> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2305> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2306> SOFTWARE.
2307>
2308> -- Licenses for 3rd-party code included in tsconfck --
2309>
2310> # strip-bom and strip-json-comments
2311> MIT License
2312>
2313> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2314>
2315> Permission is hereby granted, free of charge, to any person obtaining a copy
2316> of this software and associated documentation files (the "Software"), to deal
2317> in the Software without restriction, including without limitation the rights
2318> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2319> copies of the Software, and to permit persons to whom the Software is
2320> furnished to do so, subject to the following conditions:
2321>
2322> The above copyright notice and this permission notice shall be included in all
2323> copies or substantial portions of the Software.
2324>
2325> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2326> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2327> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2328> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2329> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2330> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2331> SOFTWARE.
2332
2333---------------------------------------
2334
2335## unpipe
2336License: MIT
2337By: Douglas Christopher Wilson
2338Repository: stream-utils/unpipe
2339
2340> (The MIT License)
2341>
2342> Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
2343>
2344> Permission is hereby granted, free of charge, to any person obtaining
2345> a copy of this software and associated documentation files (the
2346> 'Software'), to deal in the Software without restriction, including
2347> without limitation the rights to use, copy, modify, merge, publish,
2348> distribute, sublicense, and/or sell copies of the Software, and to
2349> permit persons to whom the Software is furnished to do so, subject to
2350> the following conditions:
2351>
2352> The above copyright notice and this permission notice shall be
2353> included in all copies or substantial portions of the Software.
2354>
2355> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2356> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2357> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2358> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2359> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2360> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2361> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2362
2363---------------------------------------
2364
2365## util-deprecate
2366License: MIT
2367By: Nathan Rajlich
2368Repository: git://github.com/TooTallNate/util-deprecate.git
2369
2370> (The MIT License)
2371>
2372> Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
2373>
2374> Permission is hereby granted, free of charge, to any person
2375> obtaining a copy of this software and associated documentation
2376> files (the "Software"), to deal in the Software without
2377> restriction, including without limitation the rights to use,
2378> copy, modify, merge, publish, distribute, sublicense, and/or sell
2379> copies of the Software, and to permit persons to whom the
2380> Software is furnished to do so, subject to the following
2381> conditions:
2382>
2383> The above copyright notice and this permission notice shall be
2384> included in all copies or substantial portions of the Software.
2385>
2386> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2387> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2388> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2389> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
2390> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2391> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2392> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2393> OTHER DEALINGS IN THE SOFTWARE.
2394
2395---------------------------------------
2396
2397## utils-merge
2398License: MIT
2399By: Jared Hanson
2400Repository: git://github.com/jaredhanson/utils-merge.git
2401
2402> The MIT License (MIT)
2403>
2404> Copyright (c) 2013-2017 Jared Hanson
2405>
2406> Permission is hereby granted, free of charge, to any person obtaining a copy of
2407> this software and associated documentation files (the "Software"), to deal in
2408> the Software without restriction, including without limitation the rights to
2409> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2410> the Software, and to permit persons to whom the Software is furnished to do so,
2411> subject to the following conditions:
2412>
2413> The above copyright notice and this permission notice shall be included in all
2414> copies or substantial portions of the Software.
2415>
2416> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2417> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2418> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2419> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2420> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2421> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2422
2423---------------------------------------
2424
2425## vary
2426License: MIT
2427By: Douglas Christopher Wilson
2428Repository: jshttp/vary
2429
2430> (The MIT License)
2431>
2432> Copyright (c) 2014-2017 Douglas Christopher Wilson
2433>
2434> Permission is hereby granted, free of charge, to any person obtaining
2435> a copy of this software and associated documentation files (the
2436> 'Software'), to deal in the Software without restriction, including
2437> without limitation the rights to use, copy, modify, merge, publish,
2438> distribute, sublicense, and/or sell copies of the Software, and to
2439> permit persons to whom the Software is furnished to do so, subject to
2440> the following conditions:
2441>
2442> The above copyright notice and this permission notice shall be
2443> included in all copies or substantial portions of the Software.
2444>
2445> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2446> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2447> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2448> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2449> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2450> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2451> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2452
2453---------------------------------------
2454
2455## ws
2456License: MIT
2457By: Einar Otto Stangvik
2458Repository: git+https://github.com/websockets/ws.git
2459
2460> Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
2461> Copyright (c) 2013 Arnout Kazemier and contributors
2462> Copyright (c) 2016 Luigi Pinca and contributors
2463>
2464> Permission is hereby granted, free of charge, to any person obtaining a copy of
2465> this software and associated documentation files (the "Software"), to deal in
2466> the Software without restriction, including without limitation the rights to
2467> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2468> the Software, and to permit persons to whom the Software is furnished to do so,
2469> subject to the following conditions:
2470>
2471> The above copyright notice and this permission notice shall be included in all
2472> copies or substantial portions of the Software.
2473>
2474> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2475> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2476> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2477> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2478> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2479> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Note: See TracBrowser for help on using the repository browser.