@visulima/packem-share 1.0.0-alpha.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/CHANGELOG.md ADDED
@@ -0,0 +1,15 @@
1
+ ## @visulima/packem-share 1.0.0-alpha.1 (2025-07-02)
2
+
3
+ ### ⚠ BREAKING CHANGES
4
+
5
+ * changed node from 18 to 20, split packem in reusable packages
6
+
7
+ ### Features
8
+
9
+ * introduce @visulima/packem-share package for shared utilities a… ([#157](https://github.com/visulima/packem/issues/157)) ([99e977a](https://github.com/visulima/packem/commit/99e977a8f62021c9ac286fc0c9b184b96bce88f1))
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * re-add esbuild and @visulima/packem dependencies ([a0687b8](https://github.com/visulima/packem/commit/a0687b89dac60882f4999b69e489a471ec598cc8))
14
+ * update dependencies and refactor build scripts ([14da1f7](https://github.com/visulima/packem/commit/14da1f7d9f8af619401ec0926df516092e870a75))
15
+ * update multi-semantic-release command to ignore @visulima/packem package ([fa85b28](https://github.com/visulima/packem/commit/fa85b283a5b2cbd15d2b52c09c2db2b2d2c6c65d))
package/LICENSE.md ADDED
@@ -0,0 +1,644 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Daniel Bannert
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
22
+
23
+ <!-- DEPENDENCIES -->
24
+ <!-- /DEPENDENCIES -->
25
+
26
+ <!-- TYPE_DEPENDENCIES -->
27
+
28
+ # Licenses of bundled types
29
+ The published @visulima/packem-share artifact additionally contains code with the following licenses:
30
+ MIT
31
+
32
+ # Bundled types:
33
+ ## @visulima/pail
34
+ License: MIT
35
+ By: Daniel Bannert
36
+ Repository: git+https://github.com/visulima/visulima.git
37
+
38
+ > MIT License
39
+ >
40
+ > Copyright (c) 2024 visulima
41
+ >
42
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
43
+ > of this software and associated documentation files (the "Software"), to deal
44
+ > in the Software without restriction, including without limitation the rights
45
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
46
+ > copies of the Software, and to permit persons to whom the Software is
47
+ > furnished to do so, subject to the following conditions:
48
+ >
49
+ > The above copyright notice and this permission notice shall be included in all
50
+ > copies or substantial portions of the Software.
51
+ >
52
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
53
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
54
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
55
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
56
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
57
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
58
+ > SOFTWARE.
59
+ >
60
+ > <!-- DEPENDENCIES -->
61
+ >
62
+ > # Licenses of bundled dependencies
63
+ > The published @visulima/pail artifact additionally contains code with the following licenses:
64
+ > MIT
65
+ >
66
+ > # Bundled dependencies:
67
+ > ## ansi-regex
68
+ > License: MIT
69
+ > By: Sindre Sorhus
70
+ > Repository: chalk/ansi-regex
71
+ >
72
+ > > MIT License
73
+ > >
74
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
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
+ > ## ansi-styles
85
+ > License: MIT
86
+ > By: Sindre Sorhus
87
+ > Repository: chalk/ansi-styles
88
+ >
89
+ > > MIT License
90
+ > >
91
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
92
+ > >
93
+ > > 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:
94
+ > >
95
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
96
+ > >
97
+ > > 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.
98
+ >
99
+ > ---------------------------------------
100
+ >
101
+ > ## emoji-regex
102
+ > License: MIT
103
+ > By: Mathias Bynens
104
+ > Repository: https://github.com/mathiasbynens/emoji-regex.git
105
+ >
106
+ > > Copyright Mathias Bynens <https://mathiasbynens.be/>
107
+ > >
108
+ > > Permission is hereby granted, free of charge, to any person obtaining
109
+ > > a copy of this software and associated documentation files (the
110
+ > > "Software"), to deal in the Software without restriction, including
111
+ > > without limitation the rights to use, copy, modify, merge, publish,
112
+ > > distribute, sublicense, and/or sell copies of the Software, and to
113
+ > > permit persons to whom the Software is furnished to do so, subject to
114
+ > > the following conditions:
115
+ > >
116
+ > > The above copyright notice and this permission notice shall be
117
+ > > included in all copies or substantial portions of the Software.
118
+ > >
119
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
120
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
121
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
122
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
123
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
124
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
125
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
126
+ >
127
+ > ---------------------------------------
128
+ >
129
+ > ## get-east-asian-width
130
+ > License: MIT
131
+ > By: Sindre Sorhus
132
+ > Repository: sindresorhus/get-east-asian-width
133
+ >
134
+ > > MIT License
135
+ > >
136
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
137
+ > >
138
+ > > 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:
139
+ > >
140
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
141
+ > >
142
+ > > 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.
143
+ >
144
+ > ---------------------------------------
145
+ >
146
+ > ## string-length
147
+ > License: MIT
148
+ > By: Sindre Sorhus
149
+ > Repository: sindresorhus/string-length
150
+ >
151
+ > > MIT License
152
+ > >
153
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
154
+ > >
155
+ > > 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:
156
+ > >
157
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
158
+ > >
159
+ > > 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.
160
+ >
161
+ > ---------------------------------------
162
+ >
163
+ > ## string-width
164
+ > License: MIT
165
+ > By: Sindre Sorhus
166
+ > Repository: sindresorhus/string-width
167
+ >
168
+ > > MIT License
169
+ > >
170
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
171
+ > >
172
+ > > 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:
173
+ > >
174
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
175
+ > >
176
+ > > 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.
177
+ >
178
+ > ---------------------------------------
179
+ >
180
+ > ## strip-ansi
181
+ > License: MIT
182
+ > By: Sindre Sorhus
183
+ > Repository: chalk/strip-ansi
184
+ >
185
+ > > MIT License
186
+ > >
187
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
188
+ > >
189
+ > > 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:
190
+ > >
191
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
192
+ > >
193
+ > > 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.
194
+ >
195
+ > ---------------------------------------
196
+ >
197
+ > ## terminal-size
198
+ > License: MIT
199
+ > By: Sindre Sorhus
200
+ > Repository: sindresorhus/terminal-size
201
+ >
202
+ > > MIT License
203
+ > >
204
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
205
+ > >
206
+ > > 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:
207
+ > >
208
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
209
+ > >
210
+ > > 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.
211
+ >
212
+ > ---------------------------------------
213
+ >
214
+ > ## wrap-ansi
215
+ > License: MIT
216
+ > By: Sindre Sorhus
217
+ > Repository: chalk/wrap-ansi
218
+ >
219
+ > > MIT License
220
+ > >
221
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
222
+ > >
223
+ > > 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:
224
+ > >
225
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
226
+ > >
227
+ > > 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.
228
+ >
229
+ > <!-- /DEPENDENCIES -->
230
+ >
231
+ >
232
+ >
233
+ > # Licenses of bundled types
234
+ > The published @visulima/pail artifact additionally contains code with the following licenses:
235
+ > (MIT OR CC0-1.0)
236
+ >
237
+ > # Bundled types:
238
+ > ## type-fest
239
+ > License: (MIT OR CC0-1.0)
240
+ > By: Sindre Sorhus
241
+ > Repository: sindresorhus/type-fest
242
+ >
243
+ > > Creative Commons Legal Code
244
+ > >
245
+ > > CC0 1.0 Universal
246
+ > >
247
+ > > CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
248
+ > > LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
249
+ > > ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
250
+ > > INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
251
+ > > REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
252
+ > > PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
253
+ > > THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
254
+ > > HEREUNDER.
255
+ > >
256
+ > > Statement of Purpose
257
+ > >
258
+ > > The laws of most jurisdictions throughout the world automatically confer
259
+ > > exclusive Copyright and Related Rights (defined below) upon the creator
260
+ > > and subsequent owner(s) (each and all, an "owner") of an original work of
261
+ > > authorship and/or a database (each, a "Work").
262
+ > >
263
+ > > Certain owners wish to permanently relinquish those rights to a Work for
264
+ > > the purpose of contributing to a commons of creative, cultural and
265
+ > > scientific works ("Commons") that the public can reliably and without fear
266
+ > > of later claims of infringement build upon, modify, incorporate in other
267
+ > > works, reuse and redistribute as freely as possible in any form whatsoever
268
+ > > and for any purposes, including without limitation commercial purposes.
269
+ > > These owners may contribute to the Commons to promote the ideal of a free
270
+ > > culture and the further production of creative, cultural and scientific
271
+ > > works, or to gain reputation or greater distribution for their Work in
272
+ > > part through the use and efforts of others.
273
+ > >
274
+ > > For these and/or other purposes and motivations, and without any
275
+ > > expectation of additional consideration or compensation, the person
276
+ > > associating CC0 with a Work (the "Affirmer"), to the extent that he or she
277
+ > > is an owner of Copyright and Related Rights in the Work, voluntarily
278
+ > > elects to apply CC0 to the Work and publicly distribute the Work under its
279
+ > > terms, with knowledge of his or her Copyright and Related Rights in the
280
+ > > Work and the meaning and intended legal effect of CC0 on those rights.
281
+ > >
282
+ > > 1. Copyright and Related Rights. A Work made available under CC0 may be
283
+ > > protected by copyright and related or neighboring rights ("Copyright and
284
+ > > Related Rights"). Copyright and Related Rights include, but are not
285
+ > > limited to, the following:
286
+ > >
287
+ > > i. the right to reproduce, adapt, distribute, perform, display,
288
+ > > communicate, and translate a Work;
289
+ > > ii. moral rights retained by the original author(s) and/or performer(s);
290
+ > > iii. publicity and privacy rights pertaining to a person's image or
291
+ > > likeness depicted in a Work;
292
+ > > iv. rights protecting against unfair competition in regards to a Work,
293
+ > > subject to the limitations in paragraph 4(a), below;
294
+ > > v. rights protecting the extraction, dissemination, use and reuse of data
295
+ > > in a Work;
296
+ > > vi. database rights (such as those arising under Directive 96/9/EC of the
297
+ > > European Parliament and of the Council of 11 March 1996 on the legal
298
+ > > protection of databases, and under any national implementation
299
+ > > thereof, including any amended or successor version of such
300
+ > > directive); and
301
+ > > vii. other similar, equivalent or corresponding rights throughout the
302
+ > > world based on applicable law or treaty, and any national
303
+ > > implementations thereof.
304
+ > >
305
+ > > 2. Waiver. To the greatest extent permitted by, but not in contravention
306
+ > > of, applicable law, Affirmer hereby overtly, fully, permanently,
307
+ > > irrevocably and unconditionally waives, abandons, and surrenders all of
308
+ > > Affirmer's Copyright and Related Rights and associated claims and causes
309
+ > > of action, whether now known or unknown (including existing as well as
310
+ > > future claims and causes of action), in the Work (i) in all territories
311
+ > > worldwide, (ii) for the maximum duration provided by applicable law or
312
+ > > treaty (including future time extensions), (iii) in any current or future
313
+ > > medium and for any number of copies, and (iv) for any purpose whatsoever,
314
+ > > including without limitation commercial, advertising or promotional
315
+ > > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
316
+ > > member of the public at large and to the detriment of Affirmer's heirs and
317
+ > > successors, fully intending that such Waiver shall not be subject to
318
+ > > revocation, rescission, cancellation, termination, or any other legal or
319
+ > > equitable action to disrupt the quiet enjoyment of the Work by the public
320
+ > > as contemplated by Affirmer's express Statement of Purpose.
321
+ > >
322
+ > > 3. Public License Fallback. Should any part of the Waiver for any reason
323
+ > > be judged legally invalid or ineffective under applicable law, then the
324
+ > > Waiver shall be preserved to the maximum extent permitted taking into
325
+ > > account Affirmer's express Statement of Purpose. In addition, to the
326
+ > > extent the Waiver is so judged Affirmer hereby grants to each affected
327
+ > > person a royalty-free, non transferable, non sublicensable, non exclusive,
328
+ > > irrevocable and unconditional license to exercise Affirmer's Copyright and
329
+ > > Related Rights in the Work (i) in all territories worldwide, (ii) for the
330
+ > > maximum duration provided by applicable law or treaty (including future
331
+ > > time extensions), (iii) in any current or future medium and for any number
332
+ > > of copies, and (iv) for any purpose whatsoever, including without
333
+ > > limitation commercial, advertising or promotional purposes (the
334
+ > > "License"). The License shall be deemed effective as of the date CC0 was
335
+ > > applied by Affirmer to the Work. Should any part of the License for any
336
+ > > reason be judged legally invalid or ineffective under applicable law, such
337
+ > > partial invalidity or ineffectiveness shall not invalidate the remainder
338
+ > > of the License, and in such case Affirmer hereby affirms that he or she
339
+ > > will not (i) exercise any of his or her remaining Copyright and Related
340
+ > > Rights in the Work or (ii) assert any associated claims and causes of
341
+ > > action with respect to the Work, in either case contrary to Affirmer's
342
+ > > express Statement of Purpose.
343
+ > >
344
+ > > 4. Limitations and Disclaimers.
345
+ > >
346
+ > > a. No trademark or patent rights held by Affirmer are waived, abandoned,
347
+ > > surrendered, licensed or otherwise affected by this document.
348
+ > > b. Affirmer offers the Work as-is and makes no representations or
349
+ > > warranties of any kind concerning the Work, express, implied,
350
+ > > statutory or otherwise, including without limitation warranties of
351
+ > > title, merchantability, fitness for a particular purpose, non
352
+ > > infringement, or the absence of latent or other defects, accuracy, or
353
+ > > the present or absence of errors, whether or not discoverable, all to
354
+ > > the greatest extent permissible under applicable law.
355
+ > > c. Affirmer disclaims responsibility for clearing rights of other persons
356
+ > > that may apply to the Work or any use thereof, including without
357
+ > > limitation any person's Copyright and Related Rights in the Work.
358
+ > > Further, Affirmer disclaims responsibility for obtaining any necessary
359
+ > > consents, permissions or other rights required for any use of the
360
+ > > Work.
361
+ > > d. Affirmer understands and acknowledges that Creative Commons is not a
362
+ > > party to this document and has no duty or obligation with respect to
363
+ > > this CC0 or use of the Work.
364
+
365
+ ---------------------------------------
366
+
367
+ ## @visulima/tsconfig
368
+ License: MIT
369
+ By: Daniel Bannert
370
+ Repository: git+https://github.com/visulima/visulima.git
371
+
372
+ > MIT License
373
+ >
374
+ > Copyright (c) 2024 visulima
375
+ >
376
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
377
+ > of this software and associated documentation files (the "Software"), to deal
378
+ > in the Software without restriction, including without limitation the rights
379
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
380
+ > copies of the Software, and to permit persons to whom the Software is
381
+ > furnished to do so, subject to the following conditions:
382
+ >
383
+ > The above copyright notice and this permission notice shall be included in all
384
+ > copies or substantial portions of the Software.
385
+ >
386
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
387
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
388
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
389
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
390
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
391
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
392
+ > SOFTWARE.
393
+ >
394
+ > <!-- DEPENDENCIES -->
395
+ > <!-- /DEPENDENCIES -->
396
+ >
397
+ >
398
+ >
399
+ > # Licenses of bundled types
400
+ > The published @visulima/tsconfig artifact additionally contains code with the following licenses:
401
+ > (MIT OR CC0-1.0)
402
+ >
403
+ > # Bundled types:
404
+ > ## type-fest
405
+ > License: (MIT OR CC0-1.0)
406
+ > By: Sindre Sorhus
407
+ > Repository: sindresorhus/type-fest
408
+ >
409
+ > > Creative Commons Legal Code
410
+ > >
411
+ > > CC0 1.0 Universal
412
+ > >
413
+ > > CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
414
+ > > LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
415
+ > > ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
416
+ > > INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
417
+ > > REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
418
+ > > PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
419
+ > > THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
420
+ > > HEREUNDER.
421
+ > >
422
+ > > Statement of Purpose
423
+ > >
424
+ > > The laws of most jurisdictions throughout the world automatically confer
425
+ > > exclusive Copyright and Related Rights (defined below) upon the creator
426
+ > > and subsequent owner(s) (each and all, an "owner") of an original work of
427
+ > > authorship and/or a database (each, a "Work").
428
+ > >
429
+ > > Certain owners wish to permanently relinquish those rights to a Work for
430
+ > > the purpose of contributing to a commons of creative, cultural and
431
+ > > scientific works ("Commons") that the public can reliably and without fear
432
+ > > of later claims of infringement build upon, modify, incorporate in other
433
+ > > works, reuse and redistribute as freely as possible in any form whatsoever
434
+ > > and for any purposes, including without limitation commercial purposes.
435
+ > > These owners may contribute to the Commons to promote the ideal of a free
436
+ > > culture and the further production of creative, cultural and scientific
437
+ > > works, or to gain reputation or greater distribution for their Work in
438
+ > > part through the use and efforts of others.
439
+ > >
440
+ > > For these and/or other purposes and motivations, and without any
441
+ > > expectation of additional consideration or compensation, the person
442
+ > > associating CC0 with a Work (the "Affirmer"), to the extent that he or she
443
+ > > is an owner of Copyright and Related Rights in the Work, voluntarily
444
+ > > elects to apply CC0 to the Work and publicly distribute the Work under its
445
+ > > terms, with knowledge of his or her Copyright and Related Rights in the
446
+ > > Work and the meaning and intended legal effect of CC0 on those rights.
447
+ > >
448
+ > > 1. Copyright and Related Rights. A Work made available under CC0 may be
449
+ > > protected by copyright and related or neighboring rights ("Copyright and
450
+ > > Related Rights"). Copyright and Related Rights include, but are not
451
+ > > limited to, the following:
452
+ > >
453
+ > > i. the right to reproduce, adapt, distribute, perform, display,
454
+ > > communicate, and translate a Work;
455
+ > > ii. moral rights retained by the original author(s) and/or performer(s);
456
+ > > iii. publicity and privacy rights pertaining to a person's image or
457
+ > > likeness depicted in a Work;
458
+ > > iv. rights protecting against unfair competition in regards to a Work,
459
+ > > subject to the limitations in paragraph 4(a), below;
460
+ > > v. rights protecting the extraction, dissemination, use and reuse of data
461
+ > > in a Work;
462
+ > > vi. database rights (such as those arising under Directive 96/9/EC of the
463
+ > > European Parliament and of the Council of 11 March 1996 on the legal
464
+ > > protection of databases, and under any national implementation
465
+ > > thereof, including any amended or successor version of such
466
+ > > directive); and
467
+ > > vii. other similar, equivalent or corresponding rights throughout the
468
+ > > world based on applicable law or treaty, and any national
469
+ > > implementations thereof.
470
+ > >
471
+ > > 2. Waiver. To the greatest extent permitted by, but not in contravention
472
+ > > of, applicable law, Affirmer hereby overtly, fully, permanently,
473
+ > > irrevocably and unconditionally waives, abandons, and surrenders all of
474
+ > > Affirmer's Copyright and Related Rights and associated claims and causes
475
+ > > of action, whether now known or unknown (including existing as well as
476
+ > > future claims and causes of action), in the Work (i) in all territories
477
+ > > worldwide, (ii) for the maximum duration provided by applicable law or
478
+ > > treaty (including future time extensions), (iii) in any current or future
479
+ > > medium and for any number of copies, and (iv) for any purpose whatsoever,
480
+ > > including without limitation commercial, advertising or promotional
481
+ > > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
482
+ > > member of the public at large and to the detriment of Affirmer's heirs and
483
+ > > successors, fully intending that such Waiver shall not be subject to
484
+ > > revocation, rescission, cancellation, termination, or any other legal or
485
+ > > equitable action to disrupt the quiet enjoyment of the Work by the public
486
+ > > as contemplated by Affirmer's express Statement of Purpose.
487
+ > >
488
+ > > 3. Public License Fallback. Should any part of the Waiver for any reason
489
+ > > be judged legally invalid or ineffective under applicable law, then the
490
+ > > Waiver shall be preserved to the maximum extent permitted taking into
491
+ > > account Affirmer's express Statement of Purpose. In addition, to the
492
+ > > extent the Waiver is so judged Affirmer hereby grants to each affected
493
+ > > person a royalty-free, non transferable, non sublicensable, non exclusive,
494
+ > > irrevocable and unconditional license to exercise Affirmer's Copyright and
495
+ > > Related Rights in the Work (i) in all territories worldwide, (ii) for the
496
+ > > maximum duration provided by applicable law or treaty (including future
497
+ > > time extensions), (iii) in any current or future medium and for any number
498
+ > > of copies, and (iv) for any purpose whatsoever, including without
499
+ > > limitation commercial, advertising or promotional purposes (the
500
+ > > "License"). The License shall be deemed effective as of the date CC0 was
501
+ > > applied by Affirmer to the Work. Should any part of the License for any
502
+ > > reason be judged legally invalid or ineffective under applicable law, such
503
+ > > partial invalidity or ineffectiveness shall not invalidate the remainder
504
+ > > of the License, and in such case Affirmer hereby affirms that he or she
505
+ > > will not (i) exercise any of his or her remaining Copyright and Related
506
+ > > Rights in the Work or (ii) assert any associated claims and causes of
507
+ > > action with respect to the Work, in either case contrary to Affirmer's
508
+ > > express Statement of Purpose.
509
+ > >
510
+ > > 4. Limitations and Disclaimers.
511
+ > >
512
+ > > a. No trademark or patent rights held by Affirmer are waived, abandoned,
513
+ > > surrendered, licensed or otherwise affected by this document.
514
+ > > b. Affirmer offers the Work as-is and makes no representations or
515
+ > > warranties of any kind concerning the Work, express, implied,
516
+ > > statutory or otherwise, including without limitation warranties of
517
+ > > title, merchantability, fitness for a particular purpose, non
518
+ > > infringement, or the absence of latent or other defects, accuracy, or
519
+ > > the present or absence of errors, whether or not discoverable, all to
520
+ > > the greatest extent permissible under applicable law.
521
+ > > c. Affirmer disclaims responsibility for clearing rights of other persons
522
+ > > that may apply to the Work or any use thereof, including without
523
+ > > limitation any person's Copyright and Related Rights in the Work.
524
+ > > Further, Affirmer disclaims responsibility for obtaining any necessary
525
+ > > consents, permissions or other rights required for any use of the
526
+ > > Work.
527
+ > > d. Affirmer understands and acknowledges that Creative Commons is not a
528
+ > > party to this document and has no duty or obligation with respect to
529
+ > > this CC0 or use of the Work.
530
+
531
+ ---------------------------------------
532
+
533
+ ## esbuild
534
+ License: MIT
535
+ Repository: git+https://github.com/evanw/esbuild.git
536
+
537
+ > MIT License
538
+ >
539
+ > Copyright (c) 2020 Evan Wallace
540
+ >
541
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
542
+ > of this software and associated documentation files (the "Software"), to deal
543
+ > in the Software without restriction, including without limitation the rights
544
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
545
+ > copies of the Software, and to permit persons to whom the Software is
546
+ > furnished to do so, subject to the following conditions:
547
+ >
548
+ > The above copyright notice and this permission notice shall be included in all
549
+ > copies or substantial portions of the Software.
550
+ >
551
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
552
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
553
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
554
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
555
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
556
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
557
+ > SOFTWARE.
558
+
559
+ ---------------------------------------
560
+
561
+ ## hookable
562
+ License: MIT
563
+ Repository: unjs/hookable
564
+
565
+ > The MIT License (MIT)
566
+ >
567
+ > Copyright (c) Pooya Parsa <pooya@pi0.io>
568
+ >
569
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
570
+ > of this software and associated documentation files (the "Software"), to deal
571
+ > in the Software without restriction, including without limitation the rights
572
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
573
+ > copies of the Software, and to permit persons to whom the Software is
574
+ > furnished to do so, subject to the following conditions:
575
+ >
576
+ > The above copyright notice and this permission notice shall be included in all
577
+ > copies or substantial portions of the Software.
578
+ >
579
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
580
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
581
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
582
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
583
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
584
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
585
+ > SOFTWARE.
586
+
587
+ ---------------------------------------
588
+
589
+ ## jiti
590
+ License: MIT
591
+ Repository: unjs/jiti
592
+
593
+ > MIT License
594
+ >
595
+ > Copyright (c) Pooya Parsa <pooya@pi0.io>
596
+ >
597
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
598
+ > of this software and associated documentation files (the "Software"), to deal
599
+ > in the Software without restriction, including without limitation the rights
600
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
601
+ > copies of the Software, and to permit persons to whom the Software is
602
+ > furnished to do so, subject to the following conditions:
603
+ >
604
+ > The above copyright notice and this permission notice shall be included in all
605
+ > copies or substantial portions of the Software.
606
+ >
607
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
608
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
609
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
610
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
611
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
612
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
613
+ > SOFTWARE.
614
+
615
+ ---------------------------------------
616
+
617
+ ## safe-stable-stringify
618
+ License: MIT
619
+ By: Ruben Bridgewater
620
+ Repository: git+https://github.com/BridgeAR/safe-stable-stringify.git
621
+
622
+ > The MIT License (MIT)
623
+ >
624
+ > Copyright (c) Ruben Bridgewater
625
+ >
626
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
627
+ > of this software and associated documentation files (the "Software"), to deal
628
+ > in the Software without restriction, including without limitation the rights
629
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
630
+ > copies of the Software, and to permit persons to whom the Software is
631
+ > furnished to do so, subject to the following conditions:
632
+ >
633
+ > The above copyright notice and this permission notice shall be included in all
634
+ > copies or substantial portions of the Software.
635
+ >
636
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
637
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
638
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
639
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
640
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
641
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
642
+ > SOFTWARE.
643
+
644
+ <!-- /TYPE_DEPENDENCIES -->