@visulima/tui 1.0.0-alpha.2 → 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 (669) hide show
  1. package/CHANGELOG.md +285 -0
  2. package/LICENSE.md +2650 -55
  3. package/README.md +38 -10
  4. package/dist/components/accordion.d.ts +59 -0
  5. package/dist/components/accordion.js +1 -0
  6. package/dist/components/alert.d.ts +26 -0
  7. package/dist/components/alert.js +1 -0
  8. package/dist/components/animate-presence.d.ts +18 -0
  9. package/dist/components/animate-presence.js +1 -0
  10. package/dist/components/approval-prompt.d.ts +65 -0
  11. package/dist/components/approval-prompt.js +1 -0
  12. package/dist/components/area-chart.d.ts +66 -0
  13. package/dist/components/area-chart.js +1 -0
  14. package/dist/components/badge.d.ts +22 -0
  15. package/dist/components/badge.js +1 -0
  16. package/dist/components/bar-chart.d.ts +67 -0
  17. package/dist/components/bar-chart.js +1 -0
  18. package/dist/components/big-text.d.ts +81 -0
  19. package/dist/components/big-text.js +1 -0
  20. package/dist/components/blink-dot.d.ts +36 -0
  21. package/dist/components/blink-dot.js +1 -0
  22. package/dist/components/box.d.ts +61 -0
  23. package/dist/components/box.js +1 -0
  24. package/dist/components/breadcrumb.d.ts +33 -0
  25. package/dist/components/breadcrumb.js +1 -0
  26. package/dist/components/button.d.ts +45 -0
  27. package/dist/components/button.js +1 -0
  28. package/dist/components/calendar.d.ts +72 -0
  29. package/dist/components/calendar.js +1 -0
  30. package/dist/components/canvas.d.ts +44 -0
  31. package/dist/components/canvas.js +1 -0
  32. package/dist/components/card.d.ts +57 -0
  33. package/dist/components/card.js +1 -0
  34. package/dist/components/checkbox.d.ts +48 -0
  35. package/dist/components/checkbox.js +1 -0
  36. package/dist/components/code.d.ts +48 -0
  37. package/dist/components/code.js +2 -0
  38. package/dist/components/collapsible.d.ts +53 -0
  39. package/dist/components/collapsible.js +1 -0
  40. package/dist/components/command-block.d.ts +47 -0
  41. package/dist/components/command-block.js +4 -0
  42. package/dist/components/command-palette.d.ts +82 -0
  43. package/dist/components/command-palette.js +1 -0
  44. package/dist/components/confirm-dialog.d.ts +75 -0
  45. package/dist/components/confirm-dialog.js +1 -0
  46. package/dist/components/confirm-input.d.ts +38 -0
  47. package/dist/components/confirm-input.js +1 -0
  48. package/dist/components/console-overlay.d.ts +54 -0
  49. package/dist/components/console-overlay.js +1 -0
  50. package/dist/components/content-switcher.d.ts +57 -0
  51. package/dist/components/content-switcher.js +1 -0
  52. package/dist/components/controlled-scroll-view.d.ts +60 -0
  53. package/dist/components/controlled-scroll-view.js +1 -0
  54. package/dist/components/cursor.d.ts +61 -0
  55. package/dist/components/cursor.js +1 -0
  56. package/dist/components/date-picker.d.ts +65 -0
  57. package/dist/components/date-picker.js +1 -0
  58. package/dist/components/definition-list.d.ts +44 -0
  59. package/dist/components/definition-list.js +1 -0
  60. package/dist/components/dialog.d.ts +116 -0
  61. package/dist/components/dialog.js +1 -0
  62. package/dist/components/diff-view.d.ts +85 -0
  63. package/dist/components/diff-view.js +1 -0
  64. package/dist/components/divider.d.ts +49 -0
  65. package/dist/components/divider.js +1 -0
  66. package/dist/components/file-picker-entry.d.ts +104 -0
  67. package/dist/components/file-picker-entry.js +1 -0
  68. package/dist/components/form.d.ts +81 -0
  69. package/dist/components/form.js +1 -0
  70. package/dist/components/gauge.d.ts +87 -0
  71. package/dist/components/gauge.js +1 -0
  72. package/dist/components/gradient.d.ts +59 -0
  73. package/dist/components/gradient.js +4 -0
  74. package/dist/components/heading.d.ts +33 -0
  75. package/dist/components/heading.js +1 -0
  76. package/dist/components/heatmap.d.ts +62 -0
  77. package/dist/components/heatmap.js +1 -0
  78. package/dist/components/help.d.ts +52 -0
  79. package/dist/components/help.js +1 -0
  80. package/dist/components/histogram.d.ts +62 -0
  81. package/dist/components/histogram.js +1 -0
  82. package/dist/components/kbd.d.ts +31 -0
  83. package/dist/components/kbd.js +1 -0
  84. package/dist/components/line-chart.d.ts +109 -0
  85. package/dist/components/line-chart.js +1 -0
  86. package/dist/components/link.d.ts +38 -0
  87. package/dist/components/link.js +1 -0
  88. package/dist/components/loading-indicator.d.ts +29 -0
  89. package/dist/components/loading-indicator.js +1 -0
  90. package/dist/components/markdown.d.ts +40 -0
  91. package/dist/components/markdown.js +1 -0
  92. package/dist/components/masked-input.d.ts +50 -0
  93. package/dist/components/masked-input.js +1 -0
  94. package/dist/components/menu.d.ts +78 -0
  95. package/dist/components/menu.js +1 -0
  96. package/dist/components/message-bubble.d.ts +43 -0
  97. package/dist/components/message-bubble.js +1 -0
  98. package/dist/components/model-badge.d.ts +39 -0
  99. package/dist/components/model-badge.js +1 -0
  100. package/dist/components/multi-select.d.ts +65 -0
  101. package/dist/components/multi-select.js +1 -0
  102. package/dist/components/newline.d.ts +15 -0
  103. package/dist/components/newline.js +2 -0
  104. package/dist/components/operation-tree.d.ts +49 -0
  105. package/dist/components/operation-tree.js +1 -0
  106. package/dist/components/option-list.d.ts +47 -0
  107. package/dist/components/option-list.js +1 -0
  108. package/dist/components/ordered-list.d.ts +24 -0
  109. package/dist/components/ordered-list.js +1 -0
  110. package/dist/components/paginator.d.ts +69 -0
  111. package/dist/components/paginator.js +1 -0
  112. package/dist/components/paragraph.d.ts +38 -0
  113. package/dist/components/paragraph.js +1 -0
  114. package/dist/components/placeholder.d.ts +55 -0
  115. package/dist/components/placeholder.js +1 -0
  116. package/dist/components/progress-bar.d.ts +55 -0
  117. package/dist/components/progress-bar.js +1 -0
  118. package/dist/components/radio-group.d.ts +74 -0
  119. package/dist/components/radio-group.js +1 -0
  120. package/dist/components/scatter-plot.d.ts +35 -0
  121. package/dist/components/scatter-plot.js +1 -0
  122. package/dist/components/scroll-bar-box.d.ts +36 -0
  123. package/dist/components/scroll-bar-box.js +1 -0
  124. package/dist/components/scroll-bar.d.ts +24 -0
  125. package/dist/components/scroll-bar.js +1 -0
  126. package/dist/components/scroll-list.d.ts +19 -0
  127. package/dist/components/scroll-list.js +1 -0
  128. package/dist/components/scroll-view.d.ts +9 -0
  129. package/dist/components/scroll-view.js +1 -0
  130. package/dist/components/search-input.d.ts +55 -0
  131. package/dist/components/search-input.js +1 -0
  132. package/dist/components/select-input-indicator.d.ts +32 -0
  133. package/dist/components/select-input-indicator.js +1 -0
  134. package/dist/components/select-input-item.d.ts +41 -0
  135. package/dist/components/select-input-item.js +1 -0
  136. package/dist/components/select-input.d.ts +110 -0
  137. package/dist/components/select-input.js +1 -0
  138. package/dist/components/shimmer-text.d.ts +47 -0
  139. package/dist/components/shimmer-text.js +1 -0
  140. package/dist/components/slider.d.ts +103 -0
  141. package/dist/components/slider.js +1 -0
  142. package/dist/components/spacer.d.ts +8 -0
  143. package/dist/components/spacer.js +1 -0
  144. package/dist/components/sparkline.d.ts +35 -0
  145. package/dist/components/sparkline.js +1 -0
  146. package/dist/components/spinner.d.ts +17 -0
  147. package/dist/components/spinner.js +1 -0
  148. package/dist/components/static-render.d.ts +54 -0
  149. package/dist/components/static-render.js +1 -0
  150. package/dist/components/static.d.ts +28 -0
  151. package/dist/components/static.js +1 -0
  152. package/dist/components/status-line.d.ts +37 -0
  153. package/dist/components/status-line.js +1 -0
  154. package/dist/components/status-message.d.ts +21 -0
  155. package/dist/components/status-message.js +1 -0
  156. package/dist/components/stepper.d.ts +48 -0
  157. package/dist/components/stepper.js +1 -0
  158. package/dist/components/stopwatch.d.ts +49 -0
  159. package/dist/components/stopwatch.js +1 -0
  160. package/dist/components/streaming-text.d.ts +46 -0
  161. package/dist/components/streaming-text.js +1 -0
  162. package/dist/components/switch.d.ts +55 -0
  163. package/dist/components/switch.js +1 -0
  164. package/dist/components/tab.d.ts +19 -0
  165. package/dist/components/tab.js +1 -0
  166. package/dist/components/table.d.ts +119 -0
  167. package/dist/components/table.js +1 -0
  168. package/dist/components/tabs.d.ts +107 -0
  169. package/dist/components/tabs.js +1 -0
  170. package/dist/components/tag.d.ts +35 -0
  171. package/dist/components/tag.js +1 -0
  172. package/dist/components/text-input.d.ts +48 -0
  173. package/dist/components/text-input.js +1 -0
  174. package/dist/components/text.d.ts +78 -0
  175. package/dist/components/text.js +1 -0
  176. package/dist/components/textarea.d.ts +68 -0
  177. package/dist/components/textarea.js +2 -0
  178. package/dist/components/timer.d.ts +59 -0
  179. package/dist/components/timer.js +1 -0
  180. package/dist/components/toast.d.ts +49 -0
  181. package/dist/components/toast.js +1 -0
  182. package/dist/components/tooltip.d.ts +43 -0
  183. package/dist/components/tooltip.js +1 -0
  184. package/dist/components/transform.d.ts +21 -0
  185. package/dist/components/transform.js +1 -0
  186. package/dist/components/transition.d.ts +74 -0
  187. package/dist/components/transition.js +1 -0
  188. package/dist/components/tree-view-entry.d.ts +356 -0
  189. package/dist/components/tree-view-entry.js +1 -0
  190. package/dist/components/unordered-list.d.ts +30 -0
  191. package/dist/components/unordered-list.js +1 -0
  192. package/dist/core/index.d.ts +57 -5
  193. package/dist/core/index.js +1 -5
  194. package/dist/ink/hooks/use-animation.d.ts +37 -39
  195. package/dist/ink/hooks/use-animation.js +1 -0
  196. package/dist/ink/hooks/use-app.d.ts +36 -4
  197. package/dist/ink/hooks/use-app.js +1 -0
  198. package/dist/ink/hooks/use-box-metrics.d.ts +57 -50
  199. package/dist/ink/hooks/use-box-metrics.js +1 -0
  200. package/dist/ink/hooks/use-clipboard.d.ts +26 -25
  201. package/dist/ink/hooks/use-clipboard.js +1 -0
  202. package/dist/ink/hooks/use-color-blindness.d.ts +29 -29
  203. package/dist/ink/hooks/use-color-blindness.js +1 -0
  204. package/dist/ink/hooks/use-console-capture.d.ts +38 -38
  205. package/dist/ink/hooks/use-console-capture.js +1 -0
  206. package/dist/ink/hooks/use-cursor.d.ts +10 -9
  207. package/dist/ink/hooks/use-cursor.js +1 -0
  208. package/dist/ink/hooks/use-focus-manager.d.ts +53 -38
  209. package/dist/ink/hooks/use-focus-manager.js +1 -0
  210. package/dist/ink/hooks/use-focus.d.ts +29 -25
  211. package/dist/ink/hooks/use-focus.js +1 -0
  212. package/dist/ink/hooks/use-form.d.ts +68 -0
  213. package/dist/ink/hooks/use-form.js +1 -0
  214. package/dist/ink/hooks/use-hotkey.d.ts +37 -0
  215. package/dist/ink/hooks/use-hotkey.js +1 -0
  216. package/dist/ink/hooks/use-input.d.ts +142 -142
  217. package/dist/ink/hooks/use-input.js +2 -0
  218. package/dist/ink/hooks/use-interval.d.ts +25 -0
  219. package/dist/ink/hooks/use-interval.js +1 -0
  220. package/dist/ink/hooks/use-is-screen-reader-enabled.d.ts +4 -4
  221. package/dist/ink/hooks/use-is-screen-reader-enabled.js +1 -0
  222. package/dist/ink/hooks/use-key-bindings.d.ts +50 -52
  223. package/dist/ink/hooks/use-key-bindings.js +1 -0
  224. package/dist/ink/hooks/use-key-chord.d.ts +25 -0
  225. package/dist/ink/hooks/use-key-chord.js +1 -0
  226. package/dist/ink/hooks/use-linked-scroll.d.ts +44 -37
  227. package/dist/ink/hooks/use-linked-scroll.js +1 -0
  228. package/dist/ink/hooks/use-paste.d.ts +41 -40
  229. package/dist/ink/hooks/use-paste.js +1 -0
  230. package/dist/ink/hooks/use-persistent-state.d.ts +56 -0
  231. package/dist/ink/hooks/use-persistent-state.js +2 -0
  232. package/dist/ink/hooks/use-scroll-acceleration.d.ts +43 -43
  233. package/dist/ink/hooks/use-scroll-acceleration.js +1 -0
  234. package/dist/ink/hooks/use-scroll-input.d.ts +31 -31
  235. package/dist/ink/hooks/use-scroll-input.js +1 -0
  236. package/dist/ink/hooks/use-stderr.d.ts +14 -4
  237. package/dist/ink/hooks/use-stderr.js +1 -0
  238. package/dist/ink/hooks/use-stdin.d.ts +28 -5
  239. package/dist/ink/hooks/use-stdin.js +1 -0
  240. package/dist/ink/hooks/use-stdout.d.ts +14 -4
  241. package/dist/ink/hooks/use-stdout.js +1 -0
  242. package/dist/ink/hooks/use-stopwatch.d.ts +36 -37
  243. package/dist/ink/hooks/use-stopwatch.js +1 -0
  244. package/dist/ink/hooks/use-terminal-palette.d.ts +17 -16
  245. package/dist/ink/hooks/use-terminal-palette.js +1 -0
  246. package/dist/ink/hooks/use-text-buffer.d.ts +37 -37
  247. package/dist/ink/hooks/use-text-buffer.js +4 -0
  248. package/dist/ink/hooks/use-text-selection.d.ts +40 -41
  249. package/dist/ink/hooks/use-text-selection.js +1 -0
  250. package/dist/ink/hooks/use-timeout.d.ts +24 -0
  251. package/dist/ink/hooks/use-timeout.js +1 -0
  252. package/dist/ink/hooks/use-timer.d.ts +45 -46
  253. package/dist/ink/hooks/use-timer.js +1 -0
  254. package/dist/ink/hooks/use-window-size.d.ts +14 -14
  255. package/dist/ink/hooks/use-window-size.js +1 -0
  256. package/dist/ink/index.d.ts +397 -159
  257. package/dist/ink/index.js +1 -100
  258. package/dist/packem_chunks/devtools.js +3 -26
  259. package/dist/packem_shared/COLOR_BLINDNESS_SIMULATION-DqErf7XX.js +1 -0
  260. package/dist/packem_shared/Cell-BrXn3jxY.js +1 -0
  261. package/dist/packem_shared/ControlledScrollView-CIc-x1Cx.js +1 -0
  262. package/dist/packem_shared/DevTools-BR7K-5JX.js +1 -0
  263. package/dist/packem_shared/FilePicker-tYj_CIau.js +1 -0
  264. package/dist/packem_shared/FocusContext-Xy0cwJpO.js +1 -0
  265. package/dist/packem_shared/Fullscreen-CxLd1-Zu.js +1 -0
  266. package/dist/packem_shared/IMECompositionBuffer-C89PhiOu.js +1 -0
  267. package/dist/packem_shared/InputParser-BAqciKJ6.js +2 -0
  268. package/dist/packem_shared/KEY-Bk8B-3h_.js +1 -0
  269. package/dist/packem_shared/LayoutNode-B0qeT8sl.js +1 -0
  270. package/dist/packem_shared/MouseProvider-CHU5DuwC.js +1 -0
  271. package/dist/packem_shared/NAMED_COLORS-B9fJsYdg.js +1 -0
  272. package/dist/packem_shared/Renderer-DJXooAsp.js +1 -0
  273. package/dist/packem_shared/ResizeObserverEntry-Dq0dk8Kq.js +1 -0
  274. package/dist/packem_shared/ScrollBar-U_37hlIT.js +1 -0
  275. package/dist/packem_shared/ScrollBarBox-DwiCxilX.js +1 -0
  276. package/dist/packem_shared/ScrollList-C7nZ9ufK.js +1 -0
  277. package/dist/packem_shared/ScrollView-DKZ8OM-m.js +1 -0
  278. package/dist/packem_shared/Static-DLynr5pn.js +1 -0
  279. package/dist/packem_shared/TreeNodeMap-CspqSCpb.js +1 -0
  280. package/dist/packem_shared/TreeView-C0Iv3et8.js +1 -0
  281. package/dist/packem_shared/TuiApp-CxBtziW8.js +1 -0
  282. package/dist/packem_shared/TuiContext-BoJvG3NN.js +3 -0
  283. package/dist/packem_shared/_commonjsHelpers-CHNfUHCT.js +1 -0
  284. package/dist/packem_shared/accessibility-context-DDyHTwmA.js +1 -0
  285. package/dist/packem_shared/animation-context-DW3p-vpk.js +1 -0
  286. package/dist/packem_shared/ansi-parser-C5JuL732.js +1 -0
  287. package/dist/packem_shared/ansi-tokenizer-DqX9nJuk.js +1 -0
  288. package/dist/packem_shared/app-context-BVpKlG1z.js +1 -0
  289. package/dist/packem_shared/background-context-rjOaWFki.js +1 -0
  290. package/dist/packem_shared/boxes-DyY_LXCi.js +1 -0
  291. package/dist/packem_shared/braille-BBjIoaN0.js +1 -0
  292. package/dist/packem_shared/buffer.d-EJkZr8uH.d.ts +39 -0
  293. package/dist/packem_shared/clipboard.d-D6lZTQ21.d.ts +23 -0
  294. package/dist/packem_shared/color-matrix.d-DSXLsB64.d.ts +50 -0
  295. package/dist/packem_shared/colorize-gy_cY-wC.js +2 -0
  296. package/dist/packem_shared/comparePoints-Dez5FkH9.js +1 -0
  297. package/dist/packem_shared/constants-D12jy2Zh-RSfxu1eM.js +1 -0
  298. package/dist/packem_shared/controlled-scroll-view-CcUS50jx.js +1 -0
  299. package/dist/packem_shared/createInlineLoop-D0JaKX9A.js +2 -0
  300. package/dist/packem_shared/createScreen-87XLHZq6.js +3 -0
  301. package/dist/packem_shared/cursor-context-CFviBqPX.js +1 -0
  302. package/dist/packem_shared/cursor-helpers.d-BONB9tky.d.ts +12 -0
  303. package/dist/packem_shared/dom-CW6KYzFK.js +8 -0
  304. package/dist/packem_shared/dom.d-DgP_exKU.d.ts +412 -0
  305. package/dist/packem_shared/erase-DKKNxHZ_.js +1 -0
  306. package/dist/packem_shared/focus-context-CsT69klR.js +1 -0
  307. package/dist/packem_shared/format-time-C7Q-hQZq.js +1 -0
  308. package/dist/packem_shared/get-string-width-CbMPWEJO.js +1 -0
  309. package/dist/packem_shared/getPathToRoot-B3q6OlQy.js +1 -0
  310. package/dist/packem_shared/getScrollHeight-ClEOyLHH.js +1 -0
  311. package/dist/packem_shared/index-COPEEDn3.js +9 -0
  312. package/dist/packem_shared/index-CqsHHJkn.js +75 -0
  313. package/dist/packem_shared/index.d-Bk52cbgN.d.ts +14 -0
  314. package/dist/packem_shared/index.server.d-eZWyC2Ku.d.ts +5 -0
  315. package/dist/packem_shared/input-utils-fAxzSlNh.js +1 -0
  316. package/dist/packem_shared/input.d-D-Yxqha8.d.ts +172 -0
  317. package/dist/packem_shared/isIntersecting-B3KbKTmu.js +1 -0
  318. package/dist/packem_shared/isOsc52Supported-DKK7Uee6.js +1 -0
  319. package/dist/packem_shared/isTerminalPaletteQuerySupported-Dn2hFAZ_.js +1 -0
  320. package/dist/packem_shared/kittyFlags-C3rZLbcK.js +1 -0
  321. package/dist/packem_shared/layout-BMo200nF.js +2 -0
  322. package/dist/packem_shared/line-chart-kf7uhR0K.js +1 -0
  323. package/dist/packem_shared/measure-text-D-jVetsl.js +3 -0
  324. package/dist/packem_shared/measureElement-BTtTFZg4.js +1 -0
  325. package/dist/packem_shared/mode-BOIU4Roy.js +1 -0
  326. package/dist/packem_shared/mouse-context-DaARgUu1.js +1 -0
  327. package/dist/packem_shared/parseSgrMouse-DoBY7MKw.js +1 -0
  328. package/dist/packem_shared/processLayout-FEKj_mWu.js +1 -0
  329. package/dist/packem_shared/reconciler-CGhHgXXG.js +1 -0
  330. package/dist/packem_shared/reconciler-ClRKkLS4.js +1 -0
  331. package/dist/packem_shared/render-BoukeuYD.js +1 -0
  332. package/dist/packem_shared/render-CBFHzIKj.js +27 -0
  333. package/dist/packem_shared/render.d-DarVJBG2.d.ts +417 -0
  334. package/dist/packem_shared/renderToString-Cx3DmmMR.js +4 -0
  335. package/dist/packem_shared/renderToString-nZdqfdWT.js +2 -0
  336. package/dist/packem_shared/renderTreeToBuffer-LnGZkEUX.js +2 -0
  337. package/dist/packem_shared/renderer-C2ycheBL.js +17 -0
  338. package/dist/packem_shared/scroll-view.d-DtpsgHLg.d.ts +119 -0
  339. package/dist/packem_shared/selection.d-WuD_83yQ.d.ts +62 -0
  340. package/dist/packem_shared/setEnableStyledLineCache-Cke6_ZQt.js +1 -0
  341. package/dist/packem_shared/squashTextNodesWithMap-DCdi3SZ2.js +1 -0
  342. package/dist/packem_shared/stderr-context-BzEaUICS.js +1 -0
  343. package/dist/packem_shared/stdin-context-BTaaFagk.js +1 -0
  344. package/dist/packem_shared/stdout-context-BnblEPez.js +1 -0
  345. package/dist/packem_shared/strip-C6HQYmlg.js +1 -0
  346. package/dist/packem_shared/styles.d-CLJdt-kg.d.ts +492 -0
  347. package/dist/packem_shared/terminal-palette.d-D2SQjfn-.d.ts +19 -0
  348. package/dist/packem_shared/text-width-CI9G0a-z.js +2 -0
  349. package/dist/packem_shared/token-to-elements-BAZpNZsu.js +1 -0
  350. package/dist/packem_shared/treeViewTheme-1RIZyB4M.js +1 -0
  351. package/dist/packem_shared/useElementDimensions-qJ_WXFZ9.js +1 -0
  352. package/dist/packem_shared/useMouseAction-2dRfU1vE.js +1 -0
  353. package/dist/packem_shared/useMouseContext-C746G7kY.js +1 -0
  354. package/dist/packem_shared/useMousePosition-BTWfV4JK.js +1 -0
  355. package/dist/packem_shared/useOnMouseClick-nY8xLZmt.js +1 -0
  356. package/dist/packem_shared/useOnMouseHover-D3DczIol.js +1 -0
  357. package/dist/packem_shared/useOnMouseState-cRK8QvzD.js +1 -0
  358. package/dist/packem_shared/useTreeView-BoMMeRPq.js +1 -0
  359. package/dist/packem_shared/useTreeViewState-CRPCUWrb.js +1 -0
  360. package/dist/packem_shared/utils-THUhYKG2.js +1 -0
  361. package/dist/packem_shared/variant-config-BJqpNo7H.js +1 -0
  362. package/dist/packem_shared/variant-config.d-D5NnrrQK.d.ts +2 -0
  363. package/dist/packem_shared/waitFor-Dj5zfL5s.js +4 -0
  364. package/dist/packem_shared/wrapOrTruncateStyledLine-kyi6yijx.js +3 -0
  365. package/dist/react/index.d.ts +518 -8
  366. package/dist/react/index.js +1 -9
  367. package/dist/testing/index.d.ts +277 -135
  368. package/dist/testing/index.js +1 -260
  369. package/index.js +52 -52
  370. package/package.json +552 -40
  371. package/dist/core/app.d.ts +0 -50
  372. package/dist/core/cell.d.ts +0 -33
  373. package/dist/core/inline.d.ts +0 -22
  374. package/dist/core/input.d.ts +0 -18
  375. package/dist/core/native-binding.d.ts +0 -22
  376. package/dist/ink/ansi-to-cell.d.ts +0 -5
  377. package/dist/ink/ansi-tokenizer.d.ts +0 -38
  378. package/dist/ink/clipboard.d.ts +0 -29
  379. package/dist/ink/color-matrix.d.ts +0 -49
  380. package/dist/ink/color-utils.d.ts +0 -30
  381. package/dist/ink/colorize.d.ts +0 -4
  382. package/dist/ink/components/AccessibilityContext.d.ts +0 -4
  383. package/dist/ink/components/Alert.d.ts +0 -30
  384. package/dist/ink/components/AnimationContext.d.ts +0 -10
  385. package/dist/ink/components/App.d.ts +0 -19
  386. package/dist/ink/components/AppContext.d.ts +0 -38
  387. package/dist/ink/components/BackgroundContext.d.ts +0 -5
  388. package/dist/ink/components/Badge.d.ts +0 -27
  389. package/dist/ink/components/BigText.d.ts +0 -71
  390. package/dist/ink/components/Box.d.ts +0 -58
  391. package/dist/ink/components/Code.d.ts +0 -46
  392. package/dist/ink/components/ConfirmInput.d.ts +0 -40
  393. package/dist/ink/components/ConsoleOverlay.d.ts +0 -52
  394. package/dist/ink/components/Cursor.d.ts +0 -43
  395. package/dist/ink/components/CursorContext.d.ts +0 -12
  396. package/dist/ink/components/Dialog.d.ts +0 -93
  397. package/dist/ink/components/DiffView.d.ts +0 -71
  398. package/dist/ink/components/ErrorBoundary.d.ts +0 -17
  399. package/dist/ink/components/ErrorOverview.d.ts +0 -6
  400. package/dist/ink/components/FocusContext.d.ts +0 -17
  401. package/dist/ink/components/Gradient.d.ts +0 -38
  402. package/dist/ink/components/Help.d.ts +0 -49
  403. package/dist/ink/components/Link.d.ts +0 -34
  404. package/dist/ink/components/Markdown.d.ts +0 -34
  405. package/dist/ink/components/MultiSelect.d.ts +0 -63
  406. package/dist/ink/components/Newline.d.ts +0 -12
  407. package/dist/ink/components/OrderedList.d.ts +0 -30
  408. package/dist/ink/components/Paginator.d.ts +0 -75
  409. package/dist/ink/components/ProgressBar.d.ts +0 -51
  410. package/dist/ink/components/SelectInput.d.ts +0 -96
  411. package/dist/ink/components/SelectInputIndicator.d.ts +0 -36
  412. package/dist/ink/components/SelectInputItem.d.ts +0 -43
  413. package/dist/ink/components/Slider.d.ts +0 -92
  414. package/dist/ink/components/Spacer.d.ts +0 -7
  415. package/dist/ink/components/Spinner.d.ts +0 -42
  416. package/dist/ink/components/Static.d.ts +0 -24
  417. package/dist/ink/components/StaticRender.d.ts +0 -28
  418. package/dist/ink/components/StatusMessage.d.ts +0 -26
  419. package/dist/ink/components/StderrContext.d.ts +0 -16
  420. package/dist/ink/components/StdinContext.d.ts +0 -29
  421. package/dist/ink/components/StdoutContext.d.ts +0 -16
  422. package/dist/ink/components/Stopwatch.d.ts +0 -44
  423. package/dist/ink/components/Tab.d.ts +0 -25
  424. package/dist/ink/components/Table.d.ts +0 -80
  425. package/dist/ink/components/Tabs.d.ts +0 -104
  426. package/dist/ink/components/Text.d.ts +0 -63
  427. package/dist/ink/components/TextInput.d.ts +0 -48
  428. package/dist/ink/components/Textarea.d.ts +0 -62
  429. package/dist/ink/components/Timer.d.ts +0 -52
  430. package/dist/ink/components/Transform.d.ts +0 -16
  431. package/dist/ink/components/UnorderedList.d.ts +0 -35
  432. package/dist/ink/components/file-picker/FilePicker.d.ts +0 -75
  433. package/dist/ink/components/file-picker/index.d.ts +0 -3
  434. package/dist/ink/components/file-picker/types.d.ts +0 -38
  435. package/dist/ink/components/file-picker/use-file-system.d.ts +0 -16
  436. package/dist/ink/components/scroll/ControlledScrollView.d.ts +0 -43
  437. package/dist/ink/components/scroll/ScrollBar.d.ts +0 -20
  438. package/dist/ink/components/scroll/ScrollBarBox.d.ts +0 -15
  439. package/dist/ink/components/scroll/ScrollList.d.ts +0 -12
  440. package/dist/ink/components/scroll/ScrollView.d.ts +0 -98
  441. package/dist/ink/components/scroll/index.d.ts +0 -10
  442. package/dist/ink/components/scroll/use-state-ref.d.ts +0 -8
  443. package/dist/ink/components/tree-view/TreeView.d.ts +0 -89
  444. package/dist/ink/components/tree-view/TreeViewNode.d.ts +0 -29
  445. package/dist/ink/components/tree-view/index.d.ts +0 -11
  446. package/dist/ink/components/tree-view/theme.d.ts +0 -24
  447. package/dist/ink/components/tree-view/tree-node-map.d.ts +0 -72
  448. package/dist/ink/components/tree-view/types.d.ts +0 -55
  449. package/dist/ink/components/tree-view/use-tree-view-state.d.ts +0 -135
  450. package/dist/ink/components/tree-view/use-tree-view.d.ts +0 -26
  451. package/dist/ink/components/variant-config.d.ts +0 -10
  452. package/dist/ink/cursor-helpers.d.ts +0 -38
  453. package/dist/ink/data-limited-lru-map.d.ts +0 -21
  454. package/dist/ink/devtools-window-polyfill.d.ts +0 -1
  455. package/dist/ink/devtools.d.ts +0 -1
  456. package/dist/ink/dom.d.ts +0 -213
  457. package/dist/ink/get-max-width.d.ts +0 -3
  458. package/dist/ink/highlighter.d.ts +0 -28
  459. package/dist/ink/ime-utils.d.ts +0 -25
  460. package/dist/ink/ink.d.ts +0 -189
  461. package/dist/ink/input-parser.d.ts +0 -10
  462. package/dist/ink/input-utils.d.ts +0 -16
  463. package/dist/ink/instances.d.ts +0 -3
  464. package/dist/ink/kitty-keyboard.d.ts +0 -23
  465. package/dist/ink/layout.d.ts +0 -26
  466. package/dist/ink/log-update-native.d.ts +0 -14
  467. package/dist/ink/log-update.d.ts +0 -21
  468. package/dist/ink/measure-element.d.ts +0 -147
  469. package/dist/ink/measure-text.d.ts +0 -56
  470. package/dist/ink/mouse/Fullscreen.d.ts +0 -8
  471. package/dist/ink/mouse/MouseProvider.d.ts +0 -11
  472. package/dist/ink/mouse/ansi-parser.d.ts +0 -37
  473. package/dist/ink/mouse/constants.d.ts +0 -59
  474. package/dist/ink/mouse/index.d.ts +0 -20
  475. package/dist/ink/mouse/is-intersecting.d.ts +0 -18
  476. package/dist/ink/mouse/mouse-context.d.ts +0 -36
  477. package/dist/ink/mouse/use-element-position.d.ts +0 -29
  478. package/dist/ink/mouse/use-mouse-action.d.ts +0 -7
  479. package/dist/ink/mouse/use-mouse-position.d.ts +0 -7
  480. package/dist/ink/mouse/use-mouse.d.ts +0 -7
  481. package/dist/ink/mouse/use-on-mouse-click.d.ts +0 -14
  482. package/dist/ink/mouse/use-on-mouse-hover.d.ts +0 -8
  483. package/dist/ink/mouse/use-on-mouse-state.d.ts +0 -11
  484. package/dist/ink/output.d.ts +0 -74
  485. package/dist/ink/parse-keypress.d.ts +0 -22
  486. package/dist/ink/reconciler.d.ts +0 -3
  487. package/dist/ink/region.d.ts +0 -99
  488. package/dist/ink/render-background.d.ts +0 -4
  489. package/dist/ink/render-border.d.ts +0 -4
  490. package/dist/ink/render-node-to-output.d.ts +0 -38
  491. package/dist/ink/render-scrollbar.d.ts +0 -9
  492. package/dist/ink/render-sticky.d.ts +0 -44
  493. package/dist/ink/render-to-string.d.ts +0 -37
  494. package/dist/ink/render.d.ts +0 -191
  495. package/dist/ink/renderer.d.ts +0 -17
  496. package/dist/ink/resize-observer.d.ts +0 -44
  497. package/dist/ink/sanitize-ansi.d.ts +0 -2
  498. package/dist/ink/scroll.d.ts +0 -23
  499. package/dist/ink/selection.d.ts +0 -70
  500. package/dist/ink/squash-text-nodes.d.ts +0 -18
  501. package/dist/ink/style-flags.d.ts +0 -17
  502. package/dist/ink/styled-line-factory.d.ts +0 -25
  503. package/dist/ink/styled-line-serializer.d.ts +0 -18
  504. package/dist/ink/styled-line.d.ts +0 -109
  505. package/dist/ink/styles.d.ts +0 -369
  506. package/dist/ink/terminal-palette.d.ts +0 -25
  507. package/dist/ink/text-wrap.d.ts +0 -10
  508. package/dist/ink/token-to-elements.d.ts +0 -22
  509. package/dist/ink/utils/format-time.d.ts +0 -4
  510. package/dist/ink/utils.d.ts +0 -9
  511. package/dist/ink/wrap-text.d.ts +0 -3
  512. package/dist/ink/write-synchronized.d.ts +0 -4
  513. package/dist/packem_shared/AccessibilityContext-BLelHhNU.js +0 -7
  514. package/dist/packem_shared/Alert-Dr3s_LD9.js +0 -17
  515. package/dist/packem_shared/AnimationContext-BcJg8Jr6.js +0 -15
  516. package/dist/packem_shared/AppContext-CP0U6H7O.js +0 -11
  517. package/dist/packem_shared/BackgroundContext-BAUaxfOb.js +0 -5
  518. package/dist/packem_shared/Badge-Dk7EGGM6.js +0 -13
  519. package/dist/packem_shared/BigText-CjMdY63X.js +0 -24
  520. package/dist/packem_shared/Box-D_pSJ9Jp.js +0 -73
  521. package/dist/packem_shared/COLOR_BLINDNESS_SIMULATION-BsMy5Ewl.js +0 -81
  522. package/dist/packem_shared/Cell-DCg1kJY-.js +0 -48
  523. package/dist/packem_shared/Code-DjQvPBD9.js +0 -53
  524. package/dist/packem_shared/ConfirmInput-85Y4kRQW.js +0 -44
  525. package/dist/packem_shared/ConsoleOverlay-DBNa4vtj.js +0 -57
  526. package/dist/packem_shared/ControlledScrollView-BlOaxcsN.js +0 -286
  527. package/dist/packem_shared/ControlledScrollView-DfAhcufF.js +0 -5
  528. package/dist/packem_shared/Cursor-DiW7YoSK.js +0 -18
  529. package/dist/packem_shared/CursorContext-JxRzlqAx.js +0 -9
  530. package/dist/packem_shared/DevTools-aMPIsaHx.js +0 -61
  531. package/dist/packem_shared/Dialog-DsSNAVgC.js +0 -71
  532. package/dist/packem_shared/DiffView-hqaw-2S6.js +0 -329
  533. package/dist/packem_shared/FilePicker-DNwFxRhq.js +0 -254
  534. package/dist/packem_shared/FocusContext-CWkYtgcm.js +0 -26
  535. package/dist/packem_shared/FocusContext-D5wFxSRz.js +0 -153
  536. package/dist/packem_shared/Fullscreen-DrElAE1o.js +0 -11
  537. package/dist/packem_shared/Gradient-Ql5P0GUd.js +0 -136
  538. package/dist/packem_shared/Help-6wanGG38.js +0 -112
  539. package/dist/packem_shared/IMECompositionBuffer-Dl3S0KnF.js +0 -55
  540. package/dist/packem_shared/InputParser-BKHpWfvN.js +0 -156
  541. package/dist/packem_shared/LayoutNode-Cjnsodiy.js +0 -131
  542. package/dist/packem_shared/Link-COcKYfGT.js +0 -66
  543. package/dist/packem_shared/Markdown-y1ISztof.js +0 -212
  544. package/dist/packem_shared/MouseProvider-Y9TSSEGl.js +0 -136
  545. package/dist/packem_shared/MultiSelect-ChoLUcDI.js +0 -129
  546. package/dist/packem_shared/NAMED_COLORS-a4QBvb5r.js +0 -262
  547. package/dist/packem_shared/Newline-DBtYEg8x.js +0 -7
  548. package/dist/packem_shared/OrderedList-Cp7pXr6m.js +0 -26
  549. package/dist/packem_shared/Paginator-D1AuD-kj.js +0 -104
  550. package/dist/packem_shared/ProgressBar-DOfpVagn.js +0 -22
  551. package/dist/packem_shared/Renderer-zZ5O3vxc.js +0 -31
  552. package/dist/packem_shared/ResizeObserverEntry-Br4seLeQ.js +0 -102
  553. package/dist/packem_shared/ScrollBar-EWAs2Uc7.js +0 -106
  554. package/dist/packem_shared/ScrollBarBox-DTNNlh7R.js +0 -72
  555. package/dist/packem_shared/ScrollList-DCeIFL8M.js +0 -227
  556. package/dist/packem_shared/ScrollView-v3MCNIyX.js +0 -196
  557. package/dist/packem_shared/SelectInput-BN2TMyxp.js +0 -260
  558. package/dist/packem_shared/SelectInputIndicator-DkRMoH_b.js +0 -9
  559. package/dist/packem_shared/SelectInputItem-BF9LQgKu.js +0 -8
  560. package/dist/packem_shared/Slider-BWD7xZX6.js +0 -116
  561. package/dist/packem_shared/Spacer-Bs4ER-HK.js +0 -8
  562. package/dist/packem_shared/Spinner-BuI-kN4p.js +0 -1799
  563. package/dist/packem_shared/Static-DpTd6Eed.js +0 -22
  564. package/dist/packem_shared/Static-xmD9giJj.js +0 -18
  565. package/dist/packem_shared/StaticRender-tYwH6QXl.js +0 -33
  566. package/dist/packem_shared/StatusMessage-BtSYxzwb.js +0 -14
  567. package/dist/packem_shared/StderrContext-Bj4Mf7v7.js +0 -17
  568. package/dist/packem_shared/StdinContext-Bq_GNJ3z.js +0 -38
  569. package/dist/packem_shared/StdoutContext-CgjWeCdO.js +0 -17
  570. package/dist/packem_shared/Stopwatch-DjtTCyHn.js +0 -23
  571. package/dist/packem_shared/Tab-C6r5q4hR.js +0 -7
  572. package/dist/packem_shared/Table-D-rSVlzb.js +0 -82
  573. package/dist/packem_shared/Tabs-hki-KRnx.js +0 -153
  574. package/dist/packem_shared/Text-DvAUdZcK.js +0 -65
  575. package/dist/packem_shared/TextInput-C79WEQ5U.js +0 -137
  576. package/dist/packem_shared/Textarea-Dj06R6Zd.js +0 -272
  577. package/dist/packem_shared/Timer-wi9zuh4n.js +0 -22
  578. package/dist/packem_shared/Transform-BHxY_dAM.js +0 -14
  579. package/dist/packem_shared/TreeNodeMap-CtJUvBnd.js +0 -155
  580. package/dist/packem_shared/TreeView-C2062dtj.js +0 -148
  581. package/dist/packem_shared/TuiApp-DfxOnXqi.js +0 -120
  582. package/dist/packem_shared/TuiContext-CqEjMyXd.js +0 -415
  583. package/dist/packem_shared/UnorderedList-DhnadWjX.js +0 -33
  584. package/dist/packem_shared/ansi-parser-0BdVTKho.js +0 -41
  585. package/dist/packem_shared/ansi-tokenizer-LHq2LUWA.js +0 -307
  586. package/dist/packem_shared/boxes-oi3WUbyR.js +0 -92
  587. package/dist/packem_shared/colorize-88_Vk8cn.js +0 -48
  588. package/dist/packem_shared/comparePoints-CGMDnd3_.js +0 -287
  589. package/dist/packem_shared/createInlineLoop-BxMmcq9D.js +0 -93
  590. package/dist/packem_shared/createLinkedScrollGroup-Djw4Ceo0.js +0 -44
  591. package/dist/packem_shared/dom-DvzhsAez.js +0 -225
  592. package/dist/packem_shared/format-time-BGmnDukX.js +0 -12
  593. package/dist/packem_shared/getPathToRoot-a1wbwxfL.js +0 -4
  594. package/dist/packem_shared/getScrollHeight-BubfU_df.js +0 -63
  595. package/dist/packem_shared/input-utils-ViAEXa0Z.js +0 -19
  596. package/dist/packem_shared/isIntersecting-fEXHJN5R.js +0 -10
  597. package/dist/packem_shared/isOsc52Supported-G0k4sXJx.js +0 -36
  598. package/dist/packem_shared/isTerminalPaletteQuerySupported-EeiwMKbr.js +0 -93
  599. package/dist/packem_shared/kittyFlags-bNNf_9kX.js +0 -26
  600. package/dist/packem_shared/measure-element-Reza_yfC.js +0 -396
  601. package/dist/packem_shared/measure-text-DItZYotK.js +0 -1189
  602. package/dist/packem_shared/measureElement-CTgFCmKd.js +0 -4
  603. package/dist/packem_shared/mouse-context-BUHWKEIe.js +0 -6
  604. package/dist/packem_shared/parseSgrMouse-BHVBPP9G.js +0 -1
  605. package/dist/packem_shared/processLayout-BQ9kXfd3.js +0 -2
  606. package/dist/packem_shared/reconciler-BXf6miSS.js +0 -211
  607. package/dist/packem_shared/reconciler-gfmqURLy.js +0 -680
  608. package/dist/packem_shared/render-BAwdjfki.js +0 -2806
  609. package/dist/packem_shared/render-Bpjhf0lD.js +0 -195
  610. package/dist/packem_shared/renderToString-Cfg55DRD.js +0 -62
  611. package/dist/packem_shared/renderToString-ClIaXgrC.js +0 -86
  612. package/dist/packem_shared/renderTreeToBuffer-D3mo7M7m.js +0 -308
  613. package/dist/packem_shared/renderer-B3wROkeg.js +0 -1431
  614. package/dist/packem_shared/setEnableStyledLineCache-BpskngSJ.js +0 -2
  615. package/dist/packem_shared/squashTextNodesWithMap-iqm6OMMT.js +0 -100
  616. package/dist/packem_shared/text-width-DhuarWcB.js +0 -42
  617. package/dist/packem_shared/token-to-elements-BRFl_rzw.js +0 -249
  618. package/dist/packem_shared/treeViewTheme-BpSw9TMf.js +0 -52
  619. package/dist/packem_shared/useAnimation-kj31sA-T.js +0 -62
  620. package/dist/packem_shared/useApp-DPQlRzi5.js +0 -6
  621. package/dist/packem_shared/useBoxMetrics-rBjKc-g4.js +0 -54
  622. package/dist/packem_shared/useClipboard-B_9-adw1.js +0 -23
  623. package/dist/packem_shared/useColorBlindness-D_sTIhcb.js +0 -30
  624. package/dist/packem_shared/useConsoleCapture-Dvt7G1W1.js +0 -61
  625. package/dist/packem_shared/useCursor-BIJzc8k9.js +0 -19
  626. package/dist/packem_shared/useElementDimensions-CAoKitVD.js +0 -67
  627. package/dist/packem_shared/useFocus-CNl5QHHf.js +0 -37
  628. package/dist/packem_shared/useFocusManager-BPYaUuKQ.js +0 -16
  629. package/dist/packem_shared/useInput-Cfp5zB2s.js +0 -594
  630. package/dist/packem_shared/useIsScreenReaderEnabled-CnGKCe0f.js +0 -9
  631. package/dist/packem_shared/useKeyBindings-B78l1E1n.js +0 -66
  632. package/dist/packem_shared/useMouseAction-C5gZ2nj7.js +0 -29
  633. package/dist/packem_shared/useMouseContext-D-rFy60Q.js +0 -12
  634. package/dist/packem_shared/useMousePosition-BHBJ-kBk.js +0 -25
  635. package/dist/packem_shared/useOnMouseClick--ZIyBOBO.js +0 -35
  636. package/dist/packem_shared/useOnMouseHover-26diuXUC.js +0 -32
  637. package/dist/packem_shared/useOnMouseState-NO_Kda_C.js +0 -13
  638. package/dist/packem_shared/usePaste-Ct8J4AGR.js +0 -35
  639. package/dist/packem_shared/useScrollAcceleration-R9LfrPVG.js +0 -73
  640. package/dist/packem_shared/useScrollInput-D3CpBq_a.js +0 -72
  641. package/dist/packem_shared/useStderr-CAOVUh4E.js +0 -6
  642. package/dist/packem_shared/useStdin-X-O0kd-n.js +0 -7
  643. package/dist/packem_shared/useStdout-DyF6DSH0.js +0 -6
  644. package/dist/packem_shared/useStopwatch-qC4Beai4.js +0 -33
  645. package/dist/packem_shared/useTerminalPalette-BaWO2c4Q.js +0 -38
  646. package/dist/packem_shared/useTextBuffer-C8fEe9Ly.js +0 -398
  647. package/dist/packem_shared/useTextSelection-mXtxgsPK.js +0 -50
  648. package/dist/packem_shared/useTimer-CPQ7j827.js +0 -46
  649. package/dist/packem_shared/useTreeView-BT57P3Kx.js +0 -101
  650. package/dist/packem_shared/useTreeViewState-BpS_KZ-K.js +0 -502
  651. package/dist/packem_shared/useWindowSize-ugEmGZJm.js +0 -20
  652. package/dist/packem_shared/utils-BgdlrbOH.js +0 -140
  653. package/dist/packem_shared/variant-config-DSZoX5TM.js +0 -8
  654. package/dist/packem_shared/wrapOrTruncateStyledLine-DN3Nogoc.js +0 -147
  655. package/dist/react/devtools.d.ts +0 -27
  656. package/dist/react/focus.d.ts +0 -39
  657. package/dist/react/hooks.d.ts +0 -238
  658. package/dist/react/layout.d.ts +0 -35
  659. package/dist/react/react.d.ts +0 -57
  660. package/dist/react/reconciler.d.ts +0 -4
  661. package/dist/react/render-to-string.d.ts +0 -21
  662. package/dist/react/renderer.d.ts +0 -2
  663. package/dist/react/scene.d.ts +0 -3
  664. package/dist/react/static.d.ts +0 -39
  665. package/dist/react/styles.d.ts +0 -83
  666. package/dist/react/text-width.d.ts +0 -20
  667. package/dist/testing/keys.d.ts +0 -89
  668. package/dist/testing/screen.d.ts +0 -35
  669. package/dist/testing/wait-for.d.ts +0 -21
