vite-plus 0.1.16-alpha.1 → 0.1.16-alpha.3

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 CHANGED
@@ -1,3 +1,6 @@
1
+ # Vite-Plus CLI license
2
+ Vite-Plus is released under the MIT license:
3
+
1
4
  MIT License
2
5
 
3
6
  Copyright (c) 2026-present, VoidZero Inc.
@@ -19,3 +22,794 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
22
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
23
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
24
  SOFTWARE.
25
+
26
+ # Licenses of bundled dependencies
27
+ The published Vite-Plus artifact additionally contains code with the following licenses:
28
+ BlueOak-1.0.0, ISC, MIT
29
+
30
+ # Bundled dependencies:
31
+ ## @clack/core
32
+ License: MIT
33
+ By: Nate Moore
34
+ Repository: https://github.com/bombshell-dev/clack
35
+
36
+ > MIT License
37
+ >
38
+ > Copyright (c) Nate Moore
39
+ >
40
+ > 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:
41
+ >
42
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
43
+ >
44
+ > 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.
45
+
46
+ ---------------------------------------
47
+
48
+ ## @nkzw/safe-word-list
49
+ License: MIT
50
+ By: Christoph Nakazawa <christoph.pojer@gmail.com>
51
+ Repository: https://github.com/nkzw-tech/safe-word-list
52
+
53
+ > The MIT License (MIT)
54
+ >
55
+ > Copyright (c) 2022 Christoph Nakazawa
56
+ >
57
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
58
+ > of this software and associated documentation files (the "Software"), to deal
59
+ > in the Software without restriction, including without limitation the rights
60
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
61
+ > copies of the Software, and to permit persons to whom the Software is
62
+ > furnished to do so, subject to the following conditions:
63
+ >
64
+ > The above copyright notice and this permission notice shall be included in all
65
+ > copies or substantial portions of the Software.
66
+ >
67
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
68
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
69
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
70
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
71
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
72
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
73
+ > SOFTWARE.
74
+
75
+ ---------------------------------------
76
+
77
+ ## ansi-escapes, cli-cursor, cli-truncate, detect-indent, detect-newline, environment, get-east-asian-width, log-update, mimic-function, onetime, restore-cursor, string-width, strip-ansi, wrap-ansi
78
+ License: MIT
79
+ By: Sindre Sorhus
80
+ Repositories: https://github.com/sindresorhus/ansi-escapes, https://github.com/sindresorhus/cli-cursor, https://github.com/sindresorhus/cli-truncate, https://github.com/sindresorhus/detect-indent, https://github.com/sindresorhus/detect-newline, https://github.com/sindresorhus/environment, https://github.com/sindresorhus/get-east-asian-width, https://github.com/sindresorhus/log-update, https://github.com/sindresorhus/mimic-function, https://github.com/sindresorhus/onetime, https://github.com/sindresorhus/restore-cursor, https://github.com/sindresorhus/string-width, https://github.com/chalk/strip-ansi, https://github.com/chalk/wrap-ansi
81
+
82
+ > MIT License
83
+ >
84
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
85
+ >
86
+ > 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:
87
+ >
88
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
89
+ >
90
+ > 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.
91
+
92
+ ---------------------------------------
93
+
94
+ ## ansi-regex, ansi-styles, is-fullwidth-code-point, path-key, shebang-regex
95
+ License: MIT
96
+ By: Sindre Sorhus
97
+ Repositories: https://github.com/chalk/ansi-regex, https://github.com/chalk/ansi-styles, https://github.com/sindresorhus/is-fullwidth-code-point, https://github.com/sindresorhus/path-key, https://github.com/sindresorhus/shebang-regex
98
+
99
+ > MIT License
100
+ >
101
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
102
+ >
103
+ > 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:
104
+ >
105
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
106
+ >
107
+ > 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.
108
+
109
+ ---------------------------------------
110
+
111
+ ## balanced-match
112
+ License: MIT
113
+ By: Julian Gruber
114
+ Repository: https://github.com/juliangruber/balanced-match
115
+
116
+ > (MIT)
117
+ >
118
+ > Copyright (c) 2013 Julian Gruber &lt;julian@juliangruber.com&gt;
119
+ >
120
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
121
+ > this software and associated documentation files (the "Software"), to deal in
122
+ > the Software without restriction, including without limitation the rights to
123
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
124
+ > of the Software, and to permit persons to whom the Software is furnished to do
125
+ > so, subject to the following conditions:
126
+ >
127
+ > The above copyright notice and this permission notice shall be included in all
128
+ > copies or substantial portions of the Software.
129
+ >
130
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
131
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
132
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
133
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
134
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
135
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
136
+ > SOFTWARE.
137
+
138
+ ---------------------------------------
139
+
140
+ ## brace-expansion
141
+ License: MIT
142
+ By: Julian Gruber
143
+ Repository: https://github.com/juliangruber/brace-expansion
144
+
145
+ > MIT License
146
+ >
147
+ > Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
148
+ >
149
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
150
+ > of this software and associated documentation files (the "Software"), to deal
151
+ > in the Software without restriction, including without limitation the rights
152
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
153
+ > copies of the Software, and to permit persons to whom the Software is
154
+ > furnished to do so, subject to the following conditions:
155
+ >
156
+ > The above copyright notice and this permission notice shall be included in all
157
+ > copies or substantial portions of the Software.
158
+ >
159
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
160
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
161
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
162
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
163
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
164
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
165
+ > SOFTWARE.
166
+
167
+ ---------------------------------------
168
+
169
+ ## cac
170
+ License: MIT
171
+ By: egoist <0x142857@gmail.com>
172
+ Repository: https://github.com/cacjs/cac
173
+
174
+ > The MIT License (MIT)
175
+ >
176
+ > Copyright (c) EGOIST <0x142857@gmail.com> (https://github.com/egoist)
177
+ >
178
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
179
+ > of this software and associated documentation files (the "Software"), to deal
180
+ > in the Software without restriction, including without limitation the rights
181
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
182
+ > copies of the Software, and to permit persons to whom the Software is
183
+ > furnished to do so, subject to the following conditions:
184
+ >
185
+ > The above copyright notice and this permission notice shall be included in
186
+ > all copies or substantial portions of the Software.
187
+ >
188
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
189
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
190
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
191
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
192
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
193
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
194
+ > THE SOFTWARE.
195
+
196
+ ---------------------------------------
197
+
198
+ ## colorette
199
+ License: MIT
200
+ By: Jorge Bucaran
201
+ Repository: https://github.com/jorgebucaran/colorette
202
+
203
+ > Copyright © Jorge Bucaran <<https://jorgebucaran.com>>
204
+ >
205
+ > 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:
206
+ >
207
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
208
+ >
209
+ > 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.
210
+
211
+ ---------------------------------------
212
+
213
+ ## cross-spawn
214
+ License: MIT
215
+ By: André Cruz <andre@moxy.studio>
216
+ Repository: https://github.com/moxystudio/node-cross-spawn
217
+
218
+ > The MIT License (MIT)
219
+ >
220
+ > Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
221
+ >
222
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
223
+ > of this software and associated documentation files (the "Software"), to deal
224
+ > in the Software without restriction, including without limitation the rights
225
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
226
+ > copies of the Software, and to permit persons to whom the Software is
227
+ > furnished to do so, subject to the following conditions:
228
+ >
229
+ > The above copyright notice and this permission notice shall be included in
230
+ > all copies or substantial portions of the Software.
231
+ >
232
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
233
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
234
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
235
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
236
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
237
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
238
+ > THE SOFTWARE.
239
+
240
+ ---------------------------------------
241
+
242
+ ## emoji-regex
243
+ License: MIT
244
+ By: Mathias Bynens
245
+ Repository: https://github.com/mathiasbynens/emoji-regex
246
+
247
+ ---------------------------------------
248
+
249
+ ## glob
250
+ License: BlueOak-1.0.0
251
+ By: Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me/)
252
+ Repository: https://github.com/isaacs/node-glob
253
+
254
+ > All packages under `src/` are licensed according to the terms in
255
+ > their respective `LICENSE` or `LICENSE.md` files.
256
+ >
257
+ > The remainder of this project is licensed under the Blue Oak
258
+ > Model License, as follows:
259
+ >
260
+ > -----
261
+ >
262
+ > # Blue Oak Model License
263
+ >
264
+ > Version 1.0.0
265
+ >
266
+ > ## Purpose
267
+ >
268
+ > This license gives everyone as much permission to work with
269
+ > this software as possible, while protecting contributors
270
+ > from liability.
271
+ >
272
+ > ## Acceptance
273
+ >
274
+ > In order to receive this license, you must agree to its
275
+ > rules. The rules of this license are both obligations
276
+ > under that agreement and conditions to your license.
277
+ > You must not do anything with this software that triggers
278
+ > a rule that you cannot or will not follow.
279
+ >
280
+ > ## Copyright
281
+ >
282
+ > Each contributor licenses you to do everything with this
283
+ > software that would otherwise infringe that contributor's
284
+ > copyright in it.
285
+ >
286
+ > ## Notices
287
+ >
288
+ > You must ensure that everyone who gets a copy of
289
+ > any part of this software from you, with or without
290
+ > changes, also gets the text of this license or a link to
291
+ > <https://blueoakcouncil.org/license/1.0.0>.
292
+ >
293
+ > ## Excuse
294
+ >
295
+ > If anyone notifies you in writing that you have not
296
+ > complied with [Notices](#notices), you can keep your
297
+ > license by taking all practical steps to comply within 30
298
+ > days after the notice. If you do not do so, your license
299
+ > ends immediately.
300
+ >
301
+ > ## Patent
302
+ >
303
+ > Each contributor licenses you to do everything with this
304
+ > software that would otherwise infringe any patent claims
305
+ > they can license or become able to license.
306
+ >
307
+ > ## Reliability
308
+ >
309
+ > No contributor can revoke this license.
310
+ >
311
+ > ## No Liability
312
+ >
313
+ > ***As far as the law allows, this software comes as is,
314
+ > without any warranty or condition, and no contributor
315
+ > will be liable to anyone for any damages related to this
316
+ > software or this license, under any kind of legal claim.***
317
+
318
+ ---------------------------------------
319
+
320
+ ## isexe, semver, which
321
+ License: ISC
322
+ By: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
323
+ Repository: https://github.com/isaacs/isexe
324
+
325
+ License: ISC
326
+ By: GitHub Inc.
327
+ Repository: https://github.com/npm/node-semver
328
+
329
+ License: ISC
330
+ By: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)
331
+ Repository: https://github.com/isaacs/node-which
332
+
333
+ > The ISC License
334
+ >
335
+ > Copyright (c) Isaac Z. Schlueter and Contributors
336
+ >
337
+ > Permission to use, copy, modify, and/or distribute this software for any
338
+ > purpose with or without fee is hereby granted, provided that the above
339
+ > copyright notice and this permission notice appear in all copies.
340
+ >
341
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
342
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
343
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
344
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
345
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
346
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
347
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
348
+
349
+ ---------------------------------------
350
+
351
+ ## jsonc-parser
352
+ License: MIT
353
+ By: Microsoft Corporation
354
+ Repository: https://github.com/microsoft/node-jsonc-parser
355
+
356
+ > The MIT License (MIT)
357
+ >
358
+ > Copyright (c) Microsoft
359
+ >
360
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
361
+ > of this software and associated documentation files (the "Software"), to deal
362
+ > in the Software without restriction, including without limitation the rights
363
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
364
+ > copies of the Software, and to permit persons to whom the Software is
365
+ > furnished to do so, subject to the following conditions:
366
+ >
367
+ > The above copyright notice and this permission notice shall be included in all
368
+ > copies or substantial portions of the Software.
369
+ >
370
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
371
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
372
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
373
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
374
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
375
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
376
+ > SOFTWARE.
377
+
378
+ ---------------------------------------
379
+
380
+ ## lint-staged
381
+ License: MIT
382
+ By: Andrey Okonetchnikov <andrey@okonet.ru>, Iiro Jäppinen <iiro@jappinen.fi> (https://iiro.fi)
383
+ Repository: https://github.com/lint-staged/lint-staged
384
+
385
+ > The MIT License (MIT)
386
+ >
387
+ > Copyright (c) 2016 Andrey Okonetchnikov
388
+ >
389
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
390
+ > of this software and associated documentation files (the "Software"), to deal
391
+ > in the Software without restriction, including without limitation the rights
392
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
393
+ > copies of the Software, and to permit persons to whom the Software is
394
+ > furnished to do so, subject to the following conditions:
395
+ >
396
+ > The above copyright notice and this permission notice shall be included in all
397
+ > copies or substantial portions of the Software.
398
+ >
399
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
400
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
401
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
402
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
403
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
404
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
405
+ > SOFTWARE.
406
+
407
+ ---------------------------------------
408
+
409
+ ## listr2
410
+ License: MIT
411
+ By: Cenk Kilic
412
+ Repository: https://github.com/listr2/listr2
413
+
414
+ > The MIT License (MIT)
415
+ >
416
+ > Copyright (c) Cenk Kilic <cenk@kilic.dev> (https://srcs.kilic.dev), Sam Verschueren <sam.verschueren@gmail.com> (github.com/SamVerschueren)
417
+ >
418
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
419
+ > of this software and associated documentation files (the "Software"), to deal
420
+ > in the Software without restriction, including without limitation the rights
421
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
422
+ > copies of the Software, and to permit persons to whom the Software is
423
+ > furnished to do so, subject to the following conditions:
424
+ >
425
+ > The above copyright notice and this permission notice shall be included in
426
+ > all copies or substantial portions of the Software.
427
+ >
428
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
429
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
430
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
431
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
432
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
433
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
434
+ > THE SOFTWARE.
435
+
436
+ ---------------------------------------
437
+
438
+ ## lru-cache
439
+ License: BlueOak-1.0.0
440
+ By: Isaac Z. Schlueter <i@izs.me>
441
+ Repository: https://github.com/isaacs/node-lru-cache
442
+
443
+ > # Blue Oak Model License
444
+ >
445
+ > Version 1.0.0
446
+ >
447
+ > ## Purpose
448
+ >
449
+ > This license gives everyone as much permission to work with
450
+ > this software as possible, while protecting contributors
451
+ > from liability.
452
+ >
453
+ > ## Acceptance
454
+ >
455
+ > In order to receive this license, you must agree to its
456
+ > rules. The rules of this license are both obligations
457
+ > under that agreement and conditions to your license.
458
+ > You must not do anything with this software that triggers
459
+ > a rule that you cannot or will not follow.
460
+ >
461
+ > ## Copyright
462
+ >
463
+ > Each contributor licenses you to do everything with this
464
+ > software that would otherwise infringe that contributor's
465
+ > copyright in it.
466
+ >
467
+ > ## Notices
468
+ >
469
+ > You must ensure that everyone who gets a copy of
470
+ > any part of this software from you, with or without
471
+ > changes, also gets the text of this license or a link to
472
+ > <https://blueoakcouncil.org/license/1.0.0>.
473
+ >
474
+ > ## Excuse
475
+ >
476
+ > If anyone notifies you in writing that you have not
477
+ > complied with [Notices](#notices), you can keep your
478
+ > license by taking all practical steps to comply within 30
479
+ > days after the notice. If you do not do so, your license
480
+ > ends immediately.
481
+ >
482
+ > ## Patent
483
+ >
484
+ > Each contributor licenses you to do everything with this
485
+ > software that would otherwise infringe any patent claims
486
+ > they can license or become able to license.
487
+ >
488
+ > ## Reliability
489
+ >
490
+ > No contributor can revoke this license.
491
+ >
492
+ > ## No Liability
493
+ >
494
+ > ***As far as the law allows, this software comes as is,
495
+ > without any warranty or condition, and no contributor
496
+ > will be liable to anyone for any damages related to this
497
+ > software or this license, under any kind of legal claim.***
498
+
499
+ ---------------------------------------
500
+
501
+ ## minimatch
502
+ License: BlueOak-1.0.0
503
+ By: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)
504
+ Repository: https://github.com/isaacs/minimatch
505
+
506
+ > # Blue Oak Model License
507
+ >
508
+ > Version 1.0.0
509
+ >
510
+ > ## Purpose
511
+ >
512
+ > This license gives everyone as much permission to work with
513
+ > this software as possible, while protecting contributors
514
+ > from liability.
515
+ >
516
+ > ## Acceptance
517
+ >
518
+ > In order to receive this license, you must agree to its
519
+ > rules. The rules of this license are both obligations
520
+ > under that agreement and conditions to your license.
521
+ > You must not do anything with this software that triggers
522
+ > a rule that you cannot or will not follow.
523
+ >
524
+ > ## Copyright
525
+ >
526
+ > Each contributor licenses you to do everything with this
527
+ > software that would otherwise infringe that contributor's
528
+ > copyright in it.
529
+ >
530
+ > ## Notices
531
+ >
532
+ > You must ensure that everyone who gets a copy of
533
+ > any part of this software from you, with or without
534
+ > changes, also gets the text of this license or a link to
535
+ > <https://blueoakcouncil.org/license/1.0.0>.
536
+ >
537
+ > ## Excuse
538
+ >
539
+ > If anyone notifies you in writing that you have not
540
+ > complied with [Notices](#notices), you can keep your
541
+ > license by taking all practical steps to comply within 30
542
+ > days after the notice. If you do not do so, your license
543
+ > ends immediately.
544
+ >
545
+ > ## Patent
546
+ >
547
+ > Each contributor licenses you to do everything with this
548
+ > software that would otherwise infringe any patent claims
549
+ > they can license or become able to license.
550
+ >
551
+ > ## Reliability
552
+ >
553
+ > No contributor can revoke this license.
554
+ >
555
+ > ## No Liability
556
+ >
557
+ > **_As far as the law allows, this software comes as is,
558
+ > without any warranty or condition, and no contributor
559
+ > will be liable to anyone for any damages related to this
560
+ > software or this license, under any kind of legal claim._**
561
+
562
+ ---------------------------------------
563
+
564
+ ## minipass
565
+ License: ISC
566
+ By: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
567
+ Repository: https://github.com/isaacs/minipass
568
+
569
+ > The ISC License
570
+ >
571
+ > Copyright (c) 2017-2023 npm, Inc., Isaac Z. Schlueter, and Contributors
572
+ >
573
+ > Permission to use, copy, modify, and/or distribute this software for any
574
+ > purpose with or without fee is hereby granted, provided that the above
575
+ > copyright notice and this permission notice appear in all copies.
576
+ >
577
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
578
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
579
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
580
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
581
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
582
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
583
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
584
+
585
+ ---------------------------------------
586
+
587
+ ## mri
588
+ License: MIT
589
+ By: Luke Edwards
590
+ Repository: https://github.com/lukeed/mri
591
+
592
+ > The MIT License (MIT)
593
+ >
594
+ > Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
595
+ >
596
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
597
+ > of this software and associated documentation files (the "Software"), to deal
598
+ > in the Software without restriction, including without limitation the rights
599
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
600
+ > copies of the Software, and to permit persons to whom the Software is
601
+ > furnished to do so, subject to the following conditions:
602
+ >
603
+ > The above copyright notice and this permission notice shall be included in
604
+ > all copies or substantial portions of the Software.
605
+ >
606
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
607
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
608
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
609
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
610
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
611
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
612
+ > THE SOFTWARE.
613
+
614
+ ---------------------------------------
615
+
616
+ ## picocolors
617
+ License: ISC
618
+ By: Alexey Raspopov
619
+ Repository: https://github.com/alexeyraspopov/picocolors
620
+
621
+ > ISC License
622
+ >
623
+ > Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
624
+ >
625
+ > Permission to use, copy, modify, and/or distribute this software for any
626
+ > purpose with or without fee is hereby granted, provided that the above
627
+ > copyright notice and this permission notice appear in all copies.
628
+ >
629
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
630
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
631
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
632
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
633
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
634
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
635
+ > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
636
+
637
+ ---------------------------------------
638
+
639
+ ## picomatch
640
+ License: MIT
641
+ By: Jon Schlinkert (https://github.com/jonschlinkert)
642
+ Repository: https://github.com/micromatch/picomatch
643
+
644
+ > The MIT License (MIT)
645
+ >
646
+ > Copyright (c) 2017-present, Jon Schlinkert.
647
+ >
648
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
649
+ > of this software and associated documentation files (the "Software"), to deal
650
+ > in the Software without restriction, including without limitation the rights
651
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
652
+ > copies of the Software, and to permit persons to whom the Software is
653
+ > furnished to do so, subject to the following conditions:
654
+ >
655
+ > The above copyright notice and this permission notice shall be included in
656
+ > all copies or substantial portions of the Software.
657
+ >
658
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
659
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
660
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
661
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
662
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
663
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
664
+ > THE SOFTWARE.
665
+
666
+ ---------------------------------------
667
+
668
+ ## shebang-command
669
+ License: MIT
670
+ By: Kevin Mårtensson
671
+ Repository: https://github.com/kevva/shebang-command
672
+
673
+ > MIT License
674
+ >
675
+ > Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
676
+ >
677
+ > 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:
678
+ >
679
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
680
+ >
681
+ > 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.
682
+
683
+ ---------------------------------------
684
+
685
+ ## signal-exit
686
+ License: ISC
687
+ By: Ben Coe <ben@npmjs.com>
688
+ Repository: https://github.com/tapjs/signal-exit
689
+
690
+ > The ISC License
691
+ >
692
+ > Copyright (c) 2015-2023 Benjamin Coe, Isaac Z. Schlueter, and Contributors
693
+ >
694
+ > Permission to use, copy, modify, and/or distribute this software
695
+ > for any purpose with or without fee is hereby granted, provided
696
+ > that the above copyright notice and this permission notice
697
+ > appear in all copies.
698
+ >
699
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
700
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
701
+ > OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
702
+ > LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
703
+ > OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
704
+ > WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
705
+ > ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
706
+
707
+ ---------------------------------------
708
+
709
+ ## slice-ansi
710
+ License: MIT
711
+ Repository: https://github.com/chalk/slice-ansi
712
+
713
+ > MIT License
714
+ >
715
+ > Copyright (c) DC <threedeecee@gmail.com>
716
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
717
+ >
718
+ > 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:
719
+ >
720
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
721
+ >
722
+ > 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.
723
+
724
+ ---------------------------------------
725
+
726
+ ## string-argv
727
+ License: MIT
728
+ By: Anthony McCormick, Michael Ferris
729
+ Repository: https://github.com/mccormicka/string-argv
730
+
731
+ > The MIT License (MIT)
732
+ >
733
+ > Copyright 2014 Anthony McCormick
734
+ >
735
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
736
+ > of this software and associated documentation files (the "Software"), to deal
737
+ > in the Software without restriction, including without limitation the rights
738
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
739
+ > copies of the Software, and to permit persons to whom the Software is
740
+ > furnished to do so, subject to the following conditions:
741
+ >
742
+ > The above copyright notice and this permission notice shall be included in all
743
+ > copies or substantial portions of the Software.
744
+ >
745
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
746
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
747
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
748
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
749
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
750
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
751
+ > SOFTWARE.
752
+
753
+ ---------------------------------------
754
+
755
+ ## tinyexec
756
+ License: MIT
757
+ By: James Garbutt (https://github.com/43081j)
758
+ Repository: https://github.com/tinylibs/tinyexec
759
+
760
+ > MIT License
761
+ >
762
+ > Copyright (c) 2024 Tinylibs
763
+ >
764
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
765
+ > of this software and associated documentation files (the "Software"), to deal
766
+ > in the Software without restriction, including without limitation the rights
767
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
768
+ > copies of the Software, and to permit persons to whom the Software is
769
+ > furnished to do so, subject to the following conditions:
770
+ >
771
+ > The above copyright notice and this permission notice shall be included in all
772
+ > copies or substantial portions of the Software.
773
+ >
774
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
775
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
776
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
777
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
778
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
779
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
780
+ > SOFTWARE.
781
+
782
+ ---------------------------------------
783
+
784
+ ## validate-npm-package-name
785
+ License: ISC
786
+ By: GitHub Inc.
787
+ Repository: https://github.com/npm/validate-npm-package-name
788
+
789
+ > Copyright (c) 2015, npm, Inc
790
+ >
791
+ >
792
+ > 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.
793
+ >
794
+ > 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.
795
+
796
+ ---------------------------------------
797
+
798
+ ## yaml
799
+ License: ISC
800
+ By: Eemeli Aro <eemeli@gmail.com>
801
+ Repository: https://github.com/eemeli/yaml
802
+
803
+ > Copyright Eemeli Aro <eemeli@gmail.com>
804
+ >
805
+ > Permission to use, copy, modify, and/or distribute this software for any purpose
806
+ > with or without fee is hereby granted, provided that the above copyright notice
807
+ > and this permission notice appear in all copies.
808
+ >
809
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
810
+ > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
811
+ > FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
812
+ > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
813
+ > OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
814
+ > TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
815
+ > THIS SOFTWARE.