limina 0.0.5 → 0.0.6

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 CHANGED
@@ -29,4 +29,1341 @@ SOFTWARE.
29
29
 
30
30
  The published limina artifact additionally contains code with the following licenses:
31
31
 
32
+ BSD-2-Clause, ISC, MIT
33
+
32
34
  # Bundled dependencies:
35
+ ## @babel/code-frame, @babel/helper-validator-identifier
36
+
37
+ License: MIT
38
+ By: The Babel Team
39
+ Repositories: https://github.com/babel/babel.git, https://github.com/babel/babel.git
40
+
41
+ > MIT License
42
+ >
43
+ > Copyright (c) 2014-present Sebastian McKenzie and other contributors
44
+ >
45
+ > Permission is hereby granted, free of charge, to any person obtaining
46
+ > a copy of this software and associated documentation files (the
47
+ > "Software"), to deal in the Software without restriction, including
48
+ > without limitation the rights to use, copy, modify, merge, publish,
49
+ > distribute, sublicense, and/or sell copies of the Software, and to
50
+ > permit persons to whom the Software is furnished to do so, subject to
51
+ > the following conditions:
52
+ >
53
+ > The above copyright notice and this permission notice shall be
54
+ > included in all copies or substantial portions of the Software.
55
+ >
56
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
57
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
58
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
59
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
60
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
61
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
62
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
63
+
64
+ ---------------------------------------
65
+
66
+ ## @clack/core, @clack/prompts
67
+
68
+ License: MIT
69
+ By: Nate Moore
70
+ Repositories: git+https://github.com/bombshell-dev/clack.git, git+https://github.com/bombshell-dev/clack.git
71
+
72
+ > MIT License
73
+ >
74
+ > Copyright (c) Nate Moore
75
+ >
76
+ > 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:
77
+ >
78
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
79
+ >
80
+ > 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.
81
+
82
+ ---------------------------------------
83
+
84
+ ## @nodelib/fs.scandir, @nodelib/fs.stat, @nodelib/fs.walk, fast-glob
85
+
86
+ License: MIT
87
+ Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir
88
+
89
+ License: MIT
90
+ Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat
91
+
92
+ License: MIT
93
+ Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk
94
+
95
+ License: MIT
96
+ By: Denis Malinochkin
97
+ Repository: mrmlnc/fast-glob
98
+
99
+ > The MIT License (MIT)
100
+ >
101
+ > Copyright (c) Denis Malinochkin
102
+ >
103
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
104
+ > of this software and associated documentation files (the "Software"), to deal
105
+ > in the Software without restriction, including without limitation the rights
106
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
107
+ > copies of the Software, and to permit persons to whom the Software is
108
+ > furnished to do so, subject to the following conditions:
109
+ >
110
+ > The above copyright notice and this permission notice shall be included in all
111
+ > copies or substantial portions of the Software.
112
+ >
113
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
114
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
115
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
116
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
117
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
118
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
119
+ > SOFTWARE.
120
+
121
+ ---------------------------------------
122
+
123
+ ## @publint/pack, publint
124
+
125
+ License: MIT
126
+ By: Bjorn Lu
127
+ Repositories: git+https://github.com/publint/publint.git, git+https://github.com/publint/publint.git
128
+
129
+ > MIT License
130
+ >
131
+ > Copyright (c) 2026 Bjorn Lu and publint contributors
132
+ >
133
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
134
+ > of this software and associated documentation files (the "Software"), to deal
135
+ > in the Software without restriction, including without limitation the rights
136
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
137
+ > copies of the Software, and to permit persons to whom the Software is
138
+ > furnished to do so, subject to the following conditions:
139
+ >
140
+ > The above copyright notice and this permission notice shall be included in all
141
+ > copies or substantial portions of the Software.
142
+ >
143
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
144
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
145
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
146
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
147
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
148
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
149
+ > SOFTWARE.
150
+
151
+ ---------------------------------------
152
+
153
+ ## ajv
154
+
155
+ License: MIT
156
+ By: Evgeny Poberezkin
157
+ Repository: https://github.com/ajv-validator/ajv.git
158
+
159
+ > The MIT License (MIT)
160
+ >
161
+ > Copyright (c) 2015-2017 Evgeny Poberezkin
162
+ >
163
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
164
+ > of this software and associated documentation files (the "Software"), to deal
165
+ > in the Software without restriction, including without limitation the rights
166
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
167
+ > copies of the Software, and to permit persons to whom the Software is
168
+ > furnished to do so, subject to the following conditions:
169
+ >
170
+ > The above copyright notice and this permission notice shall be included in all
171
+ > copies or substantial portions of the Software.
172
+ >
173
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
174
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
175
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
176
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
177
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
178
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
179
+ > SOFTWARE.
180
+
181
+ ---------------------------------------
182
+
183
+ ## ajv-errors, fast-deep-equal, json-schema-traverse
184
+
185
+ License: MIT
186
+ Repository: git+https://github.com/epoberezkin/ajv-errors.git
187
+
188
+ License: MIT
189
+ By: Evgeny Poberezkin
190
+ Repository: git+https://github.com/epoberezkin/fast-deep-equal.git
191
+
192
+ License: MIT
193
+ By: Evgeny Poberezkin
194
+ Repository: git+https://github.com/epoberezkin/json-schema-traverse.git
195
+
196
+ > MIT License
197
+ >
198
+ > Copyright (c) 2017 Evgeny Poberezkin
199
+ >
200
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
201
+ > of this software and associated documentation files (the "Software"), to deal
202
+ > in the Software without restriction, including without limitation the rights
203
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
204
+ > copies of the Software, and to permit persons to whom the Software is
205
+ > furnished to do so, subject to the following conditions:
206
+ >
207
+ > The above copyright notice and this permission notice shall be included in all
208
+ > copies or substantial portions of the Software.
209
+ >
210
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
211
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
212
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
213
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
214
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
215
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
216
+ > SOFTWARE.
217
+
218
+ ---------------------------------------
219
+
220
+ ## ansi-styles, array-union, callsites, chalk, globby, has-flag, irregular-plurals, parent-module, path-type, resolve-from, slash, supports-color
221
+
222
+ License: MIT
223
+ By: Sindre Sorhus
224
+ Repository: chalk/ansi-styles
225
+
226
+ License: MIT
227
+ By: Sindre Sorhus
228
+ Repository: sindresorhus/array-union
229
+
230
+ License: MIT
231
+ By: Sindre Sorhus
232
+ Repository: sindresorhus/callsites
233
+
234
+ License: MIT
235
+ Repository: chalk/chalk
236
+
237
+ License: MIT
238
+ By: Sindre Sorhus
239
+ Repository: sindresorhus/globby
240
+
241
+ License: MIT
242
+ By: Sindre Sorhus
243
+ Repository: sindresorhus/has-flag
244
+
245
+ License: MIT
246
+ By: Sindre Sorhus
247
+ Repository: sindresorhus/irregular-plurals
248
+
249
+ License: MIT
250
+ By: Sindre Sorhus
251
+ Repository: sindresorhus/parent-module
252
+
253
+ License: MIT
254
+ By: Sindre Sorhus
255
+ Repository: sindresorhus/path-type
256
+
257
+ License: MIT
258
+ By: Sindre Sorhus
259
+ Repository: sindresorhus/resolve-from
260
+
261
+ License: MIT
262
+ By: Sindre Sorhus
263
+ Repository: sindresorhus/slash
264
+
265
+ License: MIT
266
+ By: Sindre Sorhus
267
+ Repository: chalk/supports-color
268
+
269
+ > MIT License
270
+ >
271
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
272
+ >
273
+ > 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:
274
+ >
275
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
276
+ >
277
+ > 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.
278
+
279
+ ---------------------------------------
280
+
281
+ ## braces, fill-range, is-number, micromatch
282
+
283
+ License: MIT
284
+ By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
285
+ Repository: micromatch/braces
286
+
287
+ License: MIT
288
+ By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
289
+ Repository: jonschlinkert/fill-range
290
+
291
+ License: MIT
292
+ By: Jon Schlinkert, Olsten Larck, Rouven Weßling
293
+ Repository: jonschlinkert/is-number
294
+
295
+ License: MIT
296
+ By: Jon Schlinkert, Amila Welihinda, Bogdan Chadkin, Brian Woodward, Devon Govett, Elan Shanker, Fabrício Matté, Martin Kolárik, Olsten Larck, Paul Miller, Tom Byrer, Tyler Akins, Peter Bright, Kuba Juszczyk
297
+ Repository: micromatch/micromatch
298
+
299
+ > The MIT License (MIT)
300
+ >
301
+ > Copyright (c) 2014-present, Jon Schlinkert.
302
+ >
303
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
304
+ > of this software and associated documentation files (the "Software"), to deal
305
+ > in the Software without restriction, including without limitation the rights
306
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
307
+ > copies of the Software, and to permit persons to whom the Software is
308
+ > furnished to do so, subject to the following conditions:
309
+ >
310
+ > The above copyright notice and this permission notice shall be included in
311
+ > all copies or substantial portions of the Software.
312
+ >
313
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
314
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
315
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
316
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
317
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
318
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
319
+ > THE SOFTWARE.
320
+
321
+ ---------------------------------------
322
+
323
+ ## cac
324
+
325
+ License: MIT
326
+ By: egoist
327
+ Repository: egoist/cac
328
+
329
+ > The MIT License (MIT)
330
+ >
331
+ > Copyright (c) EGOIST <0x142857@gmail.com> (https://github.com/egoist)
332
+ >
333
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
334
+ > of this software and associated documentation files (the "Software"), to deal
335
+ > in the Software without restriction, including without limitation the rights
336
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
337
+ > copies of the Software, and to permit persons to whom the Software is
338
+ > furnished to do so, subject to the following conditions:
339
+ >
340
+ > The above copyright notice and this permission notice shall be included in
341
+ > all copies or substantial portions of the Software.
342
+ >
343
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
344
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
345
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
346
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
347
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
348
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
349
+ > THE SOFTWARE.
350
+
351
+ ---------------------------------------
352
+
353
+ ## color-convert
354
+
355
+ License: MIT
356
+ By: Heather Arthur
357
+ Repository: Qix-/color-convert
358
+
359
+ > Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
360
+ >
361
+ > Permission is hereby granted, free of charge, to any person obtaining
362
+ > a copy of this software and associated documentation files (the
363
+ > "Software"), to deal in the Software without restriction, including
364
+ > without limitation the rights to use, copy, modify, merge, publish,
365
+ > distribute, sublicense, and/or sell copies of the Software, and to
366
+ > permit persons to whom the Software is furnished to do so, subject to
367
+ > the following conditions:
368
+ >
369
+ > The above copyright notice and this permission notice shall be
370
+ > included in all copies or substantial portions of the Software.
371
+ >
372
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
373
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
374
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
375
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
376
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
377
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
378
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
379
+
380
+ ---------------------------------------
381
+
382
+ ## color-name
383
+
384
+ License: MIT
385
+ By: DY
386
+ Repository: git@github.com:colorjs/color-name.git
387
+
388
+ > The MIT License (MIT)
389
+ > Copyright (c) 2015 Dmitry Ivanov
390
+ >
391
+ > 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:
392
+ >
393
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
394
+ >
395
+ > 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.
396
+
397
+ ---------------------------------------
398
+
399
+ ## cosmiconfig
400
+
401
+ License: MIT
402
+ By: Daniel Fischer, Randolf J, David Clark, Bogdan Chadkin, Suhas Karanth
403
+ Repository: git+https://github.com/cosmiconfig/cosmiconfig.git
404
+
405
+ > The MIT License (MIT)
406
+ >
407
+ > Copyright (c) 2015 David Clark
408
+ >
409
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
410
+ > of this software and associated documentation files (the "Software"), to deal
411
+ > in the Software without restriction, including without limitation the rights
412
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
413
+ > copies of the Software, and to permit persons to whom the Software is
414
+ > furnished to do so, subject to the following conditions:
415
+ >
416
+ > The above copyright notice and this permission notice shall be included in all
417
+ > copies or substantial portions of the Software.
418
+ >
419
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
420
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
421
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
422
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
423
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
424
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
425
+ > SOFTWARE.
426
+
427
+ ---------------------------------------
428
+
429
+ ## debug
430
+
431
+ License: MIT
432
+ By: Josh Junon, TJ Holowaychuk, Nathan Rajlich, Andrew Rhyne
433
+ Repository: git://github.com/debug-js/debug.git
434
+
435
+ > (The MIT License)
436
+ >
437
+ > Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
438
+ > Copyright (c) 2018-2021 Josh Junon
439
+ >
440
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software
441
+ > and associated documentation files (the 'Software'), to deal in the Software without restriction,
442
+ > including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
443
+ > and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
444
+ > subject to the following conditions:
445
+ >
446
+ > The above copyright notice and this permission notice shall be included in all copies or substantial
447
+ > portions of the Software.
448
+ >
449
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
450
+ > LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
451
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
452
+ > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
453
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
454
+
455
+ ---------------------------------------
456
+
457
+ ## dir-glob
458
+
459
+ License: MIT
460
+ By: Kevin Mårtensson
461
+ Repository: kevva/dir-glob
462
+
463
+ > MIT License
464
+ >
465
+ > Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
466
+ >
467
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
468
+ >
469
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
470
+ >
471
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
472
+
473
+ ---------------------------------------
474
+
475
+ ## error-ex, is-arrayish
476
+
477
+ License: MIT
478
+ By: Josh Junon <i.am.qix@gmail.com> (github.com/qix-), Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
479
+ Repository: qix-/node-error-ex
480
+
481
+ License: MIT
482
+ By: Qix
483
+ Repository: https://github.com/qix-/node-is-arrayish.git
484
+
485
+ > The MIT License (MIT)
486
+ >
487
+ > Copyright (c) 2015 JD Ballard
488
+ >
489
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
490
+ > of this software and associated documentation files (the "Software"), to deal
491
+ > in the Software without restriction, including without limitation the rights
492
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
493
+ > copies of the Software, and to permit persons to whom the Software is
494
+ > furnished to do so, subject to the following conditions:
495
+ >
496
+ > The above copyright notice and this permission notice shall be included in
497
+ > all copies or substantial portions of the Software.
498
+ >
499
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
500
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
501
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
502
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
503
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
504
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
505
+ > THE SOFTWARE.
506
+
507
+ ---------------------------------------
508
+
509
+ ## es-module-lexer
510
+
511
+ License: MIT
512
+ By: Guy Bedford
513
+ Repository: git+https://github.com/guybedford/es-module-lexer.git
514
+
515
+ > MIT License
516
+ > -----------
517
+ >
518
+ > Copyright (C) 2018-2022 Guy Bedford
519
+ >
520
+ > 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:
521
+ >
522
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
523
+ >
524
+ > 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.
525
+
526
+ ---------------------------------------
527
+
528
+ ## fast-json-stable-stringify
529
+
530
+ License: MIT
531
+ By: James Halliday
532
+ Repository: git://github.com/epoberezkin/fast-json-stable-stringify.git
533
+
534
+ > This software is released under the MIT license:
535
+ >
536
+ > Copyright (c) 2017 Evgeny Poberezkin
537
+ > Copyright (c) 2013 James Halliday
538
+ >
539
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
540
+ > this software and associated documentation files (the "Software"), to deal in
541
+ > the Software without restriction, including without limitation the rights to
542
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
543
+ > the Software, and to permit persons to whom the Software is furnished to do so,
544
+ > subject to the following conditions:
545
+ >
546
+ > The above copyright notice and this permission notice shall be included in all
547
+ > copies or substantial portions of the Software.
548
+ >
549
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
550
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
551
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
552
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
553
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
554
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
555
+
556
+ ---------------------------------------
557
+
558
+ ## fast-string-truncated-width, fast-string-width
559
+
560
+ License: MIT
561
+ Repositories: github:fabiospampinato/fast-string-truncated-width, github:fabiospampinato/fast-string-width
562
+
563
+ > The MIT License (MIT)
564
+ >
565
+ > Copyright (c) 2024-present Fabio Spampinato
566
+ >
567
+ > Permission is hereby granted, free of charge, to any person obtaining a
568
+ > copy of this software and associated documentation files (the "Software"),
569
+ > to deal in the Software without restriction, including without limitation
570
+ > the rights to use, copy, modify, merge, publish, distribute, sublicense,
571
+ > and/or sell copies of the Software, and to permit persons to whom the
572
+ > Software is furnished to do so, subject to the following conditions:
573
+ >
574
+ > The above copyright notice and this permission notice shall be included in
575
+ > all copies or substantial portions of the Software.
576
+ >
577
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
578
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
579
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
580
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
581
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
582
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
583
+ > DEALINGS IN THE SOFTWARE.
584
+
585
+ ---------------------------------------
586
+
587
+ ## fast-wrap-ansi
588
+
589
+ License: MIT
590
+ By: James Garbutt
591
+ Repository: git+https://github.com/43081j/fast-wrap-ansi.git
592
+
593
+ > MIT License
594
+ >
595
+ > Copyright (c) 2025 James Garbutt
596
+ >
597
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
598
+ >
599
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
600
+ > of this software and associated documentation files (the "Software"), to deal
601
+ > in the Software without restriction, including without limitation the rights
602
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
603
+ > copies of the Software, and to permit persons to whom the Software is
604
+ > furnished to do so, subject to the following conditions:
605
+ >
606
+ > The above copyright notice and this permission notice shall be included in all
607
+ > copies or substantial portions of the Software.
608
+ >
609
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
610
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
611
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
612
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
613
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
614
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
615
+ > SOFTWARE.
616
+
617
+ ---------------------------------------
618
+
619
+ ## fastq
620
+
621
+ License: ISC
622
+ By: Matteo Collina
623
+ Repository: git+https://github.com/mcollina/fastq.git
624
+
625
+ > Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
626
+ >
627
+ > Permission to use, copy, modify, and/or distribute this software for any
628
+ > purpose with or without fee is hereby granted, provided that the above
629
+ > copyright notice and this permission notice appear in all copies.
630
+ >
631
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
632
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
633
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
634
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
635
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
636
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
637
+ > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
638
+
639
+ ---------------------------------------
640
+
641
+ ## glob-parent
642
+
643
+ License: ISC
644
+ By: Gulp Team, Elan Shanker, Blaine Bublitz
645
+ Repository: gulpjs/glob-parent
646
+
647
+ > The ISC License
648
+ >
649
+ > Copyright (c) 2015, 2019 Elan Shanker
650
+ >
651
+ > Permission to use, copy, modify, and/or distribute this software for any
652
+ > purpose with or without fee is hereby granted, provided that the above
653
+ > copyright notice and this permission notice appear in all copies.
654
+ >
655
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
656
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
657
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
658
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
659
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
660
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
661
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
662
+
663
+ ---------------------------------------
664
+
665
+ ## ignore
666
+
667
+ License: MIT
668
+ By: kael
669
+ Repository: git@github.com:kaelzhang/node-ignore.git
670
+
671
+ > Copyright (c) 2013 Kael Zhang <i@kael.me>, contributors
672
+ > http://kael.me/
673
+ >
674
+ > Permission is hereby granted, free of charge, to any person obtaining
675
+ > a copy of this software and associated documentation files (the
676
+ > "Software"), to deal in the Software without restriction, including
677
+ > without limitation the rights to use, copy, modify, merge, publish,
678
+ > distribute, sublicense, and/or sell copies of the Software, and to
679
+ > permit persons to whom the Software is furnished to do so, subject to
680
+ > the following conditions:
681
+ >
682
+ > The above copyright notice and this permission notice shall be
683
+ > included in all copies or substantial portions of the Software.
684
+ >
685
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
686
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
687
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
688
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
689
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
690
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
691
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
692
+
693
+ ---------------------------------------
694
+
695
+ ## import-fresh, is-plain-obj, is-unicode-supported, log-symbols, parse-json, plur, strip-json-comments
696
+
697
+ License: MIT
698
+ By: Sindre Sorhus
699
+ Repositories: sindresorhus/import-fresh, sindresorhus/is-plain-obj, sindresorhus/is-unicode-supported, sindresorhus/log-symbols, sindresorhus/parse-json, sindresorhus/plur, sindresorhus/strip-json-comments
700
+
701
+ > MIT License
702
+ >
703
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
704
+ >
705
+ > 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:
706
+ >
707
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
708
+ >
709
+ > 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.
710
+
711
+ ---------------------------------------
712
+
713
+ ## is-extglob
714
+
715
+ License: MIT
716
+ By: Jon Schlinkert
717
+ Repository: jonschlinkert/is-extglob
718
+
719
+ > The MIT License (MIT)
720
+ >
721
+ > Copyright (c) 2014-2016, Jon Schlinkert
722
+ >
723
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
724
+ > of this software and associated documentation files (the "Software"), to deal
725
+ > in the Software without restriction, including without limitation the rights
726
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
727
+ > copies of the Software, and to permit persons to whom the Software is
728
+ > furnished to do so, subject to the following conditions:
729
+ >
730
+ > The above copyright notice and this permission notice shall be included in
731
+ > all copies or substantial portions of the Software.
732
+ >
733
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
734
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
735
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
736
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
737
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
738
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
739
+ > THE SOFTWARE.
740
+
741
+ ---------------------------------------
742
+
743
+ ## is-glob
744
+
745
+ License: MIT
746
+ By: Jon Schlinkert, Brian Woodward, Daniel Perez
747
+ Repository: micromatch/is-glob
748
+
749
+ > The MIT License (MIT)
750
+ >
751
+ > Copyright (c) 2014-2017, Jon Schlinkert.
752
+ >
753
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
754
+ > of this software and associated documentation files (the "Software"), to deal
755
+ > in the Software without restriction, including without limitation the rights
756
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
757
+ > copies of the Software, and to permit persons to whom the Software is
758
+ > furnished to do so, subject to the following conditions:
759
+ >
760
+ > The above copyright notice and this permission notice shall be included in
761
+ > all copies or substantial portions of the Software.
762
+ >
763
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
764
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
765
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
766
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
767
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
768
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
769
+ > THE SOFTWARE.
770
+
771
+ ---------------------------------------
772
+
773
+ ## js-tokens
774
+
775
+ License: MIT
776
+ By: Simon Lydell
777
+ Repository: lydell/js-tokens
778
+
779
+ > The MIT License (MIT)
780
+ >
781
+ > Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell
782
+ >
783
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
784
+ > of this software and associated documentation files (the "Software"), to deal
785
+ > in the Software without restriction, including without limitation the rights
786
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
787
+ > copies of the Software, and to permit persons to whom the Software is
788
+ > furnished to do so, subject to the following conditions:
789
+ >
790
+ > The above copyright notice and this permission notice shall be included in
791
+ > all copies or substantial portions of the Software.
792
+ >
793
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
794
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
795
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
796
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
797
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
798
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
799
+ > THE SOFTWARE.
800
+
801
+ ---------------------------------------
802
+
803
+ ## js-yaml
804
+
805
+ License: MIT
806
+ By: Vladimir Zapparov, Aleksey V Zapparov, Vitaly Puzrin, Martin Grenfell
807
+ Repository: nodeca/js-yaml
808
+
809
+ > (The MIT License)
810
+ >
811
+ > Copyright (C) 2011-2015 by Vitaly Puzrin
812
+ >
813
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
814
+ > of this software and associated documentation files (the "Software"), to deal
815
+ > in the Software without restriction, including without limitation the rights
816
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
817
+ > copies of the Software, and to permit persons to whom the Software is
818
+ > furnished to do so, subject to the following conditions:
819
+ >
820
+ > The above copyright notice and this permission notice shall be included in
821
+ > all copies or substantial portions of the Software.
822
+ >
823
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
824
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
825
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
826
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
827
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
828
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
829
+ > THE SOFTWARE.
830
+
831
+ ---------------------------------------
832
+
833
+ ## json-parse-even-better-errors
834
+
835
+ License: MIT
836
+ By: Kat Marchán
837
+ Repository: https://github.com/npm/json-parse-even-better-errors
838
+
839
+ > Copyright 2017 Kat Marchán
840
+ > Copyright npm, Inc.
841
+ >
842
+ > Permission is hereby granted, free of charge, to any person obtaining a
843
+ > copy of this software and associated documentation files (the "Software"),
844
+ > to deal in the Software without restriction, including without limitation
845
+ > the rights to use, copy, modify, merge, publish, distribute, sublicense,
846
+ > and/or sell copies of the Software, and to permit persons to whom the
847
+ > Software is furnished to do so, subject to the following conditions:
848
+ >
849
+ > The above copyright notice and this permission notice shall be included in
850
+ > all copies or substantial portions of the Software.
851
+ >
852
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
853
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
854
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
855
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
856
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
857
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
858
+ > DEALINGS IN THE SOFTWARE.
859
+ >
860
+ > ---
861
+ >
862
+ > This library is a fork of 'better-json-errors' by Kat Marchán, extended and
863
+ > distributed under the terms of the MIT license above.
864
+
865
+ ---------------------------------------
866
+
867
+ ## lines-and-columns
868
+
869
+ License: MIT
870
+ By: Brian Donovan
871
+ Repository: https://github.com/eventualbuddha/lines-and-columns.git
872
+
873
+ > The MIT License (MIT)
874
+ >
875
+ > Copyright (c) 2015 Brian Donovan
876
+ >
877
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
878
+ > of this software and associated documentation files (the "Software"), to deal
879
+ > in the Software without restriction, including without limitation the rights
880
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
881
+ > copies of the Software, and to permit persons to whom the Software is
882
+ > furnished to do so, subject to the following conditions:
883
+ >
884
+ > The above copyright notice and this permission notice shall be included in
885
+ > all copies or substantial portions of the Software.
886
+ >
887
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
888
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
889
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
890
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
891
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
892
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
893
+ > THE SOFTWARE.
894
+
895
+ ---------------------------------------
896
+
897
+ ## logaria
898
+
899
+ License: MIT
900
+ By: Senao Xi
901
+ Repository: git+https://github.com/XiSenao/docs-islands.git
902
+
903
+ > <!-- markdownlint-disable MD003 MD009 MD025 MD035 MD026 -->
904
+ > # logaria license
905
+ >
906
+ > logaria is released under the MIT license:
907
+ >
908
+ > MIT License
909
+ >
910
+ > Copyright (c) 2025-present, Senao Xi. and docs islands contributors.
911
+ >
912
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
913
+ > of this software and associated documentation files (the "Software"), to deal
914
+ > in the Software without restriction, including without limitation the rights
915
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
916
+ > copies of the Software, and to permit persons to whom the Software is
917
+ > furnished to do so, subject to the following conditions:
918
+ >
919
+ > The above copyright notice and this permission notice shall be included in all
920
+ > copies or substantial portions of the Software.
921
+ >
922
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
923
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
924
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
925
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
926
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
927
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
928
+ > SOFTWARE.
929
+ >
930
+ > # Licenses of bundled dependencies
931
+ >
932
+ > The published logaria artifact additionally contains code with the following licenses:
933
+ >
934
+ > # Bundled dependencies:
935
+
936
+ ---------------------------------------
937
+
938
+ ## merge2
939
+
940
+ License: MIT
941
+ Repository: git@github.com:teambition/merge2.git
942
+
943
+ > The MIT License (MIT)
944
+ >
945
+ > Copyright (c) 2014-2020 Teambition
946
+ >
947
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
948
+ > of this software and associated documentation files (the "Software"), to deal
949
+ > in the Software without restriction, including without limitation the rights
950
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
951
+ > copies of the Software, and to permit persons to whom the Software is
952
+ > furnished to do so, subject to the following conditions:
953
+ >
954
+ > The above copyright notice and this permission notice shall be included in all
955
+ > copies or substantial portions of the Software.
956
+ >
957
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
958
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
959
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
960
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
961
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
962
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
963
+ > SOFTWARE.
964
+
965
+ ---------------------------------------
966
+
967
+ ## ms
968
+
969
+ License: MIT
970
+ Repository: vercel/ms
971
+
972
+ > The MIT License (MIT)
973
+ >
974
+ > Copyright (c) 2020 Vercel, Inc.
975
+ >
976
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
977
+ > of this software and associated documentation files (the "Software"), to deal
978
+ > in the Software without restriction, including without limitation the rights
979
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
980
+ > copies of the Software, and to permit persons to whom the Software is
981
+ > furnished to do so, subject to the following conditions:
982
+ >
983
+ > The above copyright notice and this permission notice shall be included in all
984
+ > copies or substantial portions of the Software.
985
+ >
986
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
987
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
988
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
989
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
990
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
991
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
992
+ > SOFTWARE.
993
+
994
+ ---------------------------------------
995
+
996
+ ## npm-package-json-lint
997
+
998
+ License: MIT
999
+ By: Thomas Lindner
1000
+ Repository: https://github.com/tclindner/npm-package-json-lint.git
1001
+
1002
+ > The MIT License (MIT)
1003
+ >
1004
+ > Copyright (c) 2016-2026 tclindner
1005
+ >
1006
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1007
+ > of this software and associated documentation files (the "Software"), to deal
1008
+ > in the Software without restriction, including without limitation the rights
1009
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1010
+ > copies of the Software, and to permit persons to whom the Software is
1011
+ > furnished to do so, subject to the following conditions:
1012
+ >
1013
+ > The above copyright notice and this permission notice shall be included in all
1014
+ > copies or substantial portions of the Software.
1015
+ >
1016
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1017
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1018
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1019
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1020
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1021
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1022
+ > SOFTWARE.
1023
+
1024
+ ---------------------------------------
1025
+
1026
+ ## pathe
1027
+
1028
+ License: MIT
1029
+ Repository: unjs/pathe
1030
+
1031
+ > MIT License
1032
+ >
1033
+ > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
1034
+ >
1035
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1036
+ > of this software and associated documentation files (the "Software"), to deal
1037
+ > in the Software without restriction, including without limitation the rights
1038
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1039
+ > copies of the Software, and to permit persons to whom the Software is
1040
+ > furnished to do so, subject to the following conditions:
1041
+ >
1042
+ > The above copyright notice and this permission notice shall be included in all
1043
+ > copies or substantial portions of the Software.
1044
+ >
1045
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1046
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1047
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1048
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1049
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1050
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1051
+ > SOFTWARE.
1052
+ >
1053
+ > ---
1054
+ >
1055
+ > Copyright Joyent, Inc. and other Node contributors.
1056
+ >
1057
+ > Permission is hereby granted, free of charge, to any person obtaining a
1058
+ > copy of this software and associated documentation files (the
1059
+ > "Software"), to deal in the Software without restriction, including
1060
+ > without limitation the rights to use, copy, modify, merge, publish,
1061
+ > distribute, sublicense, and/or sell copies of the Software, and to permit
1062
+ > persons to whom the Software is furnished to do so, subject to the
1063
+ > following conditions:
1064
+ >
1065
+ > The above copyright notice and this permission notice shall be included
1066
+ > in all copies or substantial portions of the Software.
1067
+ >
1068
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
1069
+ > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1070
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
1071
+ > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
1072
+ > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
1073
+ > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
1074
+ > USE OR OTHER DEALINGS IN THE SOFTWARE.
1075
+ >
1076
+ > ---
1077
+ >
1078
+ > Bundled zeptomatch (https://github.com/fabiospampinato/zeptomatch)
1079
+ >
1080
+ > The MIT License (MIT)
1081
+ >
1082
+ > Copyright (c) 2023-present Fabio Spampinato
1083
+ >
1084
+ > Permission is hereby granted, free of charge, to any person obtaining a
1085
+ > copy of this software and associated documentation files (the "Software"),
1086
+ > to deal in the Software without restriction, including without limitation
1087
+ > the rights to use, copy, modify, merge, publish, distribute, sublicense,
1088
+ > and/or sell copies of the Software, and to permit persons to whom the
1089
+ > Software is furnished to do so, subject to the following conditions:
1090
+ >
1091
+ > The above copyright notice and this permission notice shall be included in
1092
+ > all copies or substantial portions of the Software.
1093
+ >
1094
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1095
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1096
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1097
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1098
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1099
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1100
+ > DEALINGS IN THE SOFTWARE.
1101
+
1102
+ ---------------------------------------
1103
+
1104
+ ## picocolors
1105
+
1106
+ License: ISC
1107
+ By: Alexey Raspopov
1108
+ Repository: alexeyraspopov/picocolors
1109
+
1110
+ > ISC License
1111
+ >
1112
+ > Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
1113
+ >
1114
+ > Permission to use, copy, modify, and/or distribute this software for any
1115
+ > purpose with or without fee is hereby granted, provided that the above
1116
+ > copyright notice and this permission notice appear in all copies.
1117
+ >
1118
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1119
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1120
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1121
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1122
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1123
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1124
+ > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1125
+
1126
+ ---------------------------------------
1127
+
1128
+ ## picomatch
1129
+
1130
+ License: MIT
1131
+ By: Jon Schlinkert
1132
+ Repository: micromatch/picomatch
1133
+
1134
+ > The MIT License (MIT)
1135
+ >
1136
+ > Copyright (c) 2017-present, Jon Schlinkert.
1137
+ >
1138
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1139
+ > of this software and associated documentation files (the "Software"), to deal
1140
+ > in the Software without restriction, including without limitation the rights
1141
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1142
+ > copies of the Software, and to permit persons to whom the Software is
1143
+ > furnished to do so, subject to the following conditions:
1144
+ >
1145
+ > The above copyright notice and this permission notice shall be included in
1146
+ > all copies or substantial portions of the Software.
1147
+ >
1148
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1149
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1150
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1151
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1152
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1153
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1154
+ > THE SOFTWARE.
1155
+
1156
+ ---------------------------------------
1157
+
1158
+ ## queue-microtask, run-parallel
1159
+
1160
+ License: MIT
1161
+ By: Feross Aboukhadijeh
1162
+ Repositories: git://github.com/feross/queue-microtask.git, git://github.com/feross/run-parallel.git
1163
+
1164
+ > The MIT License (MIT)
1165
+ >
1166
+ > Copyright (c) Feross Aboukhadijeh
1167
+ >
1168
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
1169
+ > this software and associated documentation files (the "Software"), to deal in
1170
+ > the Software without restriction, including without limitation the rights to
1171
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1172
+ > the Software, and to permit persons to whom the Software is furnished to do so,
1173
+ > subject to the following conditions:
1174
+ >
1175
+ > The above copyright notice and this permission notice shall be included in all
1176
+ > copies or substantial portions of the Software.
1177
+ >
1178
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1179
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1180
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1181
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1182
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1183
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1184
+
1185
+ ---------------------------------------
1186
+
1187
+ ## reusify
1188
+
1189
+ License: MIT
1190
+ By: Matteo Collina
1191
+ Repository: git+https://github.com/mcollina/reusify.git
1192
+
1193
+ > The MIT License (MIT)
1194
+ >
1195
+ > Copyright (c) 2015-2024 Matteo Collina
1196
+ >
1197
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1198
+ > of this software and associated documentation files (the "Software"), to deal
1199
+ > in the Software without restriction, including without limitation the rights
1200
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1201
+ > copies of the Software, and to permit persons to whom the Software is
1202
+ > furnished to do so, subject to the following conditions:
1203
+ >
1204
+ > The above copyright notice and this permission notice shall be included in all
1205
+ > copies or substantial portions of the Software.
1206
+ >
1207
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1208
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1209
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1210
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1211
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1212
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1213
+ > SOFTWARE.
1214
+
1215
+ ---------------------------------------
1216
+
1217
+ ## semver
1218
+
1219
+ License: ISC
1220
+ By: GitHub Inc.
1221
+ Repository: git+https://github.com/npm/node-semver.git
1222
+
1223
+ > The ISC License
1224
+ >
1225
+ > Copyright (c) Isaac Z. Schlueter and Contributors
1226
+ >
1227
+ > Permission to use, copy, modify, and/or distribute this software for any
1228
+ > purpose with or without fee is hereby granted, provided that the above
1229
+ > copyright notice and this permission notice appear in all copies.
1230
+ >
1231
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1232
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1233
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1234
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1235
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1236
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1237
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1238
+
1239
+ ---------------------------------------
1240
+
1241
+ ## sisteransi
1242
+
1243
+ License: MIT
1244
+ By: Terkel Gjervig
1245
+ Repository: https://github.com/terkelg/sisteransi
1246
+
1247
+ > MIT License
1248
+ >
1249
+ > Copyright (c) 2018 Terkel Gjervig Nielsen
1250
+ >
1251
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1252
+ > of this software and associated documentation files (the "Software"), to deal
1253
+ > in the Software without restriction, including without limitation the rights
1254
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1255
+ > copies of the Software, and to permit persons to whom the Software is
1256
+ > furnished to do so, subject to the following conditions:
1257
+ >
1258
+ > The above copyright notice and this permission notice shall be included in all
1259
+ > copies or substantial portions of the Software.
1260
+ >
1261
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1262
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1263
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1264
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1265
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1266
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1267
+ > SOFTWARE.
1268
+
1269
+ ---------------------------------------
1270
+
1271
+ ## to-regex-range
1272
+
1273
+ License: MIT
1274
+ By: Jon Schlinkert, Rouven Weßling
1275
+ Repository: micromatch/to-regex-range
1276
+
1277
+ > The MIT License (MIT)
1278
+ >
1279
+ > Copyright (c) 2015-present, Jon Schlinkert.
1280
+ >
1281
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1282
+ > of this software and associated documentation files (the "Software"), to deal
1283
+ > in the Software without restriction, including without limitation the rights
1284
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1285
+ > copies of the Software, and to permit persons to whom the Software is
1286
+ > furnished to do so, subject to the following conditions:
1287
+ >
1288
+ > The above copyright notice and this permission notice shall be included in
1289
+ > all copies or substantial portions of the Software.
1290
+ >
1291
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1292
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1293
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1294
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1295
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1296
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1297
+ > THE SOFTWARE.
1298
+
1299
+ ---------------------------------------
1300
+
1301
+ ## uri-js
1302
+
1303
+ License: BSD-2-Clause
1304
+ By: Gary Court
1305
+ Repository: http://github.com/garycourt/uri-js
1306
+
1307
+ > Copyright 2011 Gary Court. All rights reserved.
1308
+ >
1309
+ > Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1310
+ >
1311
+ > 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1312
+ >
1313
+ > 2. 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.
1314
+ >
1315
+ > THIS SOFTWARE IS PROVIDED BY GARY COURT "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 GARY COURT 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 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1316
+ >
1317
+ > The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of Gary Court.
1318
+
1319
+ ---------------------------------------
1320
+
1321
+ ## yaml
1322
+
1323
+ License: ISC
1324
+ By: Eemeli Aro
1325
+ Repository: github:eemeli/yaml
1326
+
1327
+ > Copyright Eemeli Aro <eemeli@gmail.com>
1328
+ >
1329
+ > Permission to use, copy, modify, and/or distribute this software for any purpose
1330
+ > with or without fee is hereby granted, provided that the above copyright notice
1331
+ > and this permission notice appear in all copies.
1332
+ >
1333
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1334
+ > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
1335
+ > FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1336
+ > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
1337
+ > OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
1338
+ > TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
1339
+ > THIS SOFTWARE.
1340
+
1341
+ ---------------------------------------
1342
+
1343
+ ## zod
1344
+
1345
+ License: MIT
1346
+ By: Colin McDonnell
1347
+ Repository: git+https://github.com/colinhacks/zod.git
1348
+
1349
+ > MIT License
1350
+ >
1351
+ > Copyright (c) 2025 Colin McDonnell
1352
+ >
1353
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1354
+ > of this software and associated documentation files (the "Software"), to deal
1355
+ > in the Software without restriction, including without limitation the rights
1356
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1357
+ > copies of the Software, and to permit persons to whom the Software is
1358
+ > furnished to do so, subject to the following conditions:
1359
+ >
1360
+ > The above copyright notice and this permission notice shall be included in all
1361
+ > copies or substantial portions of the Software.
1362
+ >
1363
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1364
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1365
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1366
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1367
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1368
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1369
+ > SOFTWARE.