@visulima/pail 4.0.0-alpha.11 → 4.0.0-alpha.12

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.
Files changed (78) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/LICENSE.md +152 -894
  3. package/dist/error.d.ts +95 -96
  4. package/dist/index.browser.d.ts +557 -47
  5. package/dist/index.browser.js +1 -1
  6. package/dist/index.server.d.ts +722 -61
  7. package/dist/index.server.js +5 -4
  8. package/dist/middleware/elysia.d.ts +65 -63
  9. package/dist/middleware/express.d.ts +73 -71
  10. package/dist/middleware/fastify.d.ts +69 -67
  11. package/dist/middleware/hono.d.ts +74 -72
  12. package/dist/middleware/next/handler.d.ts +101 -34
  13. package/dist/middleware/sveltekit.d.ts +100 -98
  14. package/dist/object-tree.d.ts +67 -70
  15. package/dist/packem_shared/{PrettyReporter-BtTr13Ha.js → PrettyReporter-CIbrmjUV.js} +1 -1
  16. package/dist/packem_shared/{PrettyReporter-BCvyNzXO.js → PrettyReporter-CNJEO9g7.js} +11 -8
  17. package/dist/packem_shared/abstract-json-reporter.d-BAgznjyU.d.ts +61 -0
  18. package/dist/packem_shared/{abstract-pretty-reporter-CXAKYCb8.js → abstract-pretty-reporter-CkqCt5hg.js} +4 -2
  19. package/dist/packem_shared/create-middleware-logger.d-DheMh8q4.d.ts +47 -0
  20. package/dist/packem_shared/{index-Bx3-C0j9.js → index-6cG1Kp0t.js} +2 -2
  21. package/dist/packem_shared/types.d-BeLumqgD.d.ts +246 -0
  22. package/dist/packem_shared/types.d-C51XNfQz.d.ts +194 -0
  23. package/dist/packem_shared/types.d-CM5ie2qm.d.ts +236 -0
  24. package/dist/packem_shared/wide-event.d-B-t8ZnhI.d.ts +704 -0
  25. package/dist/processor/caller/caller-processor.d.ts +49 -47
  26. package/dist/processor/environment-processor.d.ts +113 -113
  27. package/dist/processor/environment-processor.js +3 -10
  28. package/dist/processor/message-formatter-processor.d.ts +51 -49
  29. package/dist/processor/message-formatter-processor.js +2 -2
  30. package/dist/processor/opentelemetry-processor.d.ts +69 -66
  31. package/dist/processor/redact-processor.d.ts +60 -41
  32. package/dist/processor/sampling-processor.d.ts +102 -101
  33. package/dist/reporter/file/json-file-reporter.d.ts +91 -42
  34. package/dist/reporter/http/abstract-http-reporter.d.ts +213 -211
  35. package/dist/reporter/http/http-reporter.d.ts +40 -36
  36. package/dist/reporter/http/http-reporter.edge-light.d.ts +430 -38
  37. package/dist/reporter/json/index.browser.d.ts +99 -3
  38. package/dist/reporter/json/index.d.ts +51 -3
  39. package/dist/reporter/pretty/index.browser.d.ts +106 -2
  40. package/dist/reporter/pretty/index.browser.js +1 -1
  41. package/dist/reporter/pretty/index.d.ts +219 -2
  42. package/dist/reporter/pretty/index.js +1 -1
  43. package/dist/reporter/simple/simple-reporter.server.d.ts +168 -18
  44. package/dist/reporter/simple/simple-reporter.server.js +3 -2
  45. package/dist/wide-event.d.ts +5 -300
  46. package/package.json +6 -7
  47. package/dist/constants.d.ts +0 -37
  48. package/dist/middleware/next/middleware.d.ts +0 -59
  49. package/dist/middleware/next/storage.d.ts +0 -14
  50. package/dist/middleware/shared/create-middleware-logger.d.ts +0 -82
  51. package/dist/middleware/shared/headers.d.ts +0 -14
  52. package/dist/middleware/shared/routes.d.ts +0 -30
  53. package/dist/middleware/shared/storage.d.ts +0 -29
  54. package/dist/pail.browser.d.ts +0 -412
  55. package/dist/pail.server.d.ts +0 -158
  56. package/dist/processor/caller/get-caller-filename.d.ts +0 -23
  57. package/dist/reporter/file/utils/rotating-file-stream.d.ts +0 -48
  58. package/dist/reporter/http/utils/compression.d.ts +0 -7
  59. package/dist/reporter/http/utils/log-size-error.d.ts +0 -30
  60. package/dist/reporter/http/utils/retry.d.ts +0 -27
  61. package/dist/reporter/json/abstract-json-reporter.d.ts +0 -61
  62. package/dist/reporter/json/json-reporter.browser.d.ts +0 -40
  63. package/dist/reporter/json/json-reporter.server.d.ts +0 -50
  64. package/dist/reporter/pretty/abstract-pretty-reporter.d.ts +0 -83
  65. package/dist/reporter/pretty/pretty-reporter.browser.d.ts +0 -36
  66. package/dist/reporter/pretty/pretty-reporter.server.d.ts +0 -70
  67. package/dist/reporter/raw/raw-reporter.browser.d.ts +0 -5
  68. package/dist/reporter/raw/raw-reporter.server.d.ts +0 -13
  69. package/dist/reporter/utils/default-inspector-config.d.ts +0 -3
  70. package/dist/reporter/utils/format-label.d.ts +0 -3
  71. package/dist/types.d.ts +0 -241
  72. package/dist/utils/arrayify.d.ts +0 -2
  73. package/dist/utils/get-longest-badge.d.ts +0 -4
  74. package/dist/utils/get-longest-label.d.ts +0 -4
  75. package/dist/utils/merge-types.d.ts +0 -4
  76. package/dist/utils/stream/safe-stream-handler.d.ts +0 -21
  77. package/dist/utils/write-console-log-based-on-level.d.ts +0 -4
  78. package/dist/utils/write-stream.d.ts +0 -2
