@visulima/tui 1.0.0-alpha.1 → 1.0.0-alpha.11

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 (658) hide show
  1. package/CHANGELOG.md +170 -0
  2. package/LICENSE.md +2246 -9
  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 +52 -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 +42 -0
  73. package/dist/components/gradient.js +1 -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 +56 -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 +50 -0
  149. package/dist/components/static-render.js +1 -0
  150. package/dist/components/static.d.ts +29 -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 +79 -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 +58 -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 +53 -48
  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 +52 -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 +40 -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 +396 -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-X_OTc-Cw.js +1 -0
  262. package/dist/packem_shared/DevTools-CsxLcAu2.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-rZKjY_7Y.js +2 -0
  268. package/dist/packem_shared/KEY-Bk8B-3h_.js +1 -0
  269. package/dist/packem_shared/LayoutNode-B8zej4dm.js +1 -0
  270. package/dist/packem_shared/MouseProvider-PnIUKURs.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-Dxgv-mhZ.js +1 -0
  277. package/dist/packem_shared/ScrollView-Dq2v5zJS.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-GkPr_VYn.js +1 -0
  281. package/dist/packem_shared/TuiApp-DrjI_i-R.js +1 -0
  282. package/dist/packem_shared/TuiContext-BoJvG3NN.js +3 -0
  283. package/dist/packem_shared/accessibility-context-DDyHTwmA.js +1 -0
  284. package/dist/packem_shared/animation-context-DW3p-vpk.js +1 -0
  285. package/dist/packem_shared/ansi-parser-B6uXaq65.js +1 -0
  286. package/dist/packem_shared/ansi-tokenizer-DqX9nJuk.js +1 -0
  287. package/dist/packem_shared/app-context-BVpKlG1z.js +1 -0
  288. package/dist/packem_shared/background-context-rjOaWFki.js +1 -0
  289. package/dist/packem_shared/braille-BBjIoaN0.js +1 -0
  290. package/dist/packem_shared/buffer.d-EJkZr8uH.d.ts +39 -0
  291. package/dist/packem_shared/clipboard.d-D6lZTQ21.d.ts +23 -0
  292. package/dist/packem_shared/color-matrix.d-DSXLsB64.d.ts +50 -0
  293. package/dist/packem_shared/colorize-DbTZMrJO.js +1 -0
  294. package/dist/packem_shared/comparePoints-C85EsmNz.js +1 -0
  295. package/dist/packem_shared/controlled-scroll-view-CikQ90_V.js +1 -0
  296. package/dist/packem_shared/createInlineLoop-DRNZ7jqH.js +2 -0
  297. package/dist/packem_shared/createScreen-CrLrxA6t.js +3 -0
  298. package/dist/packem_shared/cursor-context-CFviBqPX.js +1 -0
  299. package/dist/packem_shared/cursor-helpers.d-BIvqz0TZ.d.ts +5 -0
  300. package/dist/packem_shared/dom-4y__5fWB.js +1 -0
  301. package/dist/packem_shared/dom.d-ksOQhC2W.d.ts +400 -0
  302. package/dist/packem_shared/focus-context-CsT69klR.js +1 -0
  303. package/dist/packem_shared/format-time-C7Q-hQZq.js +1 -0
  304. package/dist/packem_shared/getPathToRoot-B2tKmx3i.js +1 -0
  305. package/dist/packem_shared/getScrollHeight-BTEY8ewu.js +1 -0
  306. package/dist/packem_shared/input-utils-fAxzSlNh.js +1 -0
  307. package/dist/packem_shared/input.d-Bfq7oc06.d.ts +90 -0
  308. package/dist/packem_shared/isIntersecting-B3KbKTmu.js +1 -0
  309. package/dist/packem_shared/isOsc52Supported-DKK7Uee6.js +1 -0
  310. package/dist/packem_shared/isTerminalPaletteQuerySupported-Dn2hFAZ_.js +1 -0
  311. package/dist/packem_shared/kittyFlags-C3rZLbcK.js +1 -0
  312. package/dist/packem_shared/layout-P24eyWyL.js +2 -0
  313. package/dist/packem_shared/line-chart-kf7uhR0K.js +1 -0
  314. package/dist/packem_shared/measure-text-DDjHT1jD.js +3 -0
  315. package/dist/packem_shared/measureElement-CRKlFSvD.js +1 -0
  316. package/dist/packem_shared/mouse-context-DaARgUu1.js +1 -0
  317. package/dist/packem_shared/parseSgrMouse-Ccj70ijb.js +1 -0
  318. package/dist/packem_shared/processLayout-Dmgf0LO6.js +1 -0
  319. package/dist/packem_shared/reconciler-BuOP-TZ6.js +1 -0
  320. package/dist/packem_shared/reconciler-DIfG72R9.js +1 -0
  321. package/dist/packem_shared/render-BOqty71z.js +26 -0
  322. package/dist/packem_shared/render-F9Hk9p1a.js +1 -0
  323. package/dist/packem_shared/render.d-CVGLTvTq.d.ts +398 -0
  324. package/dist/packem_shared/renderToString-BDk2FZEN.js +4 -0
  325. package/dist/packem_shared/renderToString-BbQiRHrd.js +2 -0
  326. package/dist/packem_shared/renderTreeToBuffer-CZilzyhN.js +2 -0
  327. package/dist/packem_shared/renderer-gqplqpkQ.js +17 -0
  328. package/dist/packem_shared/scroll-view.d-DtpsgHLg.d.ts +119 -0
  329. package/dist/packem_shared/selection.d-CHKA1ogp.d.ts +62 -0
  330. package/dist/packem_shared/setEnableStyledLineCache-D2gZbwFM.js +1 -0
  331. package/dist/packem_shared/squashTextNodesWithMap-Cpqmc45i.js +1 -0
  332. package/dist/packem_shared/stderr-context-BzEaUICS.js +1 -0
  333. package/dist/packem_shared/stdin-context-BTaaFagk.js +1 -0
  334. package/dist/packem_shared/stdout-context-BnblEPez.js +1 -0
  335. package/dist/packem_shared/styles.d-C1g4Iwzr.d.ts +368 -0
  336. package/dist/packem_shared/terminal-palette.d-D2SQjfn-.d.ts +19 -0
  337. package/dist/packem_shared/text-width-BU2eeTWn.js +2 -0
  338. package/dist/packem_shared/token-to-elements-BAZpNZsu.js +1 -0
  339. package/dist/packem_shared/treeViewTheme-1RIZyB4M.js +1 -0
  340. package/dist/packem_shared/useElementDimensions-qJ_WXFZ9.js +1 -0
  341. package/dist/packem_shared/useMouseAction-2dRfU1vE.js +1 -0
  342. package/dist/packem_shared/useMouseContext-C746G7kY.js +1 -0
  343. package/dist/packem_shared/useMousePosition-BTWfV4JK.js +1 -0
  344. package/dist/packem_shared/useOnMouseClick-nY8xLZmt.js +1 -0
  345. package/dist/packem_shared/useOnMouseHover-D3DczIol.js +1 -0
  346. package/dist/packem_shared/useOnMouseState-cRK8QvzD.js +1 -0
  347. package/dist/packem_shared/useTreeView-BoMMeRPq.js +1 -0
  348. package/dist/packem_shared/useTreeViewState-CRPCUWrb.js +1 -0
  349. package/dist/packem_shared/utils-CoviI5Vm.js +1 -0
  350. package/dist/packem_shared/variant-config-BJqpNo7H.js +1 -0
  351. package/dist/packem_shared/variant-config.d-D5NnrrQK.d.ts +2 -0
  352. package/dist/packem_shared/waitFor-Dj5zfL5s.js +4 -0
  353. package/dist/packem_shared/wrapOrTruncateStyledLine-BZ00SM8i.js +3 -0
  354. package/dist/react/index.d.ts +519 -8
  355. package/dist/react/index.js +1 -9
  356. package/dist/testing/index.d.ts +278 -135
  357. package/dist/testing/index.js +1 -260
  358. package/index.js +691 -539
  359. package/package.json +563 -33
  360. package/dist/core/app.d.ts +0 -50
  361. package/dist/core/cell.d.ts +0 -33
  362. package/dist/core/inline.d.ts +0 -22
  363. package/dist/core/input.d.ts +0 -18
  364. package/dist/core/native-binding.d.ts +0 -22
  365. package/dist/ink/ansi-to-cell.d.ts +0 -5
  366. package/dist/ink/ansi-tokenizer.d.ts +0 -38
  367. package/dist/ink/clipboard.d.ts +0 -29
  368. package/dist/ink/color-matrix.d.ts +0 -49
  369. package/dist/ink/color-utils.d.ts +0 -30
  370. package/dist/ink/colorize.d.ts +0 -4
  371. package/dist/ink/components/AccessibilityContext.d.ts +0 -4
  372. package/dist/ink/components/Alert.d.ts +0 -30
  373. package/dist/ink/components/AnimationContext.d.ts +0 -10
  374. package/dist/ink/components/App.d.ts +0 -19
  375. package/dist/ink/components/AppContext.d.ts +0 -38
  376. package/dist/ink/components/BackgroundContext.d.ts +0 -5
  377. package/dist/ink/components/Badge.d.ts +0 -27
  378. package/dist/ink/components/BigText.d.ts +0 -71
  379. package/dist/ink/components/Box.d.ts +0 -58
  380. package/dist/ink/components/Code.d.ts +0 -46
  381. package/dist/ink/components/ConfirmInput.d.ts +0 -40
  382. package/dist/ink/components/ConsoleOverlay.d.ts +0 -52
  383. package/dist/ink/components/Cursor.d.ts +0 -43
  384. package/dist/ink/components/CursorContext.d.ts +0 -12
  385. package/dist/ink/components/Dialog.d.ts +0 -93
  386. package/dist/ink/components/DiffView.d.ts +0 -71
  387. package/dist/ink/components/ErrorBoundary.d.ts +0 -17
  388. package/dist/ink/components/ErrorOverview.d.ts +0 -6
  389. package/dist/ink/components/FocusContext.d.ts +0 -17
  390. package/dist/ink/components/Gradient.d.ts +0 -38
  391. package/dist/ink/components/Help.d.ts +0 -49
  392. package/dist/ink/components/Link.d.ts +0 -34
  393. package/dist/ink/components/Markdown.d.ts +0 -34
  394. package/dist/ink/components/MultiSelect.d.ts +0 -63
  395. package/dist/ink/components/Newline.d.ts +0 -12
  396. package/dist/ink/components/OrderedList.d.ts +0 -30
  397. package/dist/ink/components/Paginator.d.ts +0 -75
  398. package/dist/ink/components/ProgressBar.d.ts +0 -51
  399. package/dist/ink/components/SelectInput.d.ts +0 -96
  400. package/dist/ink/components/SelectInputIndicator.d.ts +0 -36
  401. package/dist/ink/components/SelectInputItem.d.ts +0 -43
  402. package/dist/ink/components/Slider.d.ts +0 -92
  403. package/dist/ink/components/Spacer.d.ts +0 -7
  404. package/dist/ink/components/Spinner.d.ts +0 -42
  405. package/dist/ink/components/Static.d.ts +0 -24
  406. package/dist/ink/components/StaticRender.d.ts +0 -28
  407. package/dist/ink/components/StatusMessage.d.ts +0 -26
  408. package/dist/ink/components/StderrContext.d.ts +0 -16
  409. package/dist/ink/components/StdinContext.d.ts +0 -29
  410. package/dist/ink/components/StdoutContext.d.ts +0 -16
  411. package/dist/ink/components/Stopwatch.d.ts +0 -44
  412. package/dist/ink/components/Tab.d.ts +0 -25
  413. package/dist/ink/components/Table.d.ts +0 -80
  414. package/dist/ink/components/Tabs.d.ts +0 -97
  415. package/dist/ink/components/Text.d.ts +0 -63
  416. package/dist/ink/components/TextInput.d.ts +0 -48
  417. package/dist/ink/components/Textarea.d.ts +0 -62
  418. package/dist/ink/components/Timer.d.ts +0 -52
  419. package/dist/ink/components/Transform.d.ts +0 -16
  420. package/dist/ink/components/UnorderedList.d.ts +0 -35
  421. package/dist/ink/components/file-picker/FilePicker.d.ts +0 -75
  422. package/dist/ink/components/file-picker/index.d.ts +0 -3
  423. package/dist/ink/components/file-picker/types.d.ts +0 -38
  424. package/dist/ink/components/file-picker/use-file-system.d.ts +0 -16
  425. package/dist/ink/components/scroll/ControlledScrollView.d.ts +0 -43
  426. package/dist/ink/components/scroll/ScrollBar.d.ts +0 -20
  427. package/dist/ink/components/scroll/ScrollBarBox.d.ts +0 -15
  428. package/dist/ink/components/scroll/ScrollList.d.ts +0 -12
  429. package/dist/ink/components/scroll/ScrollView.d.ts +0 -98
  430. package/dist/ink/components/scroll/index.d.ts +0 -10
  431. package/dist/ink/components/scroll/use-state-ref.d.ts +0 -8
  432. package/dist/ink/components/tree-view/TreeView.d.ts +0 -89
  433. package/dist/ink/components/tree-view/TreeViewNode.d.ts +0 -29
  434. package/dist/ink/components/tree-view/index.d.ts +0 -11
  435. package/dist/ink/components/tree-view/theme.d.ts +0 -24
  436. package/dist/ink/components/tree-view/tree-node-map.d.ts +0 -72
  437. package/dist/ink/components/tree-view/types.d.ts +0 -55
  438. package/dist/ink/components/tree-view/use-tree-view-state.d.ts +0 -135
  439. package/dist/ink/components/tree-view/use-tree-view.d.ts +0 -26
  440. package/dist/ink/components/variant-config.d.ts +0 -10
  441. package/dist/ink/cursor-helpers.d.ts +0 -38
  442. package/dist/ink/data-limited-lru-map.d.ts +0 -21
  443. package/dist/ink/devtools-window-polyfill.d.ts +0 -1
  444. package/dist/ink/devtools.d.ts +0 -1
  445. package/dist/ink/dom.d.ts +0 -213
  446. package/dist/ink/get-max-width.d.ts +0 -3
  447. package/dist/ink/highlighter.d.ts +0 -28
  448. package/dist/ink/ime-utils.d.ts +0 -25
  449. package/dist/ink/ink.d.ts +0 -189
  450. package/dist/ink/input-parser.d.ts +0 -10
  451. package/dist/ink/input-utils.d.ts +0 -16
  452. package/dist/ink/instances.d.ts +0 -3
  453. package/dist/ink/kitty-keyboard.d.ts +0 -23
  454. package/dist/ink/layout.d.ts +0 -26
  455. package/dist/ink/log-update-native.d.ts +0 -14
  456. package/dist/ink/log-update.d.ts +0 -21
  457. package/dist/ink/measure-element.d.ts +0 -147
  458. package/dist/ink/measure-text.d.ts +0 -56
  459. package/dist/ink/mouse/Fullscreen.d.ts +0 -8
  460. package/dist/ink/mouse/MouseProvider.d.ts +0 -11
  461. package/dist/ink/mouse/ansi-parser.d.ts +0 -37
  462. package/dist/ink/mouse/constants.d.ts +0 -59
  463. package/dist/ink/mouse/index.d.ts +0 -20
  464. package/dist/ink/mouse/is-intersecting.d.ts +0 -18
  465. package/dist/ink/mouse/mouse-context.d.ts +0 -36
  466. package/dist/ink/mouse/use-element-position.d.ts +0 -29
  467. package/dist/ink/mouse/use-mouse-action.d.ts +0 -7
  468. package/dist/ink/mouse/use-mouse-position.d.ts +0 -7
  469. package/dist/ink/mouse/use-mouse.d.ts +0 -7
  470. package/dist/ink/mouse/use-on-mouse-click.d.ts +0 -14
  471. package/dist/ink/mouse/use-on-mouse-hover.d.ts +0 -8
  472. package/dist/ink/mouse/use-on-mouse-state.d.ts +0 -11
  473. package/dist/ink/output.d.ts +0 -74
  474. package/dist/ink/parse-keypress.d.ts +0 -22
  475. package/dist/ink/reconciler.d.ts +0 -3
  476. package/dist/ink/region.d.ts +0 -99
  477. package/dist/ink/render-background.d.ts +0 -4
  478. package/dist/ink/render-border.d.ts +0 -4
  479. package/dist/ink/render-node-to-output.d.ts +0 -38
  480. package/dist/ink/render-scrollbar.d.ts +0 -9
  481. package/dist/ink/render-sticky.d.ts +0 -44
  482. package/dist/ink/render-to-string.d.ts +0 -37
  483. package/dist/ink/render.d.ts +0 -191
  484. package/dist/ink/renderer.d.ts +0 -17
  485. package/dist/ink/resize-observer.d.ts +0 -44
  486. package/dist/ink/sanitize-ansi.d.ts +0 -2
  487. package/dist/ink/scroll.d.ts +0 -23
  488. package/dist/ink/selection.d.ts +0 -70
  489. package/dist/ink/squash-text-nodes.d.ts +0 -18
  490. package/dist/ink/style-flags.d.ts +0 -17
  491. package/dist/ink/styled-line-factory.d.ts +0 -25
  492. package/dist/ink/styled-line-serializer.d.ts +0 -18
  493. package/dist/ink/styled-line.d.ts +0 -109
  494. package/dist/ink/styles.d.ts +0 -369
  495. package/dist/ink/terminal-palette.d.ts +0 -25
  496. package/dist/ink/text-wrap.d.ts +0 -10
  497. package/dist/ink/token-to-elements.d.ts +0 -22
  498. package/dist/ink/utils/format-time.d.ts +0 -4
  499. package/dist/ink/utils.d.ts +0 -9
  500. package/dist/ink/wrap-text.d.ts +0 -3
  501. package/dist/ink/write-synchronized.d.ts +0 -4
  502. package/dist/packem_shared/AccessibilityContext-BLelHhNU.js +0 -7
  503. package/dist/packem_shared/Alert-Dr3s_LD9.js +0 -17
  504. package/dist/packem_shared/AnimationContext-BcJg8Jr6.js +0 -15
  505. package/dist/packem_shared/AppContext-CP0U6H7O.js +0 -11
  506. package/dist/packem_shared/BackgroundContext-BAUaxfOb.js +0 -5
  507. package/dist/packem_shared/Badge-Dk7EGGM6.js +0 -13
  508. package/dist/packem_shared/BigText-CjMdY63X.js +0 -24
  509. package/dist/packem_shared/Box-D_pSJ9Jp.js +0 -73
  510. package/dist/packem_shared/COLOR_BLINDNESS_SIMULATION-BsMy5Ewl.js +0 -81
  511. package/dist/packem_shared/Cell-DCg1kJY-.js +0 -48
  512. package/dist/packem_shared/Code-DjQvPBD9.js +0 -53
  513. package/dist/packem_shared/ConfirmInput-85Y4kRQW.js +0 -44
  514. package/dist/packem_shared/ConsoleOverlay-DBNa4vtj.js +0 -57
  515. package/dist/packem_shared/ControlledScrollView-BlOaxcsN.js +0 -286
  516. package/dist/packem_shared/ControlledScrollView-DfAhcufF.js +0 -5
  517. package/dist/packem_shared/Cursor-DiW7YoSK.js +0 -18
  518. package/dist/packem_shared/CursorContext-JxRzlqAx.js +0 -9
  519. package/dist/packem_shared/DevTools-aMPIsaHx.js +0 -61
  520. package/dist/packem_shared/Dialog-DsSNAVgC.js +0 -71
  521. package/dist/packem_shared/DiffView-hqaw-2S6.js +0 -329
  522. package/dist/packem_shared/FilePicker-DNwFxRhq.js +0 -254
  523. package/dist/packem_shared/FocusContext-CWkYtgcm.js +0 -26
  524. package/dist/packem_shared/FocusContext-D5wFxSRz.js +0 -153
  525. package/dist/packem_shared/Fullscreen-DrElAE1o.js +0 -11
  526. package/dist/packem_shared/Gradient-Ql5P0GUd.js +0 -136
  527. package/dist/packem_shared/Help-6wanGG38.js +0 -112
  528. package/dist/packem_shared/IMECompositionBuffer-Dl3S0KnF.js +0 -55
  529. package/dist/packem_shared/InputParser-BKHpWfvN.js +0 -156
  530. package/dist/packem_shared/LayoutNode-Cjnsodiy.js +0 -131
  531. package/dist/packem_shared/Link-COcKYfGT.js +0 -66
  532. package/dist/packem_shared/Markdown-y1ISztof.js +0 -212
  533. package/dist/packem_shared/MouseProvider-Y9TSSEGl.js +0 -136
  534. package/dist/packem_shared/MultiSelect-ChoLUcDI.js +0 -129
  535. package/dist/packem_shared/NAMED_COLORS-a4QBvb5r.js +0 -262
  536. package/dist/packem_shared/Newline-DBtYEg8x.js +0 -7
  537. package/dist/packem_shared/OrderedList-Cp7pXr6m.js +0 -26
  538. package/dist/packem_shared/Paginator-D1AuD-kj.js +0 -104
  539. package/dist/packem_shared/ProgressBar-DOfpVagn.js +0 -22
  540. package/dist/packem_shared/Renderer-zZ5O3vxc.js +0 -31
  541. package/dist/packem_shared/ResizeObserverEntry-Br4seLeQ.js +0 -102
  542. package/dist/packem_shared/ScrollBar-EWAs2Uc7.js +0 -106
  543. package/dist/packem_shared/ScrollBarBox-DTNNlh7R.js +0 -72
  544. package/dist/packem_shared/ScrollList-DCeIFL8M.js +0 -227
  545. package/dist/packem_shared/ScrollView-v3MCNIyX.js +0 -196
  546. package/dist/packem_shared/SelectInput-BN2TMyxp.js +0 -260
  547. package/dist/packem_shared/SelectInputIndicator-DkRMoH_b.js +0 -9
  548. package/dist/packem_shared/SelectInputItem-BF9LQgKu.js +0 -8
  549. package/dist/packem_shared/Slider-BWD7xZX6.js +0 -116
  550. package/dist/packem_shared/Spacer-Bs4ER-HK.js +0 -8
  551. package/dist/packem_shared/Spinner-BuI-kN4p.js +0 -1799
  552. package/dist/packem_shared/Static-DpTd6Eed.js +0 -22
  553. package/dist/packem_shared/Static-xmD9giJj.js +0 -18
  554. package/dist/packem_shared/StaticRender-tYwH6QXl.js +0 -33
  555. package/dist/packem_shared/StatusMessage-BtSYxzwb.js +0 -14
  556. package/dist/packem_shared/StderrContext-Bj4Mf7v7.js +0 -17
  557. package/dist/packem_shared/StdinContext-Bq_GNJ3z.js +0 -38
  558. package/dist/packem_shared/StdoutContext-CgjWeCdO.js +0 -17
  559. package/dist/packem_shared/Stopwatch-DjtTCyHn.js +0 -23
  560. package/dist/packem_shared/Tab-C6r5q4hR.js +0 -7
  561. package/dist/packem_shared/Table-D-rSVlzb.js +0 -82
  562. package/dist/packem_shared/Tabs-BXpZwLWo.js +0 -146
  563. package/dist/packem_shared/Text-DvAUdZcK.js +0 -65
  564. package/dist/packem_shared/TextInput-C79WEQ5U.js +0 -137
  565. package/dist/packem_shared/Textarea-Dj06R6Zd.js +0 -272
  566. package/dist/packem_shared/Timer-wi9zuh4n.js +0 -22
  567. package/dist/packem_shared/Transform-BHxY_dAM.js +0 -14
  568. package/dist/packem_shared/TreeNodeMap-CtJUvBnd.js +0 -155
  569. package/dist/packem_shared/TreeView-C2062dtj.js +0 -148
  570. package/dist/packem_shared/TuiApp-DfxOnXqi.js +0 -120
  571. package/dist/packem_shared/TuiContext-CqEjMyXd.js +0 -415
  572. package/dist/packem_shared/UnorderedList-DhnadWjX.js +0 -33
  573. package/dist/packem_shared/ansi-parser-0BdVTKho.js +0 -41
  574. package/dist/packem_shared/ansi-tokenizer-LHq2LUWA.js +0 -307
  575. package/dist/packem_shared/boxes-oi3WUbyR.js +0 -92
  576. package/dist/packem_shared/colorize-88_Vk8cn.js +0 -48
  577. package/dist/packem_shared/comparePoints-CGMDnd3_.js +0 -287
  578. package/dist/packem_shared/createInlineLoop-BxMmcq9D.js +0 -93
  579. package/dist/packem_shared/createLinkedScrollGroup-Djw4Ceo0.js +0 -44
  580. package/dist/packem_shared/dom-DvzhsAez.js +0 -225
  581. package/dist/packem_shared/format-time-BGmnDukX.js +0 -12
  582. package/dist/packem_shared/getPathToRoot-a1wbwxfL.js +0 -4
  583. package/dist/packem_shared/getScrollHeight-BubfU_df.js +0 -63
  584. package/dist/packem_shared/input-utils-ViAEXa0Z.js +0 -19
  585. package/dist/packem_shared/isIntersecting-fEXHJN5R.js +0 -10
  586. package/dist/packem_shared/isOsc52Supported-G0k4sXJx.js +0 -36
  587. package/dist/packem_shared/isTerminalPaletteQuerySupported-EeiwMKbr.js +0 -93
  588. package/dist/packem_shared/kittyFlags-bNNf_9kX.js +0 -26
  589. package/dist/packem_shared/measure-element-Reza_yfC.js +0 -396
  590. package/dist/packem_shared/measure-text-DItZYotK.js +0 -1189
  591. package/dist/packem_shared/measureElement-CTgFCmKd.js +0 -4
  592. package/dist/packem_shared/mouse-context-BUHWKEIe.js +0 -6
  593. package/dist/packem_shared/parseSgrMouse-BHVBPP9G.js +0 -1
  594. package/dist/packem_shared/processLayout-BQ9kXfd3.js +0 -2
  595. package/dist/packem_shared/reconciler-BXf6miSS.js +0 -211
  596. package/dist/packem_shared/reconciler-gfmqURLy.js +0 -680
  597. package/dist/packem_shared/render-BAwdjfki.js +0 -2806
  598. package/dist/packem_shared/render-Bpjhf0lD.js +0 -195
  599. package/dist/packem_shared/renderToString-Cfg55DRD.js +0 -62
  600. package/dist/packem_shared/renderToString-ClIaXgrC.js +0 -86
  601. package/dist/packem_shared/renderTreeToBuffer-D3mo7M7m.js +0 -308
  602. package/dist/packem_shared/renderer-B3wROkeg.js +0 -1431
  603. package/dist/packem_shared/setEnableStyledLineCache-BpskngSJ.js +0 -2
  604. package/dist/packem_shared/squashTextNodesWithMap-iqm6OMMT.js +0 -100
  605. package/dist/packem_shared/text-width-DhuarWcB.js +0 -42
  606. package/dist/packem_shared/token-to-elements-BRFl_rzw.js +0 -249
  607. package/dist/packem_shared/treeViewTheme-BpSw9TMf.js +0 -52
  608. package/dist/packem_shared/useAnimation-kj31sA-T.js +0 -62
  609. package/dist/packem_shared/useApp-DPQlRzi5.js +0 -6
  610. package/dist/packem_shared/useBoxMetrics-rBjKc-g4.js +0 -54
  611. package/dist/packem_shared/useClipboard-B_9-adw1.js +0 -23
  612. package/dist/packem_shared/useColorBlindness-D_sTIhcb.js +0 -30
  613. package/dist/packem_shared/useConsoleCapture-Dvt7G1W1.js +0 -61
  614. package/dist/packem_shared/useCursor-BIJzc8k9.js +0 -19
  615. package/dist/packem_shared/useElementDimensions-CAoKitVD.js +0 -67
  616. package/dist/packem_shared/useFocus-CNl5QHHf.js +0 -37
  617. package/dist/packem_shared/useFocusManager-BPYaUuKQ.js +0 -16
  618. package/dist/packem_shared/useInput-Cfp5zB2s.js +0 -594
  619. package/dist/packem_shared/useIsScreenReaderEnabled-CnGKCe0f.js +0 -9
  620. package/dist/packem_shared/useKeyBindings-B78l1E1n.js +0 -66
  621. package/dist/packem_shared/useMouseAction-C5gZ2nj7.js +0 -29
  622. package/dist/packem_shared/useMouseContext-D-rFy60Q.js +0 -12
  623. package/dist/packem_shared/useMousePosition-BHBJ-kBk.js +0 -25
  624. package/dist/packem_shared/useOnMouseClick--ZIyBOBO.js +0 -35
  625. package/dist/packem_shared/useOnMouseHover-26diuXUC.js +0 -32
  626. package/dist/packem_shared/useOnMouseState-NO_Kda_C.js +0 -13
  627. package/dist/packem_shared/usePaste-Ct8J4AGR.js +0 -35
  628. package/dist/packem_shared/useScrollAcceleration-R9LfrPVG.js +0 -73
  629. package/dist/packem_shared/useScrollInput-D3CpBq_a.js +0 -72
  630. package/dist/packem_shared/useStderr-CAOVUh4E.js +0 -6
  631. package/dist/packem_shared/useStdin-X-O0kd-n.js +0 -7
  632. package/dist/packem_shared/useStdout-DyF6DSH0.js +0 -6
  633. package/dist/packem_shared/useStopwatch-qC4Beai4.js +0 -33
  634. package/dist/packem_shared/useTerminalPalette-BaWO2c4Q.js +0 -38
  635. package/dist/packem_shared/useTextBuffer-C8fEe9Ly.js +0 -398
  636. package/dist/packem_shared/useTextSelection-mXtxgsPK.js +0 -50
  637. package/dist/packem_shared/useTimer-CPQ7j827.js +0 -46
  638. package/dist/packem_shared/useTreeView-BT57P3Kx.js +0 -101
  639. package/dist/packem_shared/useTreeViewState-BpS_KZ-K.js +0 -502
  640. package/dist/packem_shared/useWindowSize-ugEmGZJm.js +0 -20
  641. package/dist/packem_shared/utils-BgdlrbOH.js +0 -140
  642. package/dist/packem_shared/variant-config-DSZoX5TM.js +0 -8
  643. package/dist/packem_shared/wrapOrTruncateStyledLine-DN3Nogoc.js +0 -147
  644. package/dist/react/devtools.d.ts +0 -27
  645. package/dist/react/focus.d.ts +0 -39
  646. package/dist/react/hooks.d.ts +0 -238
  647. package/dist/react/layout.d.ts +0 -35
  648. package/dist/react/react.d.ts +0 -57
  649. package/dist/react/reconciler.d.ts +0 -4
  650. package/dist/react/render-to-string.d.ts +0 -21
  651. package/dist/react/renderer.d.ts +0 -2
  652. package/dist/react/scene.d.ts +0 -3
  653. package/dist/react/static.d.ts +0 -39
  654. package/dist/react/styles.d.ts +0 -83
  655. package/dist/react/text-width.d.ts +0 -20
  656. package/dist/testing/keys.d.ts +0 -89
  657. package/dist/testing/screen.d.ts +0 -35
  658. package/dist/testing/wait-for.d.ts +0 -21
