@visulima/tui 1.0.0-alpha.19 → 1.0.0-alpha.20

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 (152) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/LICENSE.md +370 -107
  3. package/dist/components/accordion.d.ts +1 -1
  4. package/dist/components/approval-prompt.d.ts +1 -1
  5. package/dist/components/area-chart.d.ts +1 -1
  6. package/dist/components/badge.d.ts +1 -1
  7. package/dist/components/bar-chart.d.ts +1 -1
  8. package/dist/components/blink-dot.d.ts +1 -1
  9. package/dist/components/box.d.ts +4 -4
  10. package/dist/components/breadcrumb.d.ts +1 -1
  11. package/dist/components/button.d.ts +1 -1
  12. package/dist/components/calendar.d.ts +1 -1
  13. package/dist/components/canvas.js +1 -1
  14. package/dist/components/card.d.ts +1 -1
  15. package/dist/components/checkbox.d.ts +1 -1
  16. package/dist/components/collapsible.d.ts +1 -1
  17. package/dist/components/command-palette.d.ts +1 -1
  18. package/dist/components/content-switcher.d.ts +1 -1
  19. package/dist/components/controlled-scroll-view.d.ts +4 -4
  20. package/dist/components/cursor.d.ts +13 -4
  21. package/dist/components/cursor.js +1 -1
  22. package/dist/components/date-picker.d.ts +1 -1
  23. package/dist/components/definition-list.d.ts +1 -1
  24. package/dist/components/dialog.d.ts +5 -5
  25. package/dist/components/divider.d.ts +1 -1
  26. package/dist/components/form.d.ts +1 -1
  27. package/dist/components/gauge.d.ts +1 -1
  28. package/dist/components/gradient.d.ts +18 -1
  29. package/dist/components/gradient.js +4 -1
  30. package/dist/components/heading.d.ts +1 -1
  31. package/dist/components/heatmap.d.ts +1 -1
  32. package/dist/components/histogram.d.ts +1 -1
  33. package/dist/components/kbd.d.ts +1 -1
  34. package/dist/components/line-chart.d.ts +1 -1
  35. package/dist/components/link.js +1 -1
  36. package/dist/components/loading-indicator.d.ts +2 -2
  37. package/dist/components/menu.d.ts +1 -1
  38. package/dist/components/message-bubble.d.ts +1 -1
  39. package/dist/components/model-badge.d.ts +1 -1
  40. package/dist/components/multi-select.d.ts +1 -1
  41. package/dist/components/option-list.d.ts +1 -1
  42. package/dist/components/paragraph.d.ts +1 -1
  43. package/dist/components/placeholder.d.ts +1 -1
  44. package/dist/components/progress-bar.d.ts +2 -3
  45. package/dist/components/radio-group.d.ts +1 -1
  46. package/dist/components/scatter-plot.d.ts +1 -1
  47. package/dist/components/scroll-bar-box.d.ts +4 -4
  48. package/dist/components/scroll-bar.d.ts +4 -4
  49. package/dist/components/scroll-list.d.ts +4 -4
  50. package/dist/components/scroll-view.d.ts +4 -4
  51. package/dist/components/search-input.d.ts +1 -1
  52. package/dist/components/select-input-indicator.d.ts +1 -1
  53. package/dist/components/select-input-item.d.ts +1 -1
  54. package/dist/components/select-input.d.ts +1 -1
  55. package/dist/components/shimmer-text.d.ts +1 -1
  56. package/dist/components/slider.d.ts +1 -1
  57. package/dist/components/sparkline.d.ts +1 -1
  58. package/dist/components/spinner.d.ts +1 -1
  59. package/dist/components/spinner.js +1 -1
  60. package/dist/components/static-render.d.ts +4 -4
  61. package/dist/components/static.d.ts +2 -3
  62. package/dist/components/status-line.d.ts +1 -1
  63. package/dist/components/stepper.d.ts +1 -1
  64. package/dist/components/streaming-text.d.ts +1 -1
  65. package/dist/components/switch.d.ts +1 -1
  66. package/dist/components/tabs.d.ts +1 -1
  67. package/dist/components/tag.d.ts +1 -1
  68. package/dist/components/text.d.ts +2 -3
  69. package/dist/components/text.js +1 -1
  70. package/dist/components/tooltip.d.ts +1 -1
  71. package/dist/components/tree-view-entry.d.ts +4 -4
  72. package/dist/core/index.d.ts +1 -2
  73. package/dist/core/index.js +1 -1
  74. package/dist/ink/hooks/use-box-metrics.d.ts +4 -4
  75. package/dist/ink/hooks/use-box-metrics.js +1 -1
  76. package/dist/ink/hooks/use-cursor.d.ts +1 -1
  77. package/dist/ink/hooks/use-input.js +1 -1
  78. package/dist/ink/hooks/use-linked-scroll.d.ts +4 -4
  79. package/dist/ink/hooks/use-paste.js +1 -1
  80. package/dist/ink/hooks/use-text-selection.d.ts +5 -5
  81. package/dist/ink/hooks/use-text-selection.js +1 -1
  82. package/dist/ink/hooks/use-window-size.js +1 -1
  83. package/dist/ink/index.d.ts +7 -8
  84. package/dist/ink/index.js +1 -1
  85. package/dist/packem_shared/{DevTools-ClAYpMVI.js → DevTools-BR7K-5JX.js} +1 -1
  86. package/dist/packem_shared/InputParser-BAqciKJ6.js +2 -0
  87. package/dist/packem_shared/{LayoutNode-B8zej4dm.js → LayoutNode-B0qeT8sl.js} +1 -1
  88. package/dist/packem_shared/{MouseProvider-PnIUKURs.js → MouseProvider-CHU5DuwC.js} +1 -1
  89. package/dist/packem_shared/TuiApp-CxBtziW8.js +1 -0
  90. package/dist/packem_shared/_commonjsHelpers-CHNfUHCT.js +1 -0
  91. package/dist/packem_shared/ansi-parser-C5JuL732.js +1 -0
  92. package/dist/packem_shared/boxes-DyY_LXCi.js +1 -0
  93. package/dist/packem_shared/colorize-gy_cY-wC.js +2 -0
  94. package/dist/packem_shared/{comparePoints-YxQfR_zq.js → comparePoints-Dez5FkH9.js} +1 -1
  95. package/dist/packem_shared/constants-D12jy2Zh-RSfxu1eM.js +1 -0
  96. package/dist/packem_shared/createInlineLoop-D0JaKX9A.js +2 -0
  97. package/dist/packem_shared/createScreen-87XLHZq6.js +3 -0
  98. package/dist/packem_shared/cursor-helpers.d-BONB9tky.d.ts +12 -0
  99. package/dist/packem_shared/dom-CW6KYzFK.js +8 -0
  100. package/dist/packem_shared/{dom.d-CcFuBd-k.d.ts → dom.d-DgP_exKU.d.ts} +4 -5
  101. package/dist/packem_shared/erase-DKKNxHZ_.js +1 -0
  102. package/dist/packem_shared/get-string-width-CbMPWEJO.js +1 -0
  103. package/dist/packem_shared/{getPathToRoot-D5Hns9Er.js → getPathToRoot-B3q6OlQy.js} +1 -1
  104. package/dist/packem_shared/index-COPEEDn3.js +9 -0
  105. package/dist/packem_shared/index-CqsHHJkn.js +75 -0
  106. package/dist/packem_shared/index.d-Bk52cbgN.d.ts +14 -0
  107. package/dist/packem_shared/index.server.d-eZWyC2Ku.d.ts +5 -0
  108. package/dist/packem_shared/input.d-D-Yxqha8.d.ts +172 -0
  109. package/dist/packem_shared/measure-text-D-jVetsl.js +3 -0
  110. package/dist/packem_shared/mode-BOIU4Roy.js +1 -0
  111. package/dist/packem_shared/parseSgrMouse-DoBY7MKw.js +1 -0
  112. package/dist/packem_shared/reconciler-CGhHgXXG.js +1 -0
  113. package/dist/packem_shared/reconciler-ClRKkLS4.js +1 -0
  114. package/dist/packem_shared/{render-Dh7HMhK1.js → render-BoukeuYD.js} +1 -1
  115. package/dist/packem_shared/render-CBFHzIKj.js +27 -0
  116. package/dist/packem_shared/{render.d-B1kiO3Ca.d.ts → render.d-DarVJBG2.d.ts} +2 -2
  117. package/dist/packem_shared/{renderToString-DVE0cEHt.js → renderToString-Cx3DmmMR.js} +1 -1
  118. package/dist/packem_shared/{renderToString-BbQiRHrd.js → renderToString-nZdqfdWT.js} +1 -1
  119. package/dist/packem_shared/renderTreeToBuffer-LnGZkEUX.js +2 -0
  120. package/dist/packem_shared/renderer-C2ycheBL.js +17 -0
  121. package/dist/packem_shared/{selection.d-DAh7REnW.d.ts → selection.d-WuD_83yQ.d.ts} +1 -1
  122. package/dist/packem_shared/setEnableStyledLineCache-Cke6_ZQt.js +1 -0
  123. package/dist/packem_shared/strip-C6HQYmlg.js +1 -0
  124. package/dist/packem_shared/{styles.d-cMo36xQz.d.ts → styles.d-CLJdt-kg.d.ts} +98 -2
  125. package/dist/packem_shared/text-width-CI9G0a-z.js +2 -0
  126. package/dist/packem_shared/utils-THUhYKG2.js +1 -0
  127. package/dist/packem_shared/{wrapOrTruncateStyledLine-BZ00SM8i.js → wrapOrTruncateStyledLine-kyi6yijx.js} +1 -1
  128. package/dist/react/index.d.ts +1 -2
  129. package/dist/react/index.js +1 -1
  130. package/dist/testing/index.d.ts +5 -6
  131. package/dist/testing/index.js +1 -1
  132. package/index.js +539 -691
  133. package/package.json +11 -27
  134. package/dist/packem_shared/InputParser-B_qZcN3r.js +0 -2
  135. package/dist/packem_shared/TuiApp-BVDXP0Cv.js +0 -1
  136. package/dist/packem_shared/ansi-parser-B6uXaq65.js +0 -1
  137. package/dist/packem_shared/colorize-DbTZMrJO.js +0 -1
  138. package/dist/packem_shared/createInlineLoop-DRNZ7jqH.js +0 -2
  139. package/dist/packem_shared/createScreen-CrLrxA6t.js +0 -3
  140. package/dist/packem_shared/cursor-helpers.d-BIvqz0TZ.d.ts +0 -5
  141. package/dist/packem_shared/dom-BG-LS10p.js +0 -1
  142. package/dist/packem_shared/input.d-CgxV2e8U.d.ts +0 -90
  143. package/dist/packem_shared/measure-text-DDjHT1jD.js +0 -3
  144. package/dist/packem_shared/parseSgrMouse-Ccj70ijb.js +0 -1
  145. package/dist/packem_shared/reconciler-CUbhOvcr.js +0 -1
  146. package/dist/packem_shared/reconciler-DIfG72R9.js +0 -1
  147. package/dist/packem_shared/render-bdbSzkJo.js +0 -26
  148. package/dist/packem_shared/renderTreeToBuffer-CZilzyhN.js +0 -2
  149. package/dist/packem_shared/renderer-Cfi6ZyHf.js +0 -17
  150. package/dist/packem_shared/setEnableStyledLineCache-D2gZbwFM.js +0 -1
  151. package/dist/packem_shared/text-width-BU2eeTWn.js +0 -2
  152. package/dist/packem_shared/utils-CoviI5Vm.js +0 -1