package/LICENSE.md CHANGED
@@ -61,131 +61,6 @@ Repository: git+https://github.com/visulima/visulima.git
61
61
  > MIT
62
62
  >
63
63
  > # Bundled dependencies:
64
- > ## @visulima/path
65
- > License: MIT
66
- > By: Daniel Bannert
67
- > Repository: git+https://github.com/visulima/visulima.git
68
- >
69
- > > MIT License
70
- > >
71
- > > Copyright (c) 2026 visulima
72
- > >
73
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
74
- > > of this software and associated documentation files (the "Software"), to deal
75
- > > in the Software without restriction, including without limitation the rights
76
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
77
- > > copies of the Software, and to permit persons to whom the Software is
78
- > > furnished to do so, subject to the following conditions:
79
- > >
80
- > > The above copyright notice and this permission notice shall be included in all
81
- > > copies or substantial portions of the Software.
82
- > >
83
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
84
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
85
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
86
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
87
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
88
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
89
- > > SOFTWARE.
90
- > >
91
- > > ---
92
- > >
93
- > > MIT License
94
- > >
95
- > > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
96
- > >
97
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
98
- > > of this software and associated documentation files (the "Software"), to deal
99
- > > in the Software without restriction, including without limitation the rights
100
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
101
- > > copies of the Software, and to permit persons to whom the Software is
102
- > > furnished to do so, subject to the following conditions:
103
- > >
104
- > > The above copyright notice and this permission notice shall be included in all
105
- > > copies or substantial portions of the Software.
106
- > >
107
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
108
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
109
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
110
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
111
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
112
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
113
- > > SOFTWARE.
114
- > >
115
- > > ---
116
- > >
117
- > > Copyright Joyent, Inc. and other Node contributors.
118
- > >
119
- > > Permission is hereby granted, free of charge, to any person obtaining a
120
- > > copy of this software and associated documentation files (the
121
- > > "Software"), to deal in the Software without restriction, including
122
- > > without limitation the rights to use, copy, modify, merge, publish,
123
- > > distribute, sublicense, and/or sell copies of the Software, and to permit
124
- > > persons to whom the Software is furnished to do so, subject to the
125
- > > following conditions:
126
- > >
127
- > > The above copyright notice and this permission notice shall be included
128
- > > in all copies or substantial portions of the Software.
129
- > >
130
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
131
- > > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
132
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
133
- > > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
134
- > > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
135
- > > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
136
- > > USE OR OTHER DEALINGS IN THE SOFTWARE.
137
- > >
138
- > > ---
139
- > >
140
- > > Bundled zeptomatch (https://github.com/fabiospampinato/zeptomatch)
141
- > >
142
- > > The MIT License (MIT)
143
- > >
144
- > > Copyright (c) 2023-present Fabio Spampinato
145
- > >
146
- > > Permission is hereby granted, free of charge, to any person obtaining a
147
- > > copy of this software and associated documentation files (the "Software"),
148
- > > to deal in the Software without restriction, including without limitation
149
- > > the rights to use, copy, modify, merge, publish, distribute, sublicense,
150
- > > and/or sell copies of the Software, and to permit persons to whom the
151
- > > Software is furnished to do so, subject to the following conditions:
152
- > >
153
- > > The above copyright notice and this permission notice shall be included in
154
- > > all copies or substantial portions of the Software.
155
- > >
156
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
157
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
158
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
159
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
160
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
161
- > > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
162
- > > DEALINGS IN THE SOFTWARE.
163
- > >
164
- > >
165
- > >
166
- > > # Licenses of bundled dependencies
167
- > > The published @visulima/path artifact additionally contains code with the following licenses:
168
- > > MIT
169
- > >
170
- > > # Bundled dependencies:
171
- > > ## binary-extensions
172
- > > License: MIT
173
- > > By: Sindre Sorhus
174
- > > Repository: sindresorhus/binary-extensions
175
- > >
176
- > > > MIT License
177
- > > >
178
- > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
179
- > > > Copyright (c) Paul Miller (https://paulmillr.com)
180
- > > >
181
- > > > 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:
182
- > > >
183
- > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
184
- > > >
185
- > > > 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.
186
- >
187
- > ---------------------------------------
188
- >
189
64
  > ## is-plain-obj
190
65
  > License: MIT
191
66
  > By: Sindre Sorhus
@@ -200,219 +75,37 @@ Repository: git+https://github.com/visulima/visulima.git
200
75
  > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
201
76
  > >
202
77
  > > 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.
203
-
204
- ---------------------------------------
205
-
206
- ## @visulima/fmt
207
- License: MIT
208
- By: Daniel Bannert
209
- Repository: git+https://github.com/visulima/visulima.git
210
-
211
- > MIT License
212
- >
213
- > Copyright (c) 2026 visulima
214
- >
215
- > Permission is hereby granted, free of charge, to any person obtaining a copy
216
- > of this software and associated documentation files (the "Software"), to deal
217
- > in the Software without restriction, including without limitation the rights
218
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
219
- > copies of the Software, and to permit persons to whom the Software is
220
- > furnished to do so, subject to the following conditions:
221
- >
222
- > The above copyright notice and this permission notice shall be included in all
223
- > copies or substantial portions of the Software.
224
- >
225
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
226
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
227
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
228
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
229
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
230
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
231
- > SOFTWARE.
232
-
233
- ---------------------------------------
234
-
235
- ## @visulima/inspector
236
- License: MIT
237
- By: Daniel Bannert
238
- Repository: git+https://github.com/visulima/visulima.git
239
-
240
- > MIT License
241
- >
242
- > Copyright (c) 2026 visulima
243
- >
244
- > Permission is hereby granted, free of charge, to any person obtaining a copy
245
- > of this software and associated documentation files (the "Software"), to deal
246
- > in the Software without restriction, including without limitation the rights
247
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
248
- > copies of the Software, and to permit persons to whom the Software is
249
- > furnished to do so, subject to the following conditions:
250
- >
251
- > The above copyright notice and this permission notice shall be included in all
252
- > copies or substantial portions of the Software.
253
- >
254
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
255
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
256
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
257
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
258
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
259
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
260
- > SOFTWARE.
261
- >
262
- > ---
263
- >
264
- > Modified code from the original [loupe](https://github.com/chaijs/loupe/tree/main) repository.
265
- >
266
- > (The MIT License)
267
- >
268
- > Copyright (c) 2011-2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)
269
- >
270
- > 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:
271
- >
272
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
273
- >
274
- > 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.
275
- >
276
78
  >
277
79
  >
278
80
  >
279
81
  >
280
82
  >
281
83
  > # Licenses of bundled types
282
- > The published @visulima/inspector artifact additionally contains code with the following licenses:
283
- > (MIT OR CC0-1.0)
84
+ > The published @visulima/error artifact additionally contains code with the following licenses:
85
+ > Apache-2.0
284
86
  >
285
87
  > # Bundled types:
286
- > ## type-fest
287
- > License: (MIT OR CC0-1.0)
288
- > By: Sindre Sorhus
289
- > Repository: sindresorhus/type-fest
88
+ > ## ai
89
+ > License: Apache-2.0
90
+ > Repository: git+https://github.com/vercel/ai.git
290
91
  >
291
- > > Creative Commons Legal Code
292
- > >
293
- > > CC0 1.0 Universal
294
- > >
295
- > > CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
296
- > > LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
297
- > > ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
298
- > > INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
299
- > > REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
300
- > > PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
301
- > > THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
302
- > > HEREUNDER.
303
- > >
304
- > > Statement of Purpose
305
- > >
306
- > > The laws of most jurisdictions throughout the world automatically confer
307
- > > exclusive Copyright and Related Rights (defined below) upon the creator
308
- > > and subsequent owner(s) (each and all, an "owner") of an original work of
309
- > > authorship and/or a database (each, a "Work").
310
- > >
311
- > > Certain owners wish to permanently relinquish those rights to a Work for
312
- > > the purpose of contributing to a commons of creative, cultural and
313
- > > scientific works ("Commons") that the public can reliably and without fear
314
- > > of later claims of infringement build upon, modify, incorporate in other
315
- > > works, reuse and redistribute as freely as possible in any form whatsoever
316
- > > and for any purposes, including without limitation commercial purposes.
317
- > > These owners may contribute to the Commons to promote the ideal of a free
318
- > > culture and the further production of creative, cultural and scientific
319
- > > works, or to gain reputation or greater distribution for their Work in
320
- > > part through the use and efforts of others.
92
+ > > Copyright 2023 Vercel, Inc.
321
93
  > >
322
- > > For these and/or other purposes and motivations, and without any
323
- > > expectation of additional consideration or compensation, the person
324
- > > associating CC0 with a Work (the "Affirmer"), to the extent that he or she
325
- > > is an owner of Copyright and Related Rights in the Work, voluntarily
326
- > > elects to apply CC0 to the Work and publicly distribute the Work under its
327
- > > terms, with knowledge of his or her Copyright and Related Rights in the
328
- > > Work and the meaning and intended legal effect of CC0 on those rights.
94
+ > > Licensed under the Apache License, Version 2.0 (the "License");
95
+ > > you may not use this file except in compliance with the License.
96
+ > > You may obtain a copy of the License at
329
97
  > >
330
- > > 1. Copyright and Related Rights. A Work made available under CC0 may be
331
- > > protected by copyright and related or neighboring rights ("Copyright and
332
- > > Related Rights"). Copyright and Related Rights include, but are not
333
- > > limited to, the following:
98
+ > > http://www.apache.org/licenses/LICENSE-2.0
334
99
  > >
335
- > > i. the right to reproduce, adapt, distribute, perform, display,
336
- > > communicate, and translate a Work;
337
- > > ii. moral rights retained by the original author(s) and/or performer(s);
338
- > > iii. publicity and privacy rights pertaining to a person's image or
339
- > > likeness depicted in a Work;
340
- > > iv. rights protecting against unfair competition in regards to a Work,
341
- > > subject to the limitations in paragraph 4(a), below;
342
- > > v. rights protecting the extraction, dissemination, use and reuse of data
343
- > > in a Work;
344
- > > vi. database rights (such as those arising under Directive 96/9/EC of the
345
- > > European Parliament and of the Council of 11 March 1996 on the legal
346
- > > protection of databases, and under any national implementation
347
- > > thereof, including any amended or successor version of such
348
- > > directive); and
349
- > > vii. other similar, equivalent or corresponding rights throughout the
350
- > > world based on applicable law or treaty, and any national
351
- > > implementations thereof.
352
- > >
353
- > > 2. Waiver. To the greatest extent permitted by, but not in contravention
354
- > > of, applicable law, Affirmer hereby overtly, fully, permanently,
355
- > > irrevocably and unconditionally waives, abandons, and surrenders all of
356
- > > Affirmer's Copyright and Related Rights and associated claims and causes
357
- > > of action, whether now known or unknown (including existing as well as
358
- > > future claims and causes of action), in the Work (i) in all territories
359
- > > worldwide, (ii) for the maximum duration provided by applicable law or
360
- > > treaty (including future time extensions), (iii) in any current or future
361
- > > medium and for any number of copies, and (iv) for any purpose whatsoever,
362
- > > including without limitation commercial, advertising or promotional
363
- > > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
364
- > > member of the public at large and to the detriment of Affirmer's heirs and
365
- > > successors, fully intending that such Waiver shall not be subject to
366
- > > revocation, rescission, cancellation, termination, or any other legal or
367
- > > equitable action to disrupt the quiet enjoyment of the Work by the public
368
- > > as contemplated by Affirmer's express Statement of Purpose.
369
- > >
370
- > > 3. Public License Fallback. Should any part of the Waiver for any reason
371
- > > be judged legally invalid or ineffective under applicable law, then the
372
- > > Waiver shall be preserved to the maximum extent permitted taking into
373
- > > account Affirmer's express Statement of Purpose. In addition, to the
374
- > > extent the Waiver is so judged Affirmer hereby grants to each affected
375
- > > person a royalty-free, non transferable, non sublicensable, non exclusive,
376
- > > irrevocable and unconditional license to exercise Affirmer's Copyright and
377
- > > Related Rights in the Work (i) in all territories worldwide, (ii) for the
378
- > > maximum duration provided by applicable law or treaty (including future
379
- > > time extensions), (iii) in any current or future medium and for any number
380
- > > of copies, and (iv) for any purpose whatsoever, including without
381
- > > limitation commercial, advertising or promotional purposes (the
382
- > > "License"). The License shall be deemed effective as of the date CC0 was
383
- > > applied by Affirmer to the Work. Should any part of the License for any
384
- > > reason be judged legally invalid or ineffective under applicable law, such
385
- > > partial invalidity or ineffectiveness shall not invalidate the remainder
386
- > > of the License, and in such case Affirmer hereby affirms that he or she
387
- > > will not (i) exercise any of his or her remaining Copyright and Related
388
- > > Rights in the Work or (ii) assert any associated claims and causes of
389
- > > action with respect to the Work, in either case contrary to Affirmer's
390
- > > express Statement of Purpose.
391
- > >
392
- > > 4. Limitations and Disclaimers.
393
- > >
394
- > > a. No trademark or patent rights held by Affirmer are waived, abandoned,
395
- > > surrendered, licensed or otherwise affected by this document.
396
- > > b. Affirmer offers the Work as-is and makes no representations or
397
- > > warranties of any kind concerning the Work, express, implied,
398
- > > statutory or otherwise, including without limitation warranties of
399
- > > title, merchantability, fitness for a particular purpose, non
400
- > > infringement, or the absence of latent or other defects, accuracy, or
401
- > > the present or absence of errors, whether or not discoverable, all to
402
- > > the greatest extent permissible under applicable law.
403
- > > c. Affirmer disclaims responsibility for clearing rights of other persons
404
- > > that may apply to the Work or any use thereof, including without
405
- > > limitation any person's Copyright and Related Rights in the Work.
406
- > > Further, Affirmer disclaims responsibility for obtaining any necessary
407
- > > consents, permissions or other rights required for any use of the
408
- > > Work.
409
- > > d. Affirmer understands and acknowledges that Creative Commons is not a
410
- > > party to this document and has no duty or obligation with respect to
411
- > > this CC0 or use of the Work.
100
+ > > Unless required by applicable law or agreed to in writing, software
101
+ > > distributed under the License is distributed on an "AS IS" BASIS,
102
+ > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
103
+ > > See the License for the specific language governing permissions and
104
+ > > limitations under the License.
412
105
 
413
106
  ---------------------------------------
414
107
 
415
- ## @visulima/string
108
+ ## @visulima/fmt
416
109
  License: MIT
417
110
  By: Daniel Bannert
418
111
  Repository: git+https://github.com/visulima/visulima.git
@@ -438,581 +131,10 @@ Repository: git+https://github.com/visulima/visulima.git
438
131
  > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
439
132
  > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
440
133
  > SOFTWARE.
441
- >
442
- >
443
- >
444
- > # Licenses of bundled dependencies
445
- > The published @visulima/string artifact additionally contains code with the following licenses:
446
- > MIT
447
- >
448
- > # Bundled dependencies:
449
- > ## codsen-utils
450
- > License: MIT
451
- > By: Roy Revelt
452
- > Repository: git+https://github.com/codsen/codsen.git
453
- >
454
- > > MIT License
455
- > >
456
- > > Copyright © 2010-2025 Roy Revelt and other contributors
457
- > >
458
- > > Permission is hereby granted, free of charge, to any person obtaining
459
- > > a copy of this software and associated documentation files (the
460
- > > "Software"), to deal in the Software without restriction, including
461
- > > without limitation the rights to use, copy, modify, merge, publish,
462
- > > distribute, sublicense, and/or sell copies of the Software, and to
463
- > > permit persons to whom the Software is furnished to do so, subject to
464
- > > the following conditions:
465
- > >
466
- > > The above copyright notice and this permission notice shall be
467
- > > included in all copies or substantial portions of the Software.
468
- > >
469
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
470
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
471
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
472
- > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
473
- > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
474
- > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
475
- > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
476
- >
477
- > ---------------------------------------
478
- >
479
- > ## emoji-regex-xs
480
- > License: MIT
481
- > By: Steven Levithan
482
- > Repository: git+https://github.com/slevithan/emoji-regex-xs.git
483
- >
484
- > > MIT License
485
- > >
486
- > > Copyright (c) 2025 Steven Levithan
487
- > >
488
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
489
- > > of this software and associated documentation files (the "Software"), to deal
490
- > > in the Software without restriction, including without limitation the rights
491
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
492
- > > copies of the Software, and to permit persons to whom the Software is
493
- > > furnished to do so, subject to the following conditions:
494
- > >
495
- > > The above copyright notice and this permission notice shall be included in all
496
- > > copies or substantial portions of the Software.
497
- > >
498
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
499
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
500
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
501
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
502
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
503
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
504
- > > SOFTWARE.
505
- >
506
- > ---------------------------------------
507
- >
508
- > ## fastest-levenshtein
509
- > License: MIT
510
- > By: Kasper U. Weihe
511
- > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
512
- >
513
- > > MIT License
514
- > >
515
- > > Copyright (c) 2020 Kasper Unn Weihe
516
- > >
517
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
518
- > > of this software and associated documentation files (the "Software"), to deal
519
- > > in the Software without restriction, including without limitation the rights
520
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
521
- > > copies of the Software, and to permit persons to whom the Software is
522
- > > furnished to do so, subject to the following conditions:
523
- > >
524
- > > The above copyright notice and this permission notice shall be included in all
525
- > > copies or substantial portions of the Software.
526
- > >
527
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
528
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
529
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
530
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
531
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
532
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
533
- > > SOFTWARE.
534
- >
535
- > ---------------------------------------
536
- >
537
- > ## get-east-asian-width
538
- > License: MIT
539
- > By: Sindre Sorhus
540
- > Repository: sindresorhus/get-east-asian-width
541
- >
542
- > > MIT License
543
- > >
544
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
545
- > >
546
- > > 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:
547
- > >
548
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
549
- > >
550
- > > 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.
551
- >
552
- > ---------------------------------------
553
- >
554
- > ## html-entities
555
- > License: MIT
556
- > By: Marat Dulin
557
- > Repository: https://github.com/mdevils/html-entities.git
558
- >
559
- > > Copyright (c) 2021 Dulin Marat
560
- > >
561
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
562
- > > of this software and associated documentation files (the "Software"), to deal
563
- > > in the Software without restriction, including without limitation the rights
564
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
565
- > > copies of the Software, and to permit persons to whom the Software is
566
- > > furnished to do so, subject to the following conditions:
567
- > >
568
- > > The above copyright notice and this permission notice shall be included in
569
- > > all copies or substantial portions of the Software.
570
- > >
571
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
572
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
573
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
574
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
575
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
576
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
577
- > > THE SOFTWARE.
578
- >
579
- > ---------------------------------------
580
- >
581
- > ## indent-string
582
- > License: MIT
583
- > By: Sindre Sorhus
584
- > Repository: sindresorhus/indent-string
585
- >
586
- > > MIT License
587
- > >
588
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
589
- > >
590
- > > 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:
591
- > >
592
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
593
- > >
594
- > > 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.
595
- >
596
- > ---------------------------------------
597
- >
598
- > ## lodash-es
599
- > License: MIT
600
- > By: John-David Dalton, Mathias Bynens
601
- > Repository: lodash/lodash
602
- >
603
- > > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
604
- > >
605
- > > Based on Underscore.js, copyright Jeremy Ashkenas,
606
- > > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
607
- > >
608
- > > This software consists of voluntary contributions made by many
609
- > > individuals. For exact contribution history, see the revision history
610
- > > available at https://github.com/lodash/lodash
611
- > >
612
- > > The following license applies to all parts of this software except as
613
- > > documented below:
614
- > >
615
- > > ====
616
- > >
617
- > > Permission is hereby granted, free of charge, to any person obtaining
618
- > > a copy of this software and associated documentation files (the
619
- > > "Software"), to deal in the Software without restriction, including
620
- > > without limitation the rights to use, copy, modify, merge, publish,
621
- > > distribute, sublicense, and/or sell copies of the Software, and to
622
- > > permit persons to whom the Software is furnished to do so, subject to
623
- > > the following conditions:
624
- > >
625
- > > The above copyright notice and this permission notice shall be
626
- > > included in all copies or substantial portions of the Software.
627
- > >
628
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
629
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
630
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
631
- > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
632
- > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
633
- > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
634
- > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
635
- > >
636
- > > ====
637
- > >
638
- > > Copyright and related rights for sample code are waived via CC0. Sample
639
- > > code is defined as all source code displayed within the prose of the
640
- > > documentation.
641
- > >
642
- > > CC0: http://creativecommons.org/publicdomain/zero/1.0/
643
- > >
644
- > > ====
645
- > >
646
- > > Files located in the node_modules and vendor directories are externally
647
- > > maintained libraries used by this software which have their own
648
- > > licenses; we recommend you read them, as their terms may differ from the
649
- > > terms above.
650
- >
651
- > ---------------------------------------
652
- >
653
- > ## ranges-apply
654
- > License: MIT
655
- > By: Roy Revelt
656
- > Repository: git+https://github.com/codsen/codsen.git
657
- >
658
- > > MIT License
659
- > >
660
- > > Copyright © 2010-2025 Roy Revelt and other contributors
661
- > >
662
- > > Permission is hereby granted, free of charge, to any person obtaining
663
- > > a copy of this software and associated documentation files (the
664
- > > "Software"), to deal in the Software without restriction, including
665
- > > without limitation the rights to use, copy, modify, merge, publish,
666
- > > distribute, sublicense, and/or sell copies of the Software, and to
667
- > > permit persons to whom the Software is furnished to do so, subject to
668
- > > the following conditions:
669
- > >
670
- > > The above copyright notice and this permission notice shall be
671
- > > included in all copies or substantial portions of the Software.
672
- > >
673
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
674
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
675
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
676
- > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
677
- > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
678
- > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
679
- > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
680
- >
681
- > ---------------------------------------
682
- >
683
- > ## ranges-merge
684
- > License: MIT
685
- > By: Roy Revelt
686
- > Repository: git+https://github.com/codsen/codsen.git
687
- >
688
- > > MIT License
689
- > >
690
- > > Copyright © 2010-2025 Roy Revelt and other contributors
691
- > >
692
- > > Permission is hereby granted, free of charge, to any person obtaining
693
- > > a copy of this software and associated documentation files (the
694
- > > "Software"), to deal in the Software without restriction, including
695
- > > without limitation the rights to use, copy, modify, merge, publish,
696
- > > distribute, sublicense, and/or sell copies of the Software, and to
697
- > > permit persons to whom the Software is furnished to do so, subject to
698
- > > the following conditions:
699
- > >
700
- > > The above copyright notice and this permission notice shall be
701
- > > included in all copies or substantial portions of the Software.
702
- > >
703
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
704
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
705
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
706
- > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
707
- > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
708
- > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
709
- > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
710
- >
711
- > ---------------------------------------
712
- >
713
- > ## ranges-push
714
- > License: MIT
715
- > By: Roy Revelt
716
- > Repository: git+https://github.com/codsen/codsen.git
717
- >
718
- > > MIT License
719
- > >
720
- > > Copyright © 2010-2025 Roy Revelt and other contributors
721
- > >
722
- > > Permission is hereby granted, free of charge, to any person obtaining
723
- > > a copy of this software and associated documentation files (the
724
- > > "Software"), to deal in the Software without restriction, including
725
- > > without limitation the rights to use, copy, modify, merge, publish,
726
- > > distribute, sublicense, and/or sell copies of the Software, and to
727
- > > permit persons to whom the Software is furnished to do so, subject to
728
- > > the following conditions:
729
- > >
730
- > > The above copyright notice and this permission notice shall be
731
- > > included in all copies or substantial portions of the Software.
732
- > >
733
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
734
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
735
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
736
- > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
737
- > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
738
- > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
739
- > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
740
- >
741
- > ---------------------------------------
742
- >
743
- > ## ranges-sort
744
- > License: MIT
745
- > By: Roy Revelt
746
- > Repository: git+https://github.com/codsen/codsen.git
747
- >
748
- > > MIT License
749
- > >
750
- > > Copyright © 2010-2025 Roy Revelt and other contributors
751
- > >
752
- > > Permission is hereby granted, free of charge, to any person obtaining
753
- > > a copy of this software and associated documentation files (the
754
- > > "Software"), to deal in the Software without restriction, including
755
- > > without limitation the rights to use, copy, modify, merge, publish,
756
- > > distribute, sublicense, and/or sell copies of the Software, and to
757
- > > permit persons to whom the Software is furnished to do so, subject to
758
- > > the following conditions:
759
- > >
760
- > > The above copyright notice and this permission notice shall be
761
- > > included in all copies or substantial portions of the Software.
762
- > >
763
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
764
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
765
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
766
- > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
767
- > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
768
- > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
769
- > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
770
- >
771
- > ---------------------------------------
772
- >
773
- > ## redent
774
- > License: MIT
775
- > By: Sindre Sorhus
776
- > Repository: sindresorhus/redent
777
- >
778
- > > MIT License
779
- > >
780
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
781
- > >
782
- > > 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:
783
- > >
784
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
785
- > >
786
- > > 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.
787
- >
788
- > ---------------------------------------
789
- >
790
- > ## rfdc
791
- > License: MIT
792
- > By: David Mark Clements
793
- > Repository: git+https://github.com/davidmarkclements/rfdc.git
794
- >
795
- > > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
796
- > >
797
- > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
798
- > > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
799
- > > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
800
- > > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
801
- > >
802
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions
803
- > > of the Software.
804
- > >
805
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
806
- > > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
807
- > > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
808
- > > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
809
- > > IN THE SOFTWARE.
810
- >
811
- > ---------------------------------------
812
- >
813
- > ## string-collapse-leading-whitespace
814
- > License: MIT
815
- > By: Roy Revelt
816
- > Repository: git+https://github.com/codsen/codsen.git
817
- >
818
- > > MIT License
819
- > >
820
- > > Copyright © 2010-2025 Roy Revelt and other contributors
821
- > >
822
- > > Permission is hereby granted, free of charge, to any person obtaining
823
- > > a copy of this software and associated documentation files (the
824
- > > "Software"), to deal in the Software without restriction, including
825
- > > without limitation the rights to use, copy, modify, merge, publish,
826
- > > distribute, sublicense, and/or sell copies of the Software, and to
827
- > > permit persons to whom the Software is furnished to do so, subject to
828
- > > the following conditions:
829
- > >
830
- > > The above copyright notice and this permission notice shall be
831
- > > included in all copies or substantial portions of the Software.
832
- > >
833
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
834
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
835
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
836
- > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
837
- > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
838
- > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
839
- > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
840
- >
841
- > ---------------------------------------
842
- >
843
- > ## string-left-right
844
- > License: MIT
845
- > By: Roy Revelt
846
- > Repository: git+https://github.com/codsen/codsen.git
847
- >
848
- > > MIT License
849
- > >
850
- > > Copyright © 2010-2025 Roy Revelt and other contributors
851
- > >
852
- > > Permission is hereby granted, free of charge, to any person obtaining
853
- > > a copy of this software and associated documentation files (the
854
- > > "Software"), to deal in the Software without restriction, including
855
- > > without limitation the rights to use, copy, modify, merge, publish,
856
- > > distribute, sublicense, and/or sell copies of the Software, and to
857
- > > permit persons to whom the Software is furnished to do so, subject to
858
- > > the following conditions:
859
- > >
860
- > > The above copyright notice and this permission notice shall be
861
- > > included in all copies or substantial portions of the Software.
862
- > >
863
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
864
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
865
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
866
- > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
867
- > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
868
- > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
869
- > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
870
- >
871
- > ---------------------------------------
872
- >
873
- > ## string-strip-html
874
- > License: MIT
875
- > By: Roy Revelt
876
- > Repository: git+https://github.com/codsen/codsen.git
877
- >
878
- > > MIT License
879
- > >
880
- > > Copyright © 2010-2025 Roy Revelt and other contributors
881
- > >
882
- > > Permission is hereby granted, free of charge, to any person obtaining
883
- > > a copy of this software and associated documentation files (the
884
- > > "Software"), to deal in the Software without restriction, including
885
- > > without limitation the rights to use, copy, modify, merge, publish,
886
- > > distribute, sublicense, and/or sell copies of the Software, and to
887
- > > permit persons to whom the Software is furnished to do so, subject to
888
- > > the following conditions:
889
- > >
890
- > > The above copyright notice and this permission notice shall be
891
- > > included in all copies or substantial portions of the Software.
892
- > >
893
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
894
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
895
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
896
- > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
897
- > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
898
- > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
899
- > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
900
- >
901
- > ---------------------------------------
902
- >
903
- > ## strip-indent
904
- > License: MIT
905
- > By: Sindre Sorhus
906
- > Repository: sindresorhus/strip-indent
907
- >
908
- > > MIT License
909
- > >
910
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
911
- > >
912
- > > 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:
913
- > >
914
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
915
- > >
916
- > > 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.
917
- >
918
- > ---------------------------------------
919
- >
920
- > ## tiny-invariant
921
- > License: MIT
922
- > By: Alex Reardon
923
- > Repository: https://github.com/alexreardon/tiny-invariant.git
924
- >
925
- > > MIT License
926
- > >
927
- > > Copyright (c) 2019 Alexander Reardon
928
- > >
929
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
930
- > > of this software and associated documentation files (the "Software"), to deal
931
- > > in the Software without restriction, including without limitation the rights
932
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
933
- > > copies of the Software, and to permit persons to whom the Software is
934
- > > furnished to do so, subject to the following conditions:
935
- > >
936
- > > The above copyright notice and this permission notice shall be included in all
937
- > > copies or substantial portions of the Software.
938
- > >
939
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
940
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
941
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
942
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
943
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
944
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
945
- > > SOFTWARE.
946
- >
947
- >
948
- >
949
- >
950
- >
951
- > # Licenses of bundled types
952
- >
953
- > The published @visulima/string artifact additionally contains code with the following licenses:
954
- > MIT
955
- >
956
- > # Bundled types:
957
- >
958
- > ## fastest-levenshtein
959
- >
960
- > License: MIT
961
- > By: Kasper U. Weihe
962
- > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
963
- >
964
- > > MIT License
965
- > >
966
- > > Copyright (c) 2020 Kasper Unn Weihe
967
- > >
968
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
969
- > > of this software and associated documentation files (the "Software"), to deal
970
- > > in the Software without restriction, including without limitation the rights
971
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
972
- > > copies of the Software, and to permit persons to whom the Software is
973
- > > furnished to do so, subject to the following conditions:
974
- > >
975
- > > The above copyright notice and this permission notice shall be included in all
976
- > > copies or substantial portions of the Software.
977
- > >
978
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
979
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
980
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
981
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
982
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
983
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
984
- > > SOFTWARE.
985
134
 
986
135
  ---------------------------------------
987
136
 
988
- ## terminal-size
989
- License: MIT
990
- By: Sindre Sorhus
991
- Repository: sindresorhus/terminal-size
992
-
993
- > MIT License
994
- >
995
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
996
- >
997
- > 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:
998
- >
999
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1000
- >
1001
- > 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.
1002
-
1003
- <!-- /DEPENDENCIES -->
1004
-
1005
- <!-- TYPE_DEPENDENCIES -->
1006
-
1007
- # Licenses of bundled types
1008
-
1009
- The published @visulima/pail artifact additionally contains code with the following licenses:
1010
- MIT
1011
-
1012
- # Bundled types:
1013
-
1014
137
  ## safe-stable-stringify
1015
-
1016
138
  License: MIT
1017
139
  By: Ruben Bridgewater
1018
140
  Repository: git+https://github.com/BridgeAR/safe-stable-stringify.git
@@ -1039,4 +161,140 @@ Repository: git+https://github.com/BridgeAR/safe-stable-stringify.git
1039
161
  > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1040
162
  > SOFTWARE.
1041
163
 
164
+ <!-- /DEPENDENCIES -->
165
+
166
+ <!-- TYPE_DEPENDENCIES -->
167
+
168
+ # Licenses of bundled types
169
+ The published @visulima/pail artifact additionally contains code with the following licenses:
170
+ (MIT OR CC0-1.0)
171
+
172
+ # Bundled types:
173
+ ## type-fest
174
+ License: (MIT OR CC0-1.0)
175
+ By: Sindre Sorhus
176
+ Repository: sindresorhus/type-fest
177
+
178
+ > Creative Commons Legal Code
179
+ >
180
+ > CC0 1.0 Universal
181
+ >
182
+ > CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
183
+ > LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
184
+ > ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
185
+ > INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
186
+ > REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
187
+ > PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
188
+ > THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
189
+ > HEREUNDER.
190
+ >
191
+ > Statement of Purpose
192
+ >
193
+ > The laws of most jurisdictions throughout the world automatically confer
194
+ > exclusive Copyright and Related Rights (defined below) upon the creator
195
+ > and subsequent owner(s) (each and all, an "owner") of an original work of
196
+ > authorship and/or a database (each, a "Work").
197
+ >
198
+ > Certain owners wish to permanently relinquish those rights to a Work for
199
+ > the purpose of contributing to a commons of creative, cultural and
200
+ > scientific works ("Commons") that the public can reliably and without fear
201
+ > of later claims of infringement build upon, modify, incorporate in other
202
+ > works, reuse and redistribute as freely as possible in any form whatsoever
203
+ > and for any purposes, including without limitation commercial purposes.
204
+ > These owners may contribute to the Commons to promote the ideal of a free
205
+ > culture and the further production of creative, cultural and scientific
206
+ > works, or to gain reputation or greater distribution for their Work in
207
+ > part through the use and efforts of others.
208
+ >
209
+ > For these and/or other purposes and motivations, and without any
210
+ > expectation of additional consideration or compensation, the person
211
+ > associating CC0 with a Work (the "Affirmer"), to the extent that he or she
212
+ > is an owner of Copyright and Related Rights in the Work, voluntarily
213
+ > elects to apply CC0 to the Work and publicly distribute the Work under its
214
+ > terms, with knowledge of his or her Copyright and Related Rights in the
215
+ > Work and the meaning and intended legal effect of CC0 on those rights.
216
+ >
217
+ > 1. Copyright and Related Rights. A Work made available under CC0 may be
218
+ > protected by copyright and related or neighboring rights ("Copyright and
219
+ > Related Rights"). Copyright and Related Rights include, but are not
220
+ > limited to, the following:
221
+ >
222
+ > i. the right to reproduce, adapt, distribute, perform, display,
223
+ > communicate, and translate a Work;
224
+ > ii. moral rights retained by the original author(s) and/or performer(s);
225
+ > iii. publicity and privacy rights pertaining to a person's image or
226
+ > likeness depicted in a Work;
227
+ > iv. rights protecting against unfair competition in regards to a Work,
228
+ > subject to the limitations in paragraph 4(a), below;
229
+ > v. rights protecting the extraction, dissemination, use and reuse of data
230
+ > in a Work;
231
+ > vi. database rights (such as those arising under Directive 96/9/EC of the
232
+ > European Parliament and of the Council of 11 March 1996 on the legal
233
+ > protection of databases, and under any national implementation
234
+ > thereof, including any amended or successor version of such
235
+ > directive); and
236
+ > vii. other similar, equivalent or corresponding rights throughout the
237
+ > world based on applicable law or treaty, and any national
238
+ > implementations thereof.
239
+ >
240
+ > 2. Waiver. To the greatest extent permitted by, but not in contravention
241
+ > of, applicable law, Affirmer hereby overtly, fully, permanently,
242
+ > irrevocably and unconditionally waives, abandons, and surrenders all of
243
+ > Affirmer's Copyright and Related Rights and associated claims and causes
244
+ > of action, whether now known or unknown (including existing as well as
245
+ > future claims and causes of action), in the Work (i) in all territories
246
+ > worldwide, (ii) for the maximum duration provided by applicable law or
247
+ > treaty (including future time extensions), (iii) in any current or future
248
+ > medium and for any number of copies, and (iv) for any purpose whatsoever,
249
+ > including without limitation commercial, advertising or promotional
250
+ > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
251
+ > member of the public at large and to the detriment of Affirmer's heirs and
252
+ > successors, fully intending that such Waiver shall not be subject to
253
+ > revocation, rescission, cancellation, termination, or any other legal or
254
+ > equitable action to disrupt the quiet enjoyment of the Work by the public
255
+ > as contemplated by Affirmer's express Statement of Purpose.
256
+ >
257
+ > 3. Public License Fallback. Should any part of the Waiver for any reason
258
+ > be judged legally invalid or ineffective under applicable law, then the
259
+ > Waiver shall be preserved to the maximum extent permitted taking into
260
+ > account Affirmer's express Statement of Purpose. In addition, to the
261
+ > extent the Waiver is so judged Affirmer hereby grants to each affected
262
+ > person a royalty-free, non transferable, non sublicensable, non exclusive,
263
+ > irrevocable and unconditional license to exercise Affirmer's Copyright and
264
+ > Related Rights in the Work (i) in all territories worldwide, (ii) for the
265
+ > maximum duration provided by applicable law or treaty (including future
266
+ > time extensions), (iii) in any current or future medium and for any number
267
+ > of copies, and (iv) for any purpose whatsoever, including without
268
+ > limitation commercial, advertising or promotional purposes (the
269
+ > "License"). The License shall be deemed effective as of the date CC0 was
270
+ > applied by Affirmer to the Work. Should any part of the License for any
271
+ > reason be judged legally invalid or ineffective under applicable law, such
272
+ > partial invalidity or ineffectiveness shall not invalidate the remainder
273
+ > of the License, and in such case Affirmer hereby affirms that he or she
274
+ > will not (i) exercise any of his or her remaining Copyright and Related
275
+ > Rights in the Work or (ii) assert any associated claims and causes of
276
+ > action with respect to the Work, in either case contrary to Affirmer's
277
+ > express Statement of Purpose.
278
+ >
279
+ > 4. Limitations and Disclaimers.
280
+ >
281
+ > a. No trademark or patent rights held by Affirmer are waived, abandoned,
282
+ > surrendered, licensed or otherwise affected by this document.
283
+ > b. Affirmer offers the Work as-is and makes no representations or
284
+ > warranties of any kind concerning the Work, express, implied,
285
+ > statutory or otherwise, including without limitation warranties of
286
+ > title, merchantability, fitness for a particular purpose, non
287
+ > infringement, or the absence of latent or other defects, accuracy, or
288
+ > the present or absence of errors, whether or not discoverable, all to
289
+ > the greatest extent permissible under applicable law.
290
+ > c. Affirmer disclaims responsibility for clearing rights of other persons
291
+ > that may apply to the Work or any use thereof, including without
292
+ > limitation any person's Copyright and Related Rights in the Work.
293
+ > Further, Affirmer disclaims responsibility for obtaining any necessary
294
+ > consents, permissions or other rights required for any use of the
295
+ > Work.
296
+ > d. Affirmer understands and acknowledges that Creative Commons is not a
297
+ > party to this document and has no duty or obligation with respect to
298
+ > this CC0 or use of the Work.
299
+
1042
300
  <!-- /TYPE_DEPENDENCIES -->