@visulima/tui 1.0.0-alpha.17 → 1.0.0-alpha.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/LICENSE.md +82 -247
- package/dist/components/accordion.d.ts +1 -1
- package/dist/components/approval-prompt.d.ts +1 -1
- package/dist/components/area-chart.d.ts +1 -1
- package/dist/components/badge.d.ts +1 -1
- package/dist/components/bar-chart.d.ts +1 -1
- package/dist/components/blink-dot.d.ts +1 -1
- package/dist/components/box.d.ts +4 -3
- package/dist/components/breadcrumb.d.ts +1 -1
- package/dist/components/button.d.ts +1 -1
- package/dist/components/calendar.d.ts +1 -1
- package/dist/components/canvas.js +1 -1
- package/dist/components/card.d.ts +1 -1
- package/dist/components/checkbox.d.ts +1 -1
- package/dist/components/collapsible.d.ts +1 -1
- package/dist/components/command-palette.d.ts +1 -1
- package/dist/components/content-switcher.d.ts +1 -1
- package/dist/components/controlled-scroll-view.d.ts +4 -3
- package/dist/components/controlled-scroll-view.js +1 -1
- package/dist/components/cursor.d.ts +4 -3
- package/dist/components/date-picker.d.ts +1 -1
- package/dist/components/definition-list.d.ts +1 -1
- package/dist/components/dialog.d.ts +4 -3
- package/dist/components/dialog.js +1 -1
- package/dist/components/divider.d.ts +1 -1
- package/dist/components/form.d.ts +1 -1
- package/dist/components/gauge.d.ts +1 -1
- package/dist/components/gradient.d.ts +1 -18
- package/dist/components/gradient.js +1 -4
- package/dist/components/heading.d.ts +1 -1
- package/dist/components/heatmap.d.ts +1 -1
- package/dist/components/histogram.d.ts +1 -1
- package/dist/components/kbd.d.ts +1 -1
- package/dist/components/line-chart.d.ts +1 -1
- package/dist/components/link.js +1 -1
- package/dist/components/loading-indicator.d.ts +2 -2
- package/dist/components/menu.d.ts +1 -1
- package/dist/components/message-bubble.d.ts +1 -1
- package/dist/components/model-badge.d.ts +1 -1
- package/dist/components/multi-select.d.ts +1 -1
- package/dist/components/option-list.d.ts +1 -1
- package/dist/components/paragraph.d.ts +1 -1
- package/dist/components/placeholder.d.ts +1 -1
- package/dist/components/progress-bar.d.ts +3 -2
- package/dist/components/radio-group.d.ts +1 -1
- package/dist/components/scatter-plot.d.ts +1 -1
- package/dist/components/scroll-bar-box.d.ts +4 -3
- package/dist/components/scroll-bar.d.ts +4 -3
- package/dist/components/scroll-list.d.ts +4 -3
- package/dist/components/scroll-list.js +1 -1
- package/dist/components/scroll-view.d.ts +4 -3
- package/dist/components/scroll-view.js +1 -1
- package/dist/components/search-input.d.ts +1 -1
- package/dist/components/select-input-indicator.d.ts +1 -1
- package/dist/components/select-input-item.d.ts +1 -1
- package/dist/components/select-input.d.ts +1 -1
- package/dist/components/shimmer-text.d.ts +1 -1
- package/dist/components/slider.d.ts +1 -1
- package/dist/components/sparkline.d.ts +1 -1
- package/dist/components/spinner.d.ts +1 -1
- package/dist/components/spinner.js +1 -1
- package/dist/components/static-render.d.ts +4 -3
- package/dist/components/static.d.ts +3 -2
- package/dist/components/status-line.d.ts +1 -1
- package/dist/components/stepper.d.ts +1 -1
- package/dist/components/streaming-text.d.ts +1 -1
- package/dist/components/switch.d.ts +1 -1
- package/dist/components/tabs.d.ts +1 -1
- package/dist/components/tag.d.ts +1 -1
- package/dist/components/text.d.ts +3 -2
- package/dist/components/text.js +1 -1
- package/dist/components/tooltip.d.ts +1 -1
- package/dist/components/tree-view-entry.d.ts +4 -3
- package/dist/core/index.d.ts +2 -1
- package/dist/core/index.js +1 -1
- package/dist/ink/hooks/use-box-metrics.d.ts +4 -3
- package/dist/ink/hooks/use-box-metrics.js +1 -1
- package/dist/ink/hooks/use-input.js +1 -1
- package/dist/ink/hooks/use-linked-scroll.d.ts +4 -3
- package/dist/ink/hooks/use-paste.js +1 -1
- package/dist/ink/hooks/use-text-selection.d.ts +5 -4
- package/dist/ink/hooks/use-text-selection.js +1 -1
- package/dist/ink/hooks/use-window-size.js +1 -1
- package/dist/ink/index.d.ts +7 -6
- package/dist/ink/index.js +1 -1
- package/dist/packem_shared/ControlledScrollView-CIc-x1Cx.js +1 -0
- package/dist/packem_shared/{DevTools-DdB596Gm.js → DevTools-ClAYpMVI.js} +1 -1
- package/dist/packem_shared/InputParser-B_qZcN3r.js +2 -0
- package/dist/packem_shared/{LayoutNode-B0qeT8sl.js → LayoutNode-B8zej4dm.js} +1 -1
- package/dist/packem_shared/{MouseProvider-CHU5DuwC.js → MouseProvider-PnIUKURs.js} +1 -1
- package/dist/packem_shared/{ScrollList-TUuafnA1.js → ScrollList-C7nZ9ufK.js} +1 -1
- package/dist/packem_shared/{ScrollView-D9nrXw4U.js → ScrollView-DKZ8OM-m.js} +1 -1
- package/dist/packem_shared/TuiApp-BVDXP0Cv.js +1 -0
- package/dist/packem_shared/ansi-parser-B6uXaq65.js +1 -0
- package/dist/packem_shared/colorize-DbTZMrJO.js +1 -0
- package/dist/packem_shared/{comparePoints-Dhgn8lGv.js → comparePoints-YxQfR_zq.js} +1 -1
- package/dist/packem_shared/{controlled-scroll-view-CFM7ZV9N.js → controlled-scroll-view-CcUS50jx.js} +1 -1
- package/dist/packem_shared/createInlineLoop-DRNZ7jqH.js +2 -0
- package/dist/packem_shared/createScreen-CrLrxA6t.js +3 -0
- package/dist/packem_shared/dom-BG-LS10p.js +1 -0
- package/dist/packem_shared/{dom.d-C-sqbtxD.d.ts → dom.d-CcFuBd-k.d.ts} +8 -6
- package/dist/packem_shared/{getPathToRoot-CL45WosJ.js → getPathToRoot-D5Hns9Er.js} +1 -1
- package/dist/packem_shared/input.d-CgxV2e8U.d.ts +90 -0
- package/dist/packem_shared/{layout-D5zRYQRE.js → layout-BMo200nF.js} +1 -1
- package/dist/packem_shared/measure-text-DDjHT1jD.js +3 -0
- package/dist/packem_shared/{measureElement-BP4fUMFg.js → measureElement-BTtTFZg4.js} +1 -1
- package/dist/packem_shared/parseSgrMouse-Ccj70ijb.js +1 -0
- package/dist/packem_shared/processLayout-FEKj_mWu.js +1 -0
- package/dist/packem_shared/{reconciler-ChRlmCI_.js → reconciler-CUbhOvcr.js} +1 -1
- package/dist/packem_shared/{reconciler-C0e93MVj.js → reconciler-DIfG72R9.js} +1 -1
- package/dist/packem_shared/{render-CqZntGO6.js → render-Dh7HMhK1.js} +1 -1
- package/dist/packem_shared/render-bdbSzkJo.js +26 -0
- package/dist/packem_shared/{render.d-CZ__oorj.d.ts → render.d-B1kiO3Ca.d.ts} +1 -1
- package/dist/packem_shared/{renderToString-DE1YWhbo.js → renderToString-BbQiRHrd.js} +1 -1
- package/dist/packem_shared/{renderToString-D3xqB85B.js → renderToString-DVE0cEHt.js} +1 -1
- package/dist/packem_shared/renderTreeToBuffer-CZilzyhN.js +2 -0
- package/dist/packem_shared/renderer-Cfi6ZyHf.js +17 -0
- package/dist/packem_shared/{selection.d-t_tKgYYA.d.ts → selection.d-DAh7REnW.d.ts} +1 -1
- package/dist/packem_shared/setEnableStyledLineCache-D2gZbwFM.js +1 -0
- package/dist/packem_shared/squashTextNodesWithMap-DCdi3SZ2.js +1 -0
- package/dist/packem_shared/{styles.d-CLJdt-kg.d.ts → styles.d-cMo36xQz.d.ts} +2 -98
- package/dist/packem_shared/text-width-BU2eeTWn.js +2 -0
- package/dist/packem_shared/utils-CoviI5Vm.js +1 -0
- package/dist/packem_shared/{wrapOrTruncateStyledLine-kyi6yijx.js → wrapOrTruncateStyledLine-BZ00SM8i.js} +1 -1
- package/dist/react/index.d.ts +2 -1
- package/dist/react/index.js +1 -1
- package/dist/testing/index.d.ts +5 -4
- package/dist/testing/index.js +1 -1
- package/index.js +26 -26
- package/package.json +20 -9
- package/dist/packem_shared/ControlledScrollView-C8VKEcM3.js +0 -1
- package/dist/packem_shared/InputParser-Cfi5GVKV.js +0 -2
- package/dist/packem_shared/TuiApp-BSWPFrDu.js +0 -1
- package/dist/packem_shared/ansi-parser-C5JuL732.js +0 -1
- package/dist/packem_shared/boxes-DyY_LXCi.js +0 -1
- package/dist/packem_shared/colorize-gy_cY-wC.js +0 -2
- package/dist/packem_shared/constants-D12jy2Zh-RSfxu1eM.js +0 -1
- package/dist/packem_shared/createInlineLoop-fhXU93QT.js +0 -2
- package/dist/packem_shared/createScreen-87XLHZq6.js +0 -3
- package/dist/packem_shared/dom-UWZI4lDM.js +0 -8
- package/dist/packem_shared/erase-DeDffywz.js +0 -1
- package/dist/packem_shared/get-string-width-CbMPWEJO.js +0 -1
- package/dist/packem_shared/index-LwZN2xbk.js +0 -75
- package/dist/packem_shared/index.d-Bk52cbgN.d.ts +0 -14
- package/dist/packem_shared/index.server.d-eZWyC2Ku.d.ts +0 -5
- package/dist/packem_shared/input.d-D-Yxqha8.d.ts +0 -172
- package/dist/packem_shared/measure-text-D-jVetsl.js +0 -3
- package/dist/packem_shared/mode-BOIU4Roy.js +0 -1
- package/dist/packem_shared/parseSgrMouse-DoBY7MKw.js +0 -1
- package/dist/packem_shared/processLayout-D2unRIYk.js +0 -1
- package/dist/packem_shared/render-Cn56QShB.js +0 -27
- package/dist/packem_shared/renderTreeToBuffer-LnGZkEUX.js +0 -2
- package/dist/packem_shared/renderer-DaPOmgCC.js +0 -17
- package/dist/packem_shared/setEnableStyledLineCache-Cke6_ZQt.js +0 -1
- package/dist/packem_shared/squashTextNodesWithMap-Cpqmc45i.js +0 -1
- package/dist/packem_shared/strip-C6HQYmlg.js +0 -1
- package/dist/packem_shared/text-width-CI9G0a-z.js +0 -2
- package/dist/packem_shared/utils-THUhYKG2.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## @visulima/tui [1.0.0-alpha.18](https://github.com/visulima/visulima/compare/@visulima/tui@1.0.0-alpha.17...@visulima/tui@1.0.0-alpha.18) (2026-05-20)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **tui:** restrict OSC passthrough to OSC 8 hyperlinks ([355f91a](https://github.com/visulima/visulima/commit/355f91aefae0a8e623a6c434b91dddb8d5e3f8d8)), closes [ink#957](https://github.com/visulima/ink/issues/957)
|
|
6
|
+
|
|
7
|
+
### Continuous Integration
|
|
8
|
+
|
|
9
|
+
* drop lewagon, fix tui lint, api-platform publint, preview-release JSON ([3801100](https://github.com/visulima/visulima/commit/38011006b2488fd25f186a7638ceda5a6ee65e45))
|
|
10
|
+
* pin macos to 15, fix task-runner indent + backbuffer flake ([61cbf4f](https://github.com/visulima/visulima/commit/61cbf4fb09be40c567a4e0d2d4349ad24ea91afb))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Dependencies
|
|
14
|
+
|
|
15
|
+
* **@visulima/ansi:** upgraded to 4.0.0-alpha.14
|
|
16
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.27
|
|
17
|
+
|
|
1
18
|
## @visulima/tui [1.0.0-alpha.17](https://github.com/visulima/visulima/compare/@visulima/tui@1.0.0-alpha.16...@visulima/tui@1.0.0-alpha.17) (2026-05-19)
|
|
2
19
|
|
|
3
20
|
### Features
|
package/LICENSE.md
CHANGED
|
@@ -101,11 +101,14 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
101
101
|
>
|
|
102
102
|
>
|
|
103
103
|
> # Licenses of bundled dependencies
|
|
104
|
+
>
|
|
104
105
|
> The published @visulima/ansi artifact additionally contains code with the following licenses:
|
|
105
106
|
> ISC, MIT
|
|
106
107
|
>
|
|
107
108
|
> # Bundled dependencies:
|
|
109
|
+
>
|
|
108
110
|
> ## ansi-regex
|
|
111
|
+
>
|
|
109
112
|
> License: MIT
|
|
110
113
|
> By: Sindre Sorhus
|
|
111
114
|
> Repository: chalk/ansi-regex
|
|
@@ -120,9 +123,10 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
120
123
|
> >
|
|
121
124
|
> > 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.
|
|
122
125
|
>
|
|
123
|
-
>
|
|
126
|
+
> ---
|
|
124
127
|
>
|
|
125
128
|
> ## mimic-function
|
|
129
|
+
>
|
|
126
130
|
> License: MIT
|
|
127
131
|
> By: Sindre Sorhus
|
|
128
132
|
> Repository: sindresorhus/mimic-function
|
|
@@ -137,9 +141,10 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
137
141
|
> >
|
|
138
142
|
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
139
143
|
>
|
|
140
|
-
>
|
|
144
|
+
> ---
|
|
141
145
|
>
|
|
142
146
|
> ## onetime
|
|
147
|
+
>
|
|
143
148
|
> License: MIT
|
|
144
149
|
> By: Sindre Sorhus
|
|
145
150
|
> Repository: sindresorhus/onetime
|
|
@@ -154,9 +159,10 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
154
159
|
> >
|
|
155
160
|
> > 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.
|
|
156
161
|
>
|
|
157
|
-
>
|
|
162
|
+
> ---
|
|
158
163
|
>
|
|
159
164
|
> ## restore-cursor
|
|
165
|
+
>
|
|
160
166
|
> License: MIT
|
|
161
167
|
> By: Sindre Sorhus
|
|
162
168
|
> Repository: sindresorhus/restore-cursor
|
|
@@ -171,9 +177,10 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
171
177
|
> >
|
|
172
178
|
> > 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.
|
|
173
179
|
>
|
|
174
|
-
>
|
|
180
|
+
> ---
|
|
175
181
|
>
|
|
176
182
|
> ## signal-exit
|
|
183
|
+
>
|
|
177
184
|
> License: ISC
|
|
178
185
|
> By: Ben Coe
|
|
179
186
|
> Repository: https://github.com/tapjs/signal-exit.git
|
|
@@ -200,11 +207,14 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
200
207
|
>
|
|
201
208
|
>
|
|
202
209
|
> # Licenses of bundled types
|
|
210
|
+
>
|
|
203
211
|
> The published @visulima/ansi artifact additionally contains code with the following licenses:
|
|
204
212
|
> MIT
|
|
205
213
|
>
|
|
206
214
|
> # Bundled types:
|
|
215
|
+
>
|
|
207
216
|
> ## restore-cursor
|
|
217
|
+
>
|
|
208
218
|
> License: MIT
|
|
209
219
|
> By: Sindre Sorhus
|
|
210
220
|
> Repository: sindresorhus/restore-cursor
|
|
@@ -271,11 +281,14 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
271
281
|
>
|
|
272
282
|
>
|
|
273
283
|
> # Licenses of bundled dependencies
|
|
284
|
+
>
|
|
274
285
|
> The published @visulima/colorize artifact additionally contains code with the following licenses:
|
|
275
286
|
> MIT
|
|
276
287
|
>
|
|
277
288
|
> # Bundled dependencies:
|
|
289
|
+
>
|
|
278
290
|
> ## ansi-regex
|
|
291
|
+
>
|
|
279
292
|
> License: MIT
|
|
280
293
|
> By: Sindre Sorhus
|
|
281
294
|
> Repository: chalk/ansi-regex
|
|
@@ -349,11 +362,14 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
349
362
|
>
|
|
350
363
|
>
|
|
351
364
|
> # Licenses of bundled types
|
|
365
|
+
>
|
|
352
366
|
> The published @visulima/error artifact additionally contains code with the following licenses:
|
|
353
367
|
> Apache-2.0
|
|
354
368
|
>
|
|
355
369
|
> # Bundled types:
|
|
370
|
+
>
|
|
356
371
|
> ## ai
|
|
372
|
+
>
|
|
357
373
|
> License: Apache-2.0
|
|
358
374
|
> Repository: https://github.com/vercel/ai
|
|
359
375
|
>
|
|
@@ -452,11 +468,14 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
452
468
|
>
|
|
453
469
|
>
|
|
454
470
|
> # Licenses of bundled dependencies
|
|
471
|
+
>
|
|
455
472
|
> The published @visulima/spinner artifact additionally contains code with the following licenses:
|
|
456
473
|
> MIT
|
|
457
474
|
>
|
|
458
475
|
> # Bundled dependencies:
|
|
476
|
+
>
|
|
459
477
|
> ## cli-spinners
|
|
478
|
+
>
|
|
460
479
|
> License: MIT
|
|
461
480
|
> By: Sindre Sorhus
|
|
462
481
|
> Repository: sindresorhus/cli-spinners
|
|
@@ -476,11 +495,14 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
476
495
|
>
|
|
477
496
|
>
|
|
478
497
|
> # Licenses of bundled types
|
|
498
|
+
>
|
|
479
499
|
> The published @visulima/spinner artifact additionally contains code with the following licenses:
|
|
480
500
|
> MIT
|
|
481
501
|
>
|
|
482
502
|
> # Bundled types:
|
|
503
|
+
>
|
|
483
504
|
> ## cli-spinners
|
|
505
|
+
>
|
|
484
506
|
> License: MIT
|
|
485
507
|
> By: Sindre Sorhus
|
|
486
508
|
> Repository: sindresorhus/cli-spinners
|
|
@@ -527,11 +549,14 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
527
549
|
>
|
|
528
550
|
>
|
|
529
551
|
> # Licenses of bundled dependencies
|
|
552
|
+
>
|
|
530
553
|
> The published @visulima/string artifact additionally contains code with the following licenses:
|
|
531
554
|
> MIT
|
|
532
555
|
>
|
|
533
556
|
> # Bundled dependencies:
|
|
557
|
+
>
|
|
534
558
|
> ## codsen-utils
|
|
559
|
+
>
|
|
535
560
|
> License: MIT
|
|
536
561
|
> By: Roy Revelt
|
|
537
562
|
> Repository: git+https://github.com/codsen/codsen.git
|
|
@@ -559,9 +584,10 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
559
584
|
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
560
585
|
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
561
586
|
>
|
|
562
|
-
>
|
|
587
|
+
> ---
|
|
563
588
|
>
|
|
564
589
|
> ## emoji-regex-xs
|
|
590
|
+
>
|
|
565
591
|
> License: MIT
|
|
566
592
|
> By: Steven Levithan
|
|
567
593
|
> Repository: git+https://github.com/slevithan/emoji-regex-xs.git
|
|
@@ -588,9 +614,10 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
588
614
|
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
589
615
|
> > SOFTWARE.
|
|
590
616
|
>
|
|
591
|
-
>
|
|
617
|
+
> ---
|
|
592
618
|
>
|
|
593
619
|
> ## fastest-levenshtein
|
|
620
|
+
>
|
|
594
621
|
> License: MIT
|
|
595
622
|
> By: Kasper U. Weihe
|
|
596
623
|
> Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
|
|
@@ -617,9 +644,10 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
617
644
|
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
618
645
|
> > SOFTWARE.
|
|
619
646
|
>
|
|
620
|
-
>
|
|
647
|
+
> ---
|
|
621
648
|
>
|
|
622
649
|
> ## get-east-asian-width
|
|
650
|
+
>
|
|
623
651
|
> License: MIT
|
|
624
652
|
> By: Sindre Sorhus
|
|
625
653
|
> Repository: sindresorhus/get-east-asian-width
|
|
@@ -634,9 +662,10 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
634
662
|
> >
|
|
635
663
|
> > 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.
|
|
636
664
|
>
|
|
637
|
-
>
|
|
665
|
+
> ---
|
|
638
666
|
>
|
|
639
667
|
> ## html-entities
|
|
668
|
+
>
|
|
640
669
|
> License: MIT
|
|
641
670
|
> By: Marat Dulin
|
|
642
671
|
> Repository: https://github.com/mdevils/html-entities.git
|
|
@@ -661,9 +690,10 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
661
690
|
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
662
691
|
> > THE SOFTWARE.
|
|
663
692
|
>
|
|
664
|
-
>
|
|
693
|
+
> ---
|
|
665
694
|
>
|
|
666
695
|
> ## indent-string
|
|
696
|
+
>
|
|
667
697
|
> License: MIT
|
|
668
698
|
> By: Sindre Sorhus
|
|
669
699
|
> Repository: sindresorhus/indent-string
|
|
@@ -678,9 +708,10 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
678
708
|
> >
|
|
679
709
|
> > 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.
|
|
680
710
|
>
|
|
681
|
-
>
|
|
711
|
+
> ---
|
|
682
712
|
>
|
|
683
713
|
> ## lodash-es
|
|
714
|
+
>
|
|
684
715
|
> License: MIT
|
|
685
716
|
> By: John-David Dalton, Mathias Bynens
|
|
686
717
|
> Repository: lodash/lodash
|
|
@@ -733,9 +764,10 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
733
764
|
> > licenses; we recommend you read them, as their terms may differ from the
|
|
734
765
|
> > terms above.
|
|
735
766
|
>
|
|
736
|
-
>
|
|
767
|
+
> ---
|
|
737
768
|
>
|
|
738
769
|
> ## ranges-apply
|
|
770
|
+
>
|
|
739
771
|
> License: MIT
|
|
740
772
|
> By: Roy Revelt
|
|
741
773
|
> Repository: git+https://github.com/codsen/codsen.git
|
|
@@ -763,9 +795,10 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
763
795
|
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
764
796
|
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
765
797
|
>
|
|
766
|
-
>
|
|
798
|
+
> ---
|
|
767
799
|
>
|
|
768
800
|
> ## ranges-merge
|
|
801
|
+
>
|
|
769
802
|
> License: MIT
|
|
770
803
|
> By: Roy Revelt
|
|
771
804
|
> Repository: git+https://github.com/codsen/codsen.git
|
|
@@ -793,9 +826,10 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
793
826
|
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
794
827
|
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
795
828
|
>
|
|
796
|
-
>
|
|
829
|
+
> ---
|
|
797
830
|
>
|
|
798
831
|
> ## ranges-push
|
|
832
|
+
>
|
|
799
833
|
> License: MIT
|
|
800
834
|
> By: Roy Revelt
|
|
801
835
|
> Repository: git+https://github.com/codsen/codsen.git
|
|
@@ -823,9 +857,10 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
823
857
|
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
824
858
|
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
825
859
|
>
|
|
826
|
-
>
|
|
860
|
+
> ---
|
|
827
861
|
>
|
|
828
862
|
> ## ranges-sort
|
|
863
|
+
>
|
|
829
864
|
> License: MIT
|
|
830
865
|
> By: Roy Revelt
|
|
831
866
|
> Repository: git+https://github.com/codsen/codsen.git
|
|
@@ -853,9 +888,10 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
853
888
|
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
854
889
|
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
855
890
|
>
|
|
856
|
-
>
|
|
891
|
+
> ---
|
|
857
892
|
>
|
|
858
893
|
> ## redent
|
|
894
|
+
>
|
|
859
895
|
> License: MIT
|
|
860
896
|
> By: Sindre Sorhus
|
|
861
897
|
> Repository: sindresorhus/redent
|
|
@@ -870,32 +906,34 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
870
906
|
> >
|
|
871
907
|
> > 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.
|
|
872
908
|
>
|
|
873
|
-
>
|
|
909
|
+
> ---
|
|
874
910
|
>
|
|
875
911
|
> ## rfdc
|
|
912
|
+
>
|
|
876
913
|
> License: MIT
|
|
877
914
|
> By: David Mark Clements
|
|
878
915
|
> Repository: git+https://github.com/davidmarkclements/rfdc.git
|
|
879
916
|
>
|
|
880
917
|
> > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
|
|
881
918
|
> >
|
|
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
|
|
919
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
|
920
|
+
> > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
|
|
921
|
+
> > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
|
|
885
922
|
> > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
886
923
|
> >
|
|
887
|
-
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions
|
|
924
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions
|
|
888
925
|
> > of the Software.
|
|
889
926
|
> >
|
|
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
|
|
927
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
928
|
+
> > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
929
|
+
> > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
|
930
|
+
> > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
894
931
|
> > IN THE SOFTWARE.
|
|
895
932
|
>
|
|
896
|
-
>
|
|
933
|
+
> ---
|
|
897
934
|
>
|
|
898
935
|
> ## string-collapse-leading-whitespace
|
|
936
|
+
>
|
|
899
937
|
> License: MIT
|
|
900
938
|
> By: Roy Revelt
|
|
901
939
|
> Repository: git+https://github.com/codsen/codsen.git
|
|
@@ -923,9 +961,10 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
923
961
|
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
924
962
|
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
925
963
|
>
|
|
926
|
-
>
|
|
964
|
+
> ---
|
|
927
965
|
>
|
|
928
966
|
> ## string-left-right
|
|
967
|
+
>
|
|
929
968
|
> License: MIT
|
|
930
969
|
> By: Roy Revelt
|
|
931
970
|
> Repository: git+https://github.com/codsen/codsen.git
|
|
@@ -953,9 +992,10 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
953
992
|
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
954
993
|
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
955
994
|
>
|
|
956
|
-
>
|
|
995
|
+
> ---
|
|
957
996
|
>
|
|
958
997
|
> ## string-strip-html
|
|
998
|
+
>
|
|
959
999
|
> License: MIT
|
|
960
1000
|
> By: Roy Revelt
|
|
961
1001
|
> Repository: git+https://github.com/codsen/codsen.git
|
|
@@ -983,9 +1023,10 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
983
1023
|
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
984
1024
|
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
985
1025
|
>
|
|
986
|
-
>
|
|
1026
|
+
> ---
|
|
987
1027
|
>
|
|
988
1028
|
> ## strip-indent
|
|
1029
|
+
>
|
|
989
1030
|
> License: MIT
|
|
990
1031
|
> By: Sindre Sorhus
|
|
991
1032
|
> Repository: sindresorhus/strip-indent
|
|
@@ -1000,9 +1041,10 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1000
1041
|
> >
|
|
1001
1042
|
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1002
1043
|
>
|
|
1003
|
-
>
|
|
1044
|
+
> ---
|
|
1004
1045
|
>
|
|
1005
1046
|
> ## tiny-invariant
|
|
1047
|
+
>
|
|
1006
1048
|
> License: MIT
|
|
1007
1049
|
> By: Alex Reardon
|
|
1008
1050
|
> Repository: https://github.com/alexreardon/tiny-invariant.git
|
|
@@ -1034,11 +1076,14 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1034
1076
|
>
|
|
1035
1077
|
>
|
|
1036
1078
|
> # Licenses of bundled types
|
|
1079
|
+
>
|
|
1037
1080
|
> The published @visulima/string artifact additionally contains code with the following licenses:
|
|
1038
1081
|
> MIT
|
|
1039
1082
|
>
|
|
1040
1083
|
> # Bundled types:
|
|
1084
|
+
>
|
|
1041
1085
|
> ## fastest-levenshtein
|
|
1086
|
+
>
|
|
1042
1087
|
> License: MIT
|
|
1043
1088
|
> By: Kasper U. Weihe
|
|
1044
1089
|
> Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
|
|
@@ -1065,9 +1110,10 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1065
1110
|
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1066
1111
|
> > SOFTWARE.
|
|
1067
1112
|
>
|
|
1068
|
-
>
|
|
1113
|
+
> ---
|
|
1069
1114
|
>
|
|
1070
1115
|
> ## get-east-asian-width
|
|
1116
|
+
>
|
|
1071
1117
|
> License: MIT
|
|
1072
1118
|
> By: Sindre Sorhus
|
|
1073
1119
|
> Repository: sindresorhus/get-east-asian-width
|
|
@@ -1082,9 +1128,10 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1082
1128
|
> >
|
|
1083
1129
|
> > 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.
|
|
1084
1130
|
>
|
|
1085
|
-
>
|
|
1131
|
+
> ---
|
|
1086
1132
|
>
|
|
1087
1133
|
> ## indent-string
|
|
1134
|
+
>
|
|
1088
1135
|
> License: MIT
|
|
1089
1136
|
> By: Sindre Sorhus
|
|
1090
1137
|
> Repository: sindresorhus/indent-string
|
|
@@ -1099,9 +1146,10 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1099
1146
|
> >
|
|
1100
1147
|
> > 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.
|
|
1101
1148
|
>
|
|
1102
|
-
>
|
|
1149
|
+
> ---
|
|
1103
1150
|
>
|
|
1104
1151
|
> ## redent
|
|
1152
|
+
>
|
|
1105
1153
|
> License: MIT
|
|
1106
1154
|
> By: Sindre Sorhus
|
|
1107
1155
|
> Repository: sindresorhus/redent
|
|
@@ -1116,9 +1164,10 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1116
1164
|
> >
|
|
1117
1165
|
> > 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.
|
|
1118
1166
|
>
|
|
1119
|
-
>
|
|
1167
|
+
> ---
|
|
1120
1168
|
>
|
|
1121
1169
|
> ## strip-indent
|
|
1170
|
+
>
|
|
1122
1171
|
> License: MIT
|
|
1123
1172
|
> By: Sindre Sorhus
|
|
1124
1173
|
> Repository: sindresorhus/strip-indent
|
|
@@ -1263,174 +1312,6 @@ The published @visulima/tui artifact additionally contains code with the followi
|
|
|
1263
1312
|
MIT
|
|
1264
1313
|
|
|
1265
1314
|
# Bundled types:
|
|
1266
|
-
## @visulima/colorize
|
|
1267
|
-
License: MIT
|
|
1268
|
-
By: Daniel Bannert
|
|
1269
|
-
Repository: git+https://github.com/visulima/visulima.git
|
|
1270
|
-
|
|
1271
|
-
> MIT License
|
|
1272
|
-
>
|
|
1273
|
-
> Copyright (c) 2026 visulima
|
|
1274
|
-
>
|
|
1275
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1276
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
1277
|
-
> in the Software without restriction, including without limitation the rights
|
|
1278
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1279
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
1280
|
-
> furnished to do so, subject to the following conditions:
|
|
1281
|
-
>
|
|
1282
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
1283
|
-
> copies or substantial portions of the Software.
|
|
1284
|
-
>
|
|
1285
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1286
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1287
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1288
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1289
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1290
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1291
|
-
> SOFTWARE.
|
|
1292
|
-
>
|
|
1293
|
-
> ---
|
|
1294
|
-
>
|
|
1295
|
-
> Colorize is based on https://github.com/webdiscus/ansis
|
|
1296
|
-
>
|
|
1297
|
-
> ISC License
|
|
1298
|
-
>
|
|
1299
|
-
> Copyright (c) 2023, webdiscus
|
|
1300
|
-
>
|
|
1301
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
|
1302
|
-
> purpose with or without fee is hereby granted, provided that the above
|
|
1303
|
-
> copyright notice and this permission notice appear in all copies.
|
|
1304
|
-
>
|
|
1305
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
1306
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
1307
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
1308
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
1309
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
1310
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
1311
|
-
> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
1312
|
-
>
|
|
1313
|
-
> <!-- DEPENDENCIES -->
|
|
1314
|
-
>
|
|
1315
|
-
> # Licenses of bundled dependencies
|
|
1316
|
-
> The published @visulima/colorize artifact additionally contains code with the following licenses:
|
|
1317
|
-
> MIT
|
|
1318
|
-
>
|
|
1319
|
-
> # Bundled dependencies:
|
|
1320
|
-
> ## ansi-regex
|
|
1321
|
-
> License: MIT
|
|
1322
|
-
> By: Sindre Sorhus
|
|
1323
|
-
> Repository: chalk/ansi-regex
|
|
1324
|
-
>
|
|
1325
|
-
> > MIT License
|
|
1326
|
-
> >
|
|
1327
|
-
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1328
|
-
> >
|
|
1329
|
-
> > 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:
|
|
1330
|
-
> >
|
|
1331
|
-
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1332
|
-
> >
|
|
1333
|
-
> > 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.
|
|
1334
|
-
>
|
|
1335
|
-
> <!-- /DEPENDENCIES -->
|
|
1336
|
-
|
|
1337
|
-
---------------------------------------
|
|
1338
|
-
|
|
1339
|
-
## @visulima/spinner
|
|
1340
|
-
License: MIT
|
|
1341
|
-
By: Daniel Bannert
|
|
1342
|
-
Repository: git+https://github.com/visulima/visulima.git
|
|
1343
|
-
|
|
1344
|
-
> MIT License
|
|
1345
|
-
>
|
|
1346
|
-
> Copyright (c) 2026 visulima
|
|
1347
|
-
>
|
|
1348
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1349
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
1350
|
-
> in the Software without restriction, including without limitation the rights
|
|
1351
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1352
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
1353
|
-
> furnished to do so, subject to the following conditions:
|
|
1354
|
-
>
|
|
1355
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
1356
|
-
> copies or substantial portions of the Software.
|
|
1357
|
-
>
|
|
1358
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1359
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1360
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1361
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1362
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1363
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1364
|
-
> SOFTWARE.
|
|
1365
|
-
>
|
|
1366
|
-
> ---
|
|
1367
|
-
>
|
|
1368
|
-
> ## Acknowledgments
|
|
1369
|
-
>
|
|
1370
|
-
> This project includes spinner animations inspired by and adapted from the following open-source libraries, all licensed under the MIT License:
|
|
1371
|
-
>
|
|
1372
|
-
> ### Rattles
|
|
1373
|
-
>
|
|
1374
|
-
> - **Source:** https://github.com/vyfor/rattles
|
|
1375
|
-
> - **Author:** vyfor
|
|
1376
|
-
> - **License:** MIT
|
|
1377
|
-
> - **Description:** A minimal terminal spinner library for Rust that inspired additional braille-based spinner animations.
|
|
1378
|
-
>
|
|
1379
|
-
> ### unicode-animations
|
|
1380
|
-
>
|
|
1381
|
-
> - **Source:** https://github.com/gunnargray-dev/unicode-animations
|
|
1382
|
-
> - **Author:** gunnar gray
|
|
1383
|
-
> - **License:** MIT
|
|
1384
|
-
> - **Description:** Provides Unicode-based braille animations that were adapted for additional visual effects.
|
|
1385
|
-
>
|
|
1386
|
-
> <!-- DEPENDENCIES -->
|
|
1387
|
-
>
|
|
1388
|
-
> # Licenses of bundled dependencies
|
|
1389
|
-
> The published @visulima/spinner artifact additionally contains code with the following licenses:
|
|
1390
|
-
> MIT
|
|
1391
|
-
>
|
|
1392
|
-
> # Bundled dependencies:
|
|
1393
|
-
> ## cli-spinners
|
|
1394
|
-
> License: MIT
|
|
1395
|
-
> By: Sindre Sorhus
|
|
1396
|
-
> Repository: sindresorhus/cli-spinners
|
|
1397
|
-
>
|
|
1398
|
-
> > MIT License
|
|
1399
|
-
> >
|
|
1400
|
-
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1401
|
-
> >
|
|
1402
|
-
> > 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:
|
|
1403
|
-
> >
|
|
1404
|
-
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1405
|
-
> >
|
|
1406
|
-
> > 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.
|
|
1407
|
-
>
|
|
1408
|
-
> <!-- /DEPENDENCIES -->
|
|
1409
|
-
>
|
|
1410
|
-
>
|
|
1411
|
-
>
|
|
1412
|
-
> # Licenses of bundled types
|
|
1413
|
-
> The published @visulima/spinner artifact additionally contains code with the following licenses:
|
|
1414
|
-
> MIT
|
|
1415
|
-
>
|
|
1416
|
-
> # Bundled types:
|
|
1417
|
-
> ## cli-spinners
|
|
1418
|
-
> License: MIT
|
|
1419
|
-
> By: Sindre Sorhus
|
|
1420
|
-
> Repository: sindresorhus/cli-spinners
|
|
1421
|
-
>
|
|
1422
|
-
> > MIT License
|
|
1423
|
-
> >
|
|
1424
|
-
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1425
|
-
> >
|
|
1426
|
-
> > 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:
|
|
1427
|
-
> >
|
|
1428
|
-
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1429
|
-
> >
|
|
1430
|
-
> > 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.
|
|
1431
|
-
|
|
1432
|
-
---------------------------------------
|
|
1433
|
-
|
|
1434
1315
|
## @visulima/tabular
|
|
1435
1316
|
License: MIT
|
|
1436
1317
|
By: Daniel Bannert
|
|
@@ -2763,50 +2644,4 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
2763
2644
|
> > >
|
|
2764
2645
|
> > > 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.
|
|
2765
2646
|
|
|
2766
|
-
---------------------------------------
|
|
2767
|
-
|
|
2768
|
-
## cli-boxes
|
|
2769
|
-
License: MIT
|
|
2770
|
-
By: Sindre Sorhus
|
|
2771
|
-
Repository: sindresorhus/cli-boxes
|
|
2772
|
-
|
|
2773
|
-
> MIT License
|
|
2774
|
-
>
|
|
2775
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2776
|
-
>
|
|
2777
|
-
> 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:
|
|
2778
|
-
>
|
|
2779
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2780
|
-
>
|
|
2781
|
-
> 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.
|
|
2782
|
-
|
|
2783
|
-
---------------------------------------
|
|
2784
|
-
|
|
2785
|
-
## tseep
|
|
2786
|
-
License: MIT
|
|
2787
|
-
By: morglod
|
|
2788
|
-
Repository: git+https://github.com/Morglod/tseep.git
|
|
2789
|
-
|
|
2790
|
-
> MIT License
|
|
2791
|
-
>
|
|
2792
|
-
> Copyright (c) 2018 Vladimir Kruzhkov @morglod
|
|
2793
|
-
>
|
|
2794
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2795
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
2796
|
-
> in the Software without restriction, including without limitation the rights
|
|
2797
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2798
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
2799
|
-
> furnished to do so, subject to the following conditions:
|
|
2800
|
-
>
|
|
2801
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
2802
|
-
> copies or substantial portions of the Software.
|
|
2803
|
-
>
|
|
2804
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2805
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2806
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2807
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2808
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2809
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2810
|
-
> SOFTWARE.
|
|
2811
|
-
|
|
2812
2647
|
<!-- /TYPE_DEPENDENCIES -->
|