package/LICENSE.md CHANGED
@@ -71,27 +71,1074 @@ The published @visulima/tui artifact additionally contains code with the followi
71
71
  ISC, MIT
72
72
 
73
73
  # Bundled dependencies:
74
- ## cli-boxes
74
+ ## @visulima/ansi
75
75
  License: MIT
76
- By: Sindre Sorhus
77
- Repository: sindresorhus/cli-boxes
76
+ By: Daniel Bannert
77
+ Repository: git+https://github.com/visulima/visulima.git
78
+
79
+ > MIT License
80
+ >
81
+ > Copyright (c) 2026 visulima
82
+ >
83
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
84
+ > of this software and associated documentation files (the "Software"), to deal
85
+ > in the Software without restriction, including without limitation the rights
86
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
87
+ > copies of the Software, and to permit persons to whom the Software is
88
+ > furnished to do so, subject to the following conditions:
89
+ >
90
+ > The above copyright notice and this permission notice shall be included in all
91
+ > copies or substantial portions of the Software.
92
+ >
93
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
94
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
95
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
96
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
97
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
98
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
99
+ > SOFTWARE.
100
+ >
101
+ >
102
+ >
103
+ > # Licenses of bundled dependencies
104
+ > The published @visulima/ansi artifact additionally contains code with the following licenses:
105
+ > ISC, MIT
106
+ >
107
+ > # Bundled dependencies:
108
+ > ## ansi-regex
109
+ > License: MIT
110
+ > By: Sindre Sorhus
111
+ > Repository: chalk/ansi-regex
112
+ >
113
+ > > MIT License
114
+ > >
115
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
116
+ > >
117
+ > > 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:
118
+ > >
119
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
120
+ > >
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.
122
+ >
123
+ > ---------------------------------------
124
+ >
125
+ > ## mimic-function
126
+ > License: MIT
127
+ > By: Sindre Sorhus
128
+ > Repository: sindresorhus/mimic-function
129
+ >
130
+ > > MIT License
131
+ > >
132
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
133
+ > >
134
+ > > 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:
135
+ > >
136
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
137
+ > >
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.
139
+ >
140
+ > ---------------------------------------
141
+ >
142
+ > ## onetime
143
+ > License: MIT
144
+ > By: Sindre Sorhus
145
+ > Repository: sindresorhus/onetime
146
+ >
147
+ > > MIT License
148
+ > >
149
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
150
+ > >
151
+ > > 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:
152
+ > >
153
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
154
+ > >
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.
156
+ >
157
+ > ---------------------------------------
158
+ >
159
+ > ## restore-cursor
160
+ > License: MIT
161
+ > By: Sindre Sorhus
162
+ > Repository: sindresorhus/restore-cursor
163
+ >
164
+ > > MIT License
165
+ > >
166
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
167
+ > >
168
+ > > 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:
169
+ > >
170
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
171
+ > >
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.
173
+ >
174
+ > ---------------------------------------
175
+ >
176
+ > ## signal-exit
177
+ > License: ISC
178
+ > By: Ben Coe
179
+ > Repository: https://github.com/tapjs/signal-exit.git
180
+ >
181
+ > > The ISC License
182
+ > >
183
+ > > Copyright (c) 2015-2023 Benjamin Coe, Isaac Z. Schlueter, and Contributors
184
+ > >
185
+ > > Permission to use, copy, modify, and/or distribute this software
186
+ > > for any purpose with or without fee is hereby granted, provided
187
+ > > that the above copyright notice and this permission notice
188
+ > > appear in all copies.
189
+ > >
190
+ > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
191
+ > > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
192
+ > > OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
193
+ > > LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
194
+ > > OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
195
+ > > WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
196
+ > > ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
197
+ >
198
+ >
199
+ >
200
+ >
201
+ >
202
+ > # Licenses of bundled types
203
+ > The published @visulima/ansi artifact additionally contains code with the following licenses:
204
+ > MIT
205
+ >
206
+ > # Bundled types:
207
+ > ## restore-cursor
208
+ > License: MIT
209
+ > By: Sindre Sorhus
210
+ > Repository: sindresorhus/restore-cursor
211
+ >
212
+ > > MIT License
213
+ > >
214
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
215
+ > >
216
+ > > 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:
217
+ > >
218
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
219
+ > >
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.
221
+
222
+ ---------------------------------------
223
+
224
+ ## @visulima/colorize
225
+ License: MIT
226
+ By: Daniel Bannert
227
+ Repository: git+https://github.com/visulima/visulima.git
228
+
229
+ > MIT License
230
+ >
231
+ > Copyright (c) 2026 visulima
232
+ >
233
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
234
+ > of this software and associated documentation files (the "Software"), to deal
235
+ > in the Software without restriction, including without limitation the rights
236
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
237
+ > copies of the Software, and to permit persons to whom the Software is
238
+ > furnished to do so, subject to the following conditions:
239
+ >
240
+ > The above copyright notice and this permission notice shall be included in all
241
+ > copies or substantial portions of the Software.
242
+ >
243
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
244
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
245
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
246
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
247
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
248
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
249
+ > SOFTWARE.
250
+ >
251
+ > ---
252
+ >
253
+ > Colorize is based on https://github.com/webdiscus/ansis
254
+ >
255
+ > ISC License
256
+ >
257
+ > Copyright (c) 2023, webdiscus
258
+ >
259
+ > Permission to use, copy, modify, and/or distribute this software for any
260
+ > purpose with or without fee is hereby granted, provided that the above
261
+ > copyright notice and this permission notice appear in all copies.
262
+ >
263
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
264
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
265
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
266
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
267
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
268
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
269
+ > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
270
+ >
271
+ >
272
+ >
273
+ > # Licenses of bundled dependencies
274
+ > The published @visulima/colorize artifact additionally contains code with the following licenses:
275
+ > MIT
276
+ >
277
+ > # Bundled dependencies:
278
+ > ## ansi-regex
279
+ > License: MIT
280
+ > By: Sindre Sorhus
281
+ > Repository: chalk/ansi-regex
282
+ >
283
+ > > MIT License
284
+ > >
285
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
286
+ > >
287
+ > > 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:
288
+ > >
289
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
290
+ > >
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.
292
+
293
+ ---------------------------------------
294
+
295
+ ## @visulima/error
296
+ License: MIT
297
+ By: Daniel Bannert
298
+ Repository: git+https://github.com/visulima/visulima.git
299
+
300
+ > MIT License
301
+ >
302
+ > Copyright (c) 2026 visulima
303
+ >
304
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
305
+ > of this software and associated documentation files (the "Software"), to deal
306
+ > in the Software without restriction, including without limitation the rights
307
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
308
+ > copies of the Software, and to permit persons to whom the Software is
309
+ > furnished to do so, subject to the following conditions:
310
+ >
311
+ > The above copyright notice and this permission notice shall be included in all
312
+ > copies or substantial portions of the Software.
313
+ >
314
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
315
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
316
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
317
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
318
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
319
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
320
+ > SOFTWARE.
321
+ >
322
+ >
323
+ >
324
+ > # Licenses of bundled dependencies
325
+ >
326
+ > The published @visulima/error artifact additionally contains code with the following licenses:
327
+ > MIT
328
+ >
329
+ > # Bundled dependencies:
330
+ >
331
+ > ## is-plain-obj
332
+ >
333
+ > License: MIT
334
+ > By: Sindre Sorhus
335
+ > Repository: sindresorhus/is-plain-obj
336
+ >
337
+ > > MIT License
338
+ > >
339
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
340
+ > >
341
+ > > 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:
342
+ > >
343
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
344
+ > >
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.
346
+ >
347
+ >
348
+ >
349
+ >
350
+ >
351
+ > # Licenses of bundled types
352
+ > The published @visulima/error artifact additionally contains code with the following licenses:
353
+ > Apache-2.0
354
+ >
355
+ > # Bundled types:
356
+ > ## ai
357
+ > License: Apache-2.0
358
+ > Repository: https://github.com/vercel/ai
359
+ >
360
+ > > Copyright 2023 Vercel, Inc.
361
+ > >
362
+ > > Licensed under the Apache License, Version 2.0 (the "License");
363
+ > > you may not use this file except in compliance with the License.
364
+ > > You may obtain a copy of the License at
365
+ > >
366
+ > > http://www.apache.org/licenses/LICENSE-2.0
367
+ > >
368
+ > > Unless required by applicable law or agreed to in writing, software
369
+ > > distributed under the License is distributed on an "AS IS" BASIS,
370
+ > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
371
+ > > See the License for the specific language governing permissions and
372
+ > > limitations under the License.
373
+
374
+ ---------------------------------------
375
+
376
+ ## @visulima/is-ansi-color-supported
377
+ License: MIT
378
+ By: Daniel Bannert
379
+ Repository: git+https://github.com/visulima/visulima.git
78
380
 