package/LICENSE.md CHANGED
@@ -67,14 +67,11 @@ Licensed under the Apache License, Version 2.0
67
67
  <!-- DEPENDENCIES -->
68
68
 
69
69
  # Licenses of bundled dependencies
70
-
71
70
  The published @visulima/tui artifact additionally contains code with the following licenses:
72
71
  ISC, MIT
73
72
 
74
73
  # Bundled dependencies:
75
-
76
74
  ## @visulima/ansi
77
-
78
75
  License: MIT
79
76
  By: Daniel Bannert
80
77
  Repository: git+https://github.com/visulima/visulima.git
@@ -101,15 +98,14 @@ Repository: git+https://github.com/visulima/visulima.git
101
98
  > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
102
99
  > SOFTWARE.
103
100
  >
104
- > # Licenses of bundled dependencies
105
101
  >
102
+ >
103
+ > # Licenses of bundled dependencies
106
104
  > The published @visulima/ansi artifact additionally contains code with the following licenses:
107
105
  > ISC, MIT
108
106
  >
109
107
  > # Bundled dependencies:
110
- >
111
108
  > ## ansi-regex
112
- >
113
109
  > License: MIT
114
110
  > By: Sindre Sorhus
115
111
  > Repository: chalk/ansi-regex
@@ -124,10 +120,9 @@ Repository: git+https://github.com/visulima/visulima.git
124
120
  > >
