@ohos-ports/vite 8.3.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.md ADDED
@@ -0,0 +1,2322 @@
1
+ # Vite core license
2
+ Vite is released under the MIT license:
3
+
4
+ MIT License
5
+
6
+ Copyright (c) 2019-present, VoidZero Inc. and Vite contributors
7
+
8
+ Permission is hereby granted, free of charge, to any person obtaining a copy
9
+ of this software and associated documentation files (the "Software"), to deal
10
+ in the Software without restriction, including without limitation the rights
11
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12
+ copies of the Software, and to permit persons to whom the Software is
13
+ furnished to do so, subject to the following conditions:
14
+
15
+ The above copyright notice and this permission notice shall be included in all
16
+ copies or substantial portions of the Software.
17
+
18
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24
+ SOFTWARE.
25
+
26
+ # Licenses of bundled dependencies
27
+ The published Vite artifact additionally contains code with the following licenses:
28
+ Apache-2.0, BSD-2-Clause, CC0-1.0, ISC, MIT
29
+
30
+ # Bundled dependencies:
31
+ ## @jridgewell/gen-mapping, @jridgewell/remapping, @jridgewell/sourcemap-codec, @jridgewell/trace-mapping
32
+ License: MIT
33
+ By: Justin Ridgewell
34
+ Repositories: https://github.com/jridgewell/sourcemaps, https://github.com/jridgewell/sourcemaps, https://github.com/jridgewell/sourcemaps, https://github.com/jridgewell/sourcemaps
35
+
36
+ > Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
37
+ >
38
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
39
+ > of this software and associated documentation files (the "Software"), to deal
40
+ > in the Software without restriction, including without limitation the rights
41
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
42
+ > copies of the Software, and to permit persons to whom the Software is
43
+ > furnished to do so, subject to the following conditions:
44
+ >
45
+ > The above copyright notice and this permission notice shall be included in
46
+ > all copies or substantial portions of the Software.
47
+ >
48
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
49
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
50
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
51
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
52
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
53
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
54
+ > SOFTWARE.
55
+
56
+ ---------------------------------------
57
+
58
+ ## @jridgewell/resolve-uri
59
+ License: MIT
60
+ By: Justin Ridgewell
61
+ Repository: https://github.com/jridgewell/resolve-uri
62
+
63
+ > Copyright 2019 Justin Ridgewell <jridgewell@google.com>
64
+ >
65
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
66
+ > of this software and associated documentation files (the "Software"), to deal
67
+ > in the Software without restriction, including without limitation the rights
68
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
69
+ > copies of the Software, and to permit persons to whom the Software is
70
+ > furnished to do so, subject to the following conditions:
71
+ >
72
+ > The above copyright notice and this permission notice shall be included in
73
+ > all copies or substantial portions of the Software.
74
+ >
75
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
76
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
77
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
78
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
79
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
80
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
81
+ > SOFTWARE.
82
+
83
+ ---------------------------------------
84
+
85
+ ## @polka/compression
86
+ License: MIT
87
+ Repository: https://github.com/lukeed/polka
88
+
89
+ ---------------------------------------
90
+
91
+ ## @polka/url
92
+ License: MIT
93
+ By: Luke Edwards
94
+ Repository: https://github.com/lukeed/polka
95
+
96
+ ---------------------------------------
97
+
98
+ ## @rollup/plugin-alias, @rollup/plugin-dynamic-import-vars, @rollup/pluginutils
99
+ License: MIT
100
+ By: Johannes Stein
101
+ Repository: https://github.com/rollup/plugins
102
+
103
+ License: MIT
104
+ By: LarsDenBakker
105
+ Repository: https://github.com/rollup/plugins
106
+
107
+ License: MIT
108
+ By: Rich Harris
109
+ Repository: https://github.com/rollup/plugins
110
+
111
+ > The MIT License (MIT)
112
+ >
113
+ > Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
114
+ >
115
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
116
+ > of this software and associated documentation files (the "Software"), to deal
117
+ > in the Software without restriction, including without limitation the rights
118
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
119
+ > copies of the Software, and to permit persons to whom the Software is
120
+ > furnished to do so, subject to the following conditions:
121
+ >
122
+ > The above copyright notice and this permission notice shall be included in
123
+ > all copies or substantial portions of the Software.
124
+ >
125
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
126
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
127
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
128
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
129
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
130
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
131
+ > THE SOFTWARE.
132
+
133
+ ---------------------------------------
134
+
135
+ ## @vercel/detect-agent
136
+ License: Apache-2.0
137
+ By: Vercel
138
+ Repository: https://github.com/vercel/vercel
139
+
140
+ > Apache License
141
+ > Version 2.0, January 2004
142
+ > http://www.apache.org/licenses/
143
+ >
144
+ > TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
145
+ >
146
+ > 1. Definitions.
147
+ >
148
+ > "License" shall mean the terms and conditions for use, reproduction,
149
+ > and distribution as defined by Sections 1 through 9 of this document.
150
+ >
151
+ > "Licensor" shall mean the copyright owner or entity authorized by
152
+ > the copyright owner that is granting the License.
153
+ >
154
+ > "Legal Entity" shall mean the union of the acting entity and all
155
+ > other entities that control, are controlled by, or are under common
156
+ > control with that entity. For the purposes of this definition,
157
+ > "control" means (i) the power, direct or indirect, to cause the
158
+ > direction or management of such entity, whether by contract or
159
+ > otherwise, or (ii) ownership of fifty percent (50%) or more of the
160
+ > outstanding shares, or (iii) beneficial ownership of such entity.
161
+ >
162
+ > "You" (or "Your") shall mean an individual or Legal Entity
163
+ > exercising permissions granted by this License.
164
+ >
165
+ > "Source" form shall mean the preferred form for making modifications,
166
+ > including but not limited to software source code, documentation
167
+ > source, and configuration files.
168
+ >
169
+ > "Object" form shall mean any form resulting from mechanical
170
+ > transformation or translation of a Source form, including but
171
+ > not limited to compiled object code, generated documentation,
172
+ > and conversions to other media types.
173
+ >
174
+ > "Work" shall mean the work of authorship, whether in Source or
175
+ > Object form, made available under the License, as indicated by a
176
+ > copyright notice that is included in or attached to the work
177
+ > (an example is provided in the Appendix below).
178
+ >
179
+ > "Derivative Works" shall mean any work, whether in Source or Object
180
+ > form, that is based on (or derived from) the Work and for which the
181
+ > editorial revisions, annotations, elaborations, or other modifications
182
+ > represent, as a whole, an original work of authorship. For the purposes
183
+ > of this License, Derivative Works shall not include works that remain
184
+ > separable from, or merely link (or bind by name) to the interfaces of,
185
+ > the Work and Derivative Works thereof.
186
+ >
187
+ > "Contribution" shall mean any work of authorship, including
188
+ > the original version of the Work and any modifications or additions
189
+ > to that Work or Derivative Works thereof, that is intentionally
190
+ > submitted to Licensor for inclusion in the Work by the copyright owner
191
+ > or by an individual or Legal Entity authorized to submit on behalf of
192
+ > the copyright owner. For the purposes of this definition, "submitted"
193
+ > means any form of electronic, verbal, or written communication sent
194
+ > to the Licensor or its representatives, including but not limited to
195
+ > communication on electronic mailing lists, source code control systems,
196
+ > and issue tracking systems that are managed by, or on behalf of, the
197
+ > Licensor for the purpose of discussing and improving the Work, but
198
+ > excluding communication that is conspicuously marked or otherwise
199
+ > designated in writing by the copyright owner as "Not a Contribution."
200
+ >
201
+ > "Contributor" shall mean Licensor and any individual or Legal Entity
202
+ > on behalf of whom a Contribution has been received by Licensor and
203
+ > subsequently incorporated within the Work.
204
+ >
205
+ > 2. Grant of Copyright License. Subject to the terms and conditions of
206
+ > this License, each Contributor hereby grants to You a perpetual,
207
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
208
+ > copyright license to reproduce, prepare Derivative Works of,
209
+ > publicly display, publicly perform, sublicense, and distribute the
210
+ > Work and such Derivative Works in Source or Object form.
211
+ >
212
+ > 3. Grant of Patent License. Subject to the terms and conditions of
213
+ > this License, each Contributor hereby grants to You a perpetual,
214
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
215
+ > (except as stated in this section) patent license to make, have made,
216
+ > use, offer to sell, sell, import, and otherwise transfer the Work,
217
+ > where such license applies only to those patent claims licensable
218
+ > by such Contributor that are necessarily infringed by their
219
+ > Contribution(s) alone or by combination of their Contribution(s)
220
+ > with the Work to which such Contribution(s) was submitted. If You
221
+ > institute patent litigation against any entity (including a
222
+ > cross-claim or counterclaim in a lawsuit) alleging that the Work
223
+ > or a Contribution incorporated within the Work constitutes direct
224
+ > or contributory patent infringement, then any patent licenses
225
+ > granted to You under this License for that Work shall terminate
226
+ > as of the date such litigation is filed.
227
+ >
228
+ > 4. Redistribution. You may reproduce and distribute copies of the
229
+ > Work or Derivative Works thereof in any medium, with or without
230
+ > modifications, and in Source or Object form, provided that You
231
+ > meet the following conditions:
232
+ >
233
+ > (a) You must give any other recipients of the Work or
234
+ > Derivative Works a copy of this License; and
235
+ >
236
+ > (b) You must cause any modified files to carry prominent notices
237
+ > stating that You changed the files; and
238
+ >
239
+ > (c) You must retain, in the Source form of any Derivative Works
240
+ > that You distribute, all copyright, patent, trademark, and
241
+ > attribution notices from the Source form of the Work,
242
+ > excluding those notices that do not pertain to any part of
243
+ > the Derivative Works; and
244
+ >
245
+ > (d) If the Work includes a "NOTICE" text file as part of its
246
+ > distribution, then any Derivative Works that You distribute must
247
+ > include a readable copy of the attribution notices contained
248
+ > within such NOTICE file, excluding those notices that do not
249
+ > pertain to any part of the Derivative Works, in at least one
250
+ > of the following places: within a NOTICE text file distributed
251
+ > as part of the Derivative Works; within the Source form or
252
+ > documentation, if provided along with the Derivative Works; or,
253
+ > within a display generated by the Derivative Works, if and
254
+ > wherever such third-party notices normally appear. The contents
255
+ > of the NOTICE file are for informational purposes only and
256
+ > do not modify the License. You may add Your own attribution
257
+ > notices within Derivative Works that You distribute, alongside
258
+ > or as an addendum to the NOTICE text from the Work, provided
259
+ > that such additional attribution notices cannot be construed
260
+ > as modifying the License.
261
+ >
262
+ > You may add Your own copyright statement to Your modifications and
263
+ > may provide additional or different license terms and conditions
264
+ > for use, reproduction, or distribution of Your modifications, or
265
+ > for any such Derivative Works as a whole, provided Your use,
266
+ > reproduction, and distribution of the Work otherwise complies with
267
+ > the conditions stated in this License.
268
+ >
269
+ > 5. Submission of Contributions. Unless You explicitly state otherwise,
270
+ > any Contribution intentionally submitted for inclusion in the Work
271
+ > by You to the Licensor shall be under the terms and conditions of
272
+ > this License, without any additional terms or conditions.
273
+ > Notwithstanding the above, nothing herein shall supersede or modify
274
+ > the terms of any separate license agreement you may have executed
275
+ > with Licensor regarding such Contributions.
276
+ >
277
+ > 6. Trademarks. This License does not grant permission to use the trade
278
+ > names, trademarks, service marks, or product names of the Licensor,
279
+ > except as required for reasonable and customary use in describing the
280
+ > origin of the Work and reproducing the content of the NOTICE file.
281
+ >
282
+ > 7. Disclaimer of Warranty. Unless required by applicable law or
283
+ > agreed to in writing, Licensor provides the Work (and each
284
+ > Contributor provides its Contributions) on an "AS IS" BASIS,
285
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
286
+ > implied, including, without limitation, any warranties or conditions
287
+ > of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
288
+ > PARTICULAR PURPOSE. You are solely responsible for determining the
289
+ > appropriateness of using or redistributing the Work and assume any
290
+ > risks associated with Your exercise of permissions under this License.
291
+ >
292
+ > 8. Limitation of Liability. In no event and under no legal theory,
293
+ > whether in tort (including negligence), contract, or otherwise,
294
+ > unless required by applicable law (such as deliberate and grossly
295
+ > negligent acts) or agreed to in writing, shall any Contributor be
296
+ > liable to You for damages, including any direct, indirect, special,
297
+ > incidental, or consequential damages of any character arising as a
298
+ > result of this License or out of the use or inability to use the
299
+ > Work (including but not limited to damages for loss of goodwill,
300
+ > work stoppage, computer failure or malfunction, or any and all
301
+ > other commercial damages or losses), even if such Contributor
302
+ > has been advised of the possibility of such damages.
303
+ >
304
+ > 9. Accepting Warranty or Additional Liability. While redistributing
305
+ > the Work or Derivative Works thereof, You may choose to offer,
306
+ > and charge a fee for, acceptance of support, warranty, indemnity,
307
+ > or other liability obligations and/or rights consistent with this
308
+ > License. However, in accepting such obligations, You may act only
309
+ > on Your own behalf and on Your sole responsibility, not on behalf
310
+ > of any other Contributor, and only if You agree to indemnify,
311
+ > defend, and hold each Contributor harmless for any liability
312
+ > incurred by, or claims asserted against, such Contributor by reason
313
+ > of your accepting any such warranty or additional liability.
314
+ >
315
+ > END OF TERMS AND CONDITIONS
316
+ >
317
+ > APPENDIX: How to apply the Apache License to your work.
318
+ >
319
+ > To apply the Apache License to your work, attach the following
320
+ > boilerplate notice, with the fields enclosed by brackets "[]"
321
+ > replaced with your own identifying information. (Don't include
322
+ > the brackets!) The text should be enclosed in the appropriate
323
+ > comment syntax for the file format. We also recommend that a
324
+ > file or class name and description of purpose be included on the
325
+ > same "printed page" as the copyright notice for easier
326
+ > identification within third-party archives.
327
+ >
328
+ > Copyright 2017 Vercel, Inc.
329
+ >
330
+ > Licensed under the Apache License, Version 2.0 (the "License");
331
+ > you may not use this file except in compliance with the License.
332
+ > You may obtain a copy of the License at
333
+ >
334
+ > http://www.apache.org/licenses/LICENSE-2.0
335
+ >
336
+ > Unless required by applicable law or agreed to in writing, software
337
+ > distributed under the License is distributed on an "AS IS" BASIS,
338
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
339
+ > See the License for the specific language governing permissions and
340
+ > limitations under the License.
341
+
342
+ ---------------------------------------
343
+
344
+ ## @vitest/utils
345
+ License: MIT
346
+ Repository: https://github.com/vitest-dev/vitest
347
+
348
+ > MIT License
349
+ >
350
+ > Copyright (c) 2021-Present VoidZero Inc. and Vitest contributors
351
+ >
352
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
353
+ > of this software and associated documentation files (the "Software"), to deal
354
+ > in the Software without restriction, including without limitation the rights
355
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
356
+ > copies of the Software, and to permit persons to whom the Software is
357
+ > furnished to do so, subject to the following conditions:
358
+ >
359
+ > The above copyright notice and this permission notice shall be included in all
360
+ > copies or substantial portions of the Software.
361
+ >
362
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
363
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
364
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
365
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
366
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
367
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
368
+ > SOFTWARE.
369
+
370
+ ---------------------------------------
371
+
372
+ ## @voidzero-dev/vite-task-client
373
+ License: MIT
374
+ Repository: https://github.com/voidzero-dev/vite-task
375
+
376
+ > MIT License
377
+ >
378
+ > Copyright (c) 2026-present, VoidZero Inc.
379
+ >
380
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
381
+ > of this software and associated documentation files (the "Software"), to deal
382
+ > in the Software without restriction, including without limitation the rights
383
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
384
+ > copies of the Software, and to permit persons to whom the Software is
385
+ > furnished to do so, subject to the following conditions:
386
+ >
387
+ > The above copyright notice and this permission notice shall be included in all
388
+ > copies or substantial portions of the Software.
389
+ >
390
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
391
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
392
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
393
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
394
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
395
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
396
+ > SOFTWARE.
397
+
398
+ ---------------------------------------
399
+
400
+ ## anymatch
401
+ License: ISC
402
+ By: Elan Shanker
403
+ Repository: https://github.com/micromatch/anymatch
404
+
405
+ > The ISC License
406
+ >
407
+ > Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)
408
+ >
409
+ > Permission to use, copy, modify, and/or distribute this software for any
410
+ > purpose with or without fee is hereby granted, provided that the above
411
+ > copyright notice and this permission notice appear in all copies.
412
+ >
413
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
414
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
415
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
416
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
417
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
418
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
419
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
420
+
421
+ ---------------------------------------
422
+
423
+ ## artichokie
424
+ License: MIT
425
+ By: sapphi-red, Evan You
426
+ Repository: https://github.com/sapphi-red/artichokie
427
+
428
+ > MIT License
429
+ >
430
+ > Copyright (c) 2020-present, Yuxi (Evan) You
431
+ > Copyright (c) 2023-present, sapphi-red
432
+ >
433
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
434
+ > of this software and associated documentation files (the "Software"), to deal
435
+ > in the Software without restriction, including without limitation the rights
436
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
437
+ > copies of the Software, and to permit persons to whom the Software is
438
+ > furnished to do so, subject to the following conditions:
439
+ >
440
+ > The above copyright notice and this permission notice shall be included in all
441
+ > copies or substantial portions of the Software.
442
+ >
443
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
444
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
445
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
446
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
447
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
448
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
449
+ > SOFTWARE.
450
+
451
+ ---------------------------------------
452
+
453
+ ## binary-extensions
454
+ License: MIT
455
+ By: Sindre Sorhus
456
+ Repository: https://github.com/sindresorhus/binary-extensions
457
+
458
+ > MIT License
459
+ >
460
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
461
+ > Copyright (c) Paul Miller (https://paulmillr.com)
462
+ >
463
+ > 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:
464
+ >
465
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
466
+ >
467
+ > 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.
468
+
469
+ ---------------------------------------
470
+
471
+ ## braces, fill-range, is-number
472
+ License: MIT
473
+ By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
474
+ Repository: https://github.com/micromatch/braces
475
+
476
+ License: MIT
477
+ By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
478
+ Repository: https://github.com/jonschlinkert/fill-range
479
+
480
+ License: MIT
481
+ By: Jon Schlinkert, Olsten Larck, Rouven Weßling
482
+ Repository: https://github.com/jonschlinkert/is-number
483
+
484
+ > The MIT License (MIT)
485
+ >
486
+ > Copyright (c) 2014-present, Jon Schlinkert.
487
+ >
488
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
489
+ > of this software and associated documentation files (the "Software"), to deal
490
+ > in the Software without restriction, including without limitation the rights
491
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
492
+ > copies of the Software, and to permit persons to whom the Software is
493
+ > furnished to do so, subject to the following conditions:
494
+ >
495
+ > The above copyright notice and this permission notice shall be included in
496
+ > all copies or substantial portions of the Software.
497
+ >
498
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
499
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
500
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
501
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
502
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
503
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
504
+ > THE SOFTWARE.
505
+
506
+ ---------------------------------------
507
+
508
+ ## bundle-name, default-browser, default-browser-id, define-lazy-prop, is-docker, is-inside-container, is-wsl, open, run-applescript, wsl-utils
509
+ License: MIT
510
+ By: Sindre Sorhus
511
+ Repositories: https://github.com/sindresorhus/bundle-name, https://github.com/sindresorhus/default-browser, https://github.com/sindresorhus/default-browser-id, https://github.com/sindresorhus/define-lazy-prop, https://github.com/sindresorhus/is-docker, https://github.com/sindresorhus/is-inside-container, https://github.com/sindresorhus/is-wsl, https://github.com/sindresorhus/open, https://github.com/sindresorhus/run-applescript, https://github.com/sindresorhus/wsl-utils
512
+
513
+ > MIT License
514
+ >
515
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
516
+ >
517
+ > 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:
518
+ >
519
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
520
+ >
521
+ > 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.
522
+
523
+ ---------------------------------------
524
+
525
+ ## cac
526
+ License: MIT
527
+ By: egoist
528
+ Repository: https://github.com/cacjs/cac
529
+
530
+ > The MIT License (MIT)
531
+ >
532
+ > Copyright (c) EGOIST <0x142857@gmail.com> (https://github.com/egoist)
533
+ >
534
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
535
+ > of this software and associated documentation files (the "Software"), to deal
536
+ > in the Software without restriction, including without limitation the rights
537
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
538
+ > copies of the Software, and to permit persons to whom the Software is
539
+ > furnished to do so, subject to the following conditions:
540
+ >
541
+ > The above copyright notice and this permission notice shall be included in
542
+ > all copies or substantial portions of the Software.
543
+ >
544
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
545
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
546
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
547
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
548
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
549
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
550
+ > THE SOFTWARE.
551
+
552
+ ---------------------------------------
553
+
554
+ ## chokidar
555
+ License: MIT
556
+ By: Paul Miller, Elan Shanker
557
+ Repository: https://github.com/paulmillr/chokidar
558
+
559
+ > The MIT License (MIT)
560
+ >
561
+ > Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker
562
+ >
563
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
564
+ > of this software and associated documentation files (the “Software”), to deal
565
+ > in the Software without restriction, including without limitation the rights
566
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
567
+ > copies of the Software, and to permit persons to whom the Software is
568
+ > furnished to do so, subject to the following conditions:
569
+ >
570
+ > The above copyright notice and this permission notice shall be included in
571
+ > all copies or substantial portions of the Software.
572
+ >
573
+ > THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
574
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
575
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
576
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
577
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
578
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
579
+ > THE SOFTWARE.
580
+
581
+ ---------------------------------------
582
+
583
+ ## connect
584
+ License: MIT
585
+ By: TJ Holowaychuk, Douglas Christopher Wilson, Jonathan Ong, Tim Caswell
586
+ Repository: https://github.com/senchalabs/connect
587
+
588
+ > (The MIT License)
589
+ >
590
+ > Copyright (c) 2010 Sencha Inc.
591
+ > Copyright (c) 2011 LearnBoost
592
+ > Copyright (c) 2011-2014 TJ Holowaychuk
593
+ > Copyright (c) 2015 Douglas Christopher Wilson
594
+ >
595
+ > Permission is hereby granted, free of charge, to any person obtaining
596
+ > a copy of this software and associated documentation files (the
597
+ > 'Software'), to deal in the Software without restriction, including
598
+ > without limitation the rights to use, copy, modify, merge, publish,
599
+ > distribute, sublicense, and/or sell copies of the Software, and to
600
+ > permit persons to whom the Software is furnished to do so, subject to
601
+ > the following conditions:
602
+ >
603
+ > The above copyright notice and this permission notice shall be
604
+ > included in all copies or substantial portions of the Software.
605
+ >
606
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
607
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
608
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
609
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
610
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
611
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
612
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
613
+
614
+ ---------------------------------------
615
+
616
+ ## convert-source-map
617
+ License: MIT
618
+ By: Thorsten Lorenz
619
+ Repository: https://github.com/thlorenz/convert-source-map
620
+
621
+ > Copyright 2013 Thorsten Lorenz.
622
+ > All rights reserved.
623
+ >
624
+ > Permission is hereby granted, free of charge, to any person
625
+ > obtaining a copy of this software and associated documentation
626
+ > files (the "Software"), to deal in the Software without
627
+ > restriction, including without limitation the rights to use,
628
+ > copy, modify, merge, publish, distribute, sublicense, and/or sell
629
+ > copies of the Software, and to permit persons to whom the
630
+ > Software is furnished to do so, subject to the following
631
+ > conditions:
632
+ >
633
+ > The above copyright notice and this permission notice shall be
634
+ > included in all copies or substantial portions of the Software.
635
+ >
636
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
637
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
638
+ > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
639
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
640
+ > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
641
+ > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
642
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
643
+ > OTHER DEALINGS IN THE SOFTWARE.
644
+
645
+ ---------------------------------------
646
+
647
+ ## cors
648
+ License: MIT
649
+ By: Troy Goode
650
+ Repository: https://github.com/expressjs/cors
651
+
652
+ > (The MIT License)
653
+ >
654
+ > Copyright (c) 2013 Troy Goode <troygoode@gmail.com>
655
+ >
656
+ > Permission is hereby granted, free of charge, to any person obtaining
657
+ > a copy of this software and associated documentation files (the
658
+ > 'Software'), to deal in the Software without restriction, including
659
+ > without limitation the rights to use, copy, modify, merge, publish,
660
+ > distribute, sublicense, and/or sell copies of the Software, and to
661
+ > permit persons to whom the Software is furnished to do so, subject to
662
+ > the following conditions:
663
+ >
664
+ > The above copyright notice and this permission notice shall be
665
+ > included in all copies or substantial portions of the Software.
666
+ >
667
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
668
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
669
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
670
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
671
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
672
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
673
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
674
+
675
+ ---------------------------------------
676
+
677
+ ## cross-spawn
678
+ License: MIT
679
+ By: André Cruz
680
+ Repository: https://github.com/moxystudio/node-cross-spawn
681
+
682
+ > The MIT License (MIT)
683
+ >
684
+ > Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
685
+ >
686
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
687
+ > of this software and associated documentation files (the "Software"), to deal
688
+ > in the Software without restriction, including without limitation the rights
689
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
690
+ > copies of the Software, and to permit persons to whom the Software is
691
+ > furnished to do so, subject to the following conditions:
692
+ >
693
+ > The above copyright notice and this permission notice shall be included in
694
+ > all copies or substantial portions of the Software.
695
+ >
696
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
697
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
698
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
699
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
700
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
701
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
702
+ > THE SOFTWARE.
703
+
704
+ ---------------------------------------
705
+
706
+ ## cssesc
707
+ License: MIT
708
+ By: Mathias Bynens
709
+ Repository: https://github.com/mathiasbynens/cssesc
710
+
711
+ > Copyright Mathias Bynens <https://mathiasbynens.be/>
712
+ >
713
+ > Permission is hereby granted, free of charge, to any person obtaining
714
+ > a copy of this software and associated documentation files (the
715
+ > "Software"), to deal in the Software without restriction, including
716
+ > without limitation the rights to use, copy, modify, merge, publish,
717
+ > distribute, sublicense, and/or sell copies of the Software, and to
718
+ > permit persons to whom the Software is furnished to do so, subject to
719
+ > the following conditions:
720
+ >
721
+ > The above copyright notice and this permission notice shall be
722
+ > included in all copies or substantial portions of the Software.
723
+ >
724
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
725
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
726
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
727
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
728
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
729
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
730
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
731
+
732
+ ---------------------------------------
733
+
734
+ ## dotenv-expand
735
+ License: BSD-2-Clause
736
+ By: motdotla
737
+ Repository: https://github.com/motdotla/dotenv-expand
738
+
739
+ > Copyright (c) 2016, Scott Motte
740
+ > All rights reserved.
741
+ >
742
+ > Redistribution and use in source and binary forms, with or without
743
+ > modification, are permitted provided that the following conditions are met:
744
+ >
745
+ > * Redistributions of source code must retain the above copyright notice, this
746
+ > list of conditions and the following disclaimer.
747
+ >
748
+ > * Redistributions in binary form must reproduce the above copyright notice,
749
+ > this list of conditions and the following disclaimer in the documentation
750
+ > and/or other materials provided with the distribution.
751
+ >
752
+ > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
753
+ > AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
754
+ > IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
755
+ > DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
756
+ > FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
757
+ > DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
758
+ > SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
759
+ > CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
760
+ > OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
761
+ > OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
762
+
763
+ ---------------------------------------
764
+
765
+ ## ee-first
766
+ License: MIT
767
+ By: Jonathan Ong, Douglas Christopher Wilson
768
+ Repository: https://github.com/jonathanong/ee-first
769
+
770
+ > The MIT License (MIT)
771
+ >
772
+ > Copyright (c) 2014 Jonathan Ong me@jongleberry.com
773
+ >
774
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
775
+ > of this software and associated documentation files (the "Software"), to deal
776
+ > in the Software without restriction, including without limitation the rights
777
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
778
+ > copies of the Software, and to permit persons to whom the Software is
779
+ > furnished to do so, subject to the following conditions:
780
+ >
781
+ > The above copyright notice and this permission notice shall be included in
782
+ > all copies or substantial portions of the Software.
783
+ >
784
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
785
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
786
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
787
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
788
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
789
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
790
+ > THE SOFTWARE.
791
+
792
+ ---------------------------------------
793
+
794
+ ## encodeurl
795
+ License: MIT
796
+ By: Douglas Christopher Wilson
797
+ Repository: https://github.com/pillarjs/encodeurl
798
+
799
+ > (The MIT License)
800
+ >
801
+ > Copyright (c) 2016 Douglas Christopher Wilson
802
+ >
803
+ > Permission is hereby granted, free of charge, to any person obtaining
804
+ > a copy of this software and associated documentation files (the
805
+ > 'Software'), to deal in the Software without restriction, including
806
+ > without limitation the rights to use, copy, modify, merge, publish,
807
+ > distribute, sublicense, and/or sell copies of the Software, and to
808
+ > permit persons to whom the Software is furnished to do so, subject to
809
+ > the following conditions:
810
+ >
811
+ > The above copyright notice and this permission notice shall be
812
+ > included in all copies or substantial portions of the Software.
813
+ >
814
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
815
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
816
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
817
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
818
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
819
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
820
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
821
+
822
+ ---------------------------------------
823
+
824
+ ## entities
825
+ License: BSD-2-Clause
826
+ By: Felix Boehm
827
+ Repository: https://github.com/fb55/entities
828
+
829
+ > Copyright (c) Felix Böhm
830
+ > All rights reserved.
831
+ >
832
+ > Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
833
+ >
834
+ > Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
835
+ >
836
+ > 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.
837
+ >
838
+ > 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,
839
+ > EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
840
+
841
+ ---------------------------------------
842
+
843
+ ## es-module-lexer
844
+ License: MIT
845
+ By: Guy Bedford
846
+ Repository: https://github.com/guybedford/es-module-lexer
847
+
848
+ > MIT License
849
+ > -----------
850
+ >
851
+ > Copyright (C) 2018-2022 Guy Bedford
852
+ >
853
+ > 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:
854
+ >
855
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
856
+ >
857
+ > 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.
858
+
859
+ ---------------------------------------
860
+
861
+ ## escape-html
862
+ License: MIT
863
+ Repository: https://github.com/component/escape-html
864
+
865
+ > (The MIT License)
866
+ >
867
+ > Copyright (c) 2012-2013 TJ Holowaychuk
868
+ > Copyright (c) 2015 Andreas Lubbe
869
+ > Copyright (c) 2015 Tiancheng "Timothy" Gu
870
+ >
871
+ > Permission is hereby granted, free of charge, to any person obtaining
872
+ > a copy of this software and associated documentation files (the
873
+ > 'Software'), to deal in the Software without restriction, including
874
+ > without limitation the rights to use, copy, modify, merge, publish,
875
+ > distribute, sublicense, and/or sell copies of the Software, and to
876
+ > permit persons to whom the Software is furnished to do so, subject to
877
+ > the following conditions:
878
+ >
879
+ > The above copyright notice and this permission notice shall be
880
+ > included in all copies or substantial portions of the Software.
881
+ >
882
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
883
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
884
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
885
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
886
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
887
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
888
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
889
+
890
+ ---------------------------------------
891
+
892
+ ## estree-walker
893
+ License: MIT
894
+ By: Rich Harris
895
+ Repository: https://github.com/Rich-Harris/estree-walker
896
+
897
+ > Copyright (c) 2015-20 [these people](https://github.com/Rich-Harris/estree-walker/graphs/contributors)
898
+ >
899
+ > 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:
900
+ >
901
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
902
+ >
903
+ > 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.
904
+
905
+ ---------------------------------------
906
+
907
+ ## etag
908
+ License: MIT
909
+ By: Douglas Christopher Wilson, David Björklund
910
+ Repository: https://github.com/jshttp/etag
911
+
912
+ > (The MIT License)
913
+ >
914
+ > Copyright (c) 2014-2016 Douglas Christopher Wilson
915
+ >
916
+ > Permission is hereby granted, free of charge, to any person obtaining
917
+ > a copy of this software and associated documentation files (the
918
+ > 'Software'), to deal in the Software without restriction, including
919
+ > without limitation the rights to use, copy, modify, merge, publish,
920
+ > distribute, sublicense, and/or sell copies of the Software, and to
921
+ > permit persons to whom the Software is furnished to do so, subject to
922
+ > the following conditions:
923
+ >
924
+ > The above copyright notice and this permission notice shall be
925
+ > included in all copies or substantial portions of the Software.
926
+ >
927
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
928
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
929
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
930
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
931
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
932
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
933
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
934
+
935
+ ---------------------------------------
936
+
937
+ ## finalhandler
938
+ License: MIT
939
+ By: Douglas Christopher Wilson
940
+ Repository: https://github.com/pillarjs/finalhandler
941
+
942
+ > (The MIT License)
943
+ >
944
+ > Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
945
+ >
946
+ > Permission is hereby granted, free of charge, to any person obtaining
947
+ > a copy of this software and associated documentation files (the
948
+ > 'Software'), to deal in the Software without restriction, including
949
+ > without limitation the rights to use, copy, modify, merge, publish,
950
+ > distribute, sublicense, and/or sell copies of the Software, and to
951
+ > permit persons to whom the Software is furnished to do so, subject to
952
+ > the following conditions:
953
+ >
954
+ > The above copyright notice and this permission notice shall be
955
+ > included in all copies or substantial portions of the Software.
956
+ >
957
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
958
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
959
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
960
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
961
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
962
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
963
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
964
+
965
+ ---------------------------------------
966
+
967
+ ## follow-redirects
968
+ License: MIT
969
+ By: Ruben Verborgh, Olivier Lalonde, James Talmage
970
+ Repository: https://github.com/follow-redirects/follow-redirects
971
+
972
+ > Copyright 2014–present Olivier Lalonde <olalonde@gmail.com>, James Talmage <james@talmage.io>, Ruben Verborgh
973
+ >
974
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
975
+ > this software and associated documentation files (the "Software"), to deal in
976
+ > the Software without restriction, including without limitation the rights to
977
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
978
+ > of the Software, and to permit persons to whom the Software is furnished to do
979
+ > so, subject to the following conditions:
980
+ >
981
+ > The above copyright notice and this permission notice shall be included in all
982
+ > copies or substantial portions of the Software.
983
+ >
984
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
985
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
986
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
987
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
988
+ > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
989
+ > IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
990
+
991
+ ---------------------------------------
992
+
993
+ ## fresh-import
994
+ License: MIT
995
+ By: sapphi-red
996
+ Repository: https://github.com/sapphi-red/fresh-import
997
+
998
+ > MIT License
999
+ >
1000
+ > Copyright (c) 2026 sapphi-red
1001
+ >
1002
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1003
+ > of this software and associated documentation files (the "Software"), to deal
1004
+ > in the Software without restriction, including without limitation the rights
1005
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1006
+ > copies of the Software, and to permit persons to whom the Software is
1007
+ > furnished to do so, subject to the following conditions:
1008
+ >
1009
+ > The above copyright notice and this permission notice shall be included in all
1010
+ > copies or substantial portions of the Software.
1011
+ >
1012
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1013
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1014
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1015
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1016
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1017
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1018
+ > SOFTWARE.
1019
+
1020
+ ---------------------------------------
1021
+
1022
+ ## generic-names
1023
+ License: MIT
1024
+ By: Alexey Litvinov
1025
+ Repository: https://github.com/css-modules/generic-names
1026
+
1027
+ > The MIT License (MIT)
1028
+ >
1029
+ > Copyright (c) 2015 Alexey Litvinov
1030
+ >
1031
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1032
+ > of this software and associated documentation files (the "Software"), to deal
1033
+ > in the Software without restriction, including without limitation the rights
1034
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1035
+ > copies of the Software, and to permit persons to whom the Software is
1036
+ > furnished to do so, subject to the following conditions:
1037
+ >
1038
+ > The above copyright notice and this permission notice shall be included in all
1039
+ > copies or substantial portions of the Software.
1040
+ >
1041
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1042
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1043
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1044
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1045
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1046
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1047
+ > SOFTWARE.
1048
+
1049
+ ---------------------------------------
1050
+
1051
+ ## glob-parent
1052
+ License: ISC
1053
+ By: Gulp Team, Elan Shanker, Blaine Bublitz
1054
+ Repository: https://github.com/gulpjs/glob-parent
1055
+
1056
+ > The ISC License
1057
+ >
1058
+ > Copyright (c) 2015, 2019 Elan Shanker
1059
+ >
1060
+ > Permission to use, copy, modify, and/or distribute this software for any
1061
+ > purpose with or without fee is hereby granted, provided that the above
1062
+ > copyright notice and this permission notice appear in all copies.
1063
+ >
1064
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1065
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1066
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1067
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1068
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1069
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1070
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1071
+
1072
+ ---------------------------------------
1073
+
1074
+ ## host-validation-middleware
1075
+ License: MIT
1076
+ By: sapphi-red
1077
+ Repository: https://github.com/sapphi-red/host-validation-middleware
1078
+
1079
+ > MIT License
1080
+ >
1081
+ > Copyright (c) 2025 sapphi-red
1082
+ >
1083
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1084
+ > of this software and associated documentation files (the "Software"), to deal
1085
+ > in the Software without restriction, including without limitation the rights
1086
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1087
+ > copies of the Software, and to permit persons to whom the Software is
1088
+ > furnished to do so, subject to the following conditions:
1089
+ >
1090
+ > The above copyright notice and this permission notice shall be included in all
1091
+ > copies or substantial portions of the Software.
1092
+ >
1093
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1094
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1095
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1096
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1097
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1098
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1099
+ > SOFTWARE.
1100
+
1101
+ ---------------------------------------
1102
+
1103
+ ## http-proxy-3
1104
+ License: MIT
1105
+ By: William Stein, Charlie Robbins, Jimb Esser, jcrugzz
1106
+ Repository: https://github.com/sagemathinc/http-proxy-3
1107
+
1108
+ > node-http-3
1109
+ >
1110
+ > Copyright (c) 2010-2025 William Stein, Charlie Robbins, Jarrett Cruger & the Contributors.
1111
+ >
1112
+ > Permission is hereby granted, free of charge, to any person obtaining
1113
+ > a copy of this software and associated documentation files (the
1114
+ > "Software"), to deal in the Software without restriction, including
1115
+ > without limitation the rights to use, copy, modify, merge, publish,
1116
+ > distribute, sublicense, and/or sell copies of the Software, and to
1117
+ > permit persons to whom the Software is furnished to do so, subject to
1118
+ > the following conditions:
1119
+ >
1120
+ > The above copyright notice and this permission notice shall be
1121
+ > included in all copies or substantial portions of the Software.
1122
+ >
1123
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1124
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1125
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1126
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1127
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1128
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1129
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1130
+
1131
+ ---------------------------------------
1132
+
1133
+ ## icss-utils
1134
+ License: ISC
1135
+ By: Glen Maddern
1136
+ Repository: https://github.com/css-modules/icss-utils
1137
+
1138
+ > ISC License (ISC)
1139
+ > Copyright 2018 Glen Maddern
1140
+ >
1141
+ > 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.
1142
+ >
1143
+ > 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.
1144
+
1145
+ ---------------------------------------
1146
+
1147
+ ## is-binary-path
1148
+ License: MIT
1149
+ By: Sindre Sorhus
1150
+ Repository: https://github.com/sindresorhus/is-binary-path
1151
+
1152
+ > MIT License
1153
+ >
1154
+ > Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
1155
+ >
1156
+ > 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:
1157
+ >
1158
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1159
+ >
1160
+ > 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.
1161
+
1162
+ ---------------------------------------
1163
+
1164
+ ## is-extglob
1165
+ License: MIT
1166
+ By: Jon Schlinkert
1167
+ Repository: https://github.com/jonschlinkert/is-extglob
1168
+
1169
+ > The MIT License (MIT)
1170
+ >
1171
+ > Copyright (c) 2014-2016, Jon Schlinkert
1172
+ >
1173
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1174
+ > of this software and associated documentation files (the "Software"), to deal
1175
+ > in the Software without restriction, including without limitation the rights
1176
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1177
+ > copies of the Software, and to permit persons to whom the Software is
1178
+ > furnished to do so, subject to the following conditions:
1179
+ >
1180
+ > The above copyright notice and this permission notice shall be included in
1181
+ > all copies or substantial portions of the Software.
1182
+ >
1183
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1184
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1185
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1186
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1187
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1188
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1189
+ > THE SOFTWARE.
1190
+
1191
+ ---------------------------------------
1192
+
1193
+ ## is-glob
1194
+ License: MIT
1195
+ By: Jon Schlinkert, Brian Woodward, Daniel Perez
1196
+ Repository: https://github.com/micromatch/is-glob
1197
+
1198
+ > The MIT License (MIT)
1199
+ >
1200
+ > Copyright (c) 2014-2017, Jon Schlinkert.
1201
+ >
1202
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1203
+ > of this software and associated documentation files (the "Software"), to deal
1204
+ > in the Software without restriction, including without limitation the rights
1205
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1206
+ > copies of the Software, and to permit persons to whom the Software is
1207
+ > furnished to do so, subject to the following conditions:
1208
+ >
1209
+ > The above copyright notice and this permission notice shall be included in
1210
+ > all copies or substantial portions of the Software.
1211
+ >
1212
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1213
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1214
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1215
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1216
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1217
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1218
+ > THE SOFTWARE.
1219
+
1220
+ ---------------------------------------
1221
+
1222
+ ## is-reference
1223
+ License: MIT
1224
+ By: Rich Harris
1225
+ Repository: https://github.com/Rich-Harris/is-reference
1226
+
1227
+ ---------------------------------------
1228
+
1229
+ ## isexe, which
1230
+ License: ISC
1231
+ By: Isaac Z. Schlueter
1232
+ Repositories: https://github.com/isaacs/isexe, https://github.com/isaacs/node-which
1233
+
1234
+ > The ISC License
1235
+ >
1236
+ > Copyright (c) Isaac Z. Schlueter and Contributors
1237
+ >
1238
+ > Permission to use, copy, modify, and/or distribute this software for any
1239
+ > purpose with or without fee is hereby granted, provided that the above
1240
+ > copyright notice and this permission notice appear in all copies.
1241
+ >
1242
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1243
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1244
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1245
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1246
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1247
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1248
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1249
+
1250
+ ---------------------------------------
1251
+
1252
+ ## js-tokens
1253
+ License: MIT
1254
+ By: Simon Lydell
1255
+ Repository: https://github.com/lydell/js-tokens
1256
+
1257
+ > The MIT License (MIT)
1258
+ >
1259
+ > Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025 Simon Lydell
1260
+ >
1261
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1262
+ > of this software and associated documentation files (the "Software"), to deal
1263
+ > in the Software without restriction, including without limitation the rights
1264
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1265
+ > copies of the Software, and to permit persons to whom the Software is
1266
+ > furnished to do so, subject to the following conditions:
1267
+ >
1268
+ > The above copyright notice and this permission notice shall be included in
1269
+ > all copies or substantial portions of the Software.
1270
+ >
1271
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1272
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1273
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1274
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1275
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1276
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1277
+ > THE SOFTWARE.
1278
+
1279
+ ---------------------------------------
1280
+
1281
+ ## launch-editor, launch-editor-middleware
1282
+ License: MIT
1283
+ By: Evan You
1284
+ Repositories: https://github.com/vitejs/launch-editor, https://github.com/vitejs/launch-editor
1285
+
1286
+ > The MIT License (MIT)
1287
+ >
1288
+ > Copyright (c) 2017-present, Yuxi (Evan) You
1289
+ >
1290
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1291
+ > of this software and associated documentation files (the "Software"), to deal
1292
+ > in the Software without restriction, including without limitation the rights
1293
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1294
+ > copies of the Software, and to permit persons to whom the Software is
1295
+ > furnished to do so, subject to the following conditions:
1296
+ >
1297
+ > The above copyright notice and this permission notice shall be included in
1298
+ > all copies or substantial portions of the Software.
1299
+ >
1300
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1301
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1302
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1303
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1304
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1305
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1306
+ > THE SOFTWARE.
1307
+
1308
+ ---------------------------------------
1309
+
1310
+ ## lilconfig
1311
+ License: MIT
1312
+ By: antonk52
1313
+ Repository: https://github.com/antonk52/lilconfig
1314
+
1315
+ > MIT License
1316
+ >
1317
+ > Copyright (c) 2022 Anton Kastritskiy
1318
+ >
1319
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1320
+ > of this software and associated documentation files (the "Software"), to deal
1321
+ > in the Software without restriction, including without limitation the rights
1322
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1323
+ > copies of the Software, and to permit persons to whom the Software is
1324
+ > furnished to do so, subject to the following conditions:
1325
+ >
1326
+ > The above copyright notice and this permission notice shall be included in all
1327
+ > copies or substantial portions of the Software.
1328
+ >
1329
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1330
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1331
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1332
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1333
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1334
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1335
+ > SOFTWARE.
1336
+
1337
+ ---------------------------------------
1338
+
1339
+ ## loader-utils
1340
+ License: MIT
1341
+ By: Tobias Koppers @sokra
1342
+ Repository: https://github.com/webpack/loader-utils
1343
+
1344
+ > Copyright JS Foundation and other contributors
1345
+ >
1346
+ > Permission is hereby granted, free of charge, to any person obtaining
1347
+ > a copy of this software and associated documentation files (the
1348
+ > 'Software'), to deal in the Software without restriction, including
1349
+ > without limitation the rights to use, copy, modify, merge, publish,
1350
+ > distribute, sublicense, and/or sell copies of the Software, and to
1351
+ > permit persons to whom the Software is furnished to do so, subject to
1352
+ > the following conditions:
1353
+ >
1354
+ > The above copyright notice and this permission notice shall be
1355
+ > included in all copies or substantial portions of the Software.
1356
+ >
1357
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1358
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1359
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1360
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1361
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1362
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1363
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1364
+
1365
+ ---------------------------------------
1366
+
1367
+ ## lodash.camelcase
1368
+ License: MIT
1369
+ By: John-David Dalton, Blaine Bublitz, Mathias Bynens
1370
+ Repository: https://github.com/lodash/lodash
1371
+
1372
+ > Copyright jQuery Foundation and other contributors <https://jquery.org/>
1373
+ >
1374
+ > Based on Underscore.js, copyright Jeremy Ashkenas,
1375
+ > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1376
+ >
1377
+ > This software consists of voluntary contributions made by many
1378
+ > individuals. For exact contribution history, see the revision history
1379
+ > available at https://github.com/lodash/lodash
1380
+ >
1381
+ > The following license applies to all parts of this software except as
1382
+ > documented below:
1383
+ >
1384
+ > ====
1385
+ >
1386
+ > Permission is hereby granted, free of charge, to any person obtaining
1387
+ > a copy of this software and associated documentation files (the
1388
+ > "Software"), to deal in the Software without restriction, including
1389
+ > without limitation the rights to use, copy, modify, merge, publish,
1390
+ > distribute, sublicense, and/or sell copies of the Software, and to
1391
+ > permit persons to whom the Software is furnished to do so, subject to
1392
+ > the following conditions:
1393
+ >
1394
+ > The above copyright notice and this permission notice shall be
1395
+ > included in all copies or substantial portions of the Software.
1396
+ >
1397
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1398
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1399
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1400
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1401
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1402
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1403
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1404
+ >
1405
+ > ====
1406
+ >
1407
+ > Copyright and related rights for sample code are waived via CC0. Sample
1408
+ > code is defined as all source code displayed within the prose of the
1409
+ > documentation.
1410
+ >
1411
+ > CC0: http://creativecommons.org/publicdomain/zero/1.0/
1412
+ >
1413
+ > ====
1414
+ >
1415
+ > Files located in the node_modules and vendor directories are externally
1416
+ > maintained libraries used by this software which have their own
1417
+ > licenses; we recommend you read them, as their terms may differ from the
1418
+ > terms above.
1419
+
1420
+ ---------------------------------------
1421
+
1422
+ ## magic-string
1423
+ License: MIT
1424
+ By: Rich Harris
1425
+ Repository: https://github.com/Rich-Harris/magic-string
1426
+
1427
+ > Copyright 2018 Rich Harris
1428
+ >
1429
+ > 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:
1430
+ >
1431
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1432
+ >
1433
+ > 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.
1434
+
1435
+ ---------------------------------------
1436
+
1437
+ ## mlly, ufo
1438
+ License: MIT
1439
+ Repositories: https://github.com/unjs/mlly, https://github.com/unjs/ufo
1440
+
1441
+ > MIT License
1442
+ >
1443
+ > Copyright (c) Pooya Parsa <pooya@pi0.io>
1444
+ >
1445
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1446
+ > of this software and associated documentation files (the "Software"), to deal
1447
+ > in the Software without restriction, including without limitation the rights
1448
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1449
+ > copies of the Software, and to permit persons to whom the Software is
1450
+ > furnished to do so, subject to the following conditions:
1451
+ >
1452
+ > The above copyright notice and this permission notice shall be included in all
1453
+ > copies or substantial portions of the Software.
1454
+ >
1455
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1456
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1457
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1458
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1459
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1460
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1461
+ > SOFTWARE.
1462
+
1463
+ ---------------------------------------
1464
+
1465
+ ## mrmime
1466
+ License: MIT
1467
+ By: Luke Edwards
1468
+ Repository: https://github.com/lukeed/mrmime
1469
+
1470
+ > The MIT License (MIT)
1471
+ >
1472
+ > Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (https://lukeed.com)
1473
+ >
1474
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1475
+ > of this software and associated documentation files (the "Software"), to deal
1476
+ > in the Software without restriction, including without limitation the rights
1477
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1478
+ > copies of the Software, and to permit persons to whom the Software is
1479
+ > furnished to do so, subject to the following conditions:
1480
+ >
1481
+ > The above copyright notice and this permission notice shall be included in
1482
+ > all copies or substantial portions of the Software.
1483
+ >
1484
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1485
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1486
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1487
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1488
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1489
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1490
+ > THE SOFTWARE.
1491
+
1492
+ ---------------------------------------
1493
+
1494
+ ## normalize-path
1495
+ License: MIT
1496
+ By: Jon Schlinkert, Blaine Bublitz
1497
+ Repository: https://github.com/jonschlinkert/normalize-path
1498
+
1499
+ > The MIT License (MIT)
1500
+ >
1501
+ > Copyright (c) 2014-2018, Jon Schlinkert.
1502
+ >
1503
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1504
+ > of this software and associated documentation files (the "Software"), to deal
1505
+ > in the Software without restriction, including without limitation the rights
1506
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1507
+ > copies of the Software, and to permit persons to whom the Software is
1508
+ > furnished to do so, subject to the following conditions:
1509
+ >
1510
+ > The above copyright notice and this permission notice shall be included in
1511
+ > all copies or substantial portions of the Software.
1512
+ >
1513
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1514
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1515
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1516
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1517
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1518
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1519
+ > THE SOFTWARE.
1520
+
1521
+ ---------------------------------------
1522
+
1523
+ ## object-assign
1524
+ License: MIT
1525
+ By: Sindre Sorhus
1526
+ Repository: https://github.com/sindresorhus/object-assign
1527
+
1528
+ > The MIT License (MIT)
1529
+ >
1530
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1531
+ >
1532
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1533
+ > of this software and associated documentation files (the "Software"), to deal
1534
+ > in the Software without restriction, including without limitation the rights
1535
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1536
+ > copies of the Software, and to permit persons to whom the Software is
1537
+ > furnished to do so, subject to the following conditions:
1538
+ >
1539
+ > The above copyright notice and this permission notice shall be included in
1540
+ > all copies or substantial portions of the Software.
1541
+ >
1542
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1543
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1544
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1545
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1546
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1547
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1548
+ > THE SOFTWARE.
1549
+
1550
+ ---------------------------------------
1551
+
1552
+ ## obug
1553
+ License: MIT
1554
+ By: Kevin Deng
1555
+ Repository: https://github.com/sxzz/obug
1556
+
1557
+ > The MIT License (MIT)
1558
+ >
1559
+ > Copyright © 2025-PRESENT Kevin Deng (https://github.com/sxzz)
1560
+ > Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
1561
+ > Copyright (c) 2018-2021 Josh Junon
1562
+ >
1563
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1564
+ > of this software and associated documentation files (the "Software"), to deal
1565
+ > in the Software without restriction, including without limitation the rights
1566
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1567
+ > copies of the Software, and to permit persons to whom the Software is
1568
+ > furnished to do so, subject to the following conditions:
1569
+ >
1570
+ > The above copyright notice and this permission notice shall be included in all
1571
+ > copies or substantial portions of the Software.
1572
+ >
1573
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1574
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1575
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1576
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1577
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1578
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1579
+ > SOFTWARE.
1580
+
1581
+ ---------------------------------------
1582
+
1583
+ ## on-finished
1584
+ License: MIT
1585
+ By: Douglas Christopher Wilson, Jonathan Ong
1586
+ Repository: https://github.com/jshttp/on-finished
1587
+
1588
+ > (The MIT License)
1589
+ >
1590
+ > Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>
1591
+ > Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com>
1592
+ >
1593
+ > Permission is hereby granted, free of charge, to any person obtaining
1594
+ > a copy of this software and associated documentation files (the
1595
+ > 'Software'), to deal in the Software without restriction, including
1596
+ > without limitation the rights to use, copy, modify, merge, publish,
1597
+ > distribute, sublicense, and/or sell copies of the Software, and to
1598
+ > permit persons to whom the Software is furnished to do so, subject to
1599
+ > the following conditions:
1600
+ >
1601
+ > The above copyright notice and this permission notice shall be
1602
+ > included in all copies or substantial portions of the Software.
1603
+ >
1604
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1605
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1606
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1607
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1608
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1609
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1610
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1611
+
1612
+ ---------------------------------------
1613
+
1614
+ ## parse5
1615
+ License: MIT
1616
+ By: Ivan Nikulin, James Garbutt, Felix Boehm, Titus
1617
+ Repository: https://github.com/inikulin/parse5
1618
+
1619
+ > Copyright (c) 2013-2019 Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin)
1620
+ >
1621
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1622
+ > of this software and associated documentation files (the "Software"), to deal
1623
+ > in the Software without restriction, including without limitation the rights
1624
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1625
+ > copies of the Software, and to permit persons to whom the Software is
1626
+ > furnished to do so, subject to the following conditions:
1627
+ >
1628
+ > The above copyright notice and this permission notice shall be included in
1629
+ > all copies or substantial portions of the Software.
1630
+ >
1631
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1632
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1633
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1634
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1635
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1636
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1637
+ > THE SOFTWARE.
1638
+
1639
+ ---------------------------------------
1640
+
1641
+ ## parseurl
1642
+ License: MIT
1643
+ By: Douglas Christopher Wilson, Jonathan Ong
1644
+ Repository: https://github.com/pillarjs/parseurl
1645
+
1646
+ > (The MIT License)
1647
+ >
1648
+ > Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
1649
+ > Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
1650
+ >
1651
+ > Permission is hereby granted, free of charge, to any person obtaining
1652
+ > a copy of this software and associated documentation files (the
1653
+ > 'Software'), to deal in the Software without restriction, including
1654
+ > without limitation the rights to use, copy, modify, merge, publish,
1655
+ > distribute, sublicense, and/or sell copies of the Software, and to
1656
+ > permit persons to whom the Software is furnished to do so, subject to
1657
+ > the following conditions:
1658
+ >
1659
+ > The above copyright notice and this permission notice shall be
1660
+ > included in all copies or substantial portions of the Software.
1661
+ >
1662
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1663
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1664
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1665
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1666
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1667
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1668
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1669
+
1670
+ ---------------------------------------
1671
+
1672
+ ## path-key, shebang-regex
1673
+ License: MIT
1674
+ By: Sindre Sorhus
1675
+ Repositories: https://github.com/sindresorhus/path-key, https://github.com/sindresorhus/shebang-regex
1676
+
1677
+ > MIT License
1678
+ >
1679
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1680
+ >
1681
+ > 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:
1682
+ >
1683
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1684
+ >
1685
+ > 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.
1686
+
1687
+ ---------------------------------------
1688
+
1689
+ ## periscopic
1690
+ License: MIT
1691
+ Repository: https://github.com/Rich-Harris/periscopic
1692
+
1693
+ > Copyright (c) 2019 Rich Harris
1694
+ >
1695
+ > 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:
1696
+ >
1697
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1698
+ >
1699
+ > 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.
1700
+
1701
+ ---------------------------------------
1702
+
1703
+ ## picocolors
1704
+ License: ISC
1705
+ By: Alexey Raspopov
1706
+ Repository: https://github.com/alexeyraspopov/picocolors
1707
+
1708
+ > ISC License
1709
+ >
1710
+ > Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
1711
+ >
1712
+ > Permission to use, copy, modify, and/or distribute this software for any
1713
+ > purpose with or without fee is hereby granted, provided that the above
1714
+ > copyright notice and this permission notice appear in all copies.
1715
+ >
1716
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1717
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1718
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1719
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1720
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1721
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1722
+ > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1723
+
1724
+ ---------------------------------------
1725
+
1726
+ ## postcss-import
1727
+ License: MIT
1728
+ By: Maxime Thirouin
1729
+ Repository: https://github.com/postcss/postcss-import
1730
+
1731
+ > The MIT License (MIT)
1732
+ >
1733
+ > Copyright (c) 2014 Maxime Thirouin, Jason Campbell & Kevin Mårtensson
1734
+ >
1735
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
1736
+ > this software and associated documentation files (the "Software"), to deal in
1737
+ > the Software without restriction, including without limitation the rights to
1738
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1739
+ > the Software, and to permit persons to whom the Software is furnished to do so,
1740
+ > subject to the following conditions:
1741
+ >
1742
+ > The above copyright notice and this permission notice shall be included in all
1743
+ > copies or substantial portions of the Software.
1744
+ >
1745
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1746
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1747
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1748
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1749
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1750
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1751
+
1752
+ ---------------------------------------
1753
+
1754
+ ## postcss-load-config
1755
+ License: MIT
1756
+ By: Michael Ciniawky, Ryan Dunckel, Mateusz Derks, Dalton Santos, Patrick Gilday, François Wouts
1757
+ Repository: https://github.com/postcss/postcss-load-config
1758
+
1759
+ > The MIT License (MIT)
1760
+ >
1761
+ > Copyright Michael Ciniawsky <michael.ciniawsky@gmail.com>
1762
+ >
1763
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
1764
+ > this software and associated documentation files (the "Software"), to deal in
1765
+ > the Software without restriction, including without limitation the rights to
1766
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1767
+ > the Software, and to permit persons to whom the Software is furnished to do so,
1768
+ > subject to the following conditions:
1769
+ >
1770
+ > The above copyright notice and this permission notice shall be included in all
1771
+ > copies or substantial portions of the Software.
1772
+ >
1773
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1774
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1775
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1776
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1777
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1778
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1779
+
1780
+ ---------------------------------------
1781
+
1782
+ ## postcss-modules
1783
+ License: MIT
1784
+ By: Alexander Madyankin
1785
+ Repository: https://github.com/css-modules/postcss-modules
1786
+
1787
+ > The MIT License (MIT)
1788
+ >
1789
+ > Copyright 2015-present Alexander Madyankin <alexander@madyankin.name>
1790
+ >
1791
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
1792
+ > this software and associated documentation files (the "Software"), to deal in
1793
+ > the Software without restriction, including without limitation the rights to
1794
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1795
+ > the Software, and to permit persons to whom the Software is furnished to do so,
1796
+ > subject to the following conditions:
1797
+ >
1798
+ > The above copyright notice and this permission notice shall be included in all
1799
+ > copies or substantial portions of the Software.
1800
+ >
1801
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1802
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1803
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1804
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1805
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1806
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1807
+
1808
+ ---------------------------------------
1809
+
1810
+ ## postcss-modules-extract-imports
1811
+ License: ISC
1812
+ By: Glen Maddern
1813
+ Repository: https://github.com/css-modules/postcss-modules-extract-imports
1814
+
1815
+ > Copyright 2015 Glen Maddern
1816
+ >
1817
+ > 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.
1818
+ >
1819
+ > 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.
1820
+
1821
+ ---------------------------------------
1822
+
1823
+ ## postcss-modules-local-by-default
1824
+ License: MIT
1825
+ By: Mark Dalgleish
1826
+ Repository: https://github.com/css-modules/postcss-modules-local-by-default
1827
+
1828
+ > The MIT License (MIT)
1829
+ >
1830
+ > Copyright 2015 Mark Dalgleish <mark.john.dalgleish@gmail.com>
1831
+ >
1832
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
1833
+ > this software and associated documentation files (the "Software"), to deal in
1834
+ > the Software without restriction, including without limitation the rights to
1835
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1836
+ > the Software, and to permit persons to whom the Software is furnished to do so,
1837
+ > subject to the following conditions:
1838
+ >
1839
+ > The above copyright notice and this permission notice shall be included in all
1840
+ > copies or substantial portions of the Software.
1841
+ >
1842
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1843
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1844
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1845
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1846
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1847
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1848
+
1849
+ ---------------------------------------
1850
+
1851
+ ## postcss-modules-scope
1852
+ License: ISC
1853
+ By: Glen Maddern
1854
+ Repository: https://github.com/css-modules/postcss-modules-scope
1855
+
1856
+ > ISC License (ISC)
1857
+ >
1858
+ > Copyright (c) 2015, Glen Maddern
1859
+ >
1860
+ > 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.
1861
+ >
1862
+ > 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.
1863
+
1864
+ ---------------------------------------
1865
+
1866
+ ## postcss-modules-values
1867
+ License: ISC
1868
+ By: Glen Maddern
1869
+ Repository: https://github.com/css-modules/postcss-modules-values
1870
+
1871
+ > ISC License (ISC)
1872
+ >
1873
+ > Copyright (c) 2015, Glen Maddern
1874
+ >
1875
+ > 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.
1876
+ >
1877
+ > 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.
1878
+
1879
+ ---------------------------------------
1880
+
1881
+ ## postcss-selector-parser
1882
+ License: MIT
1883
+ By: Ben Briggs, Chris Eppstein
1884
+ Repository: https://github.com/postcss/postcss-selector-parser
1885
+
1886
+ > Copyright (c) Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
1887
+ >
1888
+ > Permission is hereby granted, free of charge, to any person
1889
+ > obtaining a copy of this software and associated documentation
1890
+ > files (the "Software"), to deal in the Software without
1891
+ > restriction, including without limitation the rights to use,
1892
+ > copy, modify, merge, publish, distribute, sublicense, and/or sell
1893
+ > copies of the Software, and to permit persons to whom the
1894
+ > Software is furnished to do so, subject to the following
1895
+ > conditions:
1896
+ >
1897
+ > The above copyright notice and this permission notice shall be
1898
+ > included in all copies or substantial portions of the Software.
1899
+ >
1900
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1901
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
1902
+ > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1903
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
1904
+ > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1905
+ > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1906
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1907
+ > OTHER DEALINGS IN THE SOFTWARE.
1908
+
1909
+ ---------------------------------------
1910
+
1911
+ ## postcss-value-parser
1912
+ License: MIT
1913
+ By: Bogdan Chadkin
1914
+ Repository: https://github.com/TrySound/postcss-value-parser
1915
+
1916
+ > Copyright (c) Bogdan Chadkin <trysound@yandex.ru>
1917
+ >
1918
+ > Permission is hereby granted, free of charge, to any person
1919
+ > obtaining a copy of this software and associated documentation
1920
+ > files (the "Software"), to deal in the Software without
1921
+ > restriction, including without limitation the rights to use,
1922
+ > copy, modify, merge, publish, distribute, sublicense, and/or sell
1923
+ > copies of the Software, and to permit persons to whom the
1924
+ > Software is furnished to do so, subject to the following
1925
+ > conditions:
1926
+ >
1927
+ > The above copyright notice and this permission notice shall be
1928
+ > included in all copies or substantial portions of the Software.
1929
+ >
1930
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1931
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
1932
+ > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1933
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
1934
+ > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1935
+ > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1936
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1937
+ > OTHER DEALINGS IN THE SOFTWARE.
1938
+
1939
+ ---------------------------------------
1940
+
1941
+ ## readdirp
1942
+ License: MIT
1943
+ By: Thorsten Lorenz, Paul Miller
1944
+ Repository: https://github.com/paulmillr/readdirp
1945
+
1946
+ > MIT License
1947
+ >
1948
+ > Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)
1949
+ >
1950
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1951
+ > of this software and associated documentation files (the "Software"), to deal
1952
+ > in the Software without restriction, including without limitation the rights
1953
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1954
+ > copies of the Software, and to permit persons to whom the Software is
1955
+ > furnished to do so, subject to the following conditions:
1956
+ >
1957
+ > The above copyright notice and this permission notice shall be included in all
1958
+ > copies or substantial portions of the Software.
1959
+ >
1960
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1961
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1962
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1963
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1964
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1965
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1966
+ > SOFTWARE.
1967
+
1968
+ ---------------------------------------
1969
+
1970
+ ## resolve.exports, totalist
1971
+ License: MIT
1972
+ By: Luke Edwards
1973
+ Repositories: https://github.com/lukeed/resolve.exports, https://github.com/lukeed/totalist
1974
+
1975
+ > The MIT License (MIT)
1976
+ >
1977
+ > Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
1978
+ >
1979
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1980
+ > of this software and associated documentation files (the "Software"), to deal
1981
+ > in the Software without restriction, including without limitation the rights
1982
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1983
+ > copies of the Software, and to permit persons to whom the Software is
1984
+ > furnished to do so, subject to the following conditions:
1985
+ >
1986
+ > The above copyright notice and this permission notice shall be included in
1987
+ > all copies or substantial portions of the Software.
1988
+ >
1989
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1990
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1991
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1992
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1993
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1994
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1995
+ > THE SOFTWARE.
1996
+
1997
+ ---------------------------------------
1998
+
1999
+ ## shebang-command
2000
+ License: MIT
2001
+ By: Kevin Mårtensson
2002
+ Repository: https://github.com/kevva/shebang-command
2003
+
2004
+ > MIT License
2005
+ >
2006
+ > Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
2007
+ >
2008
+ > 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:
2009
+ >
2010
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2011
+ >
2012
+ > 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.
2013
+
2014
+ ---------------------------------------
2015
+
2016
+ ## shell-quote
2017
+ License: MIT
2018
+ By: James Halliday
2019
+ Repository: http://github.com/ljharb/shell-quote
2020
+
2021
+ > The MIT License
2022
+ >
2023
+ > Copyright (c) 2013 James Halliday (mail@substack.net)
2024
+ >
2025
+ > Permission is hereby granted, free of charge,
2026
+ > to any person obtaining a copy of this software and
2027
+ > associated documentation files (the "Software"), to
2028
+ > deal in the Software without restriction, including
2029
+ > without limitation the rights to use, copy, modify,
2030
+ > merge, publish, distribute, sublicense, and/or sell
2031
+ > copies of the Software, and to permit persons to whom
2032
+ > the Software is furnished to do so,
2033
+ > subject to the following conditions:
2034
+ >
2035
+ > The above copyright notice and this permission notice
2036
+ > shall be included in all copies or substantial portions of the Software.
2037
+ >
2038
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2039
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2040
+ > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2041
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
2042
+ > ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2043
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2044
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2045
+
2046
+ ---------------------------------------
2047
+
2048
+ ## sirv
2049
+ License: MIT
2050
+ By: Luke Edwards
2051
+ Repository: https://github.com/lukeed/sirv
2052
+
2053
+ ---------------------------------------
2054
+
2055
+ ## statuses
2056
+ License: MIT
2057
+ By: Douglas Christopher Wilson, Jonathan Ong
2058
+ Repository: https://github.com/jshttp/statuses
2059
+
2060
+ > The MIT License (MIT)
2061
+ >
2062
+ > Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
2063
+ > Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
2064
+ >
2065
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2066
+ > of this software and associated documentation files (the "Software"), to deal
2067
+ > in the Software without restriction, including without limitation the rights
2068
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2069
+ > copies of the Software, and to permit persons to whom the Software is
2070
+ > furnished to do so, subject to the following conditions:
2071
+ >
2072
+ > The above copyright notice and this permission notice shall be included in
2073
+ > all copies or substantial portions of the Software.
2074
+ >
2075
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2076
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2077
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2078
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2079
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2080
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2081
+ > THE SOFTWARE.
2082
+
2083
+ ---------------------------------------
2084
+
2085
+ ## string-hash
2086
+ License: CC0-1.0
2087
+ By: The Dark Sky Company
2088
+ Repository: https://github.com/darkskyapp/string-hash
2089
+
2090
+ ---------------------------------------
2091
+
2092
+ ## strip-literal
2093
+ License: MIT
2094
+ By: Anthony Fu
2095
+ Repository: https://github.com/antfu/strip-literal
2096
+
2097
+ > MIT License
2098
+ >
2099
+ > Copyright (c) 2022 Anthony Fu <https://github.com/antfu>
2100
+ >
2101
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2102
+ > of this software and associated documentation files (the "Software"), to deal
2103
+ > in the Software without restriction, including without limitation the rights
2104
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2105
+ > copies of the Software, and to permit persons to whom the Software is
2106
+ > furnished to do so, subject to the following conditions:
2107
+ >
2108
+ > The above copyright notice and this permission notice shall be included in all
2109
+ > copies or substantial portions of the Software.
2110
+ >
2111
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2112
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2113
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2114
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2115
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2116
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2117
+ > SOFTWARE.
2118
+
2119
+ ---------------------------------------
2120
+
2121
+ ## to-regex-range
2122
+ License: MIT
2123
+ By: Jon Schlinkert, Rouven Weßling
2124
+ Repository: https://github.com/micromatch/to-regex-range
2125
+
2126
+ > The MIT License (MIT)
2127
+ >
2128
+ > Copyright (c) 2015-present, Jon Schlinkert.
2129
+ >
2130
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2131
+ > of this software and associated documentation files (the "Software"), to deal
2132
+ > in the Software without restriction, including without limitation the rights
2133
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2134
+ > copies of the Software, and to permit persons to whom the Software is
2135
+ > furnished to do so, subject to the following conditions:
2136
+ >
2137
+ > The above copyright notice and this permission notice shall be included in
2138
+ > all copies or substantial portions of the Software.
2139
+ >
2140
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2141
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2142
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2143
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2144
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2145
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2146
+ > THE SOFTWARE.
2147
+
2148
+ ---------------------------------------
2149
+
2150
+ ## unpipe
2151
+ License: MIT
2152
+ By: Douglas Christopher Wilson
2153
+ Repository: https://github.com/stream-utils/unpipe
2154
+
2155
+ > (The MIT License)
2156
+ >
2157
+ > Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
2158
+ >
2159
+ > Permission is hereby granted, free of charge, to any person obtaining
2160
+ > a copy of this software and associated documentation files (the
2161
+ > 'Software'), to deal in the Software without restriction, including
2162
+ > without limitation the rights to use, copy, modify, merge, publish,
2163
+ > distribute, sublicense, and/or sell copies of the Software, and to
2164
+ > permit persons to whom the Software is furnished to do so, subject to
2165
+ > the following conditions:
2166
+ >
2167
+ > The above copyright notice and this permission notice shall be
2168
+ > included in all copies or substantial portions of the Software.
2169
+ >
2170
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2171
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2172
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2173
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2174
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2175
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2176
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2177
+
2178
+ ---------------------------------------
2179
+
2180
+ ## util-deprecate
2181
+ License: MIT
2182
+ By: Nathan Rajlich
2183
+ Repository: https://github.com/TooTallNate/util-deprecate
2184
+
2185
+ > (The MIT License)
2186
+ >
2187
+ > Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
2188
+ >
2189
+ > Permission is hereby granted, free of charge, to any person
2190
+ > obtaining a copy of this software and associated documentation
2191
+ > files (the "Software"), to deal in the Software without
2192
+ > restriction, including without limitation the rights to use,
2193
+ > copy, modify, merge, publish, distribute, sublicense, and/or sell
2194
+ > copies of the Software, and to permit persons to whom the
2195
+ > Software is furnished to do so, subject to the following
2196
+ > conditions:
2197
+ >
2198
+ > The above copyright notice and this permission notice shall be
2199
+ > included in all copies or substantial portions of the Software.
2200
+ >
2201
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2202
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2203
+ > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2204
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
2205
+ > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2206
+ > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2207
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2208
+ > OTHER DEALINGS IN THE SOFTWARE.
2209
+
2210
+ ---------------------------------------
2211
+
2212
+ ## utils-merge
2213
+ License: MIT
2214
+ By: Jared Hanson
2215
+ Repository: https://github.com/jaredhanson/utils-merge
2216
+
2217
+ > The MIT License (MIT)
2218
+ >
2219
+ > Copyright (c) 2013-2017 Jared Hanson
2220
+ >
2221
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
2222
+ > this software and associated documentation files (the "Software"), to deal in
2223
+ > the Software without restriction, including without limitation the rights to
2224
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2225
+ > the Software, and to permit persons to whom the Software is furnished to do so,
2226
+ > subject to the following conditions:
2227
+ >
2228
+ > The above copyright notice and this permission notice shall be included in all
2229
+ > copies or substantial portions of the Software.
2230
+ >
2231
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2232
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2233
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2234
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2235
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2236
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2237
+
2238
+ ---------------------------------------
2239
+
2240
+ ## vary
2241
+ License: MIT
2242
+ By: Douglas Christopher Wilson
2243
+ Repository: https://github.com/jshttp/vary
2244
+
2245
+ > (The MIT License)
2246
+ >
2247
+ > Copyright (c) 2014-2017 Douglas Christopher Wilson
2248
+ >
2249
+ > Permission is hereby granted, free of charge, to any person obtaining
2250
+ > a copy of this software and associated documentation files (the
2251
+ > 'Software'), to deal in the Software without restriction, including
2252
+ > without limitation the rights to use, copy, modify, merge, publish,
2253
+ > distribute, sublicense, and/or sell copies of the Software, and to
2254
+ > permit persons to whom the Software is furnished to do so, subject to
2255
+ > the following conditions:
2256
+ >
2257
+ > The above copyright notice and this permission notice shall be
2258
+ > included in all copies or substantial portions of the Software.
2259
+ >
2260
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2261
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2262
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2263
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2264
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2265
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2266
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2267
+
2268
+ ---------------------------------------
2269
+
2270
+ ## ws
2271
+ License: MIT
2272
+ By: Einar Otto Stangvik
2273
+ Repository: https://github.com/websockets/ws
2274
+
2275
+ > Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
2276
+ > Copyright (c) 2013 Arnout Kazemier and contributors
2277
+ > Copyright (c) 2016 Luigi Pinca and contributors
2278
+ >
2279
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
2280
+ > this software and associated documentation files (the "Software"), to deal in
2281
+ > the Software without restriction, including without limitation the rights to
2282
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2283
+ > the Software, and to permit persons to whom the Software is furnished to do so,
2284
+ > subject to the following conditions:
2285
+ >
2286
+ > The above copyright notice and this permission notice shall be included in all
2287
+ > copies or substantial portions of the Software.
2288
+ >
2289
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2290
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2291
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2292
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2293
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2294
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2295
+
2296
+ ---------------------------------------
2297
+
2298
+ ## zimmerframe
2299
+ License: MIT
2300
+ Repository: https://github.com/sveltejs/zimmerframe
2301
+
2302
+ > MIT License
2303
+ >
2304
+ > Copyright (c) 2023 [these people](https://github.com/Rich-Harris/zimmerframe/graphs/contributors)
2305
+ >
2306
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2307
+ > of this software and associated documentation files (the "Software"), to deal
2308
+ > in the Software without restriction, including without limitation the rights
2309
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2310
+ > copies of the Software, and to permit persons to whom the Software is
2311
+ > furnished to do so, subject to the following conditions:
2312
+ >
2313
+ > The above copyright notice and this permission notice shall be included in all
2314
+ > copies or substantial portions of the Software.
2315
+ >
2316
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2317
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2318
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2319
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2320
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2321
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2322
+ > SOFTWARE.