79
381
  > MIT License
80
382
  >
81
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
383
+ > Copyright (c) 2026 visulima
384
+ >
385
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
386
+ > of this software and associated documentation files (the "Software"), to deal
387
+ > in the Software without restriction, including without limitation the rights
388
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
389
+ > copies of the Software, and to permit persons to whom the Software is
390
+ > furnished to do so, subject to the following conditions:
391
+ >
392
+ > The above copyright notice and this permission notice shall be included in all
393
+ > copies or substantial portions of the Software.
394
+ >
395
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
396
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
397
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
398
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
399
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
400
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
401
+ > SOFTWARE.
402
+
403
+ ---------------------------------------
404
+
405
+ ## @visulima/spinner
406
+ License: MIT
407
+ By: Daniel Bannert
408
+ Repository: git+https://github.com/visulima/visulima.git
409
+
410
+ > MIT License
411
+ >
412
+ > Copyright (c) 2026 visulima
413
+ >
414
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
415
+ > of this software and associated documentation files (the "Software"), to deal
416
+ > in the Software without restriction, including without limitation the rights
417
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
418
+ > copies of the Software, and to permit persons to whom the Software is
419
+ > furnished to do so, subject to the following conditions:
420
+ >
421
+ > The above copyright notice and this permission notice shall be included in all
422
+ > copies or substantial portions of the Software.
423
+ >
424
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
425
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
426
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
427
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
428
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
429
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
430
+ > SOFTWARE.
431
+ >
432
+ > ---
433
+ >
434
+ > ## Acknowledgments
435
+ >
436
+ > This project includes spinner animations inspired by and adapted from the following open-source libraries, all licensed under the MIT License:
437
+ >
438
+ > ### Rattles
439
+ >
440
+ > - **Source:** https://github.com/vyfor/rattles
441
+ > - **Author:** vyfor
442
+ > - **License:** MIT
443
+ > - **Description:** A minimal terminal spinner library for Rust that inspired additional braille-based spinner animations.
444
+ >
445
+ > ### unicode-animations
446
+ >
447
+ > - **Source:** https://github.com/gunnargray-dev/unicode-animations
448
+ > - **Author:** gunnar gray
449
+ > - **License:** MIT
450
+ > - **Description:** Provides Unicode-based braille animations that were adapted for additional visual effects.
451
+ >
452
+ >
453
+ >
454
+ > # Licenses of bundled dependencies
455
+ > The published @visulima/spinner artifact additionally contains code with the following licenses:
456
+ > MIT
457
+ >
458
+ > # Bundled dependencies:
459
+ > ## cli-spinners
460
+ > License: MIT
461
+ > By: Sindre Sorhus
462
+ > Repository: sindresorhus/cli-spinners
463
+ >
464
+ > > MIT License
465
+ > >
466
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
467
+ > >
468
+ > > 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:
469
+ > >
470
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
471
+ > >
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.
473
+ >
474
+ >
475
+ >
476
+ >
477
+ >
478
+ > # Licenses of bundled types
479
+ > The published @visulima/spinner artifact additionally contains code with the following licenses:
480
+ > MIT
481
+ >
482
+ > # Bundled types:
483
+ > ## cli-spinners
484
+ > License: MIT
485
+ > By: Sindre Sorhus
486
+ > Repository: sindresorhus/cli-spinners
487
+ >
488
+ > > MIT License
489
+ > >
490
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
491
+ > >
492
+ > > 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:
493
+ > >
494
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
495
+ > >
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.
497
+
498
+ ---------------------------------------
499
+
500
+ ## @visulima/string
501
+ License: MIT
502
+ By: Daniel Bannert
503
+ Repository: git+https://github.com/visulima/visulima.git
504
+
505
+ > MIT License
506
+ >
507
+ > Copyright (c) 2026 visulima
508
+ >
509
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
510
+ > of this software and associated documentation files (the "Software"), to deal
511
+ > in the Software without restriction, including without limitation the rights
512
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
513
+ > copies of the Software, and to permit persons to whom the Software is
514
+ > furnished to do so, subject to the following conditions:
515
+ >
516
+ > The above copyright notice and this permission notice shall be included in all
517
+ > copies or substantial portions of the Software.
518
+ >
519
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
520
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
521
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
522
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
523
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
524
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
525
+ > SOFTWARE.
526
+ >
527
+ >
528
+ >
529
+ > # Licenses of bundled dependencies
530
+ > The published @visulima/string artifact additionally contains code with the following licenses:
531
+ > MIT
532
+ >
533
+ > # Bundled dependencies:
534
+ > ## codsen-utils
535
+ > License: MIT
536
+ > By: Roy Revelt
537
+ > Repository: git+https://github.com/codsen/codsen.git
538
+ >
539
+ > > MIT License
540
+ > >
541
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
542
+ > >
543
+ > > Permission is hereby granted, free of charge, to any person obtaining
544
+ > > a copy of this software and associated documentation files (the
545
+ > > "Software"), to deal in the Software without restriction, including
546
+ > > without limitation the rights to use, copy, modify, merge, publish,
547
+ > > distribute, sublicense, and/or sell copies of the Software, and to
548
+ > > permit persons to whom the Software is furnished to do so, subject to
549
+ > > the following conditions:
550
+ > >
551
+ > > The above copyright notice and this permission notice shall be
552
+ > > included in all copies or substantial portions of the Software.
553
+ > >
554
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
555
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
556
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
557
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
558
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
559
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
560
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
561
+ >
562
+ > ---------------------------------------
563
+ >
564
+ > ## emoji-regex-xs
565
+ > License: MIT
566
+ > By: Steven Levithan
567
+ > Repository: git+https://github.com/slevithan/emoji-regex-xs.git
568
+ >
569
+ > > MIT License
570
+ > >
571
+ > > Copyright (c) 2025 Steven Levithan
572
+ > >
573
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
574
+ > > of this software and associated documentation files (the "Software"), to deal
575
+ > > in the Software without restriction, including without limitation the rights
576
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
577
+ > > copies of the Software, and to permit persons to whom the Software is
578
+ > > furnished to do so, subject to the following conditions:
579
+ > >
580
+ > > The above copyright notice and this permission notice shall be included in all
581
+ > > copies or substantial portions of the Software.
582
+ > >
583
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
584
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
585
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
586
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
587
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
588
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
589
+ > > SOFTWARE.
590
+ >
591
+ > ---------------------------------------
592
+ >
593
+ > ## fastest-levenshtein
594
+ > License: MIT
595
+ > By: Kasper U. Weihe
596
+ > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
597
+ >
598
+ > > MIT License
599
+ > >
600
+ > > Copyright (c) 2020 Kasper Unn Weihe
601
+ > >
602
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
603
+ > > of this software and associated documentation files (the "Software"), to deal
604
+ > > in the Software without restriction, including without limitation the rights
605
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
606
+ > > copies of the Software, and to permit persons to whom the Software is
607
+ > > furnished to do so, subject to the following conditions:
608
+ > >
609
+ > > The above copyright notice and this permission notice shall be included in all
610
+ > > copies or substantial portions of the Software.
611
+ > >
612
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
613
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
614
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
615
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
616
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
617
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
618
+ > > SOFTWARE.
619
+ >
620
+ > ---------------------------------------
621
+ >
622
+ > ## get-east-asian-width
623
+ > License: MIT
624
+ > By: Sindre Sorhus
625
+ > Repository: sindresorhus/get-east-asian-width
626
+ >
627
+ > > MIT License
628
+ > >
629
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
630
+ > >
631
+ > > 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:
632
+ > >
633
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
634
+ > >
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.
636
+ >
637
+ > ---------------------------------------
638
+ >
639
+ > ## html-entities
640
+ > License: MIT
641
+ > By: Marat Dulin
642
+ > Repository: https://github.com/mdevils/html-entities.git
643
+ >
644
+ > > Copyright (c) 2021 Dulin Marat
645
+ > >
646
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
647
+ > > of this software and associated documentation files (the "Software"), to deal
648
+ > > in the Software without restriction, including without limitation the rights
649
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
650
+ > > copies of the Software, and to permit persons to whom the Software is
651
+ > > furnished to do so, subject to the following conditions:
652
+ > >
653
+ > > The above copyright notice and this permission notice shall be included in
654
+ > > all copies or substantial portions of the Software.
655
+ > >
656
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
657
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
658
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
659
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
660
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
661
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
662
+ > > THE SOFTWARE.
663
+ >
664
+ > ---------------------------------------
665
+ >
666
+ > ## indent-string
667
+ > License: MIT
668
+ > By: Sindre Sorhus
669
+ > Repository: sindresorhus/indent-string
670
+ >
671
+ > > MIT License
672
+ > >
673
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
674
+ > >
675
+ > > 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:
676
+ > >
677
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
678
+ > >
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.
680
+ >
681
+ > ---------------------------------------
682
+ >
683
+ > ## lodash-es
684
+ > License: MIT
685
+ > By: John-David Dalton, Mathias Bynens
686
+ > Repository: lodash/lodash
687
+ >
688
+ > > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
689
+ > >
690
+ > > Based on Underscore.js, copyright Jeremy Ashkenas,
691
+ > > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
692
+ > >
693
+ > > This software consists of voluntary contributions made by many
694
+ > > individuals. For exact contribution history, see the revision history
695
+ > > available at https://github.com/lodash/lodash
696
+ > >
697
+ > > The following license applies to all parts of this software except as
698
+ > > documented below:
699
+ > >
700
+ > > ====
701
+ > >
702
+ > > Permission is hereby granted, free of charge, to any person obtaining
703
+ > > a copy of this software and associated documentation files (the
704
+ > > "Software"), to deal in the Software without restriction, including
705
+ > > without limitation the rights to use, copy, modify, merge, publish,
706
+ > > distribute, sublicense, and/or sell copies of the Software, and to
707
+ > > permit persons to whom the Software is furnished to do so, subject to
708
+ > > the following conditions:
709
+ > >
710
+ > > The above copyright notice and this permission notice shall be
711
+ > > included in all copies or substantial portions of the Software.
712
+ > >
713
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
714
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
715
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
716
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
717
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
718
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
719
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
720
+ > >
721
+ > > ====
722
+ > >
723
+ > > Copyright and related rights for sample code are waived via CC0. Sample
724
+ > > code is defined as all source code displayed within the prose of the
725
+ > > documentation.
726
+ > >
727
+ > > CC0: http://creativecommons.org/publicdomain/zero/1.0/
728
+ > >
729
+ > > ====
730
+ > >
731
+ > > Files located in the node_modules and vendor directories are externally
732
+ > > maintained libraries used by this software which have their own
733
+ > > licenses; we recommend you read them, as their terms may differ from the
734
+ > > terms above.
735
+ >
736
+ > ---------------------------------------
737
+ >
738
+ > ## ranges-apply
739
+ > License: MIT
740
+ > By: Roy Revelt
741
+ > Repository: git+https://github.com/codsen/codsen.git
742
+ >
743
+ > > MIT License
744
+ > >
745
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
746
+ > >
747
+ > > Permission is hereby granted, free of charge, to any person obtaining
748
+ > > a copy of this software and associated documentation files (the
749
+ > > "Software"), to deal in the Software without restriction, including
750
+ > > without limitation the rights to use, copy, modify, merge, publish,
751
+ > > distribute, sublicense, and/or sell copies of the Software, and to
752
+ > > permit persons to whom the Software is furnished to do so, subject to
753
+ > > the following conditions:
754
+ > >
755
+ > > The above copyright notice and this permission notice shall be
756
+ > > included in all copies or substantial portions of the Software.
757
+ > >
758
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
759
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
760
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
761
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
762
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
763
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
764
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
765
+ >
766
+ > ---------------------------------------
767
+ >
768
+ > ## ranges-merge
769
+ > License: MIT
770
+ > By: Roy Revelt
771
+ > Repository: git+https://github.com/codsen/codsen.git
772
+ >
773
+ > > MIT License
774
+ > >
775
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
776
+ > >
777
+ > > Permission is hereby granted, free of charge, to any person obtaining
778
+ > > a copy of this software and associated documentation files (the
779
+ > > "Software"), to deal in the Software without restriction, including
780
+ > > without limitation the rights to use, copy, modify, merge, publish,
781
+ > > distribute, sublicense, and/or sell copies of the Software, and to
782
+ > > permit persons to whom the Software is furnished to do so, subject to
783
+ > > the following conditions:
784
+ > >
785
+ > > The above copyright notice and this permission notice shall be
786
+ > > included in all copies or substantial portions of the Software.
787
+ > >
788
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
789
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
790
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
791
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
792
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
793
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
794
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
795
+ >
796
+ > ---------------------------------------
797
+ >
798
+ > ## ranges-push
799
+ > License: MIT
800
+ > By: Roy Revelt
801
+ > Repository: git+https://github.com/codsen/codsen.git
802
+ >
803
+ > > MIT License
804
+ > >
805
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
806
+ > >
807
+ > > Permission is hereby granted, free of charge, to any person obtaining
808
+ > > a copy of this software and associated documentation files (the
809
+ > > "Software"), to deal in the Software without restriction, including
810
+ > > without limitation the rights to use, copy, modify, merge, publish,
811
+ > > distribute, sublicense, and/or sell copies of the Software, and to
812
+ > > permit persons to whom the Software is furnished to do so, subject to
813
+ > > the following conditions:
814
+ > >
815
+ > > The above copyright notice and this permission notice shall be
816
+ > > included in all copies or substantial portions of the Software.
817
+ > >
818
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
819
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
820
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
821
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
822
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
823
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
824
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
825
+ >
826
+ > ---------------------------------------
827
+ >
828
+ > ## ranges-sort
829
+ > License: MIT
830
+ > By: Roy Revelt
831
+ > Repository: git+https://github.com/codsen/codsen.git
832
+ >
833
+ > > MIT License
834
+ > >
835
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
836
+ > >
837
+ > > Permission is hereby granted, free of charge, to any person obtaining
838
+ > > a copy of this software and associated documentation files (the
839
+ > > "Software"), to deal in the Software without restriction, including
840
+ > > without limitation the rights to use, copy, modify, merge, publish,
841
+ > > distribute, sublicense, and/or sell copies of the Software, and to
842
+ > > permit persons to whom the Software is furnished to do so, subject to
843
+ > > the following conditions:
844
+ > >
845
+ > > The above copyright notice and this permission notice shall be
846
+ > > included in all copies or substantial portions of the Software.
847
+ > >
848
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
849
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
850
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
851
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
852
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
853
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
854
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
855
+ >
856
+ > ---------------------------------------
857
+ >
858
+ > ## redent
859
+ > License: MIT
860
+ > By: Sindre Sorhus
861
+ > Repository: sindresorhus/redent
862
+ >
863
+ > > MIT License
864
+ > >
865
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
866
+ > >
867
+ > > 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:
868
+ > >
869
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
870
+ > >
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.
872
+ >
873
+ > ---------------------------------------
874
+ >
875
+ > ## rfdc
876
+ > License: MIT
877
+ > By: David Mark Clements
878
+ > Repository: git+https://github.com/davidmarkclements/rfdc.git
879
+ >
880
+ > > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
881
+ > >
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
885
+ > > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
886
+ > >
887
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions
888
+ > > of the Software.
889
+ > >
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
894
+ > > IN THE SOFTWARE.
895
+ >
896
+ > ---------------------------------------
897
+ >
898
+ > ## string-collapse-leading-whitespace
899
+ > License: MIT
900
+ > By: Roy Revelt
901
+ > Repository: git+https://github.com/codsen/codsen.git
902
+ >
903
+ > > MIT License
904
+ > >
905
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
906
+ > >
907
+ > > Permission is hereby granted, free of charge, to any person obtaining
908
+ > > a copy of this software and associated documentation files (the
909
+ > > "Software"), to deal in the Software without restriction, including
910
+ > > without limitation the rights to use, copy, modify, merge, publish,
911
+ > > distribute, sublicense, and/or sell copies of the Software, and to
912
+ > > permit persons to whom the Software is furnished to do so, subject to
913
+ > > the following conditions:
914
+ > >
915
+ > > The above copyright notice and this permission notice shall be
916
+ > > included in all copies or substantial portions of the Software.
917
+ > >
918
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
919
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
920
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
921
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
922
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
923
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
924
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
925
+ >
926
+ > ---------------------------------------
927
+ >
928
+ > ## string-left-right
929
+ > License: MIT
930
+ > By: Roy Revelt
931
+ > Repository: git+https://github.com/codsen/codsen.git
932
+ >
933
+ > > MIT License
934
+ > >
935
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
936
+ > >
937
+ > > Permission is hereby granted, free of charge, to any person obtaining
938
+ > > a copy of this software and associated documentation files (the
939
+ > > "Software"), to deal in the Software without restriction, including
940
+ > > without limitation the rights to use, copy, modify, merge, publish,
941
+ > > distribute, sublicense, and/or sell copies of the Software, and to
942
+ > > permit persons to whom the Software is furnished to do so, subject to
943
+ > > the following conditions:
944
+ > >
945
+ > > The above copyright notice and this permission notice shall be
946
+ > > included in all copies or substantial portions of the Software.
947
+ > >
948
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
949
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
950
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
951
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
952
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
953
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
954
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
82
955
  >