125
121
  > > 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.
126
122
  >
127
- > ---
123
+ > ---------------------------------------
128
124
  >
129
125
  > ## mimic-function
130
- >
131
126
  > License: MIT
132
127
  > By: Sindre Sorhus
133
128
  > Repository: sindresorhus/mimic-function
@@ -142,10 +137,9 @@ Repository: git+https://github.com/visulima/visulima.git
142
137
  > >
143
138
  > > 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.
144
139
  >
145
- > ---
140
+ > ---------------------------------------
146
141
  >
147
142
  > ## onetime
148
- >
149
143
  > License: MIT
150
144
  > By: Sindre Sorhus
151
145
  > Repository: sindresorhus/onetime
@@ -160,10 +154,9 @@ Repository: git+https://github.com/visulima/visulima.git
160
154
  > >
161
155
  > > 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.
162
156
  >
163
- > ---
157
+ > ---------------------------------------
164
158
  >
165
159
  > ## restore-cursor
166
- >
167
160
  > License: MIT
168
161
  > By: Sindre Sorhus
169
162
  > Repository: sindresorhus/restore-cursor
@@ -178,10 +171,9 @@ Repository: git+https://github.com/visulima/visulima.git
178
171
  > >
179
172
  > > 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.
180
173
  >
181
- > ---
174
+ > ---------------------------------------
182
175
  >
183
176
  > ## signal-exit
184
- >
185
177
  > License: ISC
186
178
  > By: Ben Coe
187
179
  > Repository: https://github.com/tapjs/signal-exit.git
@@ -203,15 +195,16 @@ Repository: git+https://github.com/visulima/visulima.git
203
195
  > > WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
204
196
  > > ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
205
197
  >
206
- > # Licenses of bundled types
207
198
  >
199
+ >
200
+ >
201
+ >
202
+ > # Licenses of bundled types
208
203
  > The published @visulima/ansi artifact additionally contains code with the following licenses:
209
204
  > MIT
210
205
  >
211
206
  > # Bundled types:
212
- >
213
207
  > ## restore-cursor
214
- >
215
208
  > License: MIT
216
209
  > By: Sindre Sorhus
217
210
  > Repository: sindresorhus/restore-cursor
@@ -226,10 +219,9 @@ Repository: git+https://github.com/visulima/visulima.git
226
219
  > >
227
220
  > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
228
221
 
229
- ---
222
+ ---------------------------------------
230
223
 
231
224
  ## @visulima/colorize
232
-
233
225
  License: MIT
234
226
  By: Daniel Bannert
235
227
  Repository: git+https://github.com/visulima/visulima.git
@@ -276,15 +268,14 @@ Repository: git+https://github.com/visulima/visulima.git
276
268
  > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
277
269
  > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
278
270
  >
279
- > # Licenses of bundled dependencies
280
271
  >
272
+ >
273
+ > # Licenses of bundled dependencies
281
274
  > The published @visulima/colorize artifact additionally contains code with the following licenses:
282
275
  > MIT
283
276
  >
284
277
  > # Bundled dependencies:
285
- >
286
278
  > ## ansi-regex
287
- >
288
279
  > License: MIT
289
280
  > By: Sindre Sorhus
290
281
  > Repository: chalk/ansi-regex
