@visulima/cerebro 1.1.58 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/CHANGELOG.md +79 -1
  2. package/LICENSE.md +1360 -7
  3. package/README.md +74 -5
  4. package/dist/commands/completion-command.d.ts +6 -0
  5. package/dist/commands/completion-command.js +5 -0
  6. package/dist/commands/help-command.d.ts +12 -0
  7. package/dist/commands/help-command.js +1 -0
  8. package/dist/commands/readme-command.d.ts +6 -0
  9. package/dist/commands/readme-command.js +45 -0
  10. package/dist/commands/version-command.d.ts +6 -0
  11. package/dist/commands/version-command.js +1 -0
  12. package/dist/index.d.ts +39 -141
  13. package/dist/index.js +1 -0
  14. package/dist/logger/create-pail-logger.d.ts +5 -0
  15. package/dist/logger/create-pail-logger.js +1 -0
  16. package/dist/packem_chunks/has-new-version.js +1 -0
  17. package/dist/packem_shared/Cerebro-UuSm4ZWa.js +4 -0
  18. package/dist/packem_shared/VERBOSITY_QUIET-XPultrIA.js +1 -0
  19. package/dist/packem_shared/VisulimaError--04oA1Oy.js +76 -0
  20. package/dist/packem_shared/cerebro-error-BnJTixb2.js +1 -0
  21. package/dist/packem_shared/help-command-C_CdZQSd.js +1 -0
  22. package/dist/packem_shared/index-DQ3pvLQH.js +6 -0
  23. package/dist/packem_shared/index.d-BkzZomTF.d.ts +65 -0
  24. package/dist/packem_shared/isVisulimaError-jVZgumOU-C4fgdbWg.js +1 -0
  25. package/dist/packem_shared/plugin-manager-BjEuiNxv.d.ts +147 -0
  26. package/dist/packem_shared/renderError-ZMlMvw1N-eVUSdl6c.js +24 -0
  27. package/dist/packem_shared/runtime-process-G-n-wOub.js +1 -0
  28. package/dist/plugins/error-handler-plugin.d.ts +15 -0
  29. package/dist/plugins/error-handler-plugin.js +1 -0
  30. package/dist/plugins/runtime-version-check-plugin.d.ts +18 -0
  31. package/dist/plugins/runtime-version-check-plugin.js +1 -0
  32. package/dist/plugins/update-notifier/update-notifier-plugin.d.ts +21 -0
  33. package/dist/plugins/update-notifier/update-notifier-plugin.js +1 -0
  34. package/package.json +63 -27
  35. package/dist/index.cjs +0 -1
  36. package/dist/index.d.cts +0 -158
  37. package/dist/index.d.mts +0 -158
  38. package/dist/index.mjs +0 -1
  39. package/dist/packem_chunks/has-new-version.cjs +0 -1
  40. package/dist/packem_chunks/has-new-version.mjs +0 -1
  41. package/dist/packem_shared/default-BkkIk32s.mjs +0 -10
  42. package/dist/packem_shared/default-DpvcDeMt.cjs +0 -10
package/LICENSE.md CHANGED
@@ -27,6 +27,601 @@ The published @visulima/cerebro artifact additionally contains code with the fol
27
27
  MIT
28
28
 
29
29
  # Bundled dependencies:
30
+ ## @visulima/command-line-args
31
+ License: MIT
32
+ By: Daniel Bannert
33
+ Repository: git+https://github.com/visulima/visulima.git
34
+
35
+ > MIT License
36
+ >
37
+ > Copyright (c) 2025 visulima
38
+ >
39
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
40
+ > of this software and associated documentation files (the "Software"), to deal
41
+ > in the Software without restriction, including without limitation the rights
42
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
43
+ > copies of the Software, and to permit persons to whom the Software is
44
+ > furnished to do so, subject to the following conditions:
45
+ >
46
+ > The above copyright notice and this permission notice shall be included in all
47
+ > copies or substantial portions of the Software.
48
+ >
49
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
50
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
51
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
52
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
53
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
54
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
55
+ > SOFTWARE.
56
+ >
57
+ > ---
58
+ >
59
+ > The MIT License (MIT)
60
+ >
61
+ > Copyright (c) 2014-24 Lloyd Brookes <opensource@75lb.com>
62
+ >
63
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
64
+ > of this software and associated documentation files (the "Software"), to deal
65
+ > in the Software without restriction, including without limitation the rights
66
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
67
+ > copies of the Software, and to permit persons to whom the Software is
68
+ > furnished to do so, subject to the following conditions:
69
+ >
70
+ > The above copyright notice and this permission notice shall be included in all
71
+ > copies or substantial portions of the Software.
72
+ >
73
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
74
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
75
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
76
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
77
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
78
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
79
+ > SOFTWARE.
80
+ >
81
+ >
82
+ >
83
+ > # Licenses of bundled dependencies
84
+ > The published @visulima/command-line-args artifact additionally contains code with the following licenses:
85
+ > MIT
86
+ >
87
+ > # Bundled dependencies:
88
+ > ## @visulima/error
89
+ > License: MIT
90
+ > By: Daniel Bannert
91
+ > Repository: git+https://github.com/visulima/visulima.git
92
+ >
93
+ > > MIT License
94
+ > >
95
+ > > Copyright (c) 2025 visulima
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
+ > > # Licenses of bundled dependencies
118
+ > > The published @visulima/error artifact additionally contains code with the following licenses:
119
+ > > MIT
120
+ > >
121
+ > > # Bundled dependencies:
122
+ > > ## @visulima/path
123
+ > > License: MIT
124
+ > > By: Daniel Bannert
125
+ > > Repository: git+https://github.com/visulima/visulima.git
126
+ > >
127
+ > > > MIT License
128
+ > > >
129
+ > > > Copyright (c) 2024 visulima
130
+ > > >
131
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
132
+ > > > of this software and associated documentation files (the "Software"), to deal
133
+ > > > in the Software without restriction, including without limitation the rights
134
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
135
+ > > > copies of the Software, and to permit persons to whom the Software is
136
+ > > > furnished to do so, subject to the following conditions:
137
+ > > >
138
+ > > > The above copyright notice and this permission notice shall be included in all
139
+ > > > copies or substantial portions of the Software.
140
+ > > >
141
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
142
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
143
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
144
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
145
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
146
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
147
+ > > > SOFTWARE.
148
+ > > >
149
+ > > > ---
150
+ > > >
151
+ > > > MIT License
152
+ > > >
153
+ > > > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
154
+ > > >
155
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
156
+ > > > of this software and associated documentation files (the "Software"), to deal
157
+ > > > in the Software without restriction, including without limitation the rights
158
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
159
+ > > > copies of the Software, and to permit persons to whom the Software is
160
+ > > > furnished to do so, subject to the following conditions:
161
+ > > >
162
+ > > > The above copyright notice and this permission notice shall be included in all
163
+ > > > copies or substantial portions of the Software.
164
+ > > >
165
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
166
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
167
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
168
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
169
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
170
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
171
+ > > > SOFTWARE.
172
+ > > >
173
+ > > > ---
174
+ > > >
175
+ > > > Copyright Joyent, Inc. and other Node contributors.
176
+ > > >
177
+ > > > Permission is hereby granted, free of charge, to any person obtaining a
178
+ > > > copy of this software and associated documentation files (the
179
+ > > > "Software"), to deal in the Software without restriction, including
180
+ > > > without limitation the rights to use, copy, modify, merge, publish,
181
+ > > > distribute, sublicense, and/or sell copies of the Software, and to permit
182
+ > > > persons to whom the Software is furnished to do so, subject to the
183
+ > > > following conditions:
184
+ > > >
185
+ > > > The above copyright notice and this permission notice shall be included
186
+ > > > in all copies or substantial portions of the Software.
187
+ > > >
188
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
189
+ > > > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
190
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
191
+ > > > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
192
+ > > > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
193
+ > > > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
194
+ > > > USE OR OTHER DEALINGS IN THE SOFTWARE.
195
+ > > >
196
+ > > > ---
197
+ > > >
198
+ > > > Bundled zeptomatch (https://github.com/fabiospampinato/zeptomatch)
199
+ > > >
200
+ > > > The MIT License (MIT)
201
+ > > >
202
+ > > > Copyright (c) 2023-present Fabio Spampinato
203
+ > > >
204
+ > > > Permission is hereby granted, free of charge, to any person obtaining a
205
+ > > > copy of this software and associated documentation files (the "Software"),
206
+ > > > to deal in the Software without restriction, including without limitation
207
+ > > > the rights to use, copy, modify, merge, publish, distribute, sublicense,
208
+ > > > and/or sell copies of the Software, and to permit persons to whom the
209
+ > > > Software is furnished to do so, subject to the following conditions:
210
+ > > >
211
+ > > > The above copyright notice and this permission notice shall be included in
212
+ > > > all copies or substantial portions of the Software.
213
+ > > >
214
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
215
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
216
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
217
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
218
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
219
+ > > > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
220
+ > > > DEALINGS IN THE SOFTWARE.
221
+ > > >
222
+ > > >
223
+ > > >
224
+ > > > # Licenses of bundled dependencies
225
+ > > > The published @visulima/path artifact additionally contains code with the following licenses:
226
+ > > > MIT
227
+ > > >
228
+ > > > # Bundled dependencies:
229
+ > > > ## binary-extensions
230
+ > > > License: MIT
231
+ > > > By: Sindre Sorhus
232
+ > > > Repository: sindresorhus/binary-extensions
233
+ > > >
234
+ > > > > MIT License
235
+ > > > >
236
+ > > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
237
+ > > > > Copyright (c) Paul Miller (https://paulmillr.com)
238
+ > > > >
239
+ > > > > 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:
240
+ > > > >
241
+ > > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
242
+ > > > >
243
+ > > > > 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.
244
+ > >
245
+ > > ---------------------------------------
246
+ > >
247
+ > > ## is-plain-obj
248
+ > > License: MIT
249
+ > > By: Sindre Sorhus
250
+ > > Repository: sindresorhus/is-plain-obj
251
+ > >
252
+ > > > MIT License
253
+ > > >
254
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
255
+ > > >
256
+ > > > 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:
257
+ > > >
258
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
259
+ > > >
260
+ > > > 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.
261
+ >
262
+ >
263
+ >
264
+ >
265
+ >
266
+ > # Licenses of bundled types
267
+ > The published @visulima/command-line-args artifact additionally contains code with the following licenses:
268
+ > MIT
269
+ >
270
+ > # Bundled types:
271
+ > ## @visulima/error
272
+ > License: MIT
273
+ > By: Daniel Bannert
274
+ > Repository: git+https://github.com/visulima/visulima.git
275
+ >
276
+ > > MIT License
277
+ > >
278
+ > > Copyright (c) 2025 visulima
279
+ > >
280
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
281
+ > > of this software and associated documentation files (the "Software"), to deal
282
+ > > in the Software without restriction, including without limitation the rights
283
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
284
+ > > copies of the Software, and to permit persons to whom the Software is
285
+ > > furnished to do so, subject to the following conditions:
286
+ > >
287
+ > > The above copyright notice and this permission notice shall be included in all
288
+ > > copies or substantial portions of the Software.
289
+ > >
290
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
291
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
292
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
293
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
294
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
295
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
296
+ > > SOFTWARE.
297
+ > >
298
+ > >
299
+ > >
300
+ > > # Licenses of bundled dependencies
301
+ > > The published @visulima/error artifact additionally contains code with the following licenses:
302
+ > > MIT
303
+ > >
304
+ > > # Bundled dependencies:
305
+ > > ## @visulima/path
306
+ > > License: MIT
307
+ > > By: Daniel Bannert
308
+ > > Repository: git+https://github.com/visulima/visulima.git
309
+ > >
310
+ > > > MIT License
311
+ > > >
312
+ > > > Copyright (c) 2024 visulima
313
+ > > >
314
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
315
+ > > > of this software and associated documentation files (the "Software"), to deal
316
+ > > > in the Software without restriction, including without limitation the rights
317
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
318
+ > > > copies of the Software, and to permit persons to whom the Software is
319
+ > > > furnished to do so, subject to the following conditions:
320
+ > > >
321
+ > > > The above copyright notice and this permission notice shall be included in all
322
+ > > > copies or substantial portions of the Software.
323
+ > > >
324
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
325
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
326
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
327
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
328
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
329
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
330
+ > > > SOFTWARE.
331
+ > > >
332
+ > > > ---
333
+ > > >
334
+ > > > MIT License
335
+ > > >
336
+ > > > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
337
+ > > >
338
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
339
+ > > > of this software and associated documentation files (the "Software"), to deal
340
+ > > > in the Software without restriction, including without limitation the rights
341
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
342
+ > > > copies of the Software, and to permit persons to whom the Software is
343
+ > > > furnished to do so, subject to the following conditions:
344
+ > > >
345
+ > > > The above copyright notice and this permission notice shall be included in all
346
+ > > > copies or substantial portions of the Software.
347
+ > > >
348
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
349
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
350
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
351
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
352
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
353
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
354
+ > > > SOFTWARE.
355
+ > > >
356
+ > > > ---
357
+ > > >
358
+ > > > Copyright Joyent, Inc. and other Node contributors.
359
+ > > >
360
+ > > > Permission is hereby granted, free of charge, to any person obtaining a
361
+ > > > copy of this software and associated documentation files (the
362
+ > > > "Software"), to deal in the Software without restriction, including
363
+ > > > without limitation the rights to use, copy, modify, merge, publish,
364
+ > > > distribute, sublicense, and/or sell copies of the Software, and to permit
365
+ > > > persons to whom the Software is furnished to do so, subject to the
366
+ > > > following conditions:
367
+ > > >
368
+ > > > The above copyright notice and this permission notice shall be included
369
+ > > > in all copies or substantial portions of the Software.
370
+ > > >
371
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
372
+ > > > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
373
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
374
+ > > > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
375
+ > > > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
376
+ > > > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
377
+ > > > USE OR OTHER DEALINGS IN THE SOFTWARE.
378
+ > > >
379
+ > > > ---
380
+ > > >
381
+ > > > Bundled zeptomatch (https://github.com/fabiospampinato/zeptomatch)
382
+ > > >
383
+ > > > The MIT License (MIT)
384
+ > > >
385
+ > > > Copyright (c) 2023-present Fabio Spampinato
386
+ > > >
387
+ > > > Permission is hereby granted, free of charge, to any person obtaining a
388
+ > > > copy of this software and associated documentation files (the "Software"),
389
+ > > > to deal in the Software without restriction, including without limitation
390
+ > > > the rights to use, copy, modify, merge, publish, distribute, sublicense,
391
+ > > > and/or sell copies of the Software, and to permit persons to whom the
392
+ > > > Software is furnished to do so, subject to the following conditions:
393
+ > > >
394
+ > > > The above copyright notice and this permission notice shall be included in
395
+ > > > all copies or substantial portions of the Software.
396
+ > > >
397
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
398
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
399
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
400
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
401
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
402
+ > > > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
403
+ > > > DEALINGS IN THE SOFTWARE.
404
+ > > >
405
+ > > >
406
+ > > >
407
+ > > > # Licenses of bundled dependencies
408
+ > > > The published @visulima/path artifact additionally contains code with the following licenses:
409
+ > > > MIT
410
+ > > >
411
+ > > > # Bundled dependencies:
412
+ > > > ## binary-extensions
413
+ > > > License: MIT
414
+ > > > By: Sindre Sorhus
415
+ > > > Repository: sindresorhus/binary-extensions
416
+ > > >
417
+ > > > > MIT License
418
+ > > > >
419
+ > > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
420
+ > > > > Copyright (c) Paul Miller (https://paulmillr.com)
421
+ > > > >
422
+ > > > > 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:
423
+ > > > >
424
+ > > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
425
+ > > > >
426
+ > > > > 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.
427
+ > >
428
+ > > ---------------------------------------
429
+ > >
430
+ > > ## is-plain-obj
431
+ > > License: MIT
432
+ > > By: Sindre Sorhus
433
+ > > Repository: sindresorhus/is-plain-obj
434
+ > >
435
+ > > > MIT License
436
+ > > >
437
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
438
+ > > >
439
+ > > > 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:
440
+ > > >
441
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
442
+ > > >
443
+ > > > 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.
444
+ > >
445
+ > >
446
+
447
+ ---------------------------------------
448
+
449
+ ## @visulima/error
450
+ License: MIT
451
+ By: Daniel Bannert
452
+ Repository: git+https://github.com/visulima/visulima.git
453
+
454
+ > MIT License
455
+ >
456
+ > Copyright (c) 2025 visulima
457
+ >
458
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
459
+ > of this software and associated documentation files (the "Software"), to deal
460
+ > in the Software without restriction, including without limitation the rights
461
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
462
+ > copies of the Software, and to permit persons to whom the Software is
463
+ > furnished to do so, subject to the following conditions:
464
+ >
465
+ > The above copyright notice and this permission notice shall be included in all
466
+ > copies or substantial portions of the Software.
467
+ >
468
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
469
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
470
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
471
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
472
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
473
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
474
+ > SOFTWARE.
475
+ >
476
+ >
477
+ >
478
+ > # Licenses of bundled dependencies
479
+ > The published @visulima/error artifact additionally contains code with the following licenses:
480
+ > MIT
481
+ >
482
+ > # Bundled dependencies:
483
+ > ## @visulima/path
484
+ > License: MIT
485
+ > By: Daniel Bannert
486
+ > Repository: git+https://github.com/visulima/visulima.git
487
+ >
488
+ > > MIT License
489
+ > >
490
+ > > Copyright (c) 2025 visulima
491
+ > >
492
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
493
+ > > of this software and associated documentation files (the "Software"), to deal
494
+ > > in the Software without restriction, including without limitation the rights
495
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
496
+ > > copies of the Software, and to permit persons to whom the Software is
497
+ > > furnished to do so, subject to the following conditions:
498
+ > >
499
+ > > The above copyright notice and this permission notice shall be included in all
500
+ > > copies or substantial portions of the Software.
501
+ > >
502
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
503
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
504
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
505
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
506
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
507
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
508
+ > > SOFTWARE.
509
+ > >
510
+ > > ---
511
+ > >
512
+ > > MIT License
513
+ > >
514
+ > > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
515
+ > >
516
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
517
+ > > of this software and associated documentation files (the "Software"), to deal
518
+ > > in the Software without restriction, including without limitation the rights
519
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
520
+ > > copies of the Software, and to permit persons to whom the Software is
521
+ > > furnished to do so, subject to the following conditions:
522
+ > >
523
+ > > The above copyright notice and this permission notice shall be included in all
524
+ > > copies or substantial portions of the Software.
525
+ > >
526
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
527
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
528
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
529
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
530
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
531
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
532
+ > > SOFTWARE.
533
+ > >
534
+ > > ---
535
+ > >
536
+ > > Copyright Joyent, Inc. and other Node contributors.
537
+ > >
538
+ > > Permission is hereby granted, free of charge, to any person obtaining a
539
+ > > copy of this software and associated documentation files (the
540
+ > > "Software"), to deal in the Software without restriction, including
541
+ > > without limitation the rights to use, copy, modify, merge, publish,
542
+ > > distribute, sublicense, and/or sell copies of the Software, and to permit
543
+ > > persons to whom the Software is furnished to do so, subject to the
544
+ > > following conditions:
545
+ > >
546
+ > > The above copyright notice and this permission notice shall be included
547
+ > > in all copies or substantial portions of the Software.
548
+ > >
549
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
550
+ > > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
551
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
552
+ > > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
553
+ > > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
554
+ > > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
555
+ > > USE OR OTHER DEALINGS IN THE SOFTWARE.
556
+ > >
557
+ > > ---
558
+ > >
559
+ > > Bundled zeptomatch (https://github.com/fabiospampinato/zeptomatch)
560
+ > >
561
+ > > The MIT License (MIT)
562
+ > >
563
+ > > Copyright (c) 2023-present Fabio Spampinato
564
+ > >
565
+ > > Permission is hereby granted, free of charge, to any person obtaining a
566
+ > > copy of this software and associated documentation files (the "Software"),
567
+ > > to deal in the Software without restriction, including without limitation
568
+ > > the rights to use, copy, modify, merge, publish, distribute, sublicense,
569
+ > > and/or sell copies of the Software, and to permit persons to whom the
570
+ > > Software is furnished to do so, subject to the following conditions:
571
+ > >
572
+ > > The above copyright notice and this permission notice shall be included in
573
+ > > all copies or substantial portions of the Software.
574
+ > >
575
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
576
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
577
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
578
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
579
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
580
+ > > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
581
+ > > DEALINGS IN THE SOFTWARE.
582
+ > >
583
+ > >
584
+ > >
585
+ > > # Licenses of bundled dependencies
586
+ > > The published @visulima/path artifact additionally contains code with the following licenses:
587
+ > > MIT
588
+ > >
589
+ > > # Bundled dependencies:
590
+ > > ## binary-extensions
591
+ > > License: MIT
592
+ > > By: Sindre Sorhus
593
+ > > Repository: sindresorhus/binary-extensions
594
+ > >
595
+ > > > MIT License
596
+ > > >
597
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
598
+ > > > Copyright (c) Paul Miller (https://paulmillr.com)
599
+ > > >
600
+ > > > 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:
601
+ > > >
602
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
603
+ > > >
604
+ > > > 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.
605
+ >
606
+ > ---------------------------------------
607
+ >
608
+ > ## is-plain-obj
609
+ > License: MIT
610
+ > By: Sindre Sorhus
611
+ > Repository: sindresorhus/is-plain-obj
612
+ >
613
+ > > MIT License
614
+ > >
615
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
616
+ > >
617
+ > > 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:
618
+ > >
619
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
620
+ > >
621
+ > > 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.
622
+
623
+ ---------------------------------------
624
+
30
625
  ## @visulima/path
31
626
  License: MIT
32
627
  By: Daniel Bannert
@@ -152,22 +747,780 @@ Repository: git+https://github.com/visulima/visulima.git
152
747
 
153
748
  ---------------------------------------
154
749
 
155
- ## camelcase
750
+ ## @visulima/string
156
751
  License: MIT
157
- By: Sindre Sorhus
158
- Repository: sindresorhus/camelcase
752
+ By: Daniel Bannert
753
+ Repository: git+https://github.com/visulima/visulima.git
159
754
 
160
755
  > MIT License
161
756
  >
162
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
757
+ > Copyright (c) 2025 visulima
758
+ >
759
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
760
+ > of this software and associated documentation files (the "Software"), to deal
761
+ > in the Software without restriction, including without limitation the rights
762
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
763
+ > copies of the Software, and to permit persons to whom the Software is
764
+ > furnished to do so, subject to the following conditions:
765
+ >
766
+ > The above copyright notice and this permission notice shall be included in all
767
+ > copies or substantial portions of the Software.
163
768
  >
164
- > 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:
769
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
770
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
771
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
772
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
773
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
774
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
775
+ > SOFTWARE.
165
776
  >
166
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
167
777
  >
168
- > 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.
778
+ >
779
+ > # Licenses of bundled dependencies
780
+ > The published @visulima/string artifact additionally contains code with the following licenses:
781
+ > MIT
782
+ >
783
+ > # Bundled dependencies:
784
+ > ## emoji-regex-xs
785
+ > License: MIT
786
+ > By: Steven Levithan
787
+ > Repository: git+https://github.com/slevithan/emoji-regex-xs.git
788
+ >
789
+ > > MIT License
790
+ > >
791
+ > > Copyright (c) 2025 Steven Levithan
792
+ > >
793
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
794
+ > > of this software and associated documentation files (the "Software"), to deal
795
+ > > in the Software without restriction, including without limitation the rights
796
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
797
+ > > copies of the Software, and to permit persons to whom the Software is
798
+ > > furnished to do so, subject to the following conditions:
799
+ > >
800
+ > > The above copyright notice and this permission notice shall be included in all
801
+ > > copies or substantial portions of the Software.
802
+ > >
803
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
804
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
805
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
806
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
807
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
808
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
809
+ > > SOFTWARE.
810
+ >
811
+ > ---------------------------------------
812
+ >
813
+ > ## fastest-levenshtein
814
+ > License: MIT
815
+ > By: Kasper U. Weihe
816
+ > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
817
+ >
818
+ > > MIT License
819
+ > >
820
+ > > Copyright (c) 2020 Kasper Unn Weihe
821
+ > >
822
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
823
+ > > of this software and associated documentation files (the "Software"), to deal
824
+ > > in the Software without restriction, including without limitation the rights
825
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
826
+ > > copies of the Software, and to permit persons to whom the Software is
827
+ > > furnished to do so, subject to the following conditions:
828
+ > >
829
+ > > The above copyright notice and this permission notice shall be included in all
830
+ > > copies or substantial portions of the Software.
831
+ > >
832
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
833
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
834
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
835
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
836
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
837
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
838
+ > > SOFTWARE.
839
+ >
840
+ > ---------------------------------------
841
+ >
842
+ > ## get-east-asian-width
843
+ > License: MIT
844
+ > By: Sindre Sorhus
845
+ > Repository: sindresorhus/get-east-asian-width
846
+ >
847
+ > > MIT License
848
+ > >
849
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
850
+ > >
851
+ > > 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:
852
+ > >
853
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
854
+ > >
855
+ > > 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.
856
+ >
857
+ >
858
+ >
859
+ >
860
+ >
861
+ > # Licenses of bundled types
862
+ > The published @visulima/string artifact additionally contains code with the following licenses:
863
+ > MIT
864
+ >
865
+ > # Bundled types:
866
+ > ## fastest-levenshtein
867
+ > License: MIT
868
+ > By: Kasper U. Weihe
869
+ > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
870
+ >
871
+ > > MIT License
872
+ > >
873
+ > > Copyright (c) 2020 Kasper Unn Weihe
874
+ > >
875
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
876
+ > > of this software and associated documentation files (the "Software"), to deal
877
+ > > in the Software without restriction, including without limitation the rights
878
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
879
+ > > copies of the Software, and to permit persons to whom the Software is
880
+ > > furnished to do so, subject to the following conditions:
881
+ > >
882
+ > > The above copyright notice and this permission notice shall be included in all
883
+ > > copies or substantial portions of the Software.
884
+ > >
885
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
886
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
887
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
888
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
889
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
890
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
891
+ > > SOFTWARE.
892
+
893
+ ---------------------------------------
894
+
895
+ ## ci-info
896
+ License: MIT
897
+ By: Thomas Watson Steen, Sibiraj
898
+ Repository: github:watson/ci-info
899
+
900
+ > The MIT License (MIT)
901
+ >
902
+ > Copyright (c) 2016 Thomas Watson Steen
903
+ >
904
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
905
+ > of this software and associated documentation files (the "Software"), to deal
906
+ > in the Software without restriction, including without limitation the rights
907
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
908
+ > copies of the Software, and to permit persons to whom the Software is
909
+ > furnished to do so, subject to the following conditions:
910
+ >
911
+ > The above copyright notice and this permission notice shall be included in all
912
+ > copies or substantial portions of the Software.
913
+ >
914
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
915
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
916
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
917
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
918
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
919
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
920
+ > SOFTWARE.
169
921
 
170
922
  <!-- /DEPENDENCIES -->
171
923
 
172
924
  <!-- TYPE_DEPENDENCIES -->
925
+
926
+ # Licenses of bundled types
927
+ The published @visulima/cerebro artifact additionally contains code with the following licenses:
928
+ MIT
929
+
930
+ # Bundled types:
931
+ ## @visulima/command-line-args
932
+ License: MIT
933
+ By: Daniel Bannert
934
+ Repository: git+https://github.com/visulima/visulima.git
935
+
936
+ > MIT License
937
+ >
938
+ > Copyright (c) 2025 visulima
939
+ >
940
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
941
+ > of this software and associated documentation files (the "Software"), to deal
942
+ > in the Software without restriction, including without limitation the rights
943
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
944
+ > copies of the Software, and to permit persons to whom the Software is
945
+ > furnished to do so, subject to the following conditions:
946
+ >
947
+ > The above copyright notice and this permission notice shall be included in all
948
+ > copies or substantial portions of the Software.
949
+ >
950
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
951
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
952
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
953
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
954
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
955
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
956
+ > SOFTWARE.
957
+ >
958
+ > ---
959
+ >
960
+ > The MIT License (MIT)
961
+ >
962
+ > Copyright (c) 2014-24 Lloyd Brookes <opensource@75lb.com>
963
+ >
964
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
965
+ > of this software and associated documentation files (the "Software"), to deal
966
+ > in the Software without restriction, including without limitation the rights
967
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
968
+ > copies of the Software, and to permit persons to whom the Software is
969
+ > furnished to do so, subject to the following conditions:
970
+ >
971
+ > The above copyright notice and this permission notice shall be included in all
972
+ > copies or substantial portions of the Software.
973
+ >
974
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
975
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
976
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
977
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
978
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
979
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
980
+ > SOFTWARE.
981
+ >
982
+ > <!-- DEPENDENCIES -->
983
+ >
984
+ > # Licenses of bundled dependencies
985
+ > The published @visulima/command-line-args artifact additionally contains code with the following licenses:
986
+ > MIT
987
+ >
988
+ > # Bundled dependencies:
989
+ > ## @visulima/error
990
+ > License: MIT
991
+ > By: Daniel Bannert
992
+ > Repository: git+https://github.com/visulima/visulima.git
993
+ >
994
+ > > MIT License
995
+ > >
996
+ > > Copyright (c) 2025 visulima
997
+ > >
998
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
999
+ > > of this software and associated documentation files (the "Software"), to deal
1000
+ > > in the Software without restriction, including without limitation the rights
1001
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1002
+ > > copies of the Software, and to permit persons to whom the Software is
1003
+ > > furnished to do so, subject to the following conditions:
1004
+ > >
1005
+ > > The above copyright notice and this permission notice shall be included in all
1006
+ > > copies or substantial portions of the Software.
1007
+ > >
1008
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1009
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1010
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1011
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1012
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1013
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1014
+ > > SOFTWARE.
1015
+ > >
1016
+ > >
1017
+ > >
1018
+ > > # Licenses of bundled dependencies
1019
+ > > The published @visulima/error artifact additionally contains code with the following licenses:
1020
+ > > MIT
1021
+ > >
1022
+ > > # Bundled dependencies:
1023
+ > > ## @visulima/path
1024
+ > > License: MIT
1025
+ > > By: Daniel Bannert
1026
+ > > Repository: git+https://github.com/visulima/visulima.git
1027
+ > >
1028
+ > > > MIT License
1029
+ > > >
1030
+ > > > Copyright (c) 2024 visulima
1031
+ > > >
1032
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
1033
+ > > > of this software and associated documentation files (the "Software"), to deal
1034
+ > > > in the Software without restriction, including without limitation the rights
1035
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1036
+ > > > copies of the Software, and to permit persons to whom the Software is
1037
+ > > > furnished to do so, subject to the following conditions:
1038
+ > > >
1039
+ > > > The above copyright notice and this permission notice shall be included in all
1040
+ > > > copies or substantial portions of the Software.
1041
+ > > >
1042
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1043
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1044
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1045
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1046
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1047
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1048
+ > > > SOFTWARE.
1049
+ > > >
1050
+ > > > ---
1051
+ > > >
1052
+ > > > MIT License
1053
+ > > >
1054
+ > > > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
1055
+ > > >
1056
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
1057
+ > > > of this software and associated documentation files (the "Software"), to deal
1058
+ > > > in the Software without restriction, including without limitation the rights
1059
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1060
+ > > > copies of the Software, and to permit persons to whom the Software is
1061
+ > > > furnished to do so, subject to the following conditions:
1062
+ > > >
1063
+ > > > The above copyright notice and this permission notice shall be included in all
1064
+ > > > copies or substantial portions of the Software.
1065
+ > > >
1066
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1067
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1068
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1069
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1070
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1071
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1072
+ > > > SOFTWARE.
1073
+ > > >
1074
+ > > > ---
1075
+ > > >
1076
+ > > > Copyright Joyent, Inc. and other Node contributors.
1077
+ > > >
1078
+ > > > Permission is hereby granted, free of charge, to any person obtaining a
1079
+ > > > copy of this software and associated documentation files (the
1080
+ > > > "Software"), to deal in the Software without restriction, including
1081
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1082
+ > > > distribute, sublicense, and/or sell copies of the Software, and to permit
1083
+ > > > persons to whom the Software is furnished to do so, subject to the
1084
+ > > > following conditions:
1085
+ > > >
1086
+ > > > The above copyright notice and this permission notice shall be included
1087
+ > > > in all copies or substantial portions of the Software.
1088
+ > > >
1089
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
1090
+ > > > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1091
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
1092
+ > > > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
1093
+ > > > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
1094
+ > > > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
1095
+ > > > USE OR OTHER DEALINGS IN THE SOFTWARE.
1096
+ > > >
1097
+ > > > ---
1098
+ > > >
1099
+ > > > Bundled zeptomatch (https://github.com/fabiospampinato/zeptomatch)
1100
+ > > >
1101
+ > > > The MIT License (MIT)
1102
+ > > >
1103
+ > > > Copyright (c) 2023-present Fabio Spampinato
1104
+ > > >
1105
+ > > > Permission is hereby granted, free of charge, to any person obtaining a
1106
+ > > > copy of this software and associated documentation files (the "Software"),
1107
+ > > > to deal in the Software without restriction, including without limitation
1108
+ > > > the rights to use, copy, modify, merge, publish, distribute, sublicense,
1109
+ > > > and/or sell copies of the Software, and to permit persons to whom the
1110
+ > > > Software is furnished to do so, subject to the following conditions:
1111
+ > > >
1112
+ > > > The above copyright notice and this permission notice shall be included in
1113
+ > > > all copies or substantial portions of the Software.
1114
+ > > >
1115
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1116
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1117
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1118
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1119
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1120
+ > > > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1121
+ > > > DEALINGS IN THE SOFTWARE.
1122
+ > > >
1123
+ > > >
1124
+ > > >
1125
+ > > > # Licenses of bundled dependencies
1126
+ > > > The published @visulima/path artifact additionally contains code with the following licenses:
1127
+ > > > MIT
1128
+ > > >
1129
+ > > > # Bundled dependencies:
1130
+ > > > ## binary-extensions
1131
+ > > > License: MIT
1132
+ > > > By: Sindre Sorhus
1133
+ > > > Repository: sindresorhus/binary-extensions
1134
+ > > >
1135
+ > > > > MIT License
1136
+ > > > >
1137
+ > > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1138
+ > > > > Copyright (c) Paul Miller (https://paulmillr.com)
1139
+ > > > >
1140
+ > > > > 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:
1141
+ > > > >
1142
+ > > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1143
+ > > > >
1144
+ > > > > 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.
1145
+ > >
1146
+ > > ---------------------------------------
1147
+ > >
1148
+ > > ## is-plain-obj
1149
+ > > License: MIT
1150
+ > > By: Sindre Sorhus
1151
+ > > Repository: sindresorhus/is-plain-obj
1152
+ > >
1153
+ > > > MIT License
1154
+ > > >
1155
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1156
+ > > >
1157
+ > > > 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:
1158
+ > > >
1159
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1160
+ > > >
1161
+ > > > 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.
1162
+ >
1163
+ > <!-- /DEPENDENCIES -->
1164
+ >
1165
+ >
1166
+ >
1167
+ > # Licenses of bundled types
1168
+ > The published @visulima/command-line-args artifact additionally contains code with the following licenses:
1169
+ > MIT
1170
+ >
1171
+ > # Bundled types:
1172
+ > ## @visulima/error
1173
+ > License: MIT
1174
+ > By: Daniel Bannert
1175
+ > Repository: git+https://github.com/visulima/visulima.git
1176
+ >
1177
+ > > MIT License
1178
+ > >
1179
+ > > Copyright (c) 2025 visulima
1180
+ > >
1181
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1182
+ > > of this software and associated documentation files (the "Software"), to deal
1183
+ > > in the Software without restriction, including without limitation the rights
1184
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1185
+ > > copies of the Software, and to permit persons to whom the Software is
1186
+ > > furnished to do so, subject to the following conditions:
1187
+ > >
1188
+ > > The above copyright notice and this permission notice shall be included in all
1189
+ > > copies or substantial portions of the Software.
1190
+ > >
1191
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1192
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1193
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1194
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1195
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1196
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1197
+ > > SOFTWARE.
1198
+ > >
1199
+ > > <!-- DEPENDENCIES -->
1200
+ > >
1201
+ > > # Licenses of bundled dependencies
1202
+ > > The published @visulima/error artifact additionally contains code with the following licenses:
1203
+ > > MIT
1204
+ > >
1205
+ > > # Bundled dependencies:
1206
+ > > ## @visulima/path
1207
+ > > License: MIT
1208
+ > > By: Daniel Bannert
1209
+ > > Repository: git+https://github.com/visulima/visulima.git
1210
+ > >
1211
+ > > > MIT License
1212
+ > > >
1213
+ > > > Copyright (c) 2024 visulima
1214
+ > > >
1215
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
1216
+ > > > of this software and associated documentation files (the "Software"), to deal
1217
+ > > > in the Software without restriction, including without limitation the rights
1218
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1219
+ > > > copies of the Software, and to permit persons to whom the Software is
1220
+ > > > furnished to do so, subject to the following conditions:
1221
+ > > >
1222
+ > > > The above copyright notice and this permission notice shall be included in all
1223
+ > > > copies or substantial portions of the Software.
1224
+ > > >
1225
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1226
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1227
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1228
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1229
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1230
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1231
+ > > > SOFTWARE.
1232
+ > > >
1233
+ > > > ---
1234
+ > > >
1235
+ > > > MIT License
1236
+ > > >
1237
+ > > > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
1238
+ > > >
1239
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
1240
+ > > > of this software and associated documentation files (the "Software"), to deal
1241
+ > > > in the Software without restriction, including without limitation the rights
1242
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1243
+ > > > copies of the Software, and to permit persons to whom the Software is
1244
+ > > > furnished to do so, subject to the following conditions:
1245
+ > > >
1246
+ > > > The above copyright notice and this permission notice shall be included in all
1247
+ > > > copies or substantial portions of the Software.
1248
+ > > >
1249
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1250
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1251
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1252
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1253
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1254
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1255
+ > > > SOFTWARE.
1256
+ > > >
1257
+ > > > ---
1258
+ > > >
1259
+ > > > Copyright Joyent, Inc. and other Node contributors.
1260
+ > > >
1261
+ > > > Permission is hereby granted, free of charge, to any person obtaining a
1262
+ > > > copy of this software and associated documentation files (the
1263
+ > > > "Software"), to deal in the Software without restriction, including
1264
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1265
+ > > > distribute, sublicense, and/or sell copies of the Software, and to permit
1266
+ > > > persons to whom the Software is furnished to do so, subject to the
1267
+ > > > following conditions:
1268
+ > > >
1269
+ > > > The above copyright notice and this permission notice shall be included
1270
+ > > > in all copies or substantial portions of the Software.
1271
+ > > >
1272
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
1273
+ > > > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1274
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
1275
+ > > > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
1276
+ > > > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
1277
+ > > > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
1278
+ > > > USE OR OTHER DEALINGS IN THE SOFTWARE.
1279
+ > > >
1280
+ > > > ---
1281
+ > > >
1282
+ > > > Bundled zeptomatch (https://github.com/fabiospampinato/zeptomatch)
1283
+ > > >
1284
+ > > > The MIT License (MIT)
1285
+ > > >
1286
+ > > > Copyright (c) 2023-present Fabio Spampinato
1287
+ > > >
1288
+ > > > Permission is hereby granted, free of charge, to any person obtaining a
1289
+ > > > copy of this software and associated documentation files (the "Software"),
1290
+ > > > to deal in the Software without restriction, including without limitation
1291
+ > > > the rights to use, copy, modify, merge, publish, distribute, sublicense,
1292
+ > > > and/or sell copies of the Software, and to permit persons to whom the
1293
+ > > > Software is furnished to do so, subject to the following conditions:
1294
+ > > >
1295
+ > > > The above copyright notice and this permission notice shall be included in
1296
+ > > > all copies or substantial portions of the Software.
1297
+ > > >
1298
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1299
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1300
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1301
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1302
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1303
+ > > > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1304
+ > > > DEALINGS IN THE SOFTWARE.
1305
+ > > >
1306
+ > > >
1307
+ > > >
1308
+ > > > # Licenses of bundled dependencies
1309
+ > > > The published @visulima/path artifact additionally contains code with the following licenses:
1310
+ > > > MIT
1311
+ > > >
1312
+ > > > # Bundled dependencies:
1313
+ > > > ## binary-extensions
1314
+ > > > License: MIT
1315
+ > > > By: Sindre Sorhus
1316
+ > > > Repository: sindresorhus/binary-extensions
1317
+ > > >
1318
+ > > > > MIT License
1319
+ > > > >
1320
+ > > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1321
+ > > > > Copyright (c) Paul Miller (https://paulmillr.com)
1322
+ > > > >
1323
+ > > > > 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:
1324
+ > > > >
1325
+ > > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1326
+ > > > >
1327
+ > > > > 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.
1328
+ > >
1329
+ > > ---------------------------------------
1330
+ > >
1331
+ > > ## is-plain-obj
1332
+ > > License: MIT
1333
+ > > By: Sindre Sorhus
1334
+ > > Repository: sindresorhus/is-plain-obj
1335
+ > >
1336
+ > > > MIT License
1337
+ > > >
1338
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1339
+ > > >
1340
+ > > > 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:
1341
+ > > >
1342
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1343
+ > > >
1344
+ > > > 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.
1345
+ > >
1346
+ > > <!-- /DEPENDENCIES -->
1347
+
1348
+ ---------------------------------------
1349
+
1350
+ ## @visulima/error
1351
+ License: MIT
1352
+ By: Daniel Bannert
1353
+ Repository: git+https://github.com/visulima/visulima.git
1354
+
1355
+ > MIT License
1356
+ >
1357
+ > Copyright (c) 2025 visulima
1358
+ >
1359
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1360
+ > of this software and associated documentation files (the "Software"), to deal
1361
+ > in the Software without restriction, including without limitation the rights
1362
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1363
+ > copies of the Software, and to permit persons to whom the Software is
1364
+ > furnished to do so, subject to the following conditions:
1365
+ >
1366
+ > The above copyright notice and this permission notice shall be included in all
1367
+ > copies or substantial portions of the Software.
1368
+ >
1369
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1370
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1371
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1372
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1373
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1374
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1375
+ > SOFTWARE.
1376
+ >
1377
+ > <!-- DEPENDENCIES -->
1378
+ >
1379
+ > # Licenses of bundled dependencies
1380
+ > The published @visulima/error artifact additionally contains code with the following licenses:
1381
+ > MIT
1382
+ >
1383
+ > # Bundled dependencies:
1384
+ > ## @visulima/path
1385
+ > License: MIT
1386
+ > By: Daniel Bannert
1387
+ > Repository: git+https://github.com/visulima/visulima.git
1388
+ >
1389
+ > > MIT License
1390
+ > >
1391
+ > > Copyright (c) 2025 visulima
1392
+ > >
1393
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1394
+ > > of this software and associated documentation files (the "Software"), to deal
1395
+ > > in the Software without restriction, including without limitation the rights
1396
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1397
+ > > copies of the Software, and to permit persons to whom the Software is
1398
+ > > furnished to do so, subject to the following conditions:
1399
+ > >
1400
+ > > The above copyright notice and this permission notice shall be included in all
1401
+ > > copies or substantial portions of the Software.
1402
+ > >
1403
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1404
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1405
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1406
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1407
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1408
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1409
+ > > SOFTWARE.
1410
+ > >
1411
+ > > ---
1412
+ > >
1413
+ > > MIT License
1414
+ > >
1415
+ > > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
1416
+ > >
1417
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1418
+ > > of this software and associated documentation files (the "Software"), to deal
1419
+ > > in the Software without restriction, including without limitation the rights
1420
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1421
+ > > copies of the Software, and to permit persons to whom the Software is
1422
+ > > furnished to do so, subject to the following conditions:
1423
+ > >
1424
+ > > The above copyright notice and this permission notice shall be included in all
1425
+ > > copies or substantial portions of the Software.
1426
+ > >
1427
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1428
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1429
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1430
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1431
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1432
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1433
+ > > SOFTWARE.
1434
+ > >
1435
+ > > ---
1436
+ > >
1437
+ > > Copyright Joyent, Inc. and other Node contributors.
1438
+ > >
1439
+ > > Permission is hereby granted, free of charge, to any person obtaining a
1440
+ > > copy of this software and associated documentation files (the
1441
+ > > "Software"), to deal in the Software without restriction, including
1442
+ > > without limitation the rights to use, copy, modify, merge, publish,
1443
+ > > distribute, sublicense, and/or sell copies of the Software, and to permit
1444
+ > > persons to whom the Software is furnished to do so, subject to the
1445
+ > > following conditions:
1446
+ > >
1447
+ > > The above copyright notice and this permission notice shall be included
1448
+ > > in all copies or substantial portions of the Software.
1449
+ > >
1450
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
1451
+ > > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1452
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
1453
+ > > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
1454
+ > > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
1455
+ > > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
1456
+ > > USE OR OTHER DEALINGS IN THE SOFTWARE.
1457
+ > >
1458
+ > > ---
1459
+ > >
1460
+ > > Bundled zeptomatch (https://github.com/fabiospampinato/zeptomatch)
1461
+ > >
1462
+ > > The MIT License (MIT)
1463
+ > >
1464
+ > > Copyright (c) 2023-present Fabio Spampinato
1465
+ > >
1466
+ > > Permission is hereby granted, free of charge, to any person obtaining a
1467
+ > > copy of this software and associated documentation files (the "Software"),
1468
+ > > to deal in the Software without restriction, including without limitation
1469
+ > > the rights to use, copy, modify, merge, publish, distribute, sublicense,
1470
+ > > and/or sell copies of the Software, and to permit persons to whom the
1471
+ > > Software is furnished to do so, subject to the following conditions:
1472
+ > >
1473
+ > > The above copyright notice and this permission notice shall be included in
1474
+ > > all copies or substantial portions of the Software.
1475
+ > >
1476
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1477
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1478
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1479
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1480
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1481
+ > > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1482
+ > > DEALINGS IN THE SOFTWARE.
1483
+ > >
1484
+ > >
1485
+ > >
1486
+ > > # Licenses of bundled dependencies
1487
+ > > The published @visulima/path artifact additionally contains code with the following licenses:
1488
+ > > MIT
1489
+ > >
1490
+ > > # Bundled dependencies:
1491
+ > > ## binary-extensions
1492
+ > > License: MIT
1493
+ > > By: Sindre Sorhus
1494
+ > > Repository: sindresorhus/binary-extensions
1495
+ > >
1496
+ > > > MIT License
1497
+ > > >
1498
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1499
+ > > > Copyright (c) Paul Miller (https://paulmillr.com)
1500
+ > > >
1501
+ > > > 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:
1502
+ > > >
1503
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1504
+ > > >
1505
+ > > > 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.
1506
+ >
1507
+ > ---------------------------------------
1508
+ >
1509
+ > ## is-plain-obj
1510
+ > License: MIT
1511
+ > By: Sindre Sorhus
1512
+ > Repository: sindresorhus/is-plain-obj
1513
+ >
1514
+ > > MIT License
1515
+ > >
1516
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1517
+ > >
1518
+ > > 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:
1519
+ > >
1520
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1521
+ > >
1522
+ > > 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.
1523
+ >
1524
+ > <!-- /DEPENDENCIES -->
1525
+
173
1526
  <!-- /TYPE_DEPENDENCIES -->