83
- > 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:
956
+ > ---------------------------------------
84
957
  >
85
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
958
+ > ## string-strip-html
959
+ > License: MIT
960
+ > By: Roy Revelt
961
+ > Repository: git+https://github.com/codsen/codsen.git
86
962
  >
87
- > 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.
963
+ > > MIT License
964
+ > >
965
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
966
+ > >
967
+ > > Permission is hereby granted, free of charge, to any person obtaining
968
+ > > a copy of this software and associated documentation files (the
969
+ > > "Software"), to deal in the Software without restriction, including
970
+ > > without limitation the rights to use, copy, modify, merge, publish,
971
+ > > distribute, sublicense, and/or sell copies of the Software, and to
972
+ > > permit persons to whom the Software is furnished to do so, subject to
973
+ > > the following conditions:
974
+ > >
975
+ > > The above copyright notice and this permission notice shall be
976
+ > > included in all copies or substantial portions of the Software.
977
+ > >
978
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
979
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
980
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
981
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
982
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
983
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
984
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
985
+ >
986
+ > ---------------------------------------
987
+ >
988
+ > ## strip-indent
989
+ > License: MIT
990
+ > By: Sindre Sorhus
991
+ > Repository: sindresorhus/strip-indent
992
+ >
993
+ > > MIT License
994
+ > >
995
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
996
+ > >
997
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
998
+ > >
999
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1000
+ > >
1001
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1002
+ >
1003
+ > ---------------------------------------
1004
+ >
1005
+ > ## tiny-invariant
1006
+ > License: MIT
1007
+ > By: Alex Reardon
1008
+ > Repository: https://github.com/alexreardon/tiny-invariant.git
1009
+ >
1010
+ > > MIT License
1011
+ > >
1012
+ > > Copyright (c) 2019 Alexander Reardon
1013
+ > >
1014
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1015
+ > > of this software and associated documentation files (the "Software"), to deal
1016
+ > > in the Software without restriction, including without limitation the rights
1017
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1018
+ > > copies of the Software, and to permit persons to whom the Software is
1019
+ > > furnished to do so, subject to the following conditions:
1020
+ > >
1021
+ > > The above copyright notice and this permission notice shall be included in all
1022
+ > > copies or substantial portions of the Software.
1023
+ > >
1024
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1025
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1026
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1027
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1028
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1029
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1030
+ > > SOFTWARE.
1031
+ >
1032
+ >
1033
+ >
1034
+ >
1035
+ >
1036
+ > # Licenses of bundled types
1037
+ > The published @visulima/string artifact additionally contains code with the following licenses:
1038
+ > MIT
1039
+ >
1040
+ > # Bundled types:
1041
+ > ## fastest-levenshtein
1042
+ > License: MIT
1043
+ > By: Kasper U. Weihe
1044
+ > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
1045
+ >
1046
+ > > MIT License
1047
+ > >
1048
+ > > Copyright (c) 2020 Kasper Unn Weihe
1049
+ > >
1050
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1051
+ > > of this software and associated documentation files (the "Software"), to deal
1052
+ > > in the Software without restriction, including without limitation the rights
1053
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1054
+ > > copies of the Software, and to permit persons to whom the Software is
1055
+ > > furnished to do so, subject to the following conditions:
1056
+ > >
1057
+ > > The above copyright notice and this permission notice shall be included in all
1058
+ > > copies or substantial portions of the Software.
1059
+ > >
1060
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1061
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1062
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1063
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1064
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1065
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1066
+ > > SOFTWARE.
1067
+ >
1068
+ > ---------------------------------------
1069
+ >
1070
+ > ## get-east-asian-width
1071
+ > License: MIT
1072
+ > By: Sindre Sorhus
1073
+ > Repository: sindresorhus/get-east-asian-width
1074
+ >
1075
+ > > MIT License
1076
+ > >
1077
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1078
+ > >
1079
+ > > 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:
1080
+ > >
1081
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1082
+ > >
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.
1084
+ >
1085
+ > ---------------------------------------
1086
+ >
1087
+ > ## indent-string
1088
+ > License: MIT
1089
+ > By: Sindre Sorhus
1090
+ > Repository: sindresorhus/indent-string
1091
+ >
1092
+ > > MIT License
1093
+ > >
1094
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1095
+ > >
1096
+ > > 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:
1097
+ > >
1098
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1099
+ > >
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.
1101
+ >
1102
+ > ---------------------------------------
1103
+ >
1104
+ > ## redent
1105
+ > License: MIT
1106
+ > By: Sindre Sorhus
1107
+ > Repository: sindresorhus/redent
1108
+ >
1109
+ > > MIT License
1110
+ > >
1111
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1112
+ > >
1113
+ > > 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:
1114
+ > >
1115
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1116
+ > >
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.
1118
+ >
1119
+ > ---------------------------------------
1120
+ >
1121
+ > ## strip-indent
1122
+ > License: MIT
1123
+ > By: Sindre Sorhus
1124
+ > Repository: sindresorhus/strip-indent
1125
+ >
1126
+ > > MIT License
1127
+ > >
1128
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1129
+ > >
1130
+ > > 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:
1131
+ > >
1132
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1133
+ > >
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.
88
1135
 