@@ -299,10 +290,9 @@ Repository: git+https://github.com/visulima/visulima.git
299
290
  > >
300
291
  > > 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.
301
292
 
302
- ---
293
+ ---------------------------------------
303
294
 
304
295
  ## @visulima/error
305
-
306
296
  License: MIT
307
297
  By: Daniel Bannert
308
298
  Repository: git+https://github.com/visulima/visulima.git
@@ -329,6 +319,8 @@ Repository: git+https://github.com/visulima/visulima.git
329
319
  > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
330
320
  > SOFTWARE.
331
321
  >
322
+ >
323
+ >
332
324
  > # Licenses of bundled dependencies
333
325
  >
334
326
  > The published @visulima/error artifact additionally contains code with the following licenses:
@@ -352,15 +344,16 @@ Repository: git+https://github.com/visulima/visulima.git
352
344
  > >
353
345
  > > 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.
354
346
  >
355
- > # Licenses of bundled types
356
347
  >
348
+ >
349
+ >
350
+ >
351
+ > # Licenses of bundled types
357
352
  > The published @visulima/error artifact additionally contains code with the following licenses:
358
353
  > Apache-2.0
359
354
  >
360
355
  > # Bundled types:
361
- >
362
356
  > ## ai
363
- >
364
357
  > License: Apache-2.0
365
358
  > Repository: https://github.com/vercel/ai
366
359
  >
@@ -378,10 +371,9 @@ Repository: git+https://github.com/visulima/visulima.git
378
371
  > > See the License for the specific language governing permissions and
379
372
  > > limitations under the License.
380
373
 
381
- ---
374
+ ---------------------------------------
382
375
 
383
376
  ## @visulima/is-ansi-color-supported
384
-
385
377
  License: MIT
386
378
  By: Daniel Bannert
387
379
  Repository: git+https://github.com/visulima/visulima.git
@@ -408,10 +400,9 @@ Repository: git+https://github.com/visulima/visulima.git
408
400
  > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
409
401
  > SOFTWARE.
410
402
 
411
- ---
403
+ ---------------------------------------
412
404
 
413
405
  ## @visulima/spinner
414
-
415
406
  License: MIT
416
407
  By: Daniel Bannert
417
408
  Repository: git+https://github.com/visulima/visulima.git
@@ -458,15 +449,14 @@ Repository: git+https://github.com/visulima/visulima.git
458
449
  > - **License:** MIT
459
450
  > - **Description:** Provides Unicode-based braille animations that were adapted for additional visual effects.
460
451
  >
461
- > # Licenses of bundled dependencies
462
452
  >
453
+ >
454
+ > # Licenses of bundled dependencies
463
455
  > The published @visulima/spinner artifact additionally contains code with the following licenses:
464
456
  > MIT
465
457
  >
466
458
  > # Bundled dependencies:
467
- >
468
459
  > ## cli-spinners
469
- >
470
460
  > License: MIT
471
461
  > By: Sindre Sorhus
472
462
  > Repository: sindresorhus/cli-spinners
@@ -481,15 +471,16 @@ Repository: git+https://github.com/visulima/visulima.git
481
471
  > >
482
472
  > > 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.
483
473
  >
484
- > # Licenses of bundled types
485
474
  >
475
+ >
476
+ >
477
+ >
478
+ > # Licenses of bundled types
486
479
  > The published @visulima/spinner artifact additionally contains code with the following licenses:
487
480
  > MIT
488
481
  >
489
482
  > # Bundled types:
490
- >
491
483
  > ## cli-spinners
492
- >
493
484
  > License: MIT
494
485
  > By: Sindre Sorhus
495
486
  > Repository: sindresorhus/cli-spinners
@@ -504,10 +495,9 @@ Repository: git+https://github.com/visulima/visulima.git
504
495
  > >
505
496
  > > 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.
506
497
 
507
- ---
498
+ ---------------------------------------
508
499
 
509
500
  ## @visulima/string
510
-
511
501
  License: MIT
512
502
  By: Daniel Bannert
513
503
  Repository: git+https://github.com/visulima/visulima.git
@@ -534,15 +524,14 @@ Repository: git+https://github.com/visulima/visulima.git
534
524
  > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
535
525
  > SOFTWARE.
536
526
  >
537
- > # Licenses of bundled dependencies
538
527
  >
528
+ >
529
+ > # Licenses of bundled dependencies
539
530
  > The published @visulima/string artifact additionally contains code with the following licenses:
540
531
  > MIT
541
532
  >
542
533
  > # Bundled dependencies:
543
- >
544
534
  > ## codsen-utils
545
- >
546
535
  > License: MIT
547
536
  > By: Roy Revelt
548
537
  > Repository: git+https://github.com/codsen/codsen.git
@@ -570,10 +559,9 @@ Repository: git+https://github.com/visulima/visulima.git
570
559
  > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
571
560
  > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
572
561
  >
573
- > ---
562
+ > ---------------------------------------
574
563
  >
575
564
  > ## emoji-regex-xs
576
- >
577
565
  > License: MIT
578
566
  > By: Steven Levithan
579
567
  > Repository: git+https://github.com/slevithan/emoji-regex-xs.git
@@ -600,10 +588,9 @@ Repository: git+https://github.com/visulima/visulima.git
600
588
  > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
601
589
  > > SOFTWARE.
602
590
  >
603
- > ---
591
+ > ---------------------------------------
604
592
  >
605
593
  > ## fastest-levenshtein
606
- >
607
594
  > License: MIT
608
595
  > By: Kasper U. Weihe