package/LICENSE.md CHANGED
@@ -71,27 +71,1039 @@ 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
78
 
79
79
  > MIT License
80
80
  >
81
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
81
+ > Copyright (c) 2026 visulima
82
82
  >
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:
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:
84
89
  >
85
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
90
+ > The above copyright notice and this permission notice shall be included in all
91
+ > copies or substantial portions of the Software.
86
92
  >
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.
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
+ >
105
+ > The published @visulima/ansi artifact additionally contains code with the following licenses:
106
+ > ISC, MIT
107
+ >
108
+ > # Bundled dependencies:
109
+ >
110
+ > ## ansi-regex
111
+ >
112
+ > License: MIT
113
+ > By: Sindre Sorhus
114
+ > Repository: chalk/ansi-regex
115
+ >
116
+ > > MIT License
117
+ > >
118
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
119
+ > >
120
+ > > 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:
121
+ > >
122
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
123
+ > >
124
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
125
+ >
126
+ > ---
127
+ >
128
+ > ## mimic-function
129
+ >
130
+ > License: MIT
131
+ > By: Sindre Sorhus
132
+ > Repository: sindresorhus/mimic-function
133
+ >
134
+ > > MIT License
135
+ > >
136
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
137
+ > >
138
+ > > 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:
139
+ > >
140
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
141
+ > >
142
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
143
+ >
144
+ > ---
145
+ >
146
+ > ## onetime
147
+ >
148
+ > License: MIT
149
+ > By: Sindre Sorhus
150
+ > Repository: sindresorhus/onetime
151
+ >
152
+ > > MIT License
153
+ > >
154
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
155
+ > >
156
+ > > 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:
157
+ > >
158
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
159
+ > >
160
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
161
+ >
162
+ > ---
163
+ >
164
+ > ## restore-cursor
165
+ >
166
+ > License: MIT
167
+ > By: Sindre Sorhus
168
+ > Repository: sindresorhus/restore-cursor
169
+ >
170
+ > > MIT License
171
+ > >
172
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
173
+ > >
174
+ > > 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:
175
+ > >
176
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
177
+ > >
178
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
179
+ >
180
+ > ---
181
+ >
182
+ > ## signal-exit
183
+ >
184
+ > License: ISC
185
+ > By: Ben Coe
186
+ > Repository: https://github.com/tapjs/signal-exit.git
187
+ >
188
+ > > The ISC License
189
+ > >
190
+ > > Copyright (c) 2015-2023 Benjamin Coe, Isaac Z. Schlueter, and Contributors
191
+ > >
192
+ > > Permission to use, copy, modify, and/or distribute this software
193
+ > > for any purpose with or without fee is hereby granted, provided
194
+ > > that the above copyright notice and this permission notice
195
+ > > appear in all copies.
196
+ > >
197
+ > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
198
+ > > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
199
+ > > OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
200
+ > > LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
201
+ > > OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
202
+ > > WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
203
+ > > ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
204
+ >
205
+ >
206
+ >
207
+ >
208
+ >
209
+ > # Licenses of bundled types
210
+ >
211
+ > The published @visulima/ansi artifact additionally contains code with the following licenses:
212
+ > MIT
213
+ >
214
+ > # Bundled types:
215
+ >
216
+ > ## restore-cursor
217
+ >
218
+ > License: MIT
219
+ > By: Sindre Sorhus
220
+ > Repository: sindresorhus/restore-cursor
221
+ >
222
+ > > MIT License
223
+ > >
224
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
225
+ > >
226
+ > > 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:
227
+ > >
228
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
229
+ > >
230
+ > > 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
231
 