89
1136
  ---------------------------------------
90
1137
 
91
- ## cli-spinners
1138
+ ## cli-boxes
92
1139
  License: MIT
93
1140
  By: Sindre Sorhus
94
- Repository: sindresorhus/cli-spinners
1141
+ Repository: sindresorhus/cli-boxes
95
1142
 
96
1143
  > MIT License
97
1144
  >
@@ -163,46 +1210,31 @@ Repository: vadimdemedes/convert-to-spaces
163
1210
 
164
1211
  ---------------------------------------
165
1212
 
166
- ## es-toolkit
1213
+ ## is-in-ci
167
1214
  License: MIT
168
- Repository: https://github.com/toss/es-toolkit.git
1215
+ By: Sindre Sorhus
1216
+ Repository: sindresorhus/is-in-ci
169
1217
 
170
1218
  > MIT License
171
1219
  >
172
- > Copyright (c) 2024 Viva Republica, Inc
173
- >
174
- > Copyright OpenJS Foundation and other contributors
175
- >
176
- > Parts of the test suite and compatibility layer in `es-toolkit/compat` are derived from Lodash (https://github.com/lodash/lodash) by the OpenJS Foundation (https://openjsf.org/) and Underscore.js by Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors (http://underscorejs.org/)
1220
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
177
1221
  >
178
- > Permission is hereby granted, free of charge, to any person obtaining a copy
179
- > of this software and associated documentation files (the "Software"), to deal
180
- > in the Software without restriction, including without limitation the rights
181
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
182
- > copies of the Software, and to permit persons to whom the Software is
183
- > furnished to do so, subject to the following conditions:
1222
+ > 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:
184
1223
  >
185
- > The above copyright notice and this permission notice shall be included in all
186
- > copies or substantial portions of the Software.
1224
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
187
1225
  >
188
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
189
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
190
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
191
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
192
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
193
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
194
- > SOFTWARE.
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.
195
1227
 
196
1228
  ---------------------------------------
197
1229
 
198
- ## escape-string-regexp
1230
+ ## patch-console
199
1231
  License: MIT
200
- By: Sindre Sorhus, Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com), Joshua Boy Nicolai Appelman <joshua@jbna.nl> (jbna.nl)
201
- Repository: sindresorhus/escape-string-regexp
1232
+ By: vdemedes
1233
+ Repository: vadimdemedes/patch-console
202
1234
 
203
1235
  > MIT License
204
1236
  >
205
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1237
+ > Copyright (c) Vadim Demedes <vadimdemedes@hey.com> (https://vadimdemedes.com)
206
1238
  >
207
1239
  > 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:
208
1240
  >
@@ -212,20 +1244,31 @@ Repository: sindresorhus/escape-string-regexp
212
1244
 
213
1245
  ---------------------------------------
214
1246
 
215
- ## is-in-ci
1247
+ ## scheduler
216
1248
  License: MIT
217
- By: Sindre Sorhus
218
- Repository: sindresorhus/is-in-ci
1249
+ Repository: https://github.com/facebook/react.git
219
1250
 
220
1251
  > MIT License
221
1252
  >
222
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1253
+ > Copyright (c) Meta Platforms, Inc. and affiliates.
223
1254
  >
224
- > 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:
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:
225
1261
  >
226
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1262
+ > The above copyright notice and this permission notice shall be included in all
1263
+ > copies or substantial portions of the Software.
227
1264
  >
228
- > 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.
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.
229
1272
 
230
1273
  ---------------------------------------
231
1274
 
@@ -253,14 +1296,31 @@ Repository: https://github.com/tapjs/signal-exit.git
253
1296
 
254
1297
  ---------------------------------------
255
1298
 
256
- ## stack-utils
1299
+ ## terminal-size
1300
+ License: MIT
1301
+ By: Sindre Sorhus
1302
+ Repository: sindresorhus/terminal-size
1303
+
1304
+ > MIT License
1305
+ >
1306
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1307
+ >
1308
+ > 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:
1309
+ >
1310
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1311
+ >
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.
1313
+
1314
+ ---------------------------------------
1315
+
1316
+ ## tseep
257
1317
  License: MIT
258
- By: James Talmage
259
- Repository: tapjs/stack-utils
1318
+ By: morglod
1319
+ Repository: git+https://github.com/Morglod/tseep.git
260
1320
 
261
- > The MIT License (MIT)
1321
+ > MIT License
262
1322
  >
263
- > Copyright (c) 2016-2022 Isaac Z. Schlueter <i@izs.me>, James Talmage <james@talmage.io> (github.com/jamestalmage), and Contributors
1323
+ > Copyright (c) 2018 Vladimir Kruzhkov @morglod
264
1324
  >
265
1325
  > Permission is hereby granted, free of charge, to any person obtaining a copy
266
1326
  > of this software and associated documentation files (the "Software"), to deal
@@ -269,23 +1329,1532 @@ Repository: tapjs/stack-utils
269
1329
  > copies of the Software, and to permit persons to whom the Software is
270
1330
  > furnished to do so, subject to the following conditions:
271
1331
  >
272
- > The above copyright notice and this permission notice shall be included in
273
- > all copies or substantial portions of the Software.
1332
+ > The above copyright notice and this permission notice shall be included in all
1333
+ > copies or substantial portions of the Software.
274
1334
  >
275
1335
  > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
276
1336
  > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
277
1337
  > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
278
1338
  > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
279
1339
  > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
280
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
281
- > THE SOFTWARE.
1340
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1341
+ > SOFTWARE.
1342
+
1343
+ <!-- /DEPENDENCIES -->
1344
+
1345
+ <!-- TYPE_DEPENDENCIES -->
1346
+
1347
+ # Licenses of bundled types
1348
+ The published @visulima/tui artifact additionally contains code with the following licenses:
1349
+ MIT
1350
+
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 -->
282
1422
 
283
1423
  ---------------------------------------
284
1424
 
285
- ## terminal-size
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
+
1520
+ ## @visulima/tabular
1521
+ License: MIT
1522
+ By: Daniel Bannert
1523
+ Repository: git+https://github.com/visulima/visulima.git
1524
+
1525
+ > MIT License
1526
+ >
1527
+ > Copyright (c) 2026 visulima
1528
+ >
1529
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1530
+ > of this software and associated documentation files (the "Software"), to deal
1531
+ > in the Software without restriction, including without limitation the rights
1532
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1533
+ > copies of the Software, and to permit persons to whom the Software is
1534
+ > furnished to do so, subject to the following conditions:
1535
+ >
1536
+ > The above copyright notice and this permission notice shall be included in all
1537
+ > copies or substantial portions of the Software.
1538
+ >
1539
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1540
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1541
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1542
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1543
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1544
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1545
+ > SOFTWARE.
1546
+ >
1547
+ > <!-- DEPENDENCIES -->
1548
+ >
1549
+ > # Licenses of bundled dependencies
1550
+ > The published @visulima/tabular artifact additionally contains code with the following licenses:
1551
+ > MIT
1552
+ >
1553
+ > # Bundled dependencies:
1554
+ > ## @visulima/string
1555
+ > License: MIT
1556
+ > By: Daniel Bannert
1557
+ > Repository: git+https://github.com/visulima/visulima.git
1558
+ >
1559
+ > > MIT License
1560
+ > >
1561
+ > > Copyright (c) 2026 visulima
1562
+ > >
1563
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1564
+ > > of this software and associated documentation files (the "Software"), to deal
1565
+ > > in the Software without restriction, including without limitation the rights
1566
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1567
+ > > copies of the Software, and to permit persons to whom the Software is
1568
+ > > furnished to do so, subject to the following conditions:
1569
+ > >
1570
+ > > The above copyright notice and this permission notice shall be included in all
1571
+ > > copies or substantial portions of the Software.
1572
+ > >
1573
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1574
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1575
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1576
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1577
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1578
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1579
+ > > SOFTWARE.
1580
+ > >
1581
+ > >
1582
+ > >
1583
+ > > # Licenses of bundled dependencies
1584
+ > > The published @visulima/string artifact additionally contains code with the following licenses:
1585
+ > > MIT
1586
+ > >
1587
+ > > # Bundled dependencies:
1588
+ > > ## codsen-utils
1589
+ > > License: MIT
1590
+ > > By: Roy Revelt
1591
+ > > Repository: git+https://github.com/codsen/codsen.git
1592
+ > >
1593
+ > > > MIT License
1594
+ > > >
1595
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1596
+ > > >
1597
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1598
+ > > > a copy of this software and associated documentation files (the
1599
+ > > > "Software"), to deal in the Software without restriction, including
1600
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1601
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1602
+ > > > permit persons to whom the Software is furnished to do so, subject to
1603
+ > > > the following conditions:
1604
+ > > >
1605
+ > > > The above copyright notice and this permission notice shall be
1606
+ > > > included in all copies or substantial portions of the Software.
1607
+ > > >
1608
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1609
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1610
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1611
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1612
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1613
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1614
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1615
+ > >
1616
+ > > ---------------------------------------
1617
+ > >
1618
+ > > ## emoji-regex-xs
1619
+ > > License: MIT
1620
+ > > By: Steven Levithan
1621
+ > > Repository: git+https://github.com/slevithan/emoji-regex-xs.git
1622
+ > >
1623
+ > > > MIT License
1624
+ > > >
1625
+ > > > Copyright (c) 2025 Steven Levithan
1626
+ > > >
1627
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
1628
+ > > > of this software and associated documentation files (the "Software"), to deal
1629
+ > > > in the Software without restriction, including without limitation the rights
1630
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1631
+ > > > copies of the Software, and to permit persons to whom the Software is
1632
+ > > > furnished to do so, subject to the following conditions:
1633
+ > > >
1634
+ > > > The above copyright notice and this permission notice shall be included in all
1635
+ > > > copies or substantial portions of the Software.
1636
+ > > >
1637
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1638
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1639
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1640
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1641
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1642
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1643
+ > > > SOFTWARE.
1644
+ > >
1645
+ > > ---------------------------------------
1646
+ > >
1647
+ > > ## fastest-levenshtein
1648
+ > > License: MIT
1649
+ > > By: Kasper U. Weihe
1650
+ > > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
1651
+ > >
1652
+ > > > MIT License
1653
+ > > >
1654
+ > > > Copyright (c) 2020 Kasper Unn Weihe
1655
+ > > >
1656
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
1657
+ > > > of this software and associated documentation files (the "Software"), to deal
1658
+ > > > in the Software without restriction, including without limitation the rights
1659
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1660
+ > > > copies of the Software, and to permit persons to whom the Software is
1661
+ > > > furnished to do so, subject to the following conditions:
1662
+ > > >
1663
+ > > > The above copyright notice and this permission notice shall be included in all
1664
+ > > > copies or substantial portions of the Software.
1665
+ > > >
1666
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1667
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1668
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1669
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1670
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1671
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1672
+ > > > SOFTWARE.
1673
+ > >
1674
+ > > ---------------------------------------
1675
+ > >
1676
+ > > ## get-east-asian-width
1677
+ > > License: MIT
1678
+ > > By: Sindre Sorhus
1679
+ > > Repository: sindresorhus/get-east-asian-width
1680
+ > >
1681
+ > > > MIT License
1682
+ > > >
1683
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1684
+ > > >
1685
+ > > > 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:
1686
+ > > >
1687
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1688
+ > > >
1689
+ > > > 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.
1690
+ > >
1691
+ > > ---------------------------------------
1692
+ > >
1693
+ > > ## html-entities
1694
+ > > License: MIT
1695
+ > > By: Marat Dulin
1696
+ > > Repository: https://github.com/mdevils/html-entities.git
1697
+ > >
1698
+ > > > Copyright (c) 2021 Dulin Marat
1699
+ > > >
1700
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
1701
+ > > > of this software and associated documentation files (the "Software"), to deal
1702
+ > > > in the Software without restriction, including without limitation the rights
1703
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1704
+ > > > copies of the Software, and to permit persons to whom the Software is
1705
+ > > > furnished to do so, subject to the following conditions:
1706
+ > > >
1707
+ > > > The above copyright notice and this permission notice shall be included in
1708
+ > > > all copies or substantial portions of the Software.
1709
+ > > >
1710
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1711
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1712
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1713
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1714
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1715
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1716
+ > > > THE SOFTWARE.
1717
+ > >
1718
+ > > ---------------------------------------
1719
+ > >
1720
+ > > ## indent-string
1721
+ > > License: MIT
1722
+ > > By: Sindre Sorhus
1723
+ > > Repository: sindresorhus/indent-string
1724
+ > >
1725
+ > > > MIT License
1726
+ > > >
1727
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1728
+ > > >
1729
+ > > > 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:
1730
+ > > >
1731
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1732
+ > > >
1733
+ > > > 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.
1734
+ > >
1735
+ > > ---------------------------------------
1736
+ > >
1737
+ > > ## lodash-es
1738
+ > > License: MIT
1739
+ > > By: John-David Dalton, Mathias Bynens
1740
+ > > Repository: lodash/lodash
1741
+ > >
1742
+ > > > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
1743
+ > > >
1744
+ > > > Based on Underscore.js, copyright Jeremy Ashkenas,
1745
+ > > > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1746
+ > > >
1747
+ > > > This software consists of voluntary contributions made by many
1748
+ > > > individuals. For exact contribution history, see the revision history
1749
+ > > > available at https://github.com/lodash/lodash
1750
+ > > >
1751
+ > > > The following license applies to all parts of this software except as
1752
+ > > > documented below:
1753
+ > > >
1754
+ > > > ====
1755
+ > > >
1756
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1757
+ > > > a copy of this software and associated documentation files (the
1758
+ > > > "Software"), to deal in the Software without restriction, including
1759
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1760
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1761
+ > > > permit persons to whom the Software is furnished to do so, subject to
1762
+ > > > the following conditions:
1763
+ > > >
1764
+ > > > The above copyright notice and this permission notice shall be
1765
+ > > > included in all copies or substantial portions of the Software.
1766
+ > > >
1767
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1768
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1769
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1770
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1771
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1772
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1773
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1774
+ > > >
1775
+ > > > ====
1776
+ > > >
1777
+ > > > Copyright and related rights for sample code are waived via CC0. Sample
1778
+ > > > code is defined as all source code displayed within the prose of the
1779
+ > > > documentation.
1780
+ > > >
1781
+ > > > CC0: http://creativecommons.org/publicdomain/zero/1.0/
1782
+ > > >
1783
+ > > > ====
1784
+ > > >
1785
+ > > > Files located in the node_modules and vendor directories are externally
1786
+ > > > maintained libraries used by this software which have their own
1787
+ > > > licenses; we recommend you read them, as their terms may differ from the
1788
+ > > > terms above.
1789
+ > >
1790
+ > > ---------------------------------------
1791
+ > >
1792
+ > > ## ranges-apply
1793
+ > > License: MIT
1794
+ > > By: Roy Revelt
1795
+ > > Repository: git+https://github.com/codsen/codsen.git
1796
+ > >
1797
+ > > > MIT License
1798
+ > > >
1799
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1800
+ > > >
1801
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1802
+ > > > a copy of this software and associated documentation files (the
1803
+ > > > "Software"), to deal in the Software without restriction, including
1804
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1805
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1806
+ > > > permit persons to whom the Software is furnished to do so, subject to
1807
+ > > > the following conditions:
1808
+ > > >
1809
+ > > > The above copyright notice and this permission notice shall be
1810
+ > > > included in all copies or substantial portions of the Software.
1811
+ > > >
1812
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1813
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1814
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1815
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1816
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1817
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1818
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1819
+ > >
1820
+ > > ---------------------------------------
1821
+ > >
1822
+ > > ## ranges-merge
1823
+ > > License: MIT
1824
+ > > By: Roy Revelt
1825
+ > > Repository: git+https://github.com/codsen/codsen.git
1826
+ > >
1827
+ > > > MIT License
1828
+ > > >
1829
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1830
+ > > >
1831
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1832
+ > > > a copy of this software and associated documentation files (the
1833
+ > > > "Software"), to deal in the Software without restriction, including
1834
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1835
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1836
+ > > > permit persons to whom the Software is furnished to do so, subject to
1837
+ > > > the following conditions:
1838
+ > > >
1839
+ > > > The above copyright notice and this permission notice shall be
1840
+ > > > included in all copies or substantial portions of the Software.
1841
+ > > >
1842
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1843
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1844
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1845
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1846
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1847
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1848
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1849
+ > >
1850
+ > > ---------------------------------------
1851
+ > >
1852
+ > > ## ranges-push
1853
+ > > License: MIT
1854
+ > > By: Roy Revelt
1855
+ > > Repository: git+https://github.com/codsen/codsen.git
1856
+ > >
1857
+ > > > MIT License
1858
+ > > >
1859
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1860
+ > > >
1861
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1862
+ > > > a copy of this software and associated documentation files (the
1863
+ > > > "Software"), to deal in the Software without restriction, including
1864
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1865
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1866
+ > > > permit persons to whom the Software is furnished to do so, subject to
1867
+ > > > the following conditions:
1868
+ > > >
1869
+ > > > The above copyright notice and this permission notice shall be
1870
+ > > > included in all copies or substantial portions of the Software.
1871
+ > > >
1872
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1873
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1874
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1875
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1876
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1877
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1878
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1879
+ > >
1880
+ > > ---------------------------------------
1881
+ > >
1882
+ > > ## ranges-sort
1883
+ > > License: MIT
1884
+ > > By: Roy Revelt
1885
+ > > Repository: git+https://github.com/codsen/codsen.git
1886
+ > >
1887
+ > > > MIT License
1888
+ > > >
1889
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1890
+ > > >
1891
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1892
+ > > > a copy of this software and associated documentation files (the
1893
+ > > > "Software"), to deal in the Software without restriction, including
1894
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1895
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1896
+ > > > permit persons to whom the Software is furnished to do so, subject to
1897
+ > > > the following conditions:
1898
+ > > >
1899
+ > > > The above copyright notice and this permission notice shall be
1900
+ > > > included in all copies or substantial portions of the Software.
1901
+ > > >
1902
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1903
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1904
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1905
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1906
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1907
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1908
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1909
+ > >
1910
+ > > ---------------------------------------
1911
+ > >
1912
+ > > ## redent
1913
+ > > License: MIT
1914
+ > > By: Sindre Sorhus
1915
+ > > Repository: sindresorhus/redent
1916
+ > >
1917
+ > > > MIT License
1918
+ > > >
1919
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1920
+ > > >
1921
+ > > > 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:
1922
+ > > >
1923
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1924
+ > > >
1925
+ > > > 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.
1926
+ > >
1927
+ > > ---------------------------------------
1928
+ > >
1929
+ > > ## rfdc
1930
+ > > License: MIT
1931
+ > > By: David Mark Clements
1932
+ > > Repository: git+https://github.com/davidmarkclements/rfdc.git
1933
+ > >
1934
+ > > > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
1935
+ > > >
1936
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1937
+ > > > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
1938
+ > > > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
1939
+ > > > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1940
+ > > >
1941
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions
1942
+ > > > of the Software.
1943
+ > > >
1944
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1945
+ > > > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1946
+ > > > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
1947
+ > > > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1948
+ > > > IN THE SOFTWARE.
1949
+ > >
1950
+ > > ---------------------------------------
1951
+ > >
1952
+ > > ## string-collapse-leading-whitespace
1953
+ > > License: MIT
1954
+ > > By: Roy Revelt
1955
+ > > Repository: git+https://github.com/codsen/codsen.git
1956
+ > >
1957
+ > > > MIT License
1958
+ > > >
1959
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1960
+ > > >
1961
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1962
+ > > > a copy of this software and associated documentation files (the
1963
+ > > > "Software"), to deal in the Software without restriction, including
1964
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1965
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1966
+ > > > permit persons to whom the Software is furnished to do so, subject to
1967
+ > > > the following conditions:
1968
+ > > >
1969
+ > > > The above copyright notice and this permission notice shall be
1970
+ > > > included in all copies or substantial portions of the Software.
1971
+ > > >
1972
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1973
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1974
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1975
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1976
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1977
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1978
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1979
+ > >
1980
+ > > ---------------------------------------
1981
+ > >
1982
+ > > ## string-left-right
1983
+ > > License: MIT
1984
+ > > By: Roy Revelt
1985
+ > > Repository: git+https://github.com/codsen/codsen.git
1986
+ > >
1987
+ > > > MIT License
1988
+ > > >
1989
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1990
+ > > >
1991
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1992
+ > > > a copy of this software and associated documentation files (the
1993
+ > > > "Software"), to deal in the Software without restriction, including
1994
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1995
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1996
+ > > > permit persons to whom the Software is furnished to do so, subject to
1997
+ > > > the following conditions:
1998
+ > > >
1999
+ > > > The above copyright notice and this permission notice shall be
2000
+ > > > included in all copies or substantial portions of the Software.
2001
+ > > >
2002
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2003
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2004
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2005
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2006
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2007
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2008
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2009
+ > >
2010
+ > > ---------------------------------------
2011
+ > >
2012
+ > > ## string-strip-html
2013
+ > > License: MIT
2014
+ > > By: Roy Revelt
2015
+ > > Repository: git+https://github.com/codsen/codsen.git
2016
+ > >
2017
+ > > > MIT License
2018
+ > > >
2019
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
2020
+ > > >
2021
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2022
+ > > > a copy of this software and associated documentation files (the
2023
+ > > > "Software"), to deal in the Software without restriction, including
2024
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2025
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2026
+ > > > permit persons to whom the Software is furnished to do so, subject to
2027
+ > > > the following conditions:
2028
+ > > >
2029
+ > > > The above copyright notice and this permission notice shall be
2030
+ > > > included in all copies or substantial portions of the Software.
2031
+ > > >
2032
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2033
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2034
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2035
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2036
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2037
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2038
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2039
+ > >
2040
+ > > ---------------------------------------
2041
+ > >
2042
+ > > ## strip-indent
2043
+ > > License: MIT
2044
+ > > By: Sindre Sorhus
2045
+ > > Repository: sindresorhus/strip-indent
2046
+ > >
2047
+ > > > MIT License
2048
+ > > >
2049
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2050
+ > > >
2051
+ > > > 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:
2052
+ > > >
2053
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2054
+ > > >
2055
+ > > > 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.
2056
+ > >
2057
+ > > ---------------------------------------
2058
+ > >
2059
+ > > ## tiny-invariant
2060
+ > > License: MIT
2061
+ > > By: Alex Reardon
2062
+ > > Repository: https://github.com/alexreardon/tiny-invariant.git
2063
+ > >
2064
+ > > > MIT License
2065
+ > > >
2066
+ > > > Copyright (c) 2019 Alexander Reardon
2067
+ > > >
2068
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
2069
+ > > > of this software and associated documentation files (the "Software"), to deal
2070
+ > > > in the Software without restriction, including without limitation the rights
2071
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2072
+ > > > copies of the Software, and to permit persons to whom the Software is
2073
+ > > > furnished to do so, subject to the following conditions:
2074
+ > > >
2075
+ > > > The above copyright notice and this permission notice shall be included in all
2076
+ > > > copies or substantial portions of the Software.
2077
+ > > >
2078
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2079
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2080
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2081
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2082
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2083
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2084
+ > > > SOFTWARE.
2085
+ > >
2086
+ > >
2087
+ > >
2088
+ > >
2089
+ > >
2090
+ > > # Licenses of bundled types
2091
+ > > The published @visulima/string artifact additionally contains code with the following licenses:
2092
+ > > MIT
2093
+ > >
2094
+ > > # Bundled types:
2095
+ > > ## fastest-levenshtein
2096
+ > > License: MIT
2097
+ > > By: Kasper U. Weihe
2098
+ > > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
2099
+ > >
2100
+ > > > MIT License
2101
+ > > >
2102
+ > > > Copyright (c) 2020 Kasper Unn Weihe
2103
+ > > >
2104
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
2105
+ > > > of this software and associated documentation files (the "Software"), to deal
2106
+ > > > in the Software without restriction, including without limitation the rights
2107
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2108
+ > > > copies of the Software, and to permit persons to whom the Software is
2109
+ > > > furnished to do so, subject to the following conditions:
2110
+ > > >
2111
+ > > > The above copyright notice and this permission notice shall be included in all
2112
+ > > > copies or substantial portions of the Software.
2113
+ > > >
2114
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2115
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2116
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2117
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2118
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2119
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2120
+ > > > SOFTWARE.
2121
+ > >
2122
+ > > ---------------------------------------
2123
+ > >
2124
+ > > ## get-east-asian-width
2125
+ > > License: MIT
2126
+ > > By: Sindre Sorhus
2127
+ > > Repository: sindresorhus/get-east-asian-width
2128
+ > >
2129
+ > > > MIT License
2130
+ > > >
2131
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2132
+ > > >
2133
+ > > > 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:
2134
+ > > >
2135
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2136
+ > > >
2137
+ > > > 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.
2138
+ > >
2139
+ > > ---------------------------------------
2140
+ > >
2141
+ > > ## indent-string
2142
+ > > License: MIT
2143
+ > > By: Sindre Sorhus
2144
+ > > Repository: sindresorhus/indent-string
2145
+ > >
2146
+ > > > MIT License
2147
+ > > >
2148
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2149
+ > > >
2150
+ > > > 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:
2151
+ > > >
2152
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2153
+ > > >
2154
+ > > > 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.
2155
+ > >
2156
+ > > ---------------------------------------
2157
+ > >
2158
+ > > ## redent
2159
+ > > License: MIT
2160
+ > > By: Sindre Sorhus
2161
+ > > Repository: sindresorhus/redent
2162
+ > >
2163
+ > > > MIT License
2164
+ > > >
2165
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2166
+ > > >
2167
+ > > > 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:
2168
+ > > >
2169
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2170
+ > > >
2171
+ > > > 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.
2172
+ > >
2173
+ > > ---------------------------------------
2174
+ > >
2175
+ > > ## strip-indent
2176
+ > > License: MIT
2177
+ > > By: Sindre Sorhus
2178
+ > > Repository: sindresorhus/strip-indent
2179
+ > >
2180
+ > > > MIT License
2181
+ > > >
2182
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2183
+ > > >
2184
+ > > > 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:
2185
+ > > >
2186
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2187
+ > > >
2188
+ > > > 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.
2189
+ >
2190
+ > ---------------------------------------
2191
+ >
2192
+ > ## terminal-size
2193
+ > License: MIT
2194
+ > By: Sindre Sorhus
2195
+ > Repository: sindresorhus/terminal-size
2196
+ >
2197
+ > > MIT License
2198
+ > >
2199
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2200
+ > >
2201
+ > > 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:
2202
+ > >
2203
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2204
+ > >
2205
+ > > 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.
2206
+ >
2207
+ > <!-- /DEPENDENCIES -->
2208
+ >
2209
+ >
2210
+ >
2211
+ > # Licenses of bundled types
2212
+ > The published @visulima/tabular artifact additionally contains code with the following licenses:
2213
+ > MIT
2214
+ >
2215
+ > # Bundled types:
2216
+ > ## @visulima/string
2217
+ > License: MIT
2218
+ > By: Daniel Bannert
2219
+ > Repository: git+https://github.com/visulima/visulima.git
2220
+ >
2221
+ > > MIT License
2222
+ > >
2223
+ > > Copyright (c) 2026 visulima
2224
+ > >
2225
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
2226
+ > > of this software and associated documentation files (the "Software"), to deal
2227
+ > > in the Software without restriction, including without limitation the rights
2228
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2229
+ > > copies of the Software, and to permit persons to whom the Software is
2230
+ > > furnished to do so, subject to the following conditions:
2231
+ > >
2232
+ > > The above copyright notice and this permission notice shall be included in all
2233
+ > > copies or substantial portions of the Software.
2234
+ > >
2235
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2236
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2237
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2238
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2239
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2240
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2241
+ > > SOFTWARE.
2242
+ > >
2243
+ > > <!-- DEPENDENCIES -->
2244
+ > >
2245
+ > > # Licenses of bundled dependencies
2246
+ > > The published @visulima/string artifact additionally contains code with the following licenses:
2247
+ > > MIT
2248
+ > >
2249
+ > > # Bundled dependencies:
2250
+ > > ## codsen-utils
2251
+ > > License: MIT
2252
+ > > By: Roy Revelt
2253
+ > > Repository: git+https://github.com/codsen/codsen.git
2254
+ > >
2255
+ > > > MIT License
2256
+ > > >
2257
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
2258
+ > > >
2259
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2260
+ > > > a copy of this software and associated documentation files (the
2261
+ > > > "Software"), to deal in the Software without restriction, including
2262
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2263
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2264
+ > > > permit persons to whom the Software is furnished to do so, subject to
2265
+ > > > the following conditions:
2266
+ > > >
2267
+ > > > The above copyright notice and this permission notice shall be
2268
+ > > > included in all copies or substantial portions of the Software.
2269
+ > > >
2270
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2271
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2272
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2273
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2274
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2275
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2276
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2277
+ > >
2278
+ > > ---------------------------------------
2279
+ > >
2280
+ > > ## emoji-regex-xs
2281
+ > > License: MIT
2282
+ > > By: Steven Levithan
2283
+ > > Repository: git+https://github.com/slevithan/emoji-regex-xs.git
2284
+ > >
2285
+ > > > MIT License
2286
+ > > >
2287
+ > > > Copyright (c) 2025 Steven Levithan
2288
+ > > >
2289
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
2290
+ > > > of this software and associated documentation files (the "Software"), to deal
2291
+ > > > in the Software without restriction, including without limitation the rights
2292
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2293
+ > > > copies of the Software, and to permit persons to whom the Software is
2294
+ > > > furnished to do so, subject to the following conditions:
2295
+ > > >
2296
+ > > > The above copyright notice and this permission notice shall be included in all
2297
+ > > > copies or substantial portions of the Software.
2298
+ > > >
2299
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2300
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2301
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2302
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2303
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2304
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2305
+ > > > SOFTWARE.
2306
+ > >
2307
+ > > ---------------------------------------
2308
+ > >
2309
+ > > ## fastest-levenshtein
2310
+ > > License: MIT
2311
+ > > By: Kasper U. Weihe
2312
+ > > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
2313
+ > >
2314
+ > > > MIT License
2315
+ > > >
2316
+ > > > Copyright (c) 2020 Kasper Unn Weihe
2317
+ > > >
2318
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
2319
+ > > > of this software and associated documentation files (the "Software"), to deal
2320
+ > > > in the Software without restriction, including without limitation the rights
2321
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2322
+ > > > copies of the Software, and to permit persons to whom the Software is
2323
+ > > > furnished to do so, subject to the following conditions:
2324
+ > > >
2325
+ > > > The above copyright notice and this permission notice shall be included in all
2326
+ > > > copies or substantial portions of the Software.
2327
+ > > >
2328
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2329
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2330
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2331
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2332
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2333
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2334
+ > > > SOFTWARE.
2335
+ > >
2336
+ > > ---------------------------------------
2337
+ > >
2338
+ > > ## get-east-asian-width
2339
+ > > License: MIT
2340
+ > > By: Sindre Sorhus
2341
+ > > Repository: sindresorhus/get-east-asian-width
2342
+ > >
2343
+ > > > MIT License
2344
+ > > >
2345
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2346
+ > > >
2347
+ > > > 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:
2348
+ > > >
2349
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2350
+ > > >
2351
+ > > > 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.
2352
+ > >
2353
+ > > ---------------------------------------
2354
+ > >
2355
+ > > ## html-entities
2356
+ > > License: MIT
2357
+ > > By: Marat Dulin
2358
+ > > Repository: https://github.com/mdevils/html-entities.git
2359
+ > >
2360
+ > > > Copyright (c) 2021 Dulin Marat
2361
+ > > >
2362
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
2363
+ > > > of this software and associated documentation files (the "Software"), to deal
2364
+ > > > in the Software without restriction, including without limitation the rights
2365
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2366
+ > > > copies of the Software, and to permit persons to whom the Software is
2367
+ > > > furnished to do so, subject to the following conditions:
2368
+ > > >
2369
+ > > > The above copyright notice and this permission notice shall be included in
2370
+ > > > all copies or substantial portions of the Software.
2371
+ > > >
2372
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2373
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2374
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2375
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2376
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2377
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2378
+ > > > THE SOFTWARE.
2379
+ > >
2380
+ > > ---------------------------------------
2381
+ > >
2382
+ > > ## indent-string
2383
+ > > License: MIT
2384
+ > > By: Sindre Sorhus
2385
+ > > Repository: sindresorhus/indent-string
2386
+ > >
2387
+ > > > MIT License
2388
+ > > >
2389
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2390
+ > > >
2391
+ > > > 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:
2392
+ > > >
2393
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2394
+ > > >
2395
+ > > > 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.
2396
+ > >
2397
+ > > ---------------------------------------
2398
+ > >
2399
+ > > ## lodash-es
2400
+ > > License: MIT
2401
+ > > By: John-David Dalton, Mathias Bynens
2402
+ > > Repository: lodash/lodash
2403
+ > >
2404
+ > > > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
2405
+ > > >
2406
+ > > > Based on Underscore.js, copyright Jeremy Ashkenas,
2407
+ > > > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
2408
+ > > >
2409
+ > > > This software consists of voluntary contributions made by many
2410
+ > > > individuals. For exact contribution history, see the revision history
2411
+ > > > available at https://github.com/lodash/lodash
2412
+ > > >
2413
+ > > > The following license applies to all parts of this software except as
2414
+ > > > documented below:
2415
+ > > >
2416
+ > > > ====
2417
+ > > >
2418
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2419
+ > > > a copy of this software and associated documentation files (the
2420
+ > > > "Software"), to deal in the Software without restriction, including
2421
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2422
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2423
+ > > > permit persons to whom the Software is furnished to do so, subject to
2424
+ > > > the following conditions:
2425
+ > > >
2426
+ > > > The above copyright notice and this permission notice shall be
2427
+ > > > included in all copies or substantial portions of the Software.
2428
+ > > >
2429
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2430
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2431
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2432
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2433
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2434
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2435
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2436
+ > > >
2437
+ > > > ====
2438
+ > > >
2439
+ > > > Copyright and related rights for sample code are waived via CC0. Sample
2440
+ > > > code is defined as all source code displayed within the prose of the
2441
+ > > > documentation.
2442
+ > > >
2443
+ > > > CC0: http://creativecommons.org/publicdomain/zero/1.0/
2444
+ > > >
2445
+ > > > ====
2446
+ > > >
2447
+ > > > Files located in the node_modules and vendor directories are externally
2448
+ > > > maintained libraries used by this software which have their own
2449
+ > > > licenses; we recommend you read them, as their terms may differ from the
2450
+ > > > terms above.
2451
+ > >
2452
+ > > ---------------------------------------
2453
+ > >
2454
+ > > ## ranges-apply
2455
+ > > License: MIT
2456
+ > > By: Roy Revelt
2457
+ > > Repository: git+https://github.com/codsen/codsen.git
2458
+ > >
2459
+ > > > MIT License
2460
+ > > >
2461
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
2462
+ > > >
2463
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2464
+ > > > a copy of this software and associated documentation files (the
2465
+ > > > "Software"), to deal in the Software without restriction, including
2466
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2467
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2468
+ > > > permit persons to whom the Software is furnished to do so, subject to
2469
+ > > > the following conditions:
2470
+ > > >
2471
+ > > > The above copyright notice and this permission notice shall be
2472
+ > > > included in all copies or substantial portions of the Software.
2473
+ > > >
2474
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2475
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2476
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2477
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2478
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2479
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2480
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2481
+ > >
2482
+ > > ---------------------------------------
2483
+ > >
2484
+ > > ## ranges-merge
2485
+ > > License: MIT
2486
+ > > By: Roy Revelt
2487
+ > > Repository: git+https://github.com/codsen/codsen.git
2488
+ > >
2489
+ > > > MIT License
2490
+ > > >
2491
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
2492
+ > > >
2493
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2494
+ > > > a copy of this software and associated documentation files (the
2495
+ > > > "Software"), to deal in the Software without restriction, including
2496
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2497
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2498
+ > > > permit persons to whom the Software is furnished to do so, subject to
2499
+ > > > the following conditions:
2500
+ > > >
2501
+ > > > The above copyright notice and this permission notice shall be
2502
+ > > > included in all copies or substantial portions of the Software.
2503
+ > > >
2504
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2505
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2506
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2507
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2508
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2509
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2510
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2511
+ > >
2512
+ > > ---------------------------------------
2513
+ > >
2514
+ > > ## ranges-push
2515
+ > > License: MIT
2516
+ > > By: Roy Revelt
2517
+ > > Repository: git+https://github.com/codsen/codsen.git
2518
+ > >
2519
+ > > > MIT License
2520
+ > > >
2521
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
2522
+ > > >
2523
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2524
+ > > > a copy of this software and associated documentation files (the
2525
+ > > > "Software"), to deal in the Software without restriction, including
2526
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2527
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2528
+ > > > permit persons to whom the Software is furnished to do so, subject to
2529
+ > > > the following conditions:
2530
+ > > >
2531
+ > > > The above copyright notice and this permission notice shall be
2532
+ > > > included in all copies or substantial portions of the Software.
2533
+ > > >
2534
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2535
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2536
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2537
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2538
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2539
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2540
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2541
+ > >
2542
+ > > ---------------------------------------
2543
+ > >
2544
+ > > ## ranges-sort
2545
+ > > License: MIT
2546
+ > > By: Roy Revelt
2547
+ > > Repository: git+https://github.com/codsen/codsen.git
2548
+ > >
2549
+ > > > MIT License
2550
+ > > >
2551
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
2552
+ > > >
2553
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2554
+ > > > a copy of this software and associated documentation files (the
2555
+ > > > "Software"), to deal in the Software without restriction, including
2556
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2557
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2558
+ > > > permit persons to whom the Software is furnished to do so, subject to
2559
+ > > > the following conditions:
2560
+ > > >
2561
+ > > > The above copyright notice and this permission notice shall be
2562
+ > > > included in all copies or substantial portions of the Software.
2563
+ > > >
2564
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2565
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2566
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2567
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2568
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2569
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2570
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2571
+ > >
2572
+ > > ---------------------------------------
2573
+ > >
2574
+ > > ## redent
2575
+ > > License: MIT
2576
+ > > By: Sindre Sorhus
2577
+ > > Repository: sindresorhus/redent
2578
+ > >
2579
+ > > > MIT License
2580
+ > > >
2581
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2582
+ > > >
2583
+ > > > 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:
2584
+ > > >
2585
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2586
+ > > >
2587
+ > > > 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.
2588
+ > >
2589
+ > > ---------------------------------------
2590
+ > >
2591
+ > > ## rfdc
2592
+ > > License: MIT
2593
+ > > By: David Mark Clements
2594
+ > > Repository: git+https://github.com/davidmarkclements/rfdc.git
2595
+ > >
2596
+ > > > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
2597
+ > > >
2598
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
2599
+ > > > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
2600
+ > > > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
2601
+ > > > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2602
+ > > >
2603
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions
2604
+ > > > of the Software.
2605
+ > > >
2606
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2607
+ > > > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
2608
+ > > > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
2609
+ > > > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
2610
+ > > > IN THE SOFTWARE.
2611
+ > >
2612
+ > > ---------------------------------------
2613
+ > >
2614
+ > > ## string-collapse-leading-whitespace
2615
+ > > License: MIT
2616
+ > > By: Roy Revelt
2617
+ > > Repository: git+https://github.com/codsen/codsen.git
2618
+ > >
2619
+ > > > MIT License
2620
+ > > >
2621
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
2622
+ > > >
2623
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2624
+ > > > a copy of this software and associated documentation files (the
2625
+ > > > "Software"), to deal in the Software without restriction, including
2626
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2627
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2628
+ > > > permit persons to whom the Software is furnished to do so, subject to
2629
+ > > > the following conditions:
2630
+ > > >
2631
+ > > > The above copyright notice and this permission notice shall be
2632
+ > > > included in all copies or substantial portions of the Software.
2633
+ > > >
2634
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2635
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2636
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2637
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2638
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2639
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2640
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2641
+ > >
2642
+ > > ---------------------------------------
2643
+ > >
2644
+ > > ## string-left-right
2645
+ > > License: MIT
2646
+ > > By: Roy Revelt
2647
+ > > Repository: git+https://github.com/codsen/codsen.git
2648
+ > >
2649
+ > > > MIT License
2650
+ > > >
2651
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
2652
+ > > >
2653
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2654
+ > > > a copy of this software and associated documentation files (the
2655
+ > > > "Software"), to deal in the Software without restriction, including
2656
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2657
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2658
+ > > > permit persons to whom the Software is furnished to do so, subject to
2659
+ > > > the following conditions:
2660
+ > > >
2661
+ > > > The above copyright notice and this permission notice shall be
2662
+ > > > included in all copies or substantial portions of the Software.
2663
+ > > >
2664
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2665
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2666
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2667
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2668
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2669
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2670
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2671
+ > >
2672
+ > > ---------------------------------------
2673
+ > >
2674
+ > > ## string-strip-html
2675
+ > > License: MIT
2676
+ > > By: Roy Revelt
2677
+ > > Repository: git+https://github.com/codsen/codsen.git
2678
+ > >
2679
+ > > > MIT License
2680
+ > > >
2681
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
2682
+ > > >
2683
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2684
+ > > > a copy of this software and associated documentation files (the
2685
+ > > > "Software"), to deal in the Software without restriction, including
2686
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2687
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2688
+ > > > permit persons to whom the Software is furnished to do so, subject to
2689
+ > > > the following conditions:
2690
+ > > >
2691
+ > > > The above copyright notice and this permission notice shall be
2692
+ > > > included in all copies or substantial portions of the Software.
2693
+ > > >
2694
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2695
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2696
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2697
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2698
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2699
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2700
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2701
+ > >
2702
+ > > ---------------------------------------
2703
+ > >
2704
+ > > ## strip-indent
2705
+ > > License: MIT
2706
+ > > By: Sindre Sorhus
2707
+ > > Repository: sindresorhus/strip-indent
2708
+ > >
2709
+ > > > MIT License
2710
+ > > >
2711
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2712
+ > > >
2713
+ > > > 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:
2714
+ > > >
2715
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2716
+ > > >
2717
+ > > > 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.
2718
+ > >
2719
+ > > ---------------------------------------
2720
+ > >
2721
+ > > ## tiny-invariant
2722
+ > > License: MIT
2723
+ > > By: Alex Reardon
2724
+ > > Repository: https://github.com/alexreardon/tiny-invariant.git
2725
+ > >
2726
+ > > > MIT License
2727
+ > > >
2728
+ > > > Copyright (c) 2019 Alexander Reardon
2729
+ > > >
2730
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
2731
+ > > > of this software and associated documentation files (the "Software"), to deal
2732
+ > > > in the Software without restriction, including without limitation the rights
2733
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2734
+ > > > copies of the Software, and to permit persons to whom the Software is
2735
+ > > > furnished to do so, subject to the following conditions:
2736
+ > > >
2737
+ > > > The above copyright notice and this permission notice shall be included in all
2738
+ > > > copies or substantial portions of the Software.
2739
+ > > >
2740
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2741
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2742
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2743
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2744
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2745
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2746
+ > > > SOFTWARE.
2747
+ > >
2748
+ > > <!-- /DEPENDENCIES -->
2749
+ > >
2750
+ > >
2751
+ > >
2752
+ > > # Licenses of bundled types
2753
+ > > The published @visulima/string artifact additionally contains code with the following licenses:
2754
+ > > MIT
2755
+ > >
2756
+ > > # Bundled types:
2757
+ > > ## fastest-levenshtein
2758
+ > > License: MIT
2759
+ > > By: Kasper U. Weihe
2760
+ > > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
2761
+ > >
2762
+ > > > MIT License
2763
+ > > >
2764
+ > > > Copyright (c) 2020 Kasper Unn Weihe
2765
+ > > >
2766
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
2767
+ > > > of this software and associated documentation files (the "Software"), to deal
2768
+ > > > in the Software without restriction, including without limitation the rights
2769
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2770
+ > > > copies of the Software, and to permit persons to whom the Software is
2771
+ > > > furnished to do so, subject to the following conditions:
2772
+ > > >
2773
+ > > > The above copyright notice and this permission notice shall be included in all
2774
+ > > > copies or substantial portions of the Software.
2775
+ > > >
2776
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2777
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2778
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2779
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2780
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2781
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2782
+ > > > SOFTWARE.
2783
+ > >
2784
+ > > ---------------------------------------
2785
+ > >
2786
+ > > ## get-east-asian-width
2787
+ > > License: MIT
2788
+ > > By: Sindre Sorhus
2789
+ > > Repository: sindresorhus/get-east-asian-width
2790
+ > >
2791
+ > > > MIT License
2792
+ > > >
2793
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2794
+ > > >
2795
+ > > > 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:
2796
+ > > >
2797
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2798
+ > > >
2799
+ > > > 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.
2800
+ > >
2801
+ > > ---------------------------------------
2802
+ > >
2803
+ > > ## indent-string
2804
+ > > License: MIT
2805
+ > > By: Sindre Sorhus
2806
+ > > Repository: sindresorhus/indent-string
2807
+ > >
2808
+ > > > MIT License
2809
+ > > >
2810
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2811
+ > > >
2812
+ > > > 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:
2813
+ > > >
2814
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2815
+ > > >
2816
+ > > > 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.
2817
+ > >
2818
+ > > ---------------------------------------
2819
+ > >
2820
+ > > ## redent
2821
+ > > License: MIT
2822
+ > > By: Sindre Sorhus
2823
+ > > Repository: sindresorhus/redent
2824
+ > >
2825
+ > > > MIT License
2826
+ > > >
2827
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2828
+ > > >
2829
+ > > > 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:
2830
+ > > >
2831
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2832
+ > > >
2833
+ > > > 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.
2834
+ > >
2835
+ > > ---------------------------------------
2836
+ > >
2837
+ > > ## strip-indent
2838
+ > > License: MIT
2839
+ > > By: Sindre Sorhus
2840
+ > > Repository: sindresorhus/strip-indent
2841
+ > >
2842
+ > > > MIT License
2843
+ > > >
2844
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2845
+ > > >
2846
+ > > > 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:
2847
+ > > >
2848
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2849
+ > > >
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.
2851
+
2852
+ ---------------------------------------
2853
+
2854
+ ## cli-boxes
286
2855
  License: MIT
287
2856
  By: Sindre Sorhus
288
- Repository: sindresorhus/terminal-size
2857
+ Repository: sindresorhus/cli-boxes
289
2858
 
290
2859
  > MIT License
291
2860
  >
@@ -297,7 +2866,33 @@ Repository: sindresorhus/terminal-size
297
2866
  >
298
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.
299
2868
 
300
- <!-- /DEPENDENCIES -->
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.
301
2897
 
302
- <!-- TYPE_DEPENDENCIES -->
303
2898
  <!-- /TYPE_DEPENDENCIES -->