609
596
  > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
@@ -630,10 +617,9 @@ Repository: git+https://github.com/visulima/visulima.git
630
617
  > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
631
618
  > > SOFTWARE.
632
619
  >
633
- > ---
620
+ > ---------------------------------------
634
621
  >
635
622
  > ## get-east-asian-width
636
- >
637
623
  > License: MIT
638
624
  > By: Sindre Sorhus
639
625
  > Repository: sindresorhus/get-east-asian-width
@@ -648,10 +634,9 @@ Repository: git+https://github.com/visulima/visulima.git
648
634
  > >
649
635
  > > 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.
650
636
  >
651
- > ---
637
+ > ---------------------------------------
652
638
  >
653
639
  > ## html-entities
654
- >
655
640
  > License: MIT
656
641
  > By: Marat Dulin
657
642
  > Repository: https://github.com/mdevils/html-entities.git
@@ -676,10 +661,9 @@ Repository: git+https://github.com/visulima/visulima.git
676
661
  > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
677
662
  > > THE SOFTWARE.
678
663
  >
679
- > ---
664
+ > ---------------------------------------
680
665
  >
681
666
  > ## indent-string
682
- >
683
667
  > License: MIT
684
668
  > By: Sindre Sorhus
685
669
  > Repository: sindresorhus/indent-string
@@ -694,10 +678,9 @@ Repository: git+https://github.com/visulima/visulima.git
694
678
  > >
695
679
  > > 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.
696
680
  >
697
- > ---
681
+ > ---------------------------------------
698
682
  >
699
683
  > ## lodash-es
700
- >
701
684
  > License: MIT
702
685
  > By: John-David Dalton, Mathias Bynens
703
686
  > Repository: lodash/lodash
@@ -750,10 +733,9 @@ Repository: git+https://github.com/visulima/visulima.git
750
733
  > > licenses; we recommend you read them, as their terms may differ from the
751
734
  > > terms above.
752
735
  >
753
- > ---
736
+ > ---------------------------------------
754
737
  >
755
738
  > ## ranges-apply
756
- >
757
739
  > License: MIT
758
740
  > By: Roy Revelt
759
741
  > Repository: git+https://github.com/codsen/codsen.git
@@ -781,10 +763,9 @@ Repository: git+https://github.com/visulima/visulima.git
781
763
  > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
782
764
  > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
783
765
  >
784
- > ---
766
+ > ---------------------------------------
785
767
  >
786
768
  > ## ranges-merge
787
- >
788
769
  > License: MIT
789
770
  > By: Roy Revelt
790
771
  > Repository: git+https://github.com/codsen/codsen.git
@@ -812,10 +793,9 @@ Repository: git+https://github.com/visulima/visulima.git
812
793
  > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
813
794
  > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
814
795
  >
815
- > ---
796
+ > ---------------------------------------
816
797
  >
817
798
  > ## ranges-push
818
- >
819
799
  > License: MIT
820
800
  > By: Roy Revelt
821
801
  > Repository: git+https://github.com/codsen/codsen.git
@@ -843,10 +823,9 @@ Repository: git+https://github.com/visulima/visulima.git
843
823
  > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
844
824
  > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
845
825
  >
846
- > ---
826
+ > ---------------------------------------
847
827
  >
848
828
  > ## ranges-sort
849
- >
850
829
  > License: MIT
851
830
  > By: Roy Revelt
852
831
  > Repository: git+https://github.com/codsen/codsen.git
@@ -874,10 +853,9 @@ Repository: git+https://github.com/visulima/visulima.git
874
853
  > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
875
854
  > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
876
855
  >
877
- > ---
856
+ > ---------------------------------------
878
857
  >
879
858
  > ## redent
880
- >
881
859
  > License: MIT
882
860
  > By: Sindre Sorhus
883
861
  > Repository: sindresorhus/redent
@@ -892,34 +870,32 @@ Repository: git+https://github.com/visulima/visulima.git
892
870
  > >
893
871
  > > 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.
894
872
  >
895
- > ---
873
+ > ---------------------------------------
896
874
  >
897
875
  > ## rfdc
898
- >
899
876
  > License: MIT
900
877
  > By: David Mark Clements
901
878
  > Repository: git+https://github.com/davidmarkclements/rfdc.git
902
879
  >
903
880
  > > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
904
881
  > >
905
- > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
906
- > > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
907
- > > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
882
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
883
+ > > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
884
+ > > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
908
885
  > > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
909
886
  > >
910
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions
887
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions
911
888
  > > of the Software.
912
889
  > >
913
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
914
- > > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
915
- > > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
916
- > > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
890
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
891
+ > > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
892
+ > > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
893
+ > > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
917
894
  > > IN THE SOFTWARE.
918
895
  >
919
- > ---
896
+ > ---------------------------------------
920
897
  >
921
898
  > ## string-collapse-leading-whitespace
922
- >
923
899
  > License: MIT
924
900
  > By: Roy Revelt
925
901
  > Repository: git+https://github.com/codsen/codsen.git
@@ -947,10 +923,9 @@ Repository: git+https://github.com/visulima/visulima.git
947
923
  > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
948
924
  > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
949
925
  >
950
- > ---
926
+ > ---------------------------------------
951
927
  >
952
928
  > ## string-left-right
953
- >
954
929
  > License: MIT
955
930
  > By: Roy Revelt
956
931
  > Repository: git+https://github.com/codsen/codsen.git
@@ -978,10 +953,9 @@ Repository: git+https://github.com/visulima/visulima.git
978
953
  > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