89
232
  ---------------------------------------
90
233
 
91
- ## cli-spinners
234
+ ## @visulima/colorize
235
+ License: MIT
236
+ By: Daniel Bannert
237
+ Repository: git+https://github.com/visulima/visulima.git
238
+
239
+ > MIT License
240
+ >
241
+ > Copyright (c) 2026 visulima
242
+ >
243
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
244
+ > of this software and associated documentation files (the "Software"), to deal
245
+ > in the Software without restriction, including without limitation the rights
246
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
247
+ > copies of the Software, and to permit persons to whom the Software is
248
+ > furnished to do so, subject to the following conditions:
249
+ >
250
+ > The above copyright notice and this permission notice shall be included in all
251
+ > copies or substantial portions of the Software.
252
+ >
253
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
254
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
255
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
256
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
257
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
258
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
259
+ > SOFTWARE.
260
+ >
261
+ > ---
262
+ >
263
+ > Colorize is based on https://github.com/webdiscus/ansis
264
+ >
265
+ > ISC License
266
+ >
267
+ > Copyright (c) 2023, webdiscus
268
+ >
269
+ > Permission to use, copy, modify, and/or distribute this software for any
270
+ > purpose with or without fee is hereby granted, provided that the above
271
+ > copyright notice and this permission notice appear in all copies.
272
+ >
273
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
274
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
275
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
276
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
277
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
278
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
279
+ > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
280
+ >
281
+ >
282
+ >
283
+ > # Licenses of bundled dependencies
284
+ >
285
+ > The published @visulima/colorize artifact additionally contains code with the following licenses:
286
+ > MIT
287
+ >
288
+ > # Bundled dependencies:
289
+ >
290
+ > ## ansi-regex
291
+ >
292
+ > License: MIT
293
+ > By: Sindre Sorhus
294
+ > Repository: chalk/ansi-regex
295
+ >
296
+ > > MIT License
297
+ > >
298
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
299
+ > >
300
+ > > 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:
301
+ > >
302
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
303
+ > >
304
+ > > 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.
305
+
306
+ ---------------------------------------
307
+
308
+ ## @visulima/is-ansi-color-supported
309
+ License: MIT
310
+ By: Daniel Bannert
311
+ Repository: git+https://github.com/visulima/visulima.git
312
+
313
+ > MIT License
314
+ >
315
+ > Copyright (c) 2026 visulima
316
+ >
317
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
318
+ > of this software and associated documentation files (the "Software"), to deal
319
+ > in the Software without restriction, including without limitation the rights
320
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
321
+ > copies of the Software, and to permit persons to whom the Software is
322
+ > furnished to do so, subject to the following conditions:
323
+ >
324
+ > The above copyright notice and this permission notice shall be included in all
325
+ > copies or substantial portions of the Software.
326
+ >
327
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
328
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
329
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
330
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
331
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
332
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
333
+ > SOFTWARE.
334
+
335
+ ---------------------------------------
336
+
337
+ ## @visulima/spinner
338
+ License: MIT
339
+ By: Daniel Bannert
340
+ Repository: git+https://github.com/visulima/visulima.git
341
+
342
+ > MIT License
343
+ >
344
+ > Copyright (c) 2026 visulima
345
+ >
346
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
347
+ > of this software and associated documentation files (the "Software"), to deal
348
+ > in the Software without restriction, including without limitation the rights
349
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
350
+ > copies of the Software, and to permit persons to whom the Software is
351
+ > furnished to do so, subject to the following conditions:
352
+ >
353
+ > The above copyright notice and this permission notice shall be included in all
354
+ > copies or substantial portions of the Software.
355
+ >
356
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
357
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
358
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
359
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
360
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
361
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
362
+ > SOFTWARE.
363
+ >
364
+ > ---
365
+ >
366
+ > ## Acknowledgments
367
+ >
368
+ > This project includes spinner animations inspired by and adapted from the following open-source libraries, all licensed under the MIT License:
369
+ >
370
+ > ### Rattles
371
+ >
372
+ > - **Source:** https://github.com/vyfor/rattles
373
+ > - **Author:** vyfor
374
+ > - **License:** MIT
375
+ > - **Description:** A minimal terminal spinner library for Rust that inspired additional braille-based spinner animations.
376
+ >
377
+ > ### unicode-animations
378
+ >
379
+ > - **Source:** https://github.com/gunnargray-dev/unicode-animations
380
+ > - **Author:** gunnar gray
381
+ > - **License:** MIT
382
+ > - **Description:** Provides Unicode-based braille animations that were adapted for additional visual effects.
383
+ >
384
+ >
385
+ >
386
+ > # Licenses of bundled dependencies
387
+ >
388
+ > The published @visulima/spinner artifact additionally contains code with the following licenses:
389
+ > MIT
390
+ >
391
+ > # Bundled dependencies:
392
+ >
393
+ > ## cli-spinners
394
+ >
395
+ > License: MIT
396
+ > By: Sindre Sorhus
397
+ > Repository: sindresorhus/cli-spinners
398
+ >
399
+ > > MIT License
400
+ > >
401
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
402
+ > >
403
+ > > 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:
404
+ > >
405
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
406
+ > >
407
+ > > 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.
408
+ >
409
+ >
410
+ >
411
+ >
412
+ >
413
+ > # Licenses of bundled types
414
+ >
415
+ > The published @visulima/spinner artifact additionally contains code with the following licenses:
416
+ > MIT
417
+ >
418
+ > # Bundled types:
419
+ >
420
+ > ## cli-spinners
421
+ >
422
+ > License: MIT
423
+ > By: Sindre Sorhus
424
+ > Repository: sindresorhus/cli-spinners
425
+ >
426
+ > > MIT License
427
+ > >
428
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
429
+ > >
430
+ > > 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:
431
+ > >
432
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
433
+ > >
434
+ > > 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.
435
+
436
+ ---------------------------------------
437
+
438
+ ## @visulima/string
439
+ License: MIT
440
+ By: Daniel Bannert
441
+ Repository: git+https://github.com/visulima/visulima.git
442
+
443
+ > MIT License
444
+ >
445
+ > Copyright (c) 2026 visulima
446
+ >
447
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
448
+ > of this software and associated documentation files (the "Software"), to deal
449
+ > in the Software without restriction, including without limitation the rights
450
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
451
+ > copies of the Software, and to permit persons to whom the Software is
452
+ > furnished to do so, subject to the following conditions:
453
+ >
454
+ > The above copyright notice and this permission notice shall be included in all
455
+ > copies or substantial portions of the Software.
456
+ >
457
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
458
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
459
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
460
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
461
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
462
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
463
+ > SOFTWARE.
464
+ >
465
+ >
466
+ >
467
+ > # Licenses of bundled dependencies
468
+ >
469
+ > The published @visulima/string artifact additionally contains code with the following licenses:
470
+ > MIT
471
+ >
472
+ > # Bundled dependencies:
473
+ >
474
+ > ## codsen-utils
475
+ >
476
+ > License: MIT
477
+ > By: Roy Revelt
478
+ > Repository: git+https://github.com/codsen/codsen.git
479
+ >
480
+ > > MIT License
481
+ > >
482
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
483
+ > >
484
+ > > Permission is hereby granted, free of charge, to any person obtaining
485
+ > > a copy of this software and associated documentation files (the
486
+ > > "Software"), to deal in the Software without restriction, including
487
+ > > without limitation the rights to use, copy, modify, merge, publish,
488
+ > > distribute, sublicense, and/or sell copies of the Software, and to
489
+ > > permit persons to whom the Software is furnished to do so, subject to
490
+ > > the following conditions:
491
+ > >
492
+ > > The above copyright notice and this permission notice shall be
493
+ > > included in all copies or substantial portions of the Software.
494
+ > >
495
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
496
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
497
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
498
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
499
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
500
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
501
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
502
+ >
503
+ > ---
504
+ >
505
+ > ## emoji-regex-xs
506
+ >
507
+ > License: MIT
508
+ > By: Steven Levithan
509
+ > Repository: git+https://github.com/slevithan/emoji-regex-xs.git
510
+ >
511
+ > > MIT License
512
+ > >
513
+ > > Copyright (c) 2025 Steven Levithan
514
+ > >
515
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
516
+ > > of this software and associated documentation files (the "Software"), to deal
517
+ > > in the Software without restriction, including without limitation the rights
518
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
519
+ > > copies of the Software, and to permit persons to whom the Software is
520
+ > > furnished to do so, subject to the following conditions:
521
+ > >
522
+ > > The above copyright notice and this permission notice shall be included in all
523
+ > > copies or substantial portions of the Software.
524
+ > >
525
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
526
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
527
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
528
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
529
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
530
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
531
+ > > SOFTWARE.
532
+ >
533
+ > ---
534
+ >
535
+ > ## fastest-levenshtein
536
+ >
537
+ > License: MIT
538
+ > By: Kasper U. Weihe
539
+ > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
540
+ >
541
+ > > MIT License
542
+ > >
543
+ > > Copyright (c) 2020 Kasper Unn Weihe
544
+ > >
545
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
546
+ > > of this software and associated documentation files (the "Software"), to deal
547
+ > > in the Software without restriction, including without limitation the rights
548
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
549
+ > > copies of the Software, and to permit persons to whom the Software is
550
+ > > furnished to do so, subject to the following conditions:
551
+ > >
552
+ > > The above copyright notice and this permission notice shall be included in all
553
+ > > copies or substantial portions of the Software.
554
+ > >
555
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
556
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
557
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
558
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
559
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
560
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
561
+ > > SOFTWARE.
562
+ >
563
+ > ---
564
+ >
565
+ > ## get-east-asian-width
566
+ >
567
+ > License: MIT
568
+ > By: Sindre Sorhus
569
+ > Repository: sindresorhus/get-east-asian-width
570
+ >
571
+ > > MIT License
572
+ > >
573
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
574
+ > >
575
+ > > 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:
576
+ > >
577
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
578
+ > >
579
+ > > 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.
580
+ >
581
+ > ---
582
+ >
583
+ > ## html-entities
584
+ >
585
+ > License: MIT
586
+ > By: Marat Dulin
587
+ > Repository: https://github.com/mdevils/html-entities.git
588
+ >
589
+ > > Copyright (c) 2021 Dulin Marat
590
+ > >
591
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
592
+ > > of this software and associated documentation files (the "Software"), to deal
593
+ > > in the Software without restriction, including without limitation the rights
594
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
595
+ > > copies of the Software, and to permit persons to whom the Software is
596
+ > > furnished to do so, subject to the following conditions:
597
+ > >
598
+ > > The above copyright notice and this permission notice shall be included in
599
+ > > all copies or substantial portions of the Software.
600
+ > >
601
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
602
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
603
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
604
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
605
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
606
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
607
+ > > THE SOFTWARE.
608
+ >
609
+ > ---
610
+ >
611
+ > ## indent-string
612
+ >
613
+ > License: MIT
614
+ > By: Sindre Sorhus
615
+ > Repository: sindresorhus/indent-string
616
+ >
617
+ > > MIT License
618
+ > >
619
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
620
+ > >
621
+ > > 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:
622
+ > >
623
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
624
+ > >
625
+ > > 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.
626
+ >
627
+ > ---
628
+ >
629
+ > ## lodash-es
630
+ >
631
+ > License: MIT
632
+ > By: John-David Dalton, Mathias Bynens
633
+ > Repository: lodash/lodash
634
+ >
635
+ > > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
636
+ > >
637
+ > > Based on Underscore.js, copyright Jeremy Ashkenas,
638
+ > > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
639
+ > >
640
+ > > This software consists of voluntary contributions made by many
641
+ > > individuals. For exact contribution history, see the revision history
642
+ > > available at https://github.com/lodash/lodash
643
+ > >
644
+ > > The following license applies to all parts of this software except as
645
+ > > documented below:
646
+ > >
647
+ > > ====
648
+ > >
649
+ > > Permission is hereby granted, free of charge, to any person obtaining
650
+ > > a copy of this software and associated documentation files (the
651
+ > > "Software"), to deal in the Software without restriction, including
652
+ > > without limitation the rights to use, copy, modify, merge, publish,
653
+ > > distribute, sublicense, and/or sell copies of the Software, and to
654
+ > > permit persons to whom the Software is furnished to do so, subject to
655
+ > > the following conditions:
656
+ > >
657
+ > > The above copyright notice and this permission notice shall be
658
+ > > included in all copies or substantial portions of the Software.
659
+ > >
660
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
661
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
662
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
663
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
664
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
665
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
666
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
667
+ > >
668
+ > > ====
669
+ > >
670
+ > > Copyright and related rights for sample code are waived via CC0. Sample
671
+ > > code is defined as all source code displayed within the prose of the
672
+ > > documentation.
673
+ > >
674
+ > > CC0: http://creativecommons.org/publicdomain/zero/1.0/
675
+ > >
676
+ > > ====
677
+ > >
678
+ > > Files located in the node_modules and vendor directories are externally
679
+ > > maintained libraries used by this software which have their own
680
+ > > licenses; we recommend you read them, as their terms may differ from the
681
+ > > terms above.
682
+ >
683
+ > ---
684
+ >
685
+ > ## ranges-apply
686
+ >
687
+ > License: MIT
688
+ > By: Roy Revelt
689
+ > Repository: git+https://github.com/codsen/codsen.git
690
+ >
691
+ > > MIT License
692
+ > >
693
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
694
+ > >
695
+ > > Permission is hereby granted, free of charge, to any person obtaining
696
+ > > a copy of this software and associated documentation files (the
697
+ > > "Software"), to deal in the Software without restriction, including
698
+ > > without limitation the rights to use, copy, modify, merge, publish,
699
+ > > distribute, sublicense, and/or sell copies of the Software, and to
700
+ > > permit persons to whom the Software is furnished to do so, subject to
701
+ > > the following conditions:
702
+ > >
703
+ > > The above copyright notice and this permission notice shall be
704
+ > > included in all copies or substantial portions of the Software.
705
+ > >
706
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
707
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
708
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
709
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
710
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
711
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
712
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
713
+ >
714
+ > ---
715
+ >
716
+ > ## ranges-merge
717
+ >
718
+ > License: MIT
719
+ > By: Roy Revelt
720
+ > Repository: git+https://github.com/codsen/codsen.git
721
+ >
722
+ > > MIT License
723
+ > >
724
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
725
+ > >
726
+ > > Permission is hereby granted, free of charge, to any person obtaining
727
+ > > a copy of this software and associated documentation files (the
728
+ > > "Software"), to deal in the Software without restriction, including
729
+ > > without limitation the rights to use, copy, modify, merge, publish,
730
+ > > distribute, sublicense, and/or sell copies of the Software, and to
731
+ > > permit persons to whom the Software is furnished to do so, subject to
732
+ > > the following conditions:
733
+ > >
734
+ > > The above copyright notice and this permission notice shall be
735
+ > > included in all copies or substantial portions of the Software.
736
+ > >
737
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
738
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
739
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
740
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
741
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
742
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
743
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
744
+ >
745
+ > ---
746
+ >
747
+ > ## ranges-push
748
+ >
749
+ > License: MIT
750
+ > By: Roy Revelt
751
+ > Repository: git+https://github.com/codsen/codsen.git
752
+ >
753
+ > > MIT License
754
+ > >
755
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
756
+ > >
757
+ > > Permission is hereby granted, free of charge, to any person obtaining
758
+ > > a copy of this software and associated documentation files (the
759
+ > > "Software"), to deal in the Software without restriction, including
760
+ > > without limitation the rights to use, copy, modify, merge, publish,
761
+ > > distribute, sublicense, and/or sell copies of the Software, and to
762
+ > > permit persons to whom the Software is furnished to do so, subject to
763
+ > > the following conditions:
764
+ > >
765
+ > > The above copyright notice and this permission notice shall be
766
+ > > included in all copies or substantial portions of the Software.
767
+ > >
768
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
769
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
770
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
771
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
772
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
773
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
774
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
775
+ >
776
+ > ---
777
+ >
778
+ > ## ranges-sort
779
+ >
780
+ > License: MIT
781
+ > By: Roy Revelt
782
+ > Repository: git+https://github.com/codsen/codsen.git
783
+ >
784
+ > > MIT License
785
+ > >
786
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
787
+ > >
788
+ > > Permission is hereby granted, free of charge, to any person obtaining
789
+ > > a copy of this software and associated documentation files (the
790
+ > > "Software"), to deal in the Software without restriction, including
791
+ > > without limitation the rights to use, copy, modify, merge, publish,
792
+ > > distribute, sublicense, and/or sell copies of the Software, and to
793
+ > > permit persons to whom the Software is furnished to do so, subject to
794
+ > > the following conditions:
795
+ > >
796
+ > > The above copyright notice and this permission notice shall be
797
+ > > included in all copies or substantial portions of the Software.
798
+ > >
799
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
800
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
801
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
802
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
803
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
804
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
805
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
806
+ >
807
+ > ---
808
+ >
809
+ > ## redent
810
+ >
811
+ > License: MIT
812
+ > By: Sindre Sorhus
813
+ > Repository: sindresorhus/redent
814
+ >
815
+ > > MIT License
816
+ > >
817
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
818
+ > >
819
+ > > 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:
820
+ > >
821
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
822
+ > >
823
+ > > 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.
824
+ >
825
+ > ---
826
+ >
827
+ > ## rfdc
828
+ >
829
+ > License: MIT
830
+ > By: David Mark Clements
831
+ > Repository: git+https://github.com/davidmarkclements/rfdc.git
832
+ >
833
+ > > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
834
+ > >
835
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
836
+ > > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
837
+ > > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
838
+ > > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
839
+ > >
840
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions
841
+ > > of the Software.
842
+ > >
843
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
844
+ > > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
845
+ > > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
846
+ > > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
847
+ > > IN THE SOFTWARE.
848
+ >
849
+ > ---
850
+ >
851
+ > ## string-collapse-leading-whitespace
852
+ >
853
+ > License: MIT
854
+ > By: Roy Revelt
855
+ > Repository: git+https://github.com/codsen/codsen.git
856
+ >
857
+ > > MIT License
858
+ > >
859
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
860
+ > >
861
+ > > Permission is hereby granted, free of charge, to any person obtaining
862
+ > > a copy of this software and associated documentation files (the
863
+ > > "Software"), to deal in the Software without restriction, including
864
+ > > without limitation the rights to use, copy, modify, merge, publish,
865
+ > > distribute, sublicense, and/or sell copies of the Software, and to
866
+ > > permit persons to whom the Software is furnished to do so, subject to
867
+ > > the following conditions:
868
+ > >
869
+ > > The above copyright notice and this permission notice shall be
870
+ > > included in all copies or substantial portions of the Software.
871
+ > >
872
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
873
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
874
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
875
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
876
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
877
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
878
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
879
+ >
880
+ > ---
881
+ >
882
+ > ## string-left-right
883
+ >
884
+ > License: MIT
885
+ > By: Roy Revelt
886
+ > Repository: git+https://github.com/codsen/codsen.git
887
+ >
888
+ > > MIT License
889
+ > >
890
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
891
+ > >
892
+ > > Permission is hereby granted, free of charge, to any person obtaining
893
+ > > a copy of this software and associated documentation files (the
894
+ > > "Software"), to deal in the Software without restriction, including
895
+ > > without limitation the rights to use, copy, modify, merge, publish,
896
+ > > distribute, sublicense, and/or sell copies of the Software, and to
897
+ > > permit persons to whom the Software is furnished to do so, subject to
898
+ > > the following conditions:
899
+ > >
900
+ > > The above copyright notice and this permission notice shall be
901
+ > > included in all copies or substantial portions of the Software.
902
+ > >
903
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
904
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
905
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
906
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
907
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
908
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
909
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
910
+ >
911
+ > ---
912
+ >
913
+ > ## string-strip-html
914
+ >
915
+ > License: MIT
916
+ > By: Roy Revelt
917
+ > Repository: git+https://github.com/codsen/codsen.git
918
+ >
919
+ > > MIT License
920
+ > >
921
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
922
+ > >
923
+ > > Permission is hereby granted, free of charge, to any person obtaining
924
+ > > a copy of this software and associated documentation files (the
925
+ > > "Software"), to deal in the Software without restriction, including
926
+ > > without limitation the rights to use, copy, modify, merge, publish,
927
+ > > distribute, sublicense, and/or sell copies of the Software, and to
928
+ > > permit persons to whom the Software is furnished to do so, subject to
929
+ > > the following conditions:
930
+ > >
931
+ > > The above copyright notice and this permission notice shall be
932
+ > > included in all copies or substantial portions of the Software.
933
+ > >
934
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
935
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
936
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
937
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
938
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
939
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
940
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
941
+ >
942
+ > ---
943
+ >
944
+ > ## strip-indent
945
+ >
946
+ > License: MIT
947
+ > By: Sindre Sorhus
948
+ > Repository: sindresorhus/strip-indent
949
+ >
950
+ > > MIT License
951
+ > >
952
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
953
+ > >
954
+ > > 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:
955
+ > >
956
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
957
+ > >
958
+ > > 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.
959
+ >
960
+ > ---
961
+ >
962
+ > ## tiny-invariant
963
+ >
964
+ > License: MIT
965
+ > By: Alex Reardon
966
+ > Repository: https://github.com/alexreardon/tiny-invariant.git
967
+ >
968
+ > > MIT License
969
+ > >
970
+ > > Copyright (c) 2019 Alexander Reardon
971
+ > >
972
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
973
+ > > of this software and associated documentation files (the "Software"), to deal
974
+ > > in the Software without restriction, including without limitation the rights
975
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
976
+ > > copies of the Software, and to permit persons to whom the Software is
977
+ > > furnished to do so, subject to the following conditions:
978
+ > >
979
+ > > The above copyright notice and this permission notice shall be included in all
980
+ > > copies or substantial portions of the Software.
981
+ > >
982
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
983
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
984
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
985
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
986
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
987
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
988
+ > > SOFTWARE.
989
+ >
990
+ >
991
+ >
992
+ >
993
+ >
994
+ > # Licenses of bundled types
995
+ >
996
+ > The published @visulima/string artifact additionally contains code with the following licenses:
997
+ > MIT
998
+ >
999
+ > # Bundled types:
1000
+ >
1001
+ > ## fastest-levenshtein
1002
+ >
1003
+ > License: MIT
1004
+ > By: Kasper U. Weihe
1005
+ > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
1006
+ >
1007
+ > > MIT License
1008
+ > >
1009
+ > > Copyright (c) 2020 Kasper Unn Weihe
1010
+ > >
1011
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1012
+ > > of this software and associated documentation files (the "Software"), to deal
1013
+ > > in the Software without restriction, including without limitation the rights
1014
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1015
+ > > copies of the Software, and to permit persons to whom the Software is
1016
+ > > furnished to do so, subject to the following conditions:
1017
+ > >
1018
+ > > The above copyright notice and this permission notice shall be included in all
1019
+ > > copies or substantial portions of the Software.
1020
+ > >
1021
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1022
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1023
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1024
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1025
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1026
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1027
+ > > SOFTWARE.
1028
+ >
1029
+ > ---
1030
+ >
1031
+ > ## get-east-asian-width
1032
+ >
1033
+ > License: MIT
1034
+ > By: Sindre Sorhus
1035
+ > Repository: sindresorhus/get-east-asian-width
1036
+ >
1037
+ > > MIT License
1038
+ > >
1039
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1040
+ > >
1041
+ > > 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:
1042
+ > >
1043
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1044
+ > >
1045
+ > > 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.
1046
+ >
1047
+ > ---
1048
+ >
1049
+ > ## indent-string
1050
+ >
1051
+ > License: MIT
1052
+ > By: Sindre Sorhus
1053
+ > Repository: sindresorhus/indent-string
1054
+ >
1055
+ > > MIT License
1056
+ > >
1057
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1058
+ > >
1059
+ > > 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:
1060
+ > >
1061
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1062
+ > >
1063
+ > > 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.
1064
+ >
1065
+ > ---
1066
+ >
1067
+ > ## redent
1068
+ >
1069
+ > License: MIT
1070
+ > By: Sindre Sorhus
1071
+ > Repository: sindresorhus/redent
1072
+ >
1073
+ > > MIT License
1074
+ > >
1075
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1076
+ > >
1077
+ > > 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:
1078
+ > >
1079
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1080
+ > >
1081
+ > > 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.
1082
+ >
1083
+ > ---
1084
+ >
1085
+ > ## strip-indent
1086
+ >
1087
+ > License: MIT
1088
+ > By: Sindre Sorhus
1089
+ > Repository: sindresorhus/strip-indent
1090
+ >
1091
+ > > MIT License
1092
+ > >
1093
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1094
+ > >
1095
+ > > 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:
1096
+ > >
1097
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1098
+ > >
1099
+ > > 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.
1100
+
1101
+ ---------------------------------------
1102
+
1103
+ ## cli-boxes
92
1104
  License: MIT
