@visulima/pail 4.0.0-alpha.11 → 4.0.0-alpha.13
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 +33 -0
- package/LICENSE.md +131 -900
- package/dist/error.d.ts +95 -96
- package/dist/error.js +5 -76
- package/dist/index.browser.d.ts +557 -47
- package/dist/index.browser.js +19 -1499
- package/dist/index.server.d.ts +722 -61
- package/dist/index.server.js +31 -2803
- package/dist/middleware/elysia.d.ts +65 -63
- package/dist/middleware/elysia.js +1 -70
- package/dist/middleware/express.d.ts +73 -71
- package/dist/middleware/express.js +1 -29
- package/dist/middleware/fastify.d.ts +69 -67
- package/dist/middleware/fastify.js +1 -46
- package/dist/middleware/hono.d.ts +74 -72
- package/dist/middleware/hono.js +1 -33
- package/dist/middleware/next/handler.d.ts +101 -34
- package/dist/middleware/next/handler.js +1 -53
- package/dist/middleware/sveltekit.d.ts +100 -98
- package/dist/middleware/sveltekit.js +1 -43
- package/dist/object-tree.d.ts +67 -70
- package/dist/object-tree.js +2 -89
- package/dist/packem_shared/AbstractJsonReporter-BawNFYxI.js +1 -0
- package/dist/packem_shared/AbstractJsonReporter-Dt5-5x2R.js +1 -0
- package/dist/packem_shared/JsonReporter-15ln04rX.js +2 -0
- package/dist/packem_shared/JsonReporter-CerNvhg-.js +1 -0
- package/dist/packem_shared/PrettyReporter-Br5njEEy.js +5 -0
- package/dist/packem_shared/PrettyReporter-CgXnwIip.js +44 -0
- package/dist/packem_shared/abstract-json-reporter.d-Bz3lZEDi.d.ts +61 -0
- package/dist/packem_shared/abstract-pretty-reporter-BiHgKxG_.js +33 -0
- package/dist/packem_shared/constants-DKfCaSUR.js +1 -0
- package/dist/packem_shared/constants-ep2nsfdy.js +1 -0
- package/dist/packem_shared/create-middleware-logger.d-DeNLii5l.d.ts +47 -0
- package/dist/packem_shared/createPailError-53jAfQ-T.js +5 -0
- package/dist/packem_shared/headers-S8WyX-2m.js +1 -0
- package/dist/packem_shared/index-Bzp4LnJ5.js +1 -0
- package/dist/packem_shared/pailMiddleware-CWOJRmJq.js +1 -0
- package/dist/packem_shared/storage-DHM1EP2P.js +1 -0
- package/dist/packem_shared/types.d-ByY2ZuYG.d.ts +246 -0
- package/dist/packem_shared/types.d-C51XNfQz.d.ts +194 -0
- package/dist/packem_shared/types.d-CM5ie2qm.d.ts +236 -0
- package/dist/packem_shared/useLogger-qyZrjy4D.js +1 -0
- package/dist/packem_shared/wide-event.d-Ke44zirU.d.ts +704 -0
- package/dist/packem_shared/write-console-log-based-on-level-DfD64owL.js +1 -0
- package/dist/packem_shared/write-stream-Dd4_PTcm.js +1 -0
- package/dist/processor/caller/caller-processor.d.ts +49 -47
- package/dist/processor/caller/caller-processor.js +1 -59
- package/dist/processor/environment-processor.d.ts +113 -113
- package/dist/processor/environment-processor.js +1 -89
- package/dist/processor/message-formatter-processor.d.ts +51 -49
- package/dist/processor/message-formatter-processor.js +1 -715
- package/dist/processor/opentelemetry-processor.d.ts +69 -66
- package/dist/processor/opentelemetry-processor.js +1 -52
- package/dist/processor/redact-processor.d.ts +60 -41
- package/dist/processor/redact-processor.js +1 -31
- package/dist/processor/sampling-processor.d.ts +102 -101
- package/dist/processor/sampling-processor.js +1 -59
- package/dist/reporter/file/json-file-reporter.d.ts +91 -42
- package/dist/reporter/file/json-file-reporter.js +2 -136
- package/dist/reporter/http/abstract-http-reporter.d.ts +213 -211
- package/dist/reporter/http/abstract-http-reporter.js +2 -432
- package/dist/reporter/http/http-reporter.d.ts +40 -36
- package/dist/reporter/http/http-reporter.edge-light.d.ts +430 -38
- package/dist/reporter/http/http-reporter.edge-light.js +2 -728
- package/dist/reporter/http/http-reporter.js +1 -13
- package/dist/reporter/json/index.browser.d.ts +99 -3
- package/dist/reporter/json/index.browser.js +1 -2
- package/dist/reporter/json/index.d.ts +51 -3
- package/dist/reporter/json/index.js +1 -2
- package/dist/reporter/pretty/index.browser.d.ts +106 -2
- package/dist/reporter/pretty/index.browser.js +1 -1
- package/dist/reporter/pretty/index.d.ts +186 -2
- package/dist/reporter/pretty/index.js +1 -1
- package/dist/reporter/simple/simple-reporter.server.d.ts +168 -18
- package/dist/reporter/simple/simple-reporter.server.js +8 -182
- package/dist/wide-event.d.ts +5 -300
- package/dist/wide-event.js +1 -284
- package/package.json +29 -30
- package/dist/constants.d.ts +0 -37
- package/dist/middleware/next/middleware.d.ts +0 -59
- package/dist/middleware/next/storage.d.ts +0 -14
- package/dist/middleware/shared/create-middleware-logger.d.ts +0 -82
- package/dist/middleware/shared/headers.d.ts +0 -14
- package/dist/middleware/shared/routes.d.ts +0 -30
- package/dist/middleware/shared/storage.d.ts +0 -29
- package/dist/packem_shared/AbstractJsonReporter-BO8Calb4.js +0 -284
- package/dist/packem_shared/AbstractJsonReporter-nOj0Ft1F.js +0 -284
- package/dist/packem_shared/JsonReporter-CCmj7oYL.js +0 -28
- package/dist/packem_shared/JsonReporter-Ck2PIAEw.js +0 -58
- package/dist/packem_shared/PrettyReporter-BCvyNzXO.js +0 -2720
- package/dist/packem_shared/PrettyReporter-BtTr13Ha.js +0 -213
- package/dist/packem_shared/abstract-pretty-reporter-CXAKYCb8.js +0 -2635
- package/dist/packem_shared/constants-B1RjD_ps.js +0 -99
- package/dist/packem_shared/constants-omsTHUWB.js +0 -119
- package/dist/packem_shared/createPailError-B_sgL0nF.js +0 -76
- package/dist/packem_shared/headers-BxHWM6KI.js +0 -127
- package/dist/packem_shared/index-Bx3-C0j9.js +0 -658
- package/dist/packem_shared/pailMiddleware-Ci88geIF.js +0 -24
- package/dist/packem_shared/storage-D0vqz8OX.js +0 -36
- package/dist/packem_shared/useLogger-D0rU3lcX.js +0 -33
- package/dist/packem_shared/write-console-log-based-on-level-ree2lDPw.js +0 -15
- package/dist/packem_shared/write-stream-MDqyXmc_.js +0 -6
- package/dist/pail.browser.d.ts +0 -412
- package/dist/pail.server.d.ts +0 -158
- package/dist/processor/caller/get-caller-filename.d.ts +0 -23
- package/dist/reporter/file/utils/rotating-file-stream.d.ts +0 -48
- package/dist/reporter/http/utils/compression.d.ts +0 -7
- package/dist/reporter/http/utils/log-size-error.d.ts +0 -30
- package/dist/reporter/http/utils/retry.d.ts +0 -27
- package/dist/reporter/json/abstract-json-reporter.d.ts +0 -61
- package/dist/reporter/json/json-reporter.browser.d.ts +0 -40
- package/dist/reporter/json/json-reporter.server.d.ts +0 -50
- package/dist/reporter/pretty/abstract-pretty-reporter.d.ts +0 -83
- package/dist/reporter/pretty/pretty-reporter.browser.d.ts +0 -36
- package/dist/reporter/pretty/pretty-reporter.server.d.ts +0 -70
- package/dist/reporter/raw/raw-reporter.browser.d.ts +0 -5
- package/dist/reporter/raw/raw-reporter.server.d.ts +0 -13
- package/dist/reporter/utils/default-inspector-config.d.ts +0 -3
- package/dist/reporter/utils/format-label.d.ts +0 -3
- package/dist/types.d.ts +0 -241
- package/dist/utils/arrayify.d.ts +0 -2
- package/dist/utils/get-longest-badge.d.ts +0 -4
- package/dist/utils/get-longest-label.d.ts +0 -4
- package/dist/utils/merge-types.d.ts +0 -4
- package/dist/utils/stream/safe-stream-handler.d.ts +0 -21
- package/dist/utils/write-console-log-based-on-level.d.ts +0 -4
- 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
|
|
@@ -232,194 +107,14 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
232
107
|
|
|
233
108
|
---------------------------------------
|
|
234
109
|
|
|
235
|
-
##
|
|
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
|
-
>
|
|
277
|
-
>
|
|
278
|
-
>
|
|
279
|
-
>
|
|
280
|
-
>
|
|
281
|
-
> # Licenses of bundled types
|
|
282
|
-
> The published @visulima/inspector artifact additionally contains code with the following licenses:
|
|
283
|
-
> (MIT OR CC0-1.0)
|
|
284
|
-
>
|
|
285
|
-
> # Bundled types:
|
|
286
|
-
> ## type-fest
|
|
287
|
-
> License: (MIT OR CC0-1.0)
|
|
288
|
-
> By: Sindre Sorhus
|
|
289
|
-
> Repository: sindresorhus/type-fest
|
|
290
|
-
>
|
|
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.
|
|
321
|
-
> >
|
|
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.
|
|
329
|
-
> >
|
|
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:
|
|
334
|
-
> >
|
|
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.
|
|
412
|
-
|
|
413
|
-
---------------------------------------
|
|
414
|
-
|
|
415
|
-
## @visulima/string
|
|
110
|
+
## safe-stable-stringify
|
|
416
111
|
License: MIT
|
|
417
|
-
By:
|
|
418
|
-
Repository: git+https://github.com/
|
|
112
|
+
By: Ruben Bridgewater
|
|
113
|
+
Repository: git+https://github.com/BridgeAR/safe-stable-stringify.git
|
|
419
114
|
|
|
420
|
-
> MIT License
|
|
115
|
+
> The MIT License (MIT)
|
|
421
116
|
>
|
|
422
|
-
> Copyright (c)
|
|
117
|
+
> Copyright (c) Ruben Bridgewater
|
|
423
118
|
>
|
|
424
119
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
425
120
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -438,605 +133,141 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
438
133
|
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
439
134
|
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
440
135
|
> 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
|
-
|
|
986
|
-
---------------------------------------
|
|
987
|
-
|
|
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
136
|
|
|
1003
137
|
<!-- /DEPENDENCIES -->
|
|
1004
138
|
|
|
1005
139
|
<!-- TYPE_DEPENDENCIES -->
|
|
1006
140
|
|
|
1007
141
|
# Licenses of bundled types
|
|
1008
|
-
|
|
1009
142
|
The published @visulima/pail artifact additionally contains code with the following licenses:
|
|
1010
|
-
MIT
|
|
143
|
+
(MIT OR CC0-1.0)
|
|
1011
144
|
|
|
1012
145
|
# Bundled types:
|
|
146
|
+
## type-fest
|
|
147
|
+
License: (MIT OR CC0-1.0)
|
|
148
|
+
By: Sindre Sorhus
|
|
149
|
+
Repository: sindresorhus/type-fest
|
|
1013
150
|
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
>
|
|
1021
|
-
>
|
|
1022
|
-
>
|
|
1023
|
-
>
|
|
1024
|
-
>
|
|
1025
|
-
>
|
|
1026
|
-
>
|
|
1027
|
-
>
|
|
1028
|
-
>
|
|
1029
|
-
>
|
|
1030
|
-
>
|
|
1031
|
-
>
|
|
1032
|
-
>
|
|
1033
|
-
>
|
|
1034
|
-
>
|
|
1035
|
-
>
|
|
1036
|
-
>
|
|
1037
|
-
>
|
|
1038
|
-
>
|
|
1039
|
-
>
|
|
1040
|
-
>
|
|
151
|
+
> Creative Commons Legal Code
|
|
152
|
+
>
|
|
153
|
+
> CC0 1.0 Universal
|
|
154
|
+
>
|
|
155
|
+
> CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
|
|
156
|
+
> LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
|
|
157
|
+
> ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
|
|
158
|
+
> INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
|
|
159
|
+
> REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
|
|
160
|
+
> PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
|
|
161
|
+
> THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
|
|
162
|
+
> HEREUNDER.
|
|
163
|
+
>
|
|
164
|
+
> Statement of Purpose
|
|
165
|
+
>
|
|
166
|
+
> The laws of most jurisdictions throughout the world automatically confer
|
|
167
|
+
> exclusive Copyright and Related Rights (defined below) upon the creator
|
|
168
|
+
> and subsequent owner(s) (each and all, an "owner") of an original work of
|
|
169
|
+
> authorship and/or a database (each, a "Work").
|
|
170
|
+
>
|
|
171
|
+
> Certain owners wish to permanently relinquish those rights to a Work for
|
|
172
|
+
> the purpose of contributing to a commons of creative, cultural and
|
|
173
|
+
> scientific works ("Commons") that the public can reliably and without fear
|
|
174
|
+
> of later claims of infringement build upon, modify, incorporate in other
|
|
175
|
+
> works, reuse and redistribute as freely as possible in any form whatsoever
|
|
176
|
+
> and for any purposes, including without limitation commercial purposes.
|
|
177
|
+
> These owners may contribute to the Commons to promote the ideal of a free
|
|
178
|
+
> culture and the further production of creative, cultural and scientific
|
|
179
|
+
> works, or to gain reputation or greater distribution for their Work in
|
|
180
|
+
> part through the use and efforts of others.
|
|
181
|
+
>
|
|
182
|
+
> For these and/or other purposes and motivations, and without any
|
|
183
|
+
> expectation of additional consideration or compensation, the person
|
|
184
|
+
> associating CC0 with a Work (the "Affirmer"), to the extent that he or she
|
|
185
|
+
> is an owner of Copyright and Related Rights in the Work, voluntarily
|
|
186
|
+
> elects to apply CC0 to the Work and publicly distribute the Work under its
|
|
187
|
+
> terms, with knowledge of his or her Copyright and Related Rights in the
|
|
188
|
+
> Work and the meaning and intended legal effect of CC0 on those rights.
|
|
189
|
+
>
|
|
190
|
+
> 1. Copyright and Related Rights. A Work made available under CC0 may be
|
|
191
|
+
> protected by copyright and related or neighboring rights ("Copyright and
|
|
192
|
+
> Related Rights"). Copyright and Related Rights include, but are not
|
|
193
|
+
> limited to, the following:
|
|
194
|
+
>
|
|
195
|
+
> i. the right to reproduce, adapt, distribute, perform, display,
|
|
196
|
+
> communicate, and translate a Work;
|
|
197
|
+
> ii. moral rights retained by the original author(s) and/or performer(s);
|
|
198
|
+
> iii. publicity and privacy rights pertaining to a person's image or
|
|
199
|
+
> likeness depicted in a Work;
|
|
200
|
+
> iv. rights protecting against unfair competition in regards to a Work,
|
|
201
|
+
> subject to the limitations in paragraph 4(a), below;
|
|
202
|
+
> v. rights protecting the extraction, dissemination, use and reuse of data
|
|
203
|
+
> in a Work;
|
|
204
|
+
> vi. database rights (such as those arising under Directive 96/9/EC of the
|
|
205
|
+
> European Parliament and of the Council of 11 March 1996 on the legal
|
|
206
|
+
> protection of databases, and under any national implementation
|
|
207
|
+
> thereof, including any amended or successor version of such
|
|
208
|
+
> directive); and
|
|
209
|
+
> vii. other similar, equivalent or corresponding rights throughout the
|
|
210
|
+
> world based on applicable law or treaty, and any national
|
|
211
|
+
> implementations thereof.
|
|
212
|
+
>
|
|
213
|
+
> 2. Waiver. To the greatest extent permitted by, but not in contravention
|
|
214
|
+
> of, applicable law, Affirmer hereby overtly, fully, permanently,
|
|
215
|
+
> irrevocably and unconditionally waives, abandons, and surrenders all of
|
|
216
|
+
> Affirmer's Copyright and Related Rights and associated claims and causes
|
|
217
|
+
> of action, whether now known or unknown (including existing as well as
|
|
218
|
+
> future claims and causes of action), in the Work (i) in all territories
|
|
219
|
+
> worldwide, (ii) for the maximum duration provided by applicable law or
|
|
220
|
+
> treaty (including future time extensions), (iii) in any current or future
|
|
221
|
+
> medium and for any number of copies, and (iv) for any purpose whatsoever,
|
|
222
|
+
> including without limitation commercial, advertising or promotional
|
|
223
|
+
> purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
|
|
224
|
+
> member of the public at large and to the detriment of Affirmer's heirs and
|
|
225
|
+
> successors, fully intending that such Waiver shall not be subject to
|
|
226
|
+
> revocation, rescission, cancellation, termination, or any other legal or
|
|
227
|
+
> equitable action to disrupt the quiet enjoyment of the Work by the public
|
|
228
|
+
> as contemplated by Affirmer's express Statement of Purpose.
|
|
229
|
+
>
|
|
230
|
+
> 3. Public License Fallback. Should any part of the Waiver for any reason
|
|
231
|
+
> be judged legally invalid or ineffective under applicable law, then the
|
|
232
|
+
> Waiver shall be preserved to the maximum extent permitted taking into
|
|
233
|
+
> account Affirmer's express Statement of Purpose. In addition, to the
|
|
234
|
+
> extent the Waiver is so judged Affirmer hereby grants to each affected
|
|
235
|
+
> person a royalty-free, non transferable, non sublicensable, non exclusive,
|
|
236
|
+
> irrevocable and unconditional license to exercise Affirmer's Copyright and
|
|
237
|
+
> Related Rights in the Work (i) in all territories worldwide, (ii) for the
|
|
238
|
+
> maximum duration provided by applicable law or treaty (including future
|
|
239
|
+
> time extensions), (iii) in any current or future medium and for any number
|
|
240
|
+
> of copies, and (iv) for any purpose whatsoever, including without
|
|
241
|
+
> limitation commercial, advertising or promotional purposes (the
|
|
242
|
+
> "License"). The License shall be deemed effective as of the date CC0 was
|
|
243
|
+
> applied by Affirmer to the Work. Should any part of the License for any
|
|
244
|
+
> reason be judged legally invalid or ineffective under applicable law, such
|
|
245
|
+
> partial invalidity or ineffectiveness shall not invalidate the remainder
|
|
246
|
+
> of the License, and in such case Affirmer hereby affirms that he or she
|
|
247
|
+
> will not (i) exercise any of his or her remaining Copyright and Related
|
|
248
|
+
> Rights in the Work or (ii) assert any associated claims and causes of
|
|
249
|
+
> action with respect to the Work, in either case contrary to Affirmer's
|
|
250
|
+
> express Statement of Purpose.
|
|
251
|
+
>
|
|
252
|
+
> 4. Limitations and Disclaimers.
|
|
253
|
+
>
|
|
254
|
+
> a. No trademark or patent rights held by Affirmer are waived, abandoned,
|
|
255
|
+
> surrendered, licensed or otherwise affected by this document.
|
|
256
|
+
> b. Affirmer offers the Work as-is and makes no representations or
|
|
257
|
+
> warranties of any kind concerning the Work, express, implied,
|
|
258
|
+
> statutory or otherwise, including without limitation warranties of
|
|
259
|
+
> title, merchantability, fitness for a particular purpose, non
|
|
260
|
+
> infringement, or the absence of latent or other defects, accuracy, or
|
|
261
|
+
> the present or absence of errors, whether or not discoverable, all to
|
|
262
|
+
> the greatest extent permissible under applicable law.
|
|
263
|
+
> c. Affirmer disclaims responsibility for clearing rights of other persons
|
|
264
|
+
> that may apply to the Work or any use thereof, including without
|
|
265
|
+
> limitation any person's Copyright and Related Rights in the Work.
|
|
266
|
+
> Further, Affirmer disclaims responsibility for obtaining any necessary
|
|
267
|
+
> consents, permissions or other rights required for any use of the
|
|
268
|
+
> Work.
|
|
269
|
+
> d. Affirmer understands and acknowledges that Creative Commons is not a
|
|
270
|
+
> party to this document and has no duty or obligation with respect to
|
|
271
|
+
> this CC0 or use of the Work.
|
|
1041
272
|
|
|
1042
273
|
<!-- /TYPE_DEPENDENCIES -->
|