979
954
  > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
980
955
  >
981
- > ---
956
+ > ---------------------------------------
982
957
  >
983
958
  > ## string-strip-html
984
- >
985
959
  > License: MIT
986
960
  > By: Roy Revelt
987
961
  > Repository: git+https://github.com/codsen/codsen.git
@@ -1009,10 +983,9 @@ Repository: git+https://github.com/visulima/visulima.git
1009
983
  > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1010
984
  > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1011
985
  >
1012
- > ---
986
+ > ---------------------------------------
1013
987
  >
1014
988
  > ## strip-indent
1015
- >
1016
989
  > License: MIT
1017
990
  > By: Sindre Sorhus
1018
991
  > Repository: sindresorhus/strip-indent
@@ -1027,10 +1000,9 @@ Repository: git+https://github.com/visulima/visulima.git
1027
1000
  > >
1028
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.
1029
1002
  >
1030
- > ---
1003
+ > ---------------------------------------
1031
1004
  >
1032
1005
  > ## tiny-invariant
1033
- >
1034
1006
  > License: MIT
1035
1007
  > By: Alex Reardon
1036
1008
  > Repository: https://github.com/alexreardon/tiny-invariant.git
@@ -1057,15 +1029,16 @@ Repository: git+https://github.com/visulima/visulima.git
1057
1029
  > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1058
1030
  > > SOFTWARE.
1059
1031
  >
1060
- > # Licenses of bundled types
1061
1032
  >
1033
+ >
1034
+ >
1035
+ >
1036
+ > # Licenses of bundled types
1062
1037
  > The published @visulima/string artifact additionally contains code with the following licenses:
1063
1038
  > MIT
1064
1039
  >
1065
1040
  > # Bundled types:
1066
- >
1067
1041
  > ## fastest-levenshtein
1068
- >
1069
1042
  > License: MIT
1070
1043
  > By: Kasper U. Weihe
1071
1044
  > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
@@ -1092,10 +1065,9 @@ Repository: git+https://github.com/visulima/visulima.git
1092
1065
  > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1093
1066
  > > SOFTWARE.
1094
1067
  >
1095
- > ---
1068
+ > ---------------------------------------
1096
1069
  >
1097
1070
  > ## get-east-asian-width
1098
- >
1099
1071
  > License: MIT
1100
1072
  > By: Sindre Sorhus
1101
1073
  > Repository: sindresorhus/get-east-asian-width
@@ -1110,10 +1082,9 @@ Repository: git+https://github.com/visulima/visulima.git
1110
1082
  > >
1111
1083
  > > 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.
1112
1084
  >
1113
- > ---
1085
+ > ---------------------------------------
1114
1086
  >
1115
1087
  > ## indent-string
1116
- >
1117
1088
  > License: MIT
1118
1089
  > By: Sindre Sorhus
1119
1090
  > Repository: sindresorhus/indent-string
@@ -1128,10 +1099,9 @@ Repository: git+https://github.com/visulima/visulima.git
1128
1099
  > >
1129
1100
  > > 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.
1130
1101
  >
1131
- > ---
1102
+ > ---------------------------------------
1132
1103
  >
1133
1104
  > ## redent
1134
- >
1135
1105
  > License: MIT
1136
1106
  > By: Sindre Sorhus
1137
1107
  > Repository: sindresorhus/redent
@@ -1146,10 +1116,9 @@ Repository: git+https://github.com/visulima/visulima.git
1146
1116
  > >
1147
1117
  > > 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.
1148
1118
  >
1149
- > ---
1119
+ > ---------------------------------------
1150
1120
  >
1151
1121
  > ## strip-indent
1152
- >
1153
1122
  > License: MIT
1154
1123
  > By: Sindre Sorhus
1155
1124
  > Repository: sindresorhus/strip-indent
@@ -1164,10 +1133,9 @@ Repository: git+https://github.com/visulima/visulima.git
1164
1133
  > >
1165
1134
  > > 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.
1166
1135
 
1167
- ---
1136
+ ---------------------------------------
1168
1137
 
1169
1138
  ## cli-boxes
1170
-
1171
1139
  License: MIT
1172
1140
  By: Sindre Sorhus
1173
1141
  Repository: sindresorhus/cli-boxes
@@ -1182,10 +1150,67 @@ Repository: sindresorhus/cli-boxes
1182
1150
  >
1183
1151
  > 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.
1184
1152
 
1185
- ---
1153
+ ---------------------------------------
1186
1154
 
1187
- ## is-in-ci
1155
+ ## code-excerpt
1156
+ License: MIT
1157
+ By: vdemedes
1158
+ Repository: vadimdemedes/code-excerpt
1159
+
1160
+ > The MIT License (MIT)
1161
+ >
1162
+ > Copyright (c) Vadim Demedes <vdemedes@gmail.com> (github.com/vadimdemedes)
1163
+ >
1164
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1165
+ > of this software and associated documentation files (the "Software"), to deal
1166
+ > in the Software without restriction, including without limitation the rights
1167
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1168
+ > copies of the Software, and to permit persons to whom the Software is
1169
+ > furnished to do so, subject to the following conditions:
1170
+ >
1171
+ > The above copyright notice and this permission notice shall be included in
1172
+ > all copies or substantial portions of the Software.
1173
+ >
1174
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1175
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1176
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1177
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1178
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1179
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1180
+ > THE SOFTWARE.
1181
+
1182
+ ---------------------------------------
1188
1183
 
