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