93
1105
  By: Sindre Sorhus
94
- Repository: sindresorhus/cli-spinners
1106
+ Repository: sindresorhus/cli-boxes
95
1107
 
96
1108
  > MIT License
97
1109
  >
@@ -229,6 +1241,23 @@ Repository: sindresorhus/is-in-ci
229
1241
 
230
1242
  ---------------------------------------
231
1243
 
1244
+ ## patch-console
1245
+ License: MIT
1246
+ By: vdemedes
1247
+ Repository: vadimdemedes/patch-console
1248
+
1249
+ > MIT License
1250
+ >
1251
+ > Copyright (c) Vadim Demedes <vadimdemedes@hey.com> (https://vadimdemedes.com)
1252
+ >
1253
+ > 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:
1254
+ >
1255
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1256
+ >
1257
+ > 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.
1258
+
1259
+ ---------------------------------------
1260
+
232
1261
  ## signal-exit
233
1262
  License: ISC
234
1263
  By: Ben Coe
@@ -300,4 +1329,1212 @@ Repository: sindresorhus/terminal-size
300
1329
  <!-- /DEPENDENCIES -->
301
1330
 
302
1331
  <!-- TYPE_DEPENDENCIES -->
1332
+
1333
+ # Licenses of bundled types
1334
+ The published @visulima/tui artifact additionally contains code with the following licenses:
1335
+ MIT
1336
+
1337
+ # Bundled types:
1338
+ ## @visulima/tabular
1339
+ License: MIT
1340
+ By: Daniel Bannert
1341
+ Repository: git+https://github.com/visulima/visulima.git
1342
+
1343
+ > MIT License
1344
+ >
1345
+ > Copyright (c) 2026 visulima
1346
+ >
1347
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1348
+ > of this software and associated documentation files (the "Software"), to deal
1349
+ > in the Software without restriction, including without limitation the rights
1350
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1351
+ > copies of the Software, and to permit persons to whom the Software is
1352
+ > furnished to do so, subject to the following conditions:
1353
+ >
1354
+ > The above copyright notice and this permission notice shall be included in all
1355
+ > copies or substantial portions of the Software.
1356
+ >
1357
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1358
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1359
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1360
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1361
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1362
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1363
+ > SOFTWARE.
1364
+ >
1365
+ > <!-- DEPENDENCIES -->
1366
+ >
1367
+ > # Licenses of bundled dependencies
1368
+ > The published @visulima/tabular artifact additionally contains code with the following licenses:
1369
+ > MIT
1370
+ >
1371
+ > # Bundled dependencies:
1372
+ > ## @visulima/string
1373
+ > License: MIT
1374
+ > By: Daniel Bannert
1375
+ > Repository: git+https://github.com/visulima/visulima.git
1376
+ >
1377
+ > > MIT License
1378
+ > >
1379
+ > > Copyright (c) 2026 visulima
1380
+ > >
1381
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1382
+ > > of this software and associated documentation files (the "Software"), to deal
1383
+ > > in the Software without restriction, including without limitation the rights
1384
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1385
+ > > copies of the Software, and to permit persons to whom the Software is
1386
+ > > furnished to do so, subject to the following conditions:
1387
+ > >
1388
+ > > The above copyright notice and this permission notice shall be included in all
1389
+ > > copies or substantial portions of the Software.
1390
+ > >
1391
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1392
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1393
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1394
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1395
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1396
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1397
+ > > SOFTWARE.
1398
+ > >
1399
+ > >
1400
+ > >
1401
+ > > # Licenses of bundled dependencies
1402
+ > > The published @visulima/string artifact additionally contains code with the following licenses:
1403
+ > > MIT
1404
+ > >
1405
+ > > # Bundled dependencies:
1406
+ > > ## codsen-utils
1407
+ > > License: MIT
1408
+ > > By: Roy Revelt
1409
+ > > Repository: git+https://github.com/codsen/codsen.git
1410
+ > >
1411
+ > > > MIT License
1412
+ > > >
1413
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1414
+ > > >
1415
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1416
+ > > > a copy of this software and associated documentation files (the
1417
+ > > > "Software"), to deal in the Software without restriction, including
1418
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1419
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1420
+ > > > permit persons to whom the Software is furnished to do so, subject to
1421
+ > > > the following conditions:
1422
+ > > >
1423
+ > > > The above copyright notice and this permission notice shall be
1424
+ > > > included in all copies or substantial portions of the Software.
1425
+ > > >
1426
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1427
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1428
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1429
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1430
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1431
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1432
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1433
+ > >
1434
+ > > ---------------------------------------
1435
+ > >
1436
+ > > ## emoji-regex-xs
1437
+ > > License: MIT
1438
+ > > By: Steven Levithan
1439
+ > > Repository: git+https://github.com/slevithan/emoji-regex-xs.git
1440
+ > >
1441
+ > > > MIT License
1442
+ > > >
1443
+ > > > Copyright (c) 2025 Steven Levithan
1444
+ > > >
1445
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
1446
+ > > > of this software and associated documentation files (the "Software"), to deal
1447
+ > > > in the Software without restriction, including without limitation the rights
1448
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1449
+ > > > copies of the Software, and to permit persons to whom the Software is
1450
+ > > > furnished to do so, subject to the following conditions:
1451
+ > > >
1452
+ > > > The above copyright notice and this permission notice shall be included in all
1453
+ > > > copies or substantial portions of the Software.
1454
+ > > >
1455
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1456
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1457
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1458
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1459
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1460
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1461
+ > > > SOFTWARE.
1462
+ > >
1463
+ > > ---------------------------------------
1464
+ > >
1465
+ > > ## fastest-levenshtein
1466
+ > > License: MIT
1467
+ > > By: Kasper U. Weihe
1468
+ > > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
1469
+ > >
1470
+ > > > MIT License
1471
+ > > >
1472
+ > > > Copyright (c) 2020 Kasper Unn Weihe
1473
+ > > >
1474
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
1475
+ > > > of this software and associated documentation files (the "Software"), to deal
1476
+ > > > in the Software without restriction, including without limitation the rights
1477
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1478
+ > > > copies of the Software, and to permit persons to whom the Software is
1479
+ > > > furnished to do so, subject to the following conditions:
1480
+ > > >
1481
+ > > > The above copyright notice and this permission notice shall be included in all
1482
+ > > > copies or substantial portions of the Software.
1483
+ > > >
1484
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1485
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1486
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1487
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1488
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1489
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1490
+ > > > SOFTWARE.
1491
+ > >
1492
+ > > ---------------------------------------
1493
+ > >
1494
+ > > ## get-east-asian-width
1495
+ > > License: MIT
1496
+ > > By: Sindre Sorhus
1497
+ > > Repository: sindresorhus/get-east-asian-width
1498
+ > >
1499
+ > > > MIT License
1500
+ > > >
1501
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1502
+ > > >
1503
+ > > > 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:
1504
+ > > >
1505
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1506
+ > > >
1507
+ > > > 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.
1508
+ > >
1509
+ > > ---------------------------------------
1510
+ > >
1511
+ > > ## html-entities
1512
+ > > License: MIT
1513
+ > > By: Marat Dulin
1514
+ > > Repository: https://github.com/mdevils/html-entities.git
1515
+ > >
1516
+ > > > Copyright (c) 2021 Dulin Marat
1517
+ > > >
1518
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
1519
+ > > > of this software and associated documentation files (the "Software"), to deal
1520
+ > > > in the Software without restriction, including without limitation the rights
1521
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1522
+ > > > copies of the Software, and to permit persons to whom the Software is
1523
+ > > > furnished to do so, subject to the following conditions:
1524
+ > > >
1525
+ > > > The above copyright notice and this permission notice shall be included in
1526
+ > > > all copies or substantial portions of the Software.
1527
+ > > >
1528
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1529
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1530
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1531
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1532
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1533
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1534
+ > > > THE SOFTWARE.
1535
+ > >
1536
+ > > ---------------------------------------
1537
+ > >
1538
+ > > ## indent-string
1539
+ > > License: MIT
1540
+ > > By: Sindre Sorhus
1541
+ > > Repository: sindresorhus/indent-string
1542
+ > >
1543
+ > > > MIT License
1544
+ > > >
1545
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1546
+ > > >
1547
+ > > > 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:
1548
+ > > >
1549
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1550
+ > > >
1551
+ > > > 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.
1552
+ > >
1553
+ > > ---------------------------------------
1554
+ > >
1555
+ > > ## lodash-es
1556
+ > > License: MIT
1557
+ > > By: John-David Dalton, Mathias Bynens
1558
+ > > Repository: lodash/lodash
1559
+ > >
1560
+ > > > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
1561
+ > > >
1562
+ > > > Based on Underscore.js, copyright Jeremy Ashkenas,
1563
+ > > > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1564
+ > > >
1565
+ > > > This software consists of voluntary contributions made by many
1566
+ > > > individuals. For exact contribution history, see the revision history
1567
+ > > > available at https://github.com/lodash/lodash
1568
+ > > >
1569
+ > > > The following license applies to all parts of this software except as
1570
+ > > > documented below:
1571
+ > > >
1572
+ > > > ====
1573
+ > > >
1574
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1575
+ > > > a copy of this software and associated documentation files (the
1576
+ > > > "Software"), to deal in the Software without restriction, including
1577
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1578
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1579
+ > > > permit persons to whom the Software is furnished to do so, subject to
1580
+ > > > the following conditions:
1581
+ > > >
1582
+ > > > The above copyright notice and this permission notice shall be
1583
+ > > > included in all copies or substantial portions of the Software.
1584
+ > > >
1585
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1586
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1587
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1588
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1589
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1590
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1591
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1592
+ > > >
1593
+ > > > ====
1594
+ > > >
1595
+ > > > Copyright and related rights for sample code are waived via CC0. Sample
1596
+ > > > code is defined as all source code displayed within the prose of the
1597
+ > > > documentation.
1598
+ > > >
1599
+ > > > CC0: http://creativecommons.org/publicdomain/zero/1.0/
1600
+ > > >
1601
+ > > > ====
1602
+ > > >
1603
+ > > > Files located in the node_modules and vendor directories are externally
1604
+ > > > maintained libraries used by this software which have their own
1605
+ > > > licenses; we recommend you read them, as their terms may differ from the
1606
+ > > > terms above.
1607
+ > >
1608
+ > > ---------------------------------------
1609
+ > >
1610
+ > > ## ranges-apply
1611
+ > > License: MIT
1612
+ > > By: Roy Revelt
1613
+ > > Repository: git+https://github.com/codsen/codsen.git
1614
+ > >
1615
+ > > > MIT License
1616
+ > > >
1617
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1618
+ > > >
1619
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1620
+ > > > a copy of this software and associated documentation files (the
1621
+ > > > "Software"), to deal in the Software without restriction, including
1622
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1623
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1624
+ > > > permit persons to whom the Software is furnished to do so, subject to
1625
+ > > > the following conditions:
1626
+ > > >
1627
+ > > > The above copyright notice and this permission notice shall be
1628
+ > > > included in all copies or substantial portions of the Software.
1629
+ > > >
1630
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1631
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1632
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1633
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1634
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1635
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1636
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1637
+ > >
1638
+ > > ---------------------------------------
1639
+ > >
1640
+ > > ## ranges-merge
1641
+ > > License: MIT
1642
+ > > By: Roy Revelt
1643
+ > > Repository: git+https://github.com/codsen/codsen.git
1644
+ > >
1645
+ > > > MIT License
1646
+ > > >
1647
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1648
+ > > >
1649
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1650
+ > > > a copy of this software and associated documentation files (the
1651
+ > > > "Software"), to deal in the Software without restriction, including
1652
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1653
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1654
+ > > > permit persons to whom the Software is furnished to do so, subject to
1655
+ > > > the following conditions:
1656
+ > > >
1657
+ > > > The above copyright notice and this permission notice shall be
1658
+ > > > included in all copies or substantial portions of the Software.
1659
+ > > >
1660
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1661
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1662
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1663
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1664
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1665
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1666
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1667
+ > >
1668
+ > > ---------------------------------------
1669
+ > >
1670
+ > > ## ranges-push
1671
+ > > License: MIT
1672
+ > > By: Roy Revelt
1673
+ > > Repository: git+https://github.com/codsen/codsen.git
1674
+ > >
1675
+ > > > MIT License
1676
+ > > >
1677
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1678
+ > > >
1679
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1680
+ > > > a copy of this software and associated documentation files (the
1681
+ > > > "Software"), to deal in the Software without restriction, including
1682
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1683
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1684
+ > > > permit persons to whom the Software is furnished to do so, subject to
1685
+ > > > the following conditions:
1686
+ > > >
1687
+ > > > The above copyright notice and this permission notice shall be
1688
+ > > > included in all copies or substantial portions of the Software.
1689
+ > > >
1690
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1691
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1692
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1693
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1694
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1695
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1696
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1697
+ > >
1698
+ > > ---------------------------------------
1699
+ > >
1700
+ > > ## ranges-sort
1701
+ > > License: MIT
1702
+ > > By: Roy Revelt
1703
+ > > Repository: git+https://github.com/codsen/codsen.git
1704
+ > >
1705
+ > > > MIT License
1706
+ > > >
1707
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1708
+ > > >
1709
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1710
+ > > > a copy of this software and associated documentation files (the
1711
+ > > > "Software"), to deal in the Software without restriction, including
1712
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1713
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1714
+ > > > permit persons to whom the Software is furnished to do so, subject to
1715
+ > > > the following conditions:
1716
+ > > >
1717
+ > > > The above copyright notice and this permission notice shall be
1718
+ > > > included in all copies or substantial portions of the Software.
1719
+ > > >
1720
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1721
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1722
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1723
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1724
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1725
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1726
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1727
+ > >
1728
+ > > ---------------------------------------
1729
+ > >
1730
+ > > ## redent
1731
+ > > License: MIT
1732
+ > > By: Sindre Sorhus
1733
+ > > Repository: sindresorhus/redent
1734
+ > >
1735
+ > > > MIT License
1736
+ > > >
1737
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1738
+ > > >
1739
+ > > > 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:
1740
+ > > >
1741
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1742
+ > > >
1743
+ > > > 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.
1744
+ > >
1745
+ > > ---------------------------------------
1746
+ > >
1747
+ > > ## rfdc
1748
+ > > License: MIT
1749
+ > > By: David Mark Clements
1750
+ > > Repository: git+https://github.com/davidmarkclements/rfdc.git
1751
+ > >
1752
+ > > > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
1753
+ > > >
1754
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1755
+ > > > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
1756
+ > > > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
1757
+ > > > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1758
+ > > >
1759
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions
1760
+ > > > of the Software.
1761
+ > > >
1762
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1763
+ > > > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1764
+ > > > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
1765
+ > > > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1766
+ > > > IN THE SOFTWARE.
1767
+ > >
1768
+ > > ---------------------------------------
1769
+ > >
1770
+ > > ## string-collapse-leading-whitespace
1771
+ > > License: MIT
1772
+ > > By: Roy Revelt
1773
+ > > Repository: git+https://github.com/codsen/codsen.git
1774
+ > >
1775
+ > > > MIT License
1776
+ > > >
1777
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1778
+ > > >
1779
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1780
+ > > > a copy of this software and associated documentation files (the
1781
+ > > > "Software"), to deal in the Software without restriction, including
1782
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1783
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1784
+ > > > permit persons to whom the Software is furnished to do so, subject to
1785
+ > > > the following conditions:
1786
+ > > >
1787
+ > > > The above copyright notice and this permission notice shall be
1788
+ > > > included in all copies or substantial portions of the Software.
1789
+ > > >
1790
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1791
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1792
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1793
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1794
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1795
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1796
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1797
+ > >
1798
+ > > ---------------------------------------
1799
+ > >
1800
+ > > ## string-left-right
1801
+ > > License: MIT
1802
+ > > By: Roy Revelt
1803
+ > > Repository: git+https://github.com/codsen/codsen.git
1804
+ > >
1805
+ > > > MIT License
1806
+ > > >
1807
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1808
+ > > >
1809
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1810
+ > > > a copy of this software and associated documentation files (the
1811
+ > > > "Software"), to deal in the Software without restriction, including
1812
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1813
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1814
+ > > > permit persons to whom the Software is furnished to do so, subject to
1815
+ > > > the following conditions:
1816
+ > > >
1817
+ > > > The above copyright notice and this permission notice shall be
1818
+ > > > included in all copies or substantial portions of the Software.
1819
+ > > >
1820
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1821
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1822
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1823
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1824
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1825
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1826
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1827
+ > >
1828
+ > > ---------------------------------------
1829
+ > >
1830
+ > > ## string-strip-html
1831
+ > > License: MIT
1832
+ > > By: Roy Revelt
1833
+ > > Repository: git+https://github.com/codsen/codsen.git
1834
+ > >
1835
+ > > > MIT License
1836
+ > > >
1837
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1838
+ > > >
1839
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1840
+ > > > a copy of this software and associated documentation files (the
1841
+ > > > "Software"), to deal in the Software without restriction, including
1842
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1843
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1844
+ > > > permit persons to whom the Software is furnished to do so, subject to
1845
+ > > > the following conditions:
1846
+ > > >
1847
+ > > > The above copyright notice and this permission notice shall be
1848
+ > > > included in all copies or substantial portions of the Software.
1849
+ > > >
1850
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1851
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1852
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1853
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1854
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1855
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1856
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1857
+ > >
1858
+ > > ---------------------------------------
1859
+ > >
1860
+ > > ## strip-indent
1861
+ > > License: MIT
1862
+ > > By: Sindre Sorhus
1863
+ > > Repository: sindresorhus/strip-indent
1864
+ > >
1865
+ > > > MIT License
1866
+ > > >
1867
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1868
+ > > >
1869
+ > > > 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:
1870
+ > > >
1871
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1872
+ > > >
1873
+ > > > 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.
1874
+ > >
1875
+ > > ---------------------------------------
1876
+ > >
1877
+ > > ## tiny-invariant
1878
+ > > License: MIT
1879
+ > > By: Alex Reardon
1880
+ > > Repository: https://github.com/alexreardon/tiny-invariant.git
1881
+ > >
1882
+ > > > MIT License
1883
+ > > >
1884
+ > > > Copyright (c) 2019 Alexander Reardon
1885
+ > > >
1886
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
1887
+ > > > of this software and associated documentation files (the "Software"), to deal
1888
+ > > > in the Software without restriction, including without limitation the rights
1889
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1890
+ > > > copies of the Software, and to permit persons to whom the Software is
1891
+ > > > furnished to do so, subject to the following conditions:
1892
+ > > >
1893
+ > > > The above copyright notice and this permission notice shall be included in all
1894
+ > > > copies or substantial portions of the Software.
1895
+ > > >
1896
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1897
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1898
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1899
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1900
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1901
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1902
+ > > > SOFTWARE.
1903
+ > >
1904
+ > >
1905
+ > >
1906
+ > >
1907
+ > >
1908
+ > > # Licenses of bundled types
1909
+ > >
1910
+ > > The published @visulima/string artifact additionally contains code with the following licenses:
1911
+ > > MIT
1912
+ > >
1913
+ > > # Bundled types:
1914
+ > >
1915
+ > > ## fastest-levenshtein
1916
+ > >
1917
+ > > License: MIT
1918
+ > > By: Kasper U. Weihe
1919
+ > > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
1920
+ > >
1921
+ > > > MIT License
1922
+ > > >
1923
+ > > > Copyright (c) 2020 Kasper Unn Weihe
1924
+ > > >
1925
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
1926
+ > > > of this software and associated documentation files (the "Software"), to deal
1927
+ > > > in the Software without restriction, including without limitation the rights
1928
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1929
+ > > > copies of the Software, and to permit persons to whom the Software is
1930
+ > > > furnished to do so, subject to the following conditions:
1931
+ > > >
1932
+ > > > The above copyright notice and this permission notice shall be included in all
1933
+ > > > copies or substantial portions of the Software.
1934
+ > > >
1935
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1936
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1937
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1938
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1939
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1940
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1941
+ > > > SOFTWARE.
1942
+ >
1943
+ > ---------------------------------------
1944
+ >
1945
+ > ## terminal-size
1946
+ > License: MIT
1947
+ > By: Sindre Sorhus
1948
+ > Repository: sindresorhus/terminal-size
1949
+ >
1950
+ > > MIT License
1951
+ > >
1952
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1953
+ > >
1954
+ > > 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:
1955
+ > >
1956
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1957
+ > >
1958
+ > > 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.
1959
+ >
1960
+ > <!-- /DEPENDENCIES -->
1961
+ >
1962
+ >
1963
+ >
1964
+ > # Licenses of bundled types
1965
+ > The published @visulima/tabular artifact additionally contains code with the following licenses:
1966
+ > MIT
1967
+ >
1968
+ > # Bundled types:
1969
+ > ## @visulima/string
1970
+ > License: MIT
1971
+ > By: Daniel Bannert
1972
+ > Repository: git+https://github.com/visulima/visulima.git
1973
+ >
1974
+ > > MIT License
1975
+ > >
1976
+ > > Copyright (c) 2026 visulima
1977
+ > >
1978
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1979
+ > > of this software and associated documentation files (the "Software"), to deal
1980
+ > > in the Software without restriction, including without limitation the rights
1981
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1982
+ > > copies of the Software, and to permit persons to whom the Software is
1983
+ > > furnished to do so, subject to the following conditions:
1984
+ > >
1985
+ > > The above copyright notice and this permission notice shall be included in all
1986
+ > > copies or substantial portions of the Software.
1987
+ > >
1988
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1989
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1990
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1991
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1992
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1993
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1994
+ > > SOFTWARE.
1995
+ > >
1996
+ > > <!-- DEPENDENCIES -->
1997
+ > >
1998
+ > > # Licenses of bundled dependencies
1999
+ > > The published @visulima/string artifact additionally contains code with the following licenses:
2000
+ > > MIT
2001
+ > >
2002
+ > > # Bundled dependencies:
2003
+ > > ## codsen-utils
2004
+ > > License: MIT
2005
+ > > By: Roy Revelt
2006
+ > > Repository: git+https://github.com/codsen/codsen.git
2007
+ > >
2008
+ > > > MIT License
2009
+ > > >
2010
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
2011
+ > > >
2012
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2013
+ > > > a copy of this software and associated documentation files (the
2014
+ > > > "Software"), to deal in the Software without restriction, including
2015
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2016
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2017
+ > > > permit persons to whom the Software is furnished to do so, subject to
2018
+ > > > the following conditions:
2019
+ > > >
2020
+ > > > The above copyright notice and this permission notice shall be
2021
+ > > > included in all copies or substantial portions of the Software.
2022
+ > > >
2023
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2024
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2025
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2026
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2027
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2028
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2029
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2030
+ > >
2031
+ > > ---------------------------------------
2032
+ > >
2033
+ > > ## emoji-regex-xs
2034
+ > > License: MIT
2035
+ > > By: Steven Levithan
2036
+ > > Repository: git+https://github.com/slevithan/emoji-regex-xs.git
2037
+ > >
2038
+ > > > MIT License
2039
+ > > >
2040
+ > > > Copyright (c) 2025 Steven Levithan
2041
+ > > >
2042
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
2043
+ > > > of this software and associated documentation files (the "Software"), to deal
2044
+ > > > in the Software without restriction, including without limitation the rights
2045
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2046
+ > > > copies of the Software, and to permit persons to whom the Software is
2047
+ > > > furnished to do so, subject to the following conditions:
2048
+ > > >
2049
+ > > > The above copyright notice and this permission notice shall be included in all
2050
+ > > > copies or substantial portions of the Software.
2051
+ > > >
2052
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2053
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2054
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2055
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2056
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2057
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2058
+ > > > SOFTWARE.
2059
+ > >
2060
+ > > ---------------------------------------
2061
+ > >
2062
+ > > ## fastest-levenshtein
2063
+ > > License: MIT
2064
+ > > By: Kasper U. Weihe
2065
+ > > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
2066
+ > >
2067
+ > > > MIT License
2068
+ > > >
2069
+ > > > Copyright (c) 2020 Kasper Unn Weihe
2070
+ > > >
2071
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
2072
+ > > > of this software and associated documentation files (the "Software"), to deal
2073
+ > > > in the Software without restriction, including without limitation the rights
2074
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2075
+ > > > copies of the Software, and to permit persons to whom the Software is
2076
+ > > > furnished to do so, subject to the following conditions:
2077
+ > > >
2078
+ > > > The above copyright notice and this permission notice shall be included in all
2079
+ > > > copies or substantial portions of the Software.
2080
+ > > >
2081
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2082
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2083
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2084
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2085
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2086
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2087
+ > > > SOFTWARE.
2088
+ > >
2089
+ > > ---------------------------------------
2090
+ > >
2091
+ > > ## get-east-asian-width
2092
+ > > License: MIT
2093
+ > > By: Sindre Sorhus
2094
+ > > Repository: sindresorhus/get-east-asian-width
2095
+ > >
2096
+ > > > MIT License
2097
+ > > >
2098
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2099
+ > > >
2100
+ > > > 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:
2101
+ > > >
2102
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2103
+ > > >
2104
+ > > > 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.
2105
+ > >
2106
+ > > ---------------------------------------
2107
+ > >
2108
+ > > ## html-entities
2109
+ > > License: MIT
2110
+ > > By: Marat Dulin
2111
+ > > Repository: https://github.com/mdevils/html-entities.git
2112
+ > >
2113
+ > > > Copyright (c) 2021 Dulin Marat
2114
+ > > >
2115
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
2116
+ > > > of this software and associated documentation files (the "Software"), to deal
2117
+ > > > in the Software without restriction, including without limitation the rights
2118
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2119
+ > > > copies of the Software, and to permit persons to whom the Software is
2120
+ > > > furnished to do so, subject to the following conditions:
2121
+ > > >
2122
+ > > > The above copyright notice and this permission notice shall be included in
2123
+ > > > all copies or substantial portions of the Software.
2124
+ > > >
2125
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2126
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2127
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2128
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2129
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2130
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2131
+ > > > THE SOFTWARE.
2132
+ > >
2133
+ > > ---------------------------------------
2134
+ > >
2135
+ > > ## indent-string
2136
+ > > License: MIT
2137
+ > > By: Sindre Sorhus
2138
+ > > Repository: sindresorhus/indent-string
2139
+ > >
2140
+ > > > MIT License
2141
+ > > >
2142
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2143
+ > > >
2144
+ > > > 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:
2145
+ > > >
2146
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2147
+ > > >
2148
+ > > > 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.
2149
+ > >
2150
+ > > ---------------------------------------
2151
+ > >
2152
+ > > ## lodash-es
2153
+ > > License: MIT
2154
+ > > By: John-David Dalton, Mathias Bynens
2155
+ > > Repository: lodash/lodash
2156
+ > >
2157
+ > > > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
2158
+ > > >
2159
+ > > > Based on Underscore.js, copyright Jeremy Ashkenas,
2160
+ > > > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
2161
+ > > >
2162
+ > > > This software consists of voluntary contributions made by many
2163
+ > > > individuals. For exact contribution history, see the revision history
2164
+ > > > available at https://github.com/lodash/lodash
2165
+ > > >
2166
+ > > > The following license applies to all parts of this software except as
2167
+ > > > documented below:
2168
+ > > >
2169
+ > > > ====
2170
+ > > >
2171
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2172
+ > > > a copy of this software and associated documentation files (the
2173
+ > > > "Software"), to deal in the Software without restriction, including
2174
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2175
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2176
+ > > > permit persons to whom the Software is furnished to do so, subject to
2177
+ > > > the following conditions:
2178
+ > > >
2179
+ > > > The above copyright notice and this permission notice shall be
2180
+ > > > included in all copies or substantial portions of the Software.
2181
+ > > >
2182
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2183
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2184
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2185
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2186
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2187
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2188
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2189
+ > > >
2190
+ > > > ====
2191
+ > > >
2192
+ > > > Copyright and related rights for sample code are waived via CC0. Sample
2193
+ > > > code is defined as all source code displayed within the prose of the
2194
+ > > > documentation.
2195
+ > > >
2196
+ > > > CC0: http://creativecommons.org/publicdomain/zero/1.0/
2197
+ > > >
2198
+ > > > ====
2199
+ > > >
2200
+ > > > Files located in the node_modules and vendor directories are externally
2201
+ > > > maintained libraries used by this software which have their own
2202
+ > > > licenses; we recommend you read them, as their terms may differ from the
2203
+ > > > terms above.
2204
+ > >
2205
+ > > ---------------------------------------
2206
+ > >
2207
+ > > ## ranges-apply
2208
+ > > License: MIT
2209
+ > > By: Roy Revelt
2210
+ > > Repository: git+https://github.com/codsen/codsen.git
2211
+ > >
2212
+ > > > MIT License
2213
+ > > >
2214
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
2215
+ > > >
2216
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2217
+ > > > a copy of this software and associated documentation files (the
2218
+ > > > "Software"), to deal in the Software without restriction, including
2219
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2220
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2221
+ > > > permit persons to whom the Software is furnished to do so, subject to
2222
+ > > > the following conditions:
2223
+ > > >
2224
+ > > > The above copyright notice and this permission notice shall be
2225
+ > > > included in all copies or substantial portions of the Software.
2226
+ > > >
2227
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2228
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2229
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2230
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2231
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2232
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2233
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2234
+ > >
2235
+ > > ---------------------------------------
2236
+ > >
2237
+ > > ## ranges-merge
2238
+ > > License: MIT
2239
+ > > By: Roy Revelt
2240
+ > > Repository: git+https://github.com/codsen/codsen.git
2241
+ > >
2242
+ > > > MIT License
2243
+ > > >
2244
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
2245
+ > > >
2246
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2247
+ > > > a copy of this software and associated documentation files (the
2248
+ > > > "Software"), to deal in the Software without restriction, including
2249
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2250
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2251
+ > > > permit persons to whom the Software is furnished to do so, subject to
2252
+ > > > the following conditions:
2253
+ > > >
2254
+ > > > The above copyright notice and this permission notice shall be
2255
+ > > > included in all copies or substantial portions of the Software.
2256
+ > > >
2257
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2258
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2259
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2260
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2261
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2262
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2263
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2264
+ > >
2265
+ > > ---------------------------------------
2266
+ > >
2267
+ > > ## ranges-push
2268
+ > > License: MIT
2269
+ > > By: Roy Revelt
2270
+ > > Repository: git+https://github.com/codsen/codsen.git
2271
+ > >
2272
+ > > > MIT License
2273
+ > > >
2274
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
2275
+ > > >
2276
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2277
+ > > > a copy of this software and associated documentation files (the
2278
+ > > > "Software"), to deal in the Software without restriction, including
2279
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2280
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2281
+ > > > permit persons to whom the Software is furnished to do so, subject to
2282
+ > > > the following conditions:
2283
+ > > >
2284
+ > > > The above copyright notice and this permission notice shall be
2285
+ > > > included in all copies or substantial portions of the Software.
2286
+ > > >
2287
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2288
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2289
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2290
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2291
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2292
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2293
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2294
+ > >
2295
+ > > ---------------------------------------
2296
+ > >
2297
+ > > ## ranges-sort
2298
+ > > License: MIT
2299
+ > > By: Roy Revelt
2300
+ > > Repository: git+https://github.com/codsen/codsen.git
2301
+ > >
2302
+ > > > MIT License
2303
+ > > >
2304
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
2305
+ > > >
2306
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2307
+ > > > a copy of this software and associated documentation files (the
2308
+ > > > "Software"), to deal in the Software without restriction, including
2309
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2310
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2311
+ > > > permit persons to whom the Software is furnished to do so, subject to
2312
+ > > > the following conditions:
2313
+ > > >
2314
+ > > > The above copyright notice and this permission notice shall be
2315
+ > > > included in all copies or substantial portions of the Software.
2316
+ > > >
2317
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2318
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2319
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2320
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2321
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2322
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2323
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2324
+ > >
2325
+ > > ---------------------------------------
2326
+ > >
2327
+ > > ## redent
2328
+ > > License: MIT
2329
+ > > By: Sindre Sorhus
2330
+ > > Repository: sindresorhus/redent
2331
+ > >
2332
+ > > > MIT License
2333
+ > > >
2334
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2335
+ > > >
2336
+ > > > 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:
2337
+ > > >
2338
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2339
+ > > >
2340
+ > > > 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.
2341
+ > >
2342
+ > > ---------------------------------------
2343
+ > >
2344
+ > > ## rfdc
2345
+ > > License: MIT
2346
+ > > By: David Mark Clements
2347
+ > > Repository: git+https://github.com/davidmarkclements/rfdc.git
2348
+ > >
2349
+ > > > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
2350
+ > > >
2351
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
2352
+ > > > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
2353
+ > > > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
2354
+ > > > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2355
+ > > >
2356
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions
2357
+ > > > of the Software.
2358
+ > > >
2359
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2360
+ > > > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
2361
+ > > > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
2362
+ > > > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
2363
+ > > > IN THE SOFTWARE.
2364
+ > >
2365
+ > > ---------------------------------------
2366
+ > >
2367
+ > > ## string-collapse-leading-whitespace
2368
+ > > License: MIT
2369
+ > > By: Roy Revelt
2370
+ > > Repository: git+https://github.com/codsen/codsen.git
2371
+ > >
2372
+ > > > MIT License
2373
+ > > >
2374
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
2375
+ > > >
2376
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2377
+ > > > a copy of this software and associated documentation files (the
2378
+ > > > "Software"), to deal in the Software without restriction, including
2379
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2380
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2381
+ > > > permit persons to whom the Software is furnished to do so, subject to
2382
+ > > > the following conditions:
2383
+ > > >
2384
+ > > > The above copyright notice and this permission notice shall be
2385
+ > > > included in all copies or substantial portions of the Software.
2386
+ > > >
2387
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2388
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2389
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2390
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2391
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2392
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2393
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2394
+ > >
2395
+ > > ---------------------------------------
2396
+ > >
2397
+ > > ## string-left-right
2398
+ > > License: MIT
2399
+ > > By: Roy Revelt
2400
+ > > Repository: git+https://github.com/codsen/codsen.git
2401
+ > >
2402
+ > > > MIT License
2403
+ > > >
2404
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
2405
+ > > >
2406
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2407
+ > > > a copy of this software and associated documentation files (the
2408
+ > > > "Software"), to deal in the Software without restriction, including
2409
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2410
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2411
+ > > > permit persons to whom the Software is furnished to do so, subject to
2412
+ > > > the following conditions:
2413
+ > > >
2414
+ > > > The above copyright notice and this permission notice shall be
2415
+ > > > included in all copies or substantial portions of the Software.
2416
+ > > >
2417
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2418
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2419
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2420
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2421
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2422
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2423
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2424
+ > >
2425
+ > > ---------------------------------------
2426
+ > >
2427
+ > > ## string-strip-html
2428
+ > > License: MIT
2429
+ > > By: Roy Revelt
2430
+ > > Repository: git+https://github.com/codsen/codsen.git
2431
+ > >
2432
+ > > > MIT License
2433
+ > > >
2434
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
2435
+ > > >
2436
+ > > > Permission is hereby granted, free of charge, to any person obtaining
2437
+ > > > a copy of this software and associated documentation files (the
2438
+ > > > "Software"), to deal in the Software without restriction, including
2439
+ > > > without limitation the rights to use, copy, modify, merge, publish,
2440
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
2441
+ > > > permit persons to whom the Software is furnished to do so, subject to
2442
+ > > > the following conditions:
2443
+ > > >
2444
+ > > > The above copyright notice and this permission notice shall be
2445
+ > > > included in all copies or substantial portions of the Software.
2446
+ > > >
2447
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2448
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2449
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2450
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2451
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2452
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2453
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2454
+ > >
2455
+ > > ---------------------------------------
2456
+ > >
2457
+ > > ## strip-indent
2458
+ > > License: MIT
2459
+ > > By: Sindre Sorhus
2460
+ > > Repository: sindresorhus/strip-indent
2461
+ > >
2462
+ > > > MIT License
2463
+ > > >
2464
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2465
+ > > >
2466
+ > > > 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:
2467
+ > > >
2468
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2469
+ > > >
2470
+ > > > 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.
2471
+ > >
2472
+ > > ---------------------------------------
2473
+ > >
2474
+ > > ## tiny-invariant
2475
+ > > License: MIT
2476
+ > > By: Alex Reardon
2477
+ > > Repository: https://github.com/alexreardon/tiny-invariant.git
2478
+ > >
2479
+ > > > MIT License
2480
+ > > >
2481
+ > > > Copyright (c) 2019 Alexander Reardon
2482
+ > > >
2483
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
2484
+ > > > of this software and associated documentation files (the "Software"), to deal
2485
+ > > > in the Software without restriction, including without limitation the rights
2486
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2487
+ > > > copies of the Software, and to permit persons to whom the Software is
2488
+ > > > furnished to do so, subject to the following conditions:
2489
+ > > >
2490
+ > > > The above copyright notice and this permission notice shall be included in all
2491
+ > > > copies or substantial portions of the Software.
2492
+ > > >
2493
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2494
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2495
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2496
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2497
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2498
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2499
+ > > > SOFTWARE.
2500
+ > >
2501
+ > > <!-- /DEPENDENCIES -->
2502
+ > >
2503
+ > >
2504
+ > >
2505
+ > > # Licenses of bundled types
2506
+ > >
2507
+ > > The published @visulima/string artifact additionally contains code with the following licenses:
2508
+ > > MIT
2509
+ > >
2510
+ > > # Bundled types:
2511
+ > >
2512
+ > > ## fastest-levenshtein
2513
+ > >
2514
+ > > License: MIT
2515
+ > > By: Kasper U. Weihe
2516
+ > > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
2517
+ > >
2518
+ > > > MIT License
2519
+ > > >
2520
+ > > > Copyright (c) 2020 Kasper Unn Weihe
2521
+ > > >
2522
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
2523
+ > > > of this software and associated documentation files (the "Software"), to deal
2524
+ > > > in the Software without restriction, including without limitation the rights
2525
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2526
+ > > > copies of the Software, and to permit persons to whom the Software is
2527
+ > > > furnished to do so, subject to the following conditions:
2528
+ > > >
2529
+ > > > The above copyright notice and this permission notice shall be included in all
2530
+ > > > copies or substantial portions of the Software.
2531
+ > > >
2532
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2533
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2534
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2535
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2536
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2537
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2538
+ > > > SOFTWARE.
2539
+
303
2540
  <!-- /TYPE_DEPENDENCIES -->