1184
+ ## convert-to-spaces
1185
+ License: MIT
1186
+ By: Vadim Demedes
1187
+ Repository: vadimdemedes/convert-to-spaces
1188
+
1189
+ > The MIT License (MIT)
1190
+ >
1191
+ > Copyright (c) Vadim Demedes <vdemedes@gmail.com> (https://vadimdemedes.com)
1192
+ >
1193
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1194
+ > of this software and associated documentation files (the "Software"), to deal
1195
+ > in the Software without restriction, including without limitation the rights
1196
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1197
+ > copies of the Software, and to permit persons to whom the Software is
1198
+ > furnished to do so, subject to the following conditions:
1199
+ >
1200
+ > The above copyright notice and this permission notice shall be included in
1201
+ > all copies or substantial portions of the Software.
1202
+ >
1203
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1204
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1205
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1206
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1207
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1208
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1209
+ > THE SOFTWARE.
1210
+
1211
+ ---------------------------------------
1212
+
1213
+ ## is-in-ci
1189
1214
  License: MIT
1190
1215
  By: Sindre Sorhus
1191
1216
  Repository: sindresorhus/is-in-ci
@@ -1200,10 +1225,9 @@ Repository: sindresorhus/is-in-ci
1200
1225
  >
1201
1226
  > 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.
1202
1227
 
1203
- ---
1228
+ ---------------------------------------
1204
1229
 
1205
1230
  ## patch-console
1206
-
1207
1231
  License: MIT
1208
1232
  By: vdemedes
1209
1233
  Repository: vadimdemedes/patch-console
@@ -1218,10 +1242,37 @@ Repository: vadimdemedes/patch-console
1218
1242
  >
1219
1243
  > 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.
1220
1244
 
1221
- ---
1245
+ ---------------------------------------
1222
1246
 
1223
- ## signal-exit
1247
+ ## scheduler
1248
+ License: MIT
1249
+ Repository: https://github.com/facebook/react.git
1224
1250
 
1251
+ > MIT License
1252
+ >
1253
+ > Copyright (c) Meta Platforms, Inc. and affiliates.
1254
+ >
1255
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1256
+ > of this software and associated documentation files (the "Software"), to deal
1257
+ > in the Software without restriction, including without limitation the rights
1258
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1259
+ > copies of the Software, and to permit persons to whom the Software is
1260
+ > furnished to do so, subject to the following conditions:
1261
+ >
1262
+ > The above copyright notice and this permission notice shall be included in all
1263
+ > copies or substantial portions of the Software.
1264
+ >
1265
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1266
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1267
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1268
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1269
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1270
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1271
+ > SOFTWARE.
1272
+
1273
+ ---------------------------------------
1274
+
1275
+ ## signal-exit
1225
1276
  License: ISC
1226
1277
  By: Ben Coe
1227
1278
  Repository: https://github.com/tapjs/signal-exit.git
@@ -1243,10 +1294,9 @@ Repository: https://github.com/tapjs/signal-exit.git
1243
1294
  > WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
1244
1295
  > ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1245
1296
 
1246
- ---
1297
+ ---------------------------------------
1247
1298
 
1248
1299
  ## terminal-size
1249
-
1250
1300
  License: MIT
1251
1301
  By: Sindre Sorhus
1252
1302
  Repository: sindresorhus/terminal-size
@@ -1261,10 +1311,9 @@ Repository: sindresorhus/terminal-size
1261
1311
  >
1262
1312
  > 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.
1263
1313
 
1264
- ---
1314
+ ---------------------------------------
1265
1315
 
1266
1316
  ## tseep
1267
-
1268
1317
  License: MIT
1269
1318
  By: morglod
1270
1319
  Repository: git+https://github.com/Morglod/tseep.git
@@ -1300,6 +1349,174 @@ The published @visulima/tui artifact additionally contains code with the followi
1300
1349
  MIT
1301
1350
 
1302
1351
  # Bundled types:
1352
+ ## @visulima/colorize
1353
+ License: MIT
1354
+ By: Daniel Bannert
1355
+ Repository: git+https://github.com/visulima/visulima.git
1356
+
1357
+ > MIT License
1358
+ >
1359
+ > Copyright (c) 2026 visulima
1360
+ >
1361
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1362
+ > of this software and associated documentation files (the "Software"), to deal
1363
+ > in the Software without restriction, including without limitation the rights
1364
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1365
+ > copies of the Software, and to permit persons to whom the Software is
1366
+ > furnished to do so, subject to the following conditions:
1367
+ >
1368
+ > The above copyright notice and this permission notice shall be included in all
1369
+ > copies or substantial portions of the Software.
1370
+ >
1371
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1372
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1373
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1374
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1375
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1376
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1377
+ > SOFTWARE.
1378
+ >
1379
+ > ---
1380
+ >
1381
+ > Colorize is based on https://github.com/webdiscus/ansis
1382
+ >
1383
+ > ISC License
1384
+ >
1385
+ > Copyright (c) 2023, webdiscus
1386
+ >
1387
+ > Permission to use, copy, modify, and/or distribute this software for any
1388
+ > purpose with or without fee is hereby granted, provided that the above
1389
+ > copyright notice and this permission notice appear in all copies.
1390
+ >
1391
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1392
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1393
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1394
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1395
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1396
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1397
+ > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1398
+ >
1399
+ > <!-- DEPENDENCIES -->
1400
+ >
1401
+ > # Licenses of bundled dependencies
1402
+ > The published @visulima/colorize artifact additionally contains code with the following licenses:
1403
+ > MIT
1404
+ >
1405
+ > # Bundled dependencies:
1406
+ > ## ansi-regex
1407
+ > License: MIT
1408
+ > By: Sindre Sorhus
1409
+ > Repository: chalk/ansi-regex
1410
+ >
1411
+ > > MIT License
1412
+ > >
1413
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1414
+ > >
1415
+ > > 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:
1416
+ > >
1417
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1418
+ > >
1419
+ > > 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.
1420
+ >
1421
+ > <!-- /DEPENDENCIES -->
1422
+
1423
+ ---------------------------------------
1424
+
1425
+ ## @visulima/spinner
1426
+ License: MIT
1427
+ By: Daniel Bannert
1428
+ Repository: git+https://github.com/visulima/visulima.git
1429
+
1430
+ > MIT License
1431
+ >
1432
+ > Copyright (c) 2026 visulima
1433
+ >
1434
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1435
+ > of this software and associated documentation files (the "Software"), to deal
1436
+ > in the Software without restriction, including without limitation the rights
1437
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1438
+ > copies of the Software, and to permit persons to whom the Software is
1439
+ > furnished to do so, subject to the following conditions:
1440
+ >
1441
+ > The above copyright notice and this permission notice shall be included in all
1442
+ > copies or substantial portions of the Software.
1443
+ >
1444
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1445
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1446
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1447
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1448
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1449
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1450
+ > SOFTWARE.
1451
+ >
1452
+ > ---
1453
+ >
1454
+ > ## Acknowledgments
1455
+ >
1456
+ > This project includes spinner animations inspired by and adapted from the following open-source libraries, all licensed under the MIT License:
1457
+ >
1458
+ > ### Rattles
1459
+ >
1460
+ > - **Source:** https://github.com/vyfor/rattles
1461
+ > - **Author:** vyfor
1462
+ > - **License:** MIT
1463
+ > - **Description:** A minimal terminal spinner library for Rust that inspired additional braille-based spinner animations.
1464
+ >
1465
+ > ### unicode-animations
1466
+ >
1467
+ > - **Source:** https://github.com/gunnargray-dev/unicode-animations
1468
+ > - **Author:** gunnar gray
1469
+ > - **License:** MIT
1470
+ > - **Description:** Provides Unicode-based braille animations that were adapted for additional visual effects.
1471
+ >
1472
+ > <!-- DEPENDENCIES -->
1473
+ >
1474
+ > # Licenses of bundled dependencies
1475
+ > The published @visulima/spinner artifact additionally contains code with the following licenses:
1476
+ > MIT
1477
+ >
1478
+ > # Bundled dependencies:
1479
+ > ## cli-spinners
1480
+ > License: MIT
1481
+ > By: Sindre Sorhus
1482
+ > Repository: sindresorhus/cli-spinners
1483
+ >
1484
+ > > MIT License
1485
+ > >
1486
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1487
+ > >
1488
+ > > 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:
1489
+ > >
1490
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1491
+ > >
1492
+ > > 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.
1493
+ >
1494
+ > <!-- /DEPENDENCIES -->
1495
+ >
1496
+ >
1497
+ >
1498
+ > # Licenses of bundled types
1499
+ > The published @visulima/spinner artifact additionally contains code with the following licenses:
1500
+ > MIT
1501
+ >
1502
+ > # Bundled types:
1503
+ > ## cli-spinners
1504
+ > License: MIT
1505
+ > By: Sindre Sorhus
1506
+ > Repository: sindresorhus/cli-spinners
1507
+ >
1508
+ > > MIT License
1509
+ > >
1510
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1511
+ > >
1512
+ > > 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:
1513
+ > >
1514
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1515
+ > >
1516
+ > > 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.
1517
+
1518
+ ---------------------------------------
1519
+
1303
1520
  ## @visulima/tabular
1304
1521
  License: MIT
1305
1522
  By: Daniel Bannert
@@ -2632,4 +2849,50 @@ Repository: git+https://github.com/visulima/visulima.git
2632
2849
  > > >
2633
2850
  > > > 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.
2634
2851
 
2852
+ ---------------------------------------
2853
+
2854
+ ## cli-boxes
2855
+ License: MIT
2856
+ By: Sindre Sorhus
2857
+ Repository: sindresorhus/cli-boxes
2858
+
2859
+ > MIT License
2860
+ >
2861
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2862
+ >
2863
+ > 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:
2864
+ >
2865
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2866
+ >
2867
+ > 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.
2868
+
2869
+ ---------------------------------------
2870
+
2871
+ ## tseep
2872
+ License: MIT
2873
+ By: morglod
2874
+ Repository: git+https://github.com/Morglod/tseep.git
2875
+
2876
+ > MIT License
2877
+ >
2878
+ > Copyright (c) 2018 Vladimir Kruzhkov @morglod
2879
+ >
2880
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2881
+ > of this software and associated documentation files (the "Software"), to deal
2882
+ > in the Software without restriction, including without limitation the rights
2883
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2884
+ > copies of the Software, and to permit persons to whom the Software is
2885
+ > furnished to do so, subject to the following conditions:
2886
+ >
2887
+ > The above copyright notice and this permission notice shall be included in all
2888
+ > copies or substantial portions of the Software.
2889
+ >
2890
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2891
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2892
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2893
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2894
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2895
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2896
+ > SOFTWARE.
2897
+
2635
2898
  <!-- /TYPE_DEPENDENCIES -->