@visulima/tui-kit 0.0.0 → 1.0.0

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 (371) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/LICENSE.md +2095 -0
  3. package/README.md +115 -29
  4. package/dist/accordion.d.ts +59 -0
  5. package/dist/accordion.js +1 -0
  6. package/dist/alert.d.ts +26 -0
  7. package/dist/alert.js +1 -0
  8. package/dist/animate-presence.d.ts +18 -0
  9. package/dist/animate-presence.js +1 -0
  10. package/dist/approval-prompt.d.ts +65 -0
  11. package/dist/approval-prompt.js +1 -0
  12. package/dist/area-chart.d.ts +66 -0
  13. package/dist/area-chart.js +1 -0
  14. package/dist/badge.d.ts +22 -0
  15. package/dist/badge.js +1 -0
  16. package/dist/bar-chart.d.ts +67 -0
  17. package/dist/bar-chart.js +1 -0
  18. package/dist/big-text.d.ts +81 -0
  19. package/dist/big-text.js +1 -0
  20. package/dist/blink-dot.d.ts +36 -0
  21. package/dist/blink-dot.js +1 -0
  22. package/dist/breadcrumb.d.ts +33 -0
  23. package/dist/breadcrumb.js +1 -0
  24. package/dist/button.d.ts +45 -0
  25. package/dist/button.js +1 -0
  26. package/dist/calendar.d.ts +72 -0
  27. package/dist/calendar.js +1 -0
  28. package/dist/card.d.ts +57 -0
  29. package/dist/card.js +1 -0
  30. package/dist/checkbox-group.d.ts +59 -0
  31. package/dist/checkbox-group.js +1 -0
  32. package/dist/checkbox.d.ts +48 -0
  33. package/dist/checkbox.js +1 -0
  34. package/dist/code.d.ts +48 -0
  35. package/dist/code.js +2 -0
  36. package/dist/collapsible.d.ts +53 -0
  37. package/dist/collapsible.js +1 -0
  38. package/dist/color-picker.d.ts +71 -0
  39. package/dist/color-picker.js +1 -0
  40. package/dist/command-block.d.ts +47 -0
  41. package/dist/command-block.js +4 -0
  42. package/dist/command-palette.d.ts +82 -0
  43. package/dist/command-palette.js +1 -0
  44. package/dist/confirm-dialog.d.ts +75 -0
  45. package/dist/confirm-dialog.js +1 -0
  46. package/dist/confirm-input.d.ts +38 -0
  47. package/dist/confirm-input.js +1 -0
  48. package/dist/console-overlay.d.ts +54 -0
  49. package/dist/console-overlay.js +1 -0
  50. package/dist/content-switcher.d.ts +57 -0
  51. package/dist/content-switcher.js +1 -0
  52. package/dist/controlled-scroll-view.d.ts +3 -0
  53. package/dist/controlled-scroll-view.js +1 -0
  54. package/dist/data-grid.d.ts +49 -0
  55. package/dist/data-grid.js +1 -0
  56. package/dist/date-picker.d.ts +65 -0
  57. package/dist/date-picker.js +1 -0
  58. package/dist/definition-list.d.ts +44 -0
  59. package/dist/definition-list.js +1 -0
  60. package/dist/dialog.d.ts +110 -0
  61. package/dist/dialog.js +1 -0
  62. package/dist/diff-view.d.ts +85 -0
  63. package/dist/diff-view.js +1 -0
  64. package/dist/digits.d.ts +30 -0
  65. package/dist/digits.js +1 -0
  66. package/dist/directory-tree.d.ts +51 -0
  67. package/dist/directory-tree.js +1 -0
  68. package/dist/divider.d.ts +49 -0
  69. package/dist/divider.js +1 -0
  70. package/dist/drawer.d.ts +53 -0
  71. package/dist/drawer.js +1 -0
  72. package/dist/file-change.d.ts +40 -0
  73. package/dist/file-change.js +1 -0
  74. package/dist/file-picker-entry.d.ts +2 -0
  75. package/dist/file-picker-entry.js +1 -0
  76. package/dist/form.d.ts +81 -0
  77. package/dist/form.js +1 -0
  78. package/dist/gauge.d.ts +87 -0
  79. package/dist/gauge.js +1 -0
  80. package/dist/gradient.d.ts +42 -0
  81. package/dist/gradient.js +1 -0
  82. package/dist/grid.d.ts +40 -0
  83. package/dist/grid.js +1 -0
  84. package/dist/heading.d.ts +33 -0
  85. package/dist/heading.js +1 -0
  86. package/dist/heatmap.d.ts +62 -0
  87. package/dist/heatmap.js +1 -0
  88. package/dist/help.d.ts +52 -0
  89. package/dist/help.js +1 -0
  90. package/dist/histogram.d.ts +62 -0
  91. package/dist/histogram.js +1 -0
  92. package/dist/image.d.ts +26 -0
  93. package/dist/image.js +1 -0
  94. package/dist/index.d.ts +125 -0
  95. package/dist/index.js +1 -0
  96. package/dist/json.d.ts +58 -0
  97. package/dist/json.js +1 -0
  98. package/dist/kbd.d.ts +31 -0
  99. package/dist/kbd.js +1 -0
  100. package/dist/line-chart.d.ts +109 -0
  101. package/dist/line-chart.js +1 -0
  102. package/dist/link.d.ts +38 -0
  103. package/dist/link.js +1 -0
  104. package/dist/loading-indicator.d.ts +29 -0
  105. package/dist/loading-indicator.js +1 -0
  106. package/dist/log.d.ts +38 -0
  107. package/dist/log.js +1 -0
  108. package/dist/markdown.d.ts +40 -0
  109. package/dist/markdown.js +1 -0
  110. package/dist/masked-input.d.ts +50 -0
  111. package/dist/masked-input.js +1 -0
  112. package/dist/menu.d.ts +78 -0
  113. package/dist/menu.js +1 -0
  114. package/dist/message-bubble.d.ts +43 -0
  115. package/dist/message-bubble.js +1 -0
  116. package/dist/model-badge.d.ts +39 -0
  117. package/dist/model-badge.js +1 -0
  118. package/dist/model-selector.d.ts +52 -0
  119. package/dist/model-selector.js +1 -0
  120. package/dist/multi-progress.d.ts +55 -0
  121. package/dist/multi-progress.js +1 -0
  122. package/dist/multi-select.d.ts +65 -0
  123. package/dist/multi-select.js +1 -0
  124. package/dist/notification-badge.d.ts +47 -0
  125. package/dist/notification-badge.js +1 -0
  126. package/dist/number-input.d.ts +85 -0
  127. package/dist/number-input.js +1 -0
  128. package/dist/operation-tree.d.ts +49 -0
  129. package/dist/operation-tree.js +1 -0
  130. package/dist/option-list.d.ts +47 -0
  131. package/dist/option-list.js +1 -0
  132. package/dist/ordered-list.d.ts +24 -0
  133. package/dist/ordered-list.js +1 -0
  134. package/dist/packem_shared/ControlledScrollView-BzlbIUph.js +1 -0
  135. package/dist/packem_shared/FilePicker-V5H2fb-v.js +1 -0
  136. package/dist/packem_shared/ScrollBar-C9i3z3Ft.js +1 -0
  137. package/dist/packem_shared/ScrollBarBox-DZEC8YnV.js +1 -0
  138. package/dist/packem_shared/ScrollList-Djtb2vVy.js +1 -0
  139. package/dist/packem_shared/ScrollView-ESxpl6Hy.js +1 -0
  140. package/dist/packem_shared/TreeNodeMap-cJlYqckB.js +1 -0
  141. package/dist/packem_shared/TreeView-q0l446NV.js +1 -0
  142. package/dist/packem_shared/controlled-scroll-view-DerVKKv6.js +1 -0
  143. package/dist/packem_shared/controlled-scroll-view.d-vF4wevEJ.d.ts +54 -0
  144. package/dist/packem_shared/file-picker.d-Cie6aAMD.d.ts +104 -0
  145. package/dist/packem_shared/line-chart-BbhMhcZg.js +1 -0
  146. package/dist/packem_shared/scroll-bar-box.d-DSBbBsRc.d.ts +30 -0
  147. package/dist/packem_shared/scroll-bar.d-B4sD1hBR.d.ts +18 -0
  148. package/dist/packem_shared/scroll-list.d-BP0UZSY4.d.ts +12 -0
  149. package/dist/packem_shared/scroll-view.d-BqKpI-F-.d.ts +119 -0
  150. package/dist/packem_shared/treeViewTheme-Dq3ekRAC.js +1 -0
  151. package/dist/packem_shared/use-tree-view.d-dXTKoDPM.d.ts +350 -0
  152. package/dist/packem_shared/useTreeView-D0JEqT6W.js +1 -0
  153. package/dist/packem_shared/useTreeViewState-BiTJakkh.js +1 -0
  154. package/dist/packem_shared/variant-config-BJqpNo7H.js +1 -0
  155. package/dist/packem_shared/variant-config.d-D5NnrrQK.d.ts +2 -0
  156. package/dist/paginator.d.ts +69 -0
  157. package/dist/paginator.js +1 -0
  158. package/dist/paragraph.d.ts +38 -0
  159. package/dist/paragraph.js +1 -0
  160. package/dist/path-input.d.ts +67 -0
  161. package/dist/path-input.js +1 -0
  162. package/dist/pie-chart.d.ts +50 -0
  163. package/dist/pie-chart.js +1 -0
  164. package/dist/placeholder.d.ts +55 -0
  165. package/dist/placeholder.js +1 -0
  166. package/dist/popover.d.ts +46 -0
  167. package/dist/popover.js +1 -0
  168. package/dist/progress-bar.d.ts +51 -0
  169. package/dist/progress-bar.js +1 -0
  170. package/dist/progress-circle.d.ts +59 -0
  171. package/dist/progress-circle.js +1 -0
  172. package/dist/qr-code.d.ts +45 -0
  173. package/dist/qr-code.js +1 -0
  174. package/dist/r/accordion.json +24 -0
  175. package/dist/r/alert.json +24 -0
  176. package/dist/r/animate-presence.json +22 -0
  177. package/dist/r/approval-prompt.json +24 -0
  178. package/dist/r/area-chart.json +27 -0
  179. package/dist/r/badge.json +24 -0
  180. package/dist/r/bar-chart.json +24 -0
  181. package/dist/r/big-text.json +23 -0
  182. package/dist/r/blink-dot.json +24 -0
  183. package/dist/r/breadcrumb.json +24 -0
  184. package/dist/r/button.json +24 -0
  185. package/dist/r/calendar.json +24 -0
  186. package/dist/r/card.json +26 -0
  187. package/dist/r/chart-utils.json +24 -0
  188. package/dist/r/checkbox-group.json +24 -0
  189. package/dist/r/checkbox.json +24 -0
  190. package/dist/r/code.json +23 -0
  191. package/dist/r/collapsible.json +24 -0
  192. package/dist/r/color-picker.json +24 -0
  193. package/dist/r/command-block.json +26 -0
  194. package/dist/r/command-palette.json +24 -0
  195. package/dist/r/confirm-dialog.json +24 -0
  196. package/dist/r/confirm-input.json +22 -0
  197. package/dist/r/console-overlay.json +22 -0
  198. package/dist/r/content-switcher.json +24 -0
  199. package/dist/r/controlled-scroll-view.json +24 -0
  200. package/dist/r/data-grid.json +24 -0
  201. package/dist/r/date-picker.json +26 -0
  202. package/dist/r/definition-list.json +24 -0
  203. package/dist/r/dialog.json +24 -0
  204. package/dist/r/diff-view.json +24 -0
  205. package/dist/r/digits.json +24 -0
  206. package/dist/r/directory-tree.json +24 -0
  207. package/dist/r/divider.json +24 -0
  208. package/dist/r/drawer.json +24 -0
  209. package/dist/r/file-change.json +24 -0
  210. package/dist/r/file-picker.json +44 -0
  211. package/dist/r/form.json +24 -0
  212. package/dist/r/gauge.json +24 -0
  213. package/dist/r/gradient.json +24 -0
  214. package/dist/r/grid.json +22 -0
  215. package/dist/r/heading.json +24 -0
  216. package/dist/r/heatmap.json +24 -0
  217. package/dist/r/help.json +22 -0
  218. package/dist/r/histogram.json +26 -0
  219. package/dist/r/image.json +24 -0
  220. package/dist/r/json.json +24 -0
  221. package/dist/r/kbd.json +24 -0
  222. package/dist/r/line-chart.json +26 -0
  223. package/dist/r/link.json +23 -0
  224. package/dist/r/loading-indicator.json +27 -0
  225. package/dist/r/log.json +24 -0
  226. package/dist/r/markdown.json +29 -0
  227. package/dist/r/masked-input.json +22 -0
  228. package/dist/r/menu.json +24 -0
  229. package/dist/r/message-bubble.json +24 -0
  230. package/dist/r/model-badge.json +24 -0
  231. package/dist/r/model-selector.json +24 -0
  232. package/dist/r/multi-progress.json +24 -0
  233. package/dist/r/multi-select.json +24 -0
  234. package/dist/r/notification-badge.json +24 -0
  235. package/dist/r/number-input.json +24 -0
  236. package/dist/r/operation-tree.json +26 -0
  237. package/dist/r/option-list.json +24 -0
  238. package/dist/r/ordered-list.json +22 -0
  239. package/dist/r/paginator.json +22 -0
  240. package/dist/r/paragraph.json +24 -0
  241. package/dist/r/path-input.json +26 -0
  242. package/dist/r/pie-chart.json +24 -0
  243. package/dist/r/placeholder.json +24 -0
  244. package/dist/r/popover.json +24 -0
  245. package/dist/r/progress-bar.json +22 -0
  246. package/dist/r/progress-circle.json +24 -0
  247. package/dist/r/qr-code.json +24 -0
  248. package/dist/r/radio-group.json +24 -0
  249. package/dist/r/registry.json +1051 -0
  250. package/dist/r/scatter-plot.json +27 -0
  251. package/dist/r/scroll-bar-box.json +24 -0
  252. package/dist/r/scroll-bar.json +24 -0
  253. package/dist/r/scroll-list.json +24 -0
  254. package/dist/r/scroll-view.json +24 -0
  255. package/dist/r/scroll.json +58 -0
  256. package/dist/r/search-input.json +26 -0
  257. package/dist/r/select-input-indicator.json +24 -0
  258. package/dist/r/select-input-item.json +24 -0
  259. package/dist/r/select-input.json +28 -0
  260. package/dist/r/shimmer-text.json +24 -0
  261. package/dist/r/sidebar.json +24 -0
  262. package/dist/r/slider.json +24 -0
  263. package/dist/r/sparkline.json +24 -0
  264. package/dist/r/spinner.json +23 -0
  265. package/dist/r/status-line.json +24 -0
  266. package/dist/r/status-message.json +24 -0
  267. package/dist/r/stepper.json +24 -0
  268. package/dist/r/stopwatch.json +22 -0
  269. package/dist/r/streaming-text.json +24 -0
  270. package/dist/r/switch.json +24 -0
  271. package/dist/r/tab.json +22 -0
  272. package/dist/r/table.json +23 -0
  273. package/dist/r/tabs.json +26 -0
  274. package/dist/r/tag-input.json +24 -0
  275. package/dist/r/tag.json +24 -0
  276. package/dist/r/text-input.json +22 -0
  277. package/dist/r/textarea.json +22 -0
  278. package/dist/r/thinking-block.json +24 -0
  279. package/dist/r/time-picker.json +24 -0
  280. package/dist/r/timer.json +22 -0
  281. package/dist/r/toast.json +24 -0
  282. package/dist/r/token-usage.json +24 -0
  283. package/dist/r/tool-call.json +24 -0
  284. package/dist/r/tooltip.json +24 -0
  285. package/dist/r/transition.json +22 -0
  286. package/dist/r/tree-select.json +24 -0
  287. package/dist/r/tree-view.json +64 -0
  288. package/dist/r/unordered-list.json +22 -0
  289. package/dist/r/use-linked-scroll.json +24 -0
  290. package/dist/r/variant-config.json +22 -0
  291. package/dist/radio-group.d.ts +74 -0
  292. package/dist/radio-group.js +1 -0
  293. package/dist/scatter-plot.d.ts +35 -0
  294. package/dist/scatter-plot.js +1 -0
  295. package/dist/scroll-bar-box.d.ts +3 -0
  296. package/dist/scroll-bar-box.js +1 -0
  297. package/dist/scroll-bar.d.ts +3 -0
  298. package/dist/scroll-bar.js +1 -0
  299. package/dist/scroll-list.d.ts +4 -0
  300. package/dist/scroll-list.js +1 -0
  301. package/dist/scroll-view.d.ts +3 -0
  302. package/dist/scroll-view.js +1 -0
  303. package/dist/search-input.d.ts +55 -0
  304. package/dist/search-input.js +1 -0
  305. package/dist/select-input-indicator.d.ts +32 -0
  306. package/dist/select-input-indicator.js +1 -0
  307. package/dist/select-input-item.d.ts +41 -0
  308. package/dist/select-input-item.js +1 -0
  309. package/dist/select-input.d.ts +110 -0
  310. package/dist/select-input.js +1 -0
  311. package/dist/shimmer-text.d.ts +47 -0
  312. package/dist/shimmer-text.js +1 -0
  313. package/dist/sidebar.d.ts +47 -0
  314. package/dist/sidebar.js +1 -0
  315. package/dist/slider.d.ts +103 -0
  316. package/dist/slider.js +1 -0
  317. package/dist/sparkline.d.ts +42 -0
  318. package/dist/sparkline.js +1 -0
  319. package/dist/spinner.d.ts +17 -0
  320. package/dist/spinner.js +1 -0
  321. package/dist/status-line.d.ts +37 -0
  322. package/dist/status-line.js +1 -0
  323. package/dist/status-message.d.ts +21 -0
  324. package/dist/status-message.js +1 -0
  325. package/dist/stepper.d.ts +48 -0
  326. package/dist/stepper.js +1 -0
  327. package/dist/stopwatch.d.ts +49 -0
  328. package/dist/stopwatch.js +1 -0
  329. package/dist/streaming-text.d.ts +46 -0
  330. package/dist/streaming-text.js +1 -0
  331. package/dist/switch.d.ts +55 -0
  332. package/dist/switch.js +1 -0
  333. package/dist/tab.d.ts +19 -0
  334. package/dist/tab.js +1 -0
  335. package/dist/table.d.ts +119 -0
  336. package/dist/table.js +1 -0
  337. package/dist/tabs.d.ts +107 -0
  338. package/dist/tabs.js +1 -0
  339. package/dist/tag-input.d.ts +71 -0
  340. package/dist/tag-input.js +1 -0
  341. package/dist/tag.d.ts +35 -0
  342. package/dist/tag.js +1 -0
  343. package/dist/text-input.d.ts +48 -0
  344. package/dist/text-input.js +1 -0
  345. package/dist/textarea.d.ts +68 -0
  346. package/dist/textarea.js +2 -0
  347. package/dist/thinking-block.d.ts +57 -0
  348. package/dist/thinking-block.js +1 -0
  349. package/dist/time-picker.d.ts +67 -0
  350. package/dist/time-picker.js +1 -0
  351. package/dist/timer.d.ts +59 -0
  352. package/dist/timer.js +1 -0
  353. package/dist/toast.d.ts +49 -0
  354. package/dist/toast.js +1 -0
  355. package/dist/token-usage.d.ts +50 -0
  356. package/dist/token-usage.js +1 -0
  357. package/dist/tool-call.d.ts +33 -0
  358. package/dist/tool-call.js +1 -0
  359. package/dist/tooltip.d.ts +43 -0
  360. package/dist/tooltip.js +1 -0
  361. package/dist/transition.d.ts +74 -0
  362. package/dist/transition.js +1 -0
  363. package/dist/tree-select.d.ts +65 -0
  364. package/dist/tree-select.js +1 -0
  365. package/dist/tree-view-entry.d.ts +4 -0
  366. package/dist/tree-view-entry.js +1 -0
  367. package/dist/unordered-list.d.ts +30 -0
  368. package/dist/unordered-list.js +1 -0
  369. package/dist/use-linked-scroll.d.ts +42 -0
  370. package/dist/use-linked-scroll.js +1 -0
  371. package/package.json +553 -7
package/LICENSE.md ADDED
@@ -0,0 +1,2095 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 visulima
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
22
+
23
+ ---
24
+
25
+ File: src/align.ts
26
+
27
+ Copyright (c) 2016, Contributors
28
+
29
+ Permission to use, copy, modify, and/or distribute this software for any purpose
30
+ with or without fee is hereby granted, provided that the above copyright notice
31
+ and this permission notice appear in all copies.
32
+
33
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
34
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
35
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
36
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
37
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
38
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
39
+ THIS SOFTWARE.
40
+
41
+ ---
42
+
43
+ File: src/index.ts
44
+
45
+ MIT License
46
+
47
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
48
+
49
+ 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:
50
+
51
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
52
+
53
+ 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.
54
+
55
+ ---
56
+
57
+ File: src/vendor/cli-boxes/boxen.ts
58
+
59
+ MIT License
60
+
61
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
62
+
63
+ 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:
64
+
65
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
66
+
67
+ 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.
68
+
69
+ <!-- DEPENDENCIES -->
70
+
71
+ # Licenses of bundled dependencies
72
+
73
+ The published @visulima/boxen artifact additionally contains code with the following licenses:
74
+ MIT
75
+
76
+ # Bundled dependencies:
77
+
78
+ ## @visulima/string
79
+
80
+ License: MIT
81
+ By: Daniel Bannert
82
+ Repository: git+https://github.com/visulima/visulima.git
83
+
84
+ > MIT License
85
+ >
86
+ > Copyright (c) 2026 visulima
87
+ >
88
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
89
+ > of this software and associated documentation files (the "Software"), to deal
90
+ > in the Software without restriction, including without limitation the rights
91
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
92
+ > copies of the Software, and to permit persons to whom the Software is
93
+ > furnished to do so, subject to the following conditions:
94
+ >
95
+ > The above copyright notice and this permission notice shall be included in all
96
+ > copies or substantial portions of the Software.
97
+ >
98
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
99
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
100
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
101
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
102
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
103
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
104
+ > SOFTWARE.
105
+ >
106
+ > # Licenses of bundled dependencies
107
+ >
108
+ > The published @visulima/string artifact additionally contains code with the following licenses:
109
+ > MIT
110
+ >
111
+ > # Bundled dependencies:
112
+ >
113
+ > ## codsen-utils
114
+ >
115
+ > License: MIT
116
+ > By: Roy Revelt
117
+ > Repository: git+https://github.com/codsen/codsen.git
118
+ >
119
+ > > MIT License
120
+ > >
121
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
122
+ > >
123
+ > > Permission is hereby granted, free of charge, to any person obtaining
124
+ > > a copy of this software and associated documentation files (the
125
+ > > "Software"), to deal in the Software without restriction, including
126
+ > > without limitation the rights to use, copy, modify, merge, publish,
127
+ > > distribute, sublicense, and/or sell copies of the Software, and to
128
+ > > permit persons to whom the Software is furnished to do so, subject to
129
+ > > the following conditions:
130
+ > >
131
+ > > The above copyright notice and this permission notice shall be
132
+ > > included in all copies or substantial portions of the Software.
133
+ > >
134
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
135
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
136
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
137
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
138
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
139
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
140
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
141
+ >
142
+ > ---
143
+ >
144
+ > ## emoji-regex-xs
145
+ >
146
+ > License: MIT
147
+ > By: Steven Levithan
148
+ > Repository: git+https://github.com/slevithan/emoji-regex-xs.git
149
+ >
150
+ > > MIT License
151
+ > >
152
+ > > Copyright (c) 2025 Steven Levithan
153
+ > >
154
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
155
+ > > of this software and associated documentation files (the "Software"), to deal
156
+ > > in the Software without restriction, including without limitation the rights
157
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
158
+ > > copies of the Software, and to permit persons to whom the Software is
159
+ > > furnished to do so, subject to the following conditions:
160
+ > >
161
+ > > The above copyright notice and this permission notice shall be included in all
162
+ > > copies or substantial portions of the Software.
163
+ > >
164
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
165
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
166
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
167
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
168
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
169
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
170
+ > > SOFTWARE.
171
+ >
172
+ > ---
173
+ >
174
+ > ## fastest-levenshtein
175
+ >
176
+ > License: MIT
177
+ > By: Kasper U. Weihe
178
+ > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
179
+ >
180
+ > > MIT License
181
+ > >
182
+ > > Copyright (c) 2020 Kasper Unn Weihe
183
+ > >
184
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
185
+ > > of this software and associated documentation files (the "Software"), to deal
186
+ > > in the Software without restriction, including without limitation the rights
187
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
188
+ > > copies of the Software, and to permit persons to whom the Software is
189
+ > > furnished to do so, subject to the following conditions:
190
+ > >
191
+ > > The above copyright notice and this permission notice shall be included in all
192
+ > > copies or substantial portions of the Software.
193
+ > >
194
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
195
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
196
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
197
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
198
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
199
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
200
+ > > SOFTWARE.
201
+ >
202
+ > ---
203
+ >
204
+ > ## get-east-asian-width
205
+ >
206
+ > License: MIT
207
+ > By: Sindre Sorhus
208
+ > Repository: sindresorhus/get-east-asian-width
209
+ >
210
+ > > MIT License
211
+ > >
212
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
213
+ > >
214
+ > > 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:
215
+ > >
216
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
217
+ > >
218
+ > > 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.
219
+ >
220
+ > ---
221
+ >
222
+ > ## html-entities
223
+ >
224
+ > License: MIT
225
+ > By: Marat Dulin
226
+ > Repository: https://github.com/mdevils/html-entities.git
227
+ >
228
+ > > Copyright (c) 2021 Dulin Marat
229
+ > >
230
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
231
+ > > of this software and associated documentation files (the "Software"), to deal
232
+ > > in the Software without restriction, including without limitation the rights
233
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
234
+ > > copies of the Software, and to permit persons to whom the Software is
235
+ > > furnished to do so, subject to the following conditions:
236
+ > >
237
+ > > The above copyright notice and this permission notice shall be included in
238
+ > > all copies or substantial portions of the Software.
239
+ > >
240
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
241
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
242
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
243
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
244
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
245
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
246
+ > > THE SOFTWARE.
247
+ >
248
+ > ---
249
+ >
250
+ > ## indent-string
251
+ >
252
+ > License: MIT
253
+ > By: Sindre Sorhus
254
+ > Repository: sindresorhus/indent-string
255
+ >
256
+ > > MIT License
257
+ > >
258
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
259
+ > >
260
+ > > 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:
261
+ > >
262
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
263
+ > >
264
+ > > 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.
265
+ >
266
+ > ---
267
+ >
268
+ > ## lodash-es
269
+ >
270
+ > License: MIT
271
+ > By: John-David Dalton, Mathias Bynens
272
+ > Repository: lodash/lodash
273
+ >
274
+ > > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
275
+ > >
276
+ > > Based on Underscore.js, copyright Jeremy Ashkenas,
277
+ > > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
278
+ > >
279
+ > > This software consists of voluntary contributions made by many
280
+ > > individuals. For exact contribution history, see the revision history
281
+ > > available at https://github.com/lodash/lodash
282
+ > >
283
+ > > The following license applies to all parts of this software except as
284
+ > > documented below:
285
+ > >
286
+ > > ====
287
+ > >
288
+ > > Permission is hereby granted, free of charge, to any person obtaining
289
+ > > a copy of this software and associated documentation files (the
290
+ > > "Software"), to deal in the Software without restriction, including
291
+ > > without limitation the rights to use, copy, modify, merge, publish,
292
+ > > distribute, sublicense, and/or sell copies of the Software, and to
293
+ > > permit persons to whom the Software is furnished to do so, subject to
294
+ > > the following conditions:
295
+ > >
296
+ > > The above copyright notice and this permission notice shall be
297
+ > > included in all copies or substantial portions of the Software.
298
+ > >
299
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
300
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
301
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
302
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
303
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
304
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
305
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
306
+ > >
307
+ > > ====
308
+ > >
309
+ > > Copyright and related rights for sample code are waived via CC0. Sample
310
+ > > code is defined as all source code displayed within the prose of the
311
+ > > documentation.
312
+ > >
313
+ > > CC0: http://creativecommons.org/publicdomain/zero/1.0/
314
+ > >
315
+ > > ====
316
+ > >
317
+ > > Files located in the node_modules and vendor directories are externally
318
+ > > maintained libraries used by this software which have their own
319
+ > > licenses; we recommend you read them, as their terms may differ from the
320
+ > > terms above.
321
+ >
322
+ > ---
323
+ >
324
+ > ## ranges-apply
325
+ >
326
+ > License: MIT
327
+ > By: Roy Revelt
328
+ > Repository: git+https://github.com/codsen/codsen.git
329
+ >
330
+ > > MIT License
331
+ > >
332
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
333
+ > >
334
+ > > Permission is hereby granted, free of charge, to any person obtaining
335
+ > > a copy of this software and associated documentation files (the
336
+ > > "Software"), to deal in the Software without restriction, including
337
+ > > without limitation the rights to use, copy, modify, merge, publish,
338
+ > > distribute, sublicense, and/or sell copies of the Software, and to
339
+ > > permit persons to whom the Software is furnished to do so, subject to
340
+ > > the following conditions:
341
+ > >
342
+ > > The above copyright notice and this permission notice shall be
343
+ > > included in all copies or substantial portions of the Software.
344
+ > >
345
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
346
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
347
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
348
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
349
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
350
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
351
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
352
+ >
353
+ > ---
354
+ >
355
+ > ## ranges-merge
356
+ >
357
+ > License: MIT
358
+ > By: Roy Revelt
359
+ > Repository: git+https://github.com/codsen/codsen.git
360
+ >
361
+ > > MIT License
362
+ > >
363
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
364
+ > >
365
+ > > Permission is hereby granted, free of charge, to any person obtaining
366
+ > > a copy of this software and associated documentation files (the
367
+ > > "Software"), to deal in the Software without restriction, including
368
+ > > without limitation the rights to use, copy, modify, merge, publish,
369
+ > > distribute, sublicense, and/or sell copies of the Software, and to
370
+ > > permit persons to whom the Software is furnished to do so, subject to
371
+ > > the following conditions:
372
+ > >
373
+ > > The above copyright notice and this permission notice shall be
374
+ > > included in all copies or substantial portions of the Software.
375
+ > >
376
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
377
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
378
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
379
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
380
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
381
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
382
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
383
+ >
384
+ > ---
385
+ >
386
+ > ## ranges-push
387
+ >
388
+ > License: MIT
389
+ > By: Roy Revelt
390
+ > Repository: git+https://github.com/codsen/codsen.git
391
+ >
392
+ > > MIT License
393
+ > >
394
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
395
+ > >
396
+ > > Permission is hereby granted, free of charge, to any person obtaining
397
+ > > a copy of this software and associated documentation files (the
398
+ > > "Software"), to deal in the Software without restriction, including
399
+ > > without limitation the rights to use, copy, modify, merge, publish,
400
+ > > distribute, sublicense, and/or sell copies of the Software, and to
401
+ > > permit persons to whom the Software is furnished to do so, subject to
402
+ > > the following conditions:
403
+ > >
404
+ > > The above copyright notice and this permission notice shall be
405
+ > > included in all copies or substantial portions of the Software.
406
+ > >
407
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
408
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
409
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
410
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
411
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
412
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
413
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
414
+ >
415
+ > ---
416
+ >
417
+ > ## ranges-sort
418
+ >
419
+ > License: MIT
420
+ > By: Roy Revelt
421
+ > Repository: git+https://github.com/codsen/codsen.git
422
+ >
423
+ > > MIT License
424
+ > >
425
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
426
+ > >
427
+ > > Permission is hereby granted, free of charge, to any person obtaining
428
+ > > a copy of this software and associated documentation files (the
429
+ > > "Software"), to deal in the Software without restriction, including
430
+ > > without limitation the rights to use, copy, modify, merge, publish,
431
+ > > distribute, sublicense, and/or sell copies of the Software, and to
432
+ > > permit persons to whom the Software is furnished to do so, subject to
433
+ > > the following conditions:
434
+ > >
435
+ > > The above copyright notice and this permission notice shall be
436
+ > > included in all copies or substantial portions of the Software.
437
+ > >
438
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
439
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
440
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
441
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
442
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
443
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
444
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
445
+ >
446
+ > ---
447
+ >
448
+ > ## redent
449
+ >
450
+ > License: MIT
451
+ > By: Sindre Sorhus
452
+ > Repository: sindresorhus/redent
453
+ >
454
+ > > MIT License
455
+ > >
456
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
457
+ > >
458
+ > > 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:
459
+ > >
460
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
461
+ > >
462
+ > > 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.
463
+ >
464
+ > ---
465
+ >
466
+ > ## rfdc
467
+ >
468
+ > License: MIT
469
+ > By: David Mark Clements
470
+ > Repository: git+https://github.com/davidmarkclements/rfdc.git
471
+ >
472
+ > > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
473
+ > >
474
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
475
+ > > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
476
+ > > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
477
+ > > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
478
+ > >
479
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions
480
+ > > of the Software.
481
+ > >
482
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
483
+ > > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
484
+ > > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
485
+ > > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
486
+ > > IN THE SOFTWARE.
487
+ >
488
+ > ---
489
+ >
490
+ > ## string-collapse-leading-whitespace
491
+ >
492
+ > License: MIT
493
+ > By: Roy Revelt
494
+ > Repository: git+https://github.com/codsen/codsen.git
495
+ >
496
+ > > MIT License
497
+ > >
498
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
499
+ > >
500
+ > > Permission is hereby granted, free of charge, to any person obtaining
501
+ > > a copy of this software and associated documentation files (the
502
+ > > "Software"), to deal in the Software without restriction, including
503
+ > > without limitation the rights to use, copy, modify, merge, publish,
504
+ > > distribute, sublicense, and/or sell copies of the Software, and to
505
+ > > permit persons to whom the Software is furnished to do so, subject to
506
+ > > the following conditions:
507
+ > >
508
+ > > The above copyright notice and this permission notice shall be
509
+ > > included in all copies or substantial portions of the Software.
510
+ > >
511
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
512
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
513
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
514
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
515
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
516
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
517
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
518
+ >
519
+ > ---
520
+ >
521
+ > ## string-left-right
522
+ >
523
+ > License: MIT
524
+ > By: Roy Revelt
525
+ > Repository: git+https://github.com/codsen/codsen.git
526
+ >
527
+ > > MIT License
528
+ > >
529
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
530
+ > >
531
+ > > Permission is hereby granted, free of charge, to any person obtaining
532
+ > > a copy of this software and associated documentation files (the
533
+ > > "Software"), to deal in the Software without restriction, including
534
+ > > without limitation the rights to use, copy, modify, merge, publish,
535
+ > > distribute, sublicense, and/or sell copies of the Software, and to
536
+ > > permit persons to whom the Software is furnished to do so, subject to
537
+ > > the following conditions:
538
+ > >
539
+ > > The above copyright notice and this permission notice shall be
540
+ > > included in all copies or substantial portions of the Software.
541
+ > >
542
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
543
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
544
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
545
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
546
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
547
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
548
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
549
+ >
550
+ > ---
551
+ >
552
+ > ## string-strip-html
553
+ >
554
+ > License: MIT
555
+ > By: Roy Revelt
556
+ > Repository: git+https://github.com/codsen/codsen.git
557
+ >
558
+ > > MIT License
559
+ > >
560
+ > > Copyright © 2010-2025 Roy Revelt and other contributors
561
+ > >
562
+ > > Permission is hereby granted, free of charge, to any person obtaining
563
+ > > a copy of this software and associated documentation files (the
564
+ > > "Software"), to deal in the Software without restriction, including
565
+ > > without limitation the rights to use, copy, modify, merge, publish,
566
+ > > distribute, sublicense, and/or sell copies of the Software, and to
567
+ > > permit persons to whom the Software is furnished to do so, subject to
568
+ > > the following conditions:
569
+ > >
570
+ > > The above copyright notice and this permission notice shall be
571
+ > > included in all copies or substantial portions of the Software.
572
+ > >
573
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
574
+ > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
575
+ > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
576
+ > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
577
+ > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
578
+ > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
579
+ > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
580
+ >
581
+ > ---
582
+ >
583
+ > ## strip-indent
584
+ >
585
+ > License: MIT
586
+ > By: Sindre Sorhus
587
+ > Repository: sindresorhus/strip-indent
588
+ >
589
+ > > MIT License
590
+ > >
591
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
592
+ > >
593
+ > > 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:
594
+ > >
595
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
596
+ > >
597
+ > > 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.
598
+ >
599
+ > ---
600
+ >
601
+ > ## tiny-invariant
602
+ >
603
+ > License: MIT
604
+ > By: Alex Reardon
605
+ > Repository: https://github.com/alexreardon/tiny-invariant.git
606
+ >
607
+ > > MIT License
608
+ > >
609
+ > > Copyright (c) 2019 Alexander Reardon
610
+ > >
611
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
612
+ > > of this software and associated documentation files (the "Software"), to deal
613
+ > > in the Software without restriction, including without limitation the rights
614
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
615
+ > > copies of the Software, and to permit persons to whom the Software is
616
+ > > furnished to do so, subject to the following conditions:
617
+ > >
618
+ > > The above copyright notice and this permission notice shall be included in all
619
+ > > copies or substantial portions of the Software.
620
+ > >
621
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
622
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
623
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
624
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
625
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
626
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
627
+ > > SOFTWARE.
628
+ >
629
+ > # Licenses of bundled types
630
+ >
631
+ > The published @visulima/string artifact additionally contains code with the following licenses:
632
+ > MIT
633
+ >
634
+ > # Bundled types:
635
+ >
636
+ > ## fastest-levenshtein
637
+ >
638
+ > License: MIT
639
+ > By: Kasper U. Weihe
640
+ > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
641
+ >
642
+ > > MIT License
643
+ > >
644
+ > > Copyright (c) 2020 Kasper Unn Weihe
645
+ > >
646
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
647
+ > > of this software and associated documentation files (the "Software"), to deal
648
+ > > in the Software without restriction, including without limitation the rights
649
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
650
+ > > copies of the Software, and to permit persons to whom the Software is
651
+ > > furnished to do so, subject to the following conditions:
652
+ > >
653
+ > > The above copyright notice and this permission notice shall be included in all
654
+ > > copies or substantial portions of the Software.
655
+ > >
656
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
657
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
658
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
659
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
660
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
661
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
662
+ > > SOFTWARE.
663
+ >
664
+ > ---
665
+ >
666
+ > ## get-east-asian-width
667
+ >
668
+ > License: MIT
669
+ > By: Sindre Sorhus
670
+ > Repository: sindresorhus/get-east-asian-width
671
+ >
672
+ > > MIT License
673
+ > >
674
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
675
+ > >
676
+ > > 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:
677
+ > >
678
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
679
+ > >
680
+ > > 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.
681
+ >
682
+ > ---
683
+ >
684
+ > ## indent-string
685
+ >
686
+ > License: MIT
687
+ > By: Sindre Sorhus
688
+ > Repository: sindresorhus/indent-string
689
+ >
690
+ > > MIT License
691
+ > >
692
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
693
+ > >
694
+ > > 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:
695
+ > >
696
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
697
+ > >
698
+ > > 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.
699
+ >
700
+ > ---
701
+ >
702
+ > ## redent
703
+ >
704
+ > License: MIT
705
+ > By: Sindre Sorhus
706
+ > Repository: sindresorhus/redent
707
+ >
708
+ > > MIT License
709
+ > >
710
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
711
+ > >
712
+ > > 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:
713
+ > >
714
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
715
+ > >
716
+ > > 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.
717
+ >
718
+ > ---
719
+ >
720
+ > ## strip-indent
721
+ >
722
+ > License: MIT
723
+ > By: Sindre Sorhus
724
+ > Repository: sindresorhus/strip-indent
725
+ >
726
+ > > MIT License
727
+ > >
728
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
729
+ > >
730
+ > > 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:
731
+ > >
732
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
733
+ > >
734
+ > > 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.
735
+
736
+ ---
737
+
738
+ ## terminal-size
739
+
740
+ License: MIT
741
+ By: Sindre Sorhus
742
+ Repository: sindresorhus/terminal-size
743
+
744
+ > MIT License
745
+ >
746
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
747
+ >
748
+ > 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:
749
+ >
750
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
751
+ >
752
+ > 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.
753
+
754
+ <!-- /DEPENDENCIES -->
755
+
756
+ <!-- TYPE_DEPENDENCIES -->
757
+
758
+ # Licenses of bundled types
759
+ The published @visulima/tui-kit artifact additionally contains code with the following licenses:
760
+ MIT
761
+
762
+ # Bundled types:
763
+ ## @visulima/tabular
764
+ License: MIT
765
+ By: Daniel Bannert
766
+ Repository: git+https://github.com/visulima/visulima.git
767
+
768
+ > MIT License
769
+ >
770
+ > Copyright (c) 2026 visulima
771
+ >
772
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
773
+ > of this software and associated documentation files (the "Software"), to deal
774
+ > in the Software without restriction, including without limitation the rights
775
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
776
+ > copies of the Software, and to permit persons to whom the Software is
777
+ > furnished to do so, subject to the following conditions:
778
+ >
779
+ > The above copyright notice and this permission notice shall be included in all
780
+ > copies or substantial portions of the Software.
781
+ >
782
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
783
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
784
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
785
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
786
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
787
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
788
+ > SOFTWARE.
789
+ >
790
+ > <!-- DEPENDENCIES -->
791
+ >
792
+ > # Licenses of bundled dependencies
793
+ > The published @visulima/tabular artifact additionally contains code with the following licenses:
794
+ > MIT
795
+ >
796
+ > # Bundled dependencies:
797
+ > ## @visulima/string
798
+ > License: MIT
799
+ > By: Daniel Bannert
800
+ > Repository: git+https://github.com/visulima/visulima.git
801
+ >
802
+ > > MIT License
803
+ > >
804
+ > > Copyright (c) 2026 visulima
805
+ > >
806
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
807
+ > > of this software and associated documentation files (the "Software"), to deal
808
+ > > in the Software without restriction, including without limitation the rights
809
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
810
+ > > copies of the Software, and to permit persons to whom the Software is
811
+ > > furnished to do so, subject to the following conditions:
812
+ > >
813
+ > > The above copyright notice and this permission notice shall be included in all
814
+ > > copies or substantial portions of the Software.
815
+ > >
816
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
817
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
818
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
819
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
820
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
821
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
822
+ > > SOFTWARE.
823
+ > >
824
+ > >
825
+ > >
826
+ > > # Licenses of bundled dependencies
827
+ > > The published @visulima/string artifact additionally contains code with the following licenses:
828
+ > > MIT
829
+ > >
830
+ > > # Bundled dependencies:
831
+ > > ## codsen-utils
832
+ > > License: MIT
833
+ > > By: Roy Revelt
834
+ > > Repository: git+https://github.com/codsen/codsen.git
835
+ > >
836
+ > > > MIT License
837
+ > > >
838
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
839
+ > > >
840
+ > > > Permission is hereby granted, free of charge, to any person obtaining
841
+ > > > a copy of this software and associated documentation files (the
842
+ > > > "Software"), to deal in the Software without restriction, including
843
+ > > > without limitation the rights to use, copy, modify, merge, publish,
844
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
845
+ > > > permit persons to whom the Software is furnished to do so, subject to
846
+ > > > the following conditions:
847
+ > > >
848
+ > > > The above copyright notice and this permission notice shall be
849
+ > > > included in all copies or substantial portions of the Software.
850
+ > > >
851
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
852
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
853
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
854
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
855
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
856
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
857
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
858
+ > >
859
+ > > ---------------------------------------
860
+ > >
861
+ > > ## emoji-regex-xs
862
+ > > License: MIT
863
+ > > By: Steven Levithan
864
+ > > Repository: git+https://github.com/slevithan/emoji-regex-xs.git
865
+ > >
866
+ > > > MIT License
867
+ > > >
868
+ > > > Copyright (c) 2025 Steven Levithan
869
+ > > >
870
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
871
+ > > > of this software and associated documentation files (the "Software"), to deal
872
+ > > > in the Software without restriction, including without limitation the rights
873
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
874
+ > > > copies of the Software, and to permit persons to whom the Software is
875
+ > > > furnished to do so, subject to the following conditions:
876
+ > > >
877
+ > > > The above copyright notice and this permission notice shall be included in all
878
+ > > > copies or substantial portions of the Software.
879
+ > > >
880
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
881
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
882
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
883
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
884
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
885
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
886
+ > > > SOFTWARE.
887
+ > >
888
+ > > ---------------------------------------
889
+ > >
890
+ > > ## fastest-levenshtein
891
+ > > License: MIT
892
+ > > By: Kasper U. Weihe
893
+ > > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
894
+ > >
895
+ > > > MIT License
896
+ > > >
897
+ > > > Copyright (c) 2020 Kasper Unn Weihe
898
+ > > >
899
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
900
+ > > > of this software and associated documentation files (the "Software"), to deal
901
+ > > > in the Software without restriction, including without limitation the rights
902
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
903
+ > > > copies of the Software, and to permit persons to whom the Software is
904
+ > > > furnished to do so, subject to the following conditions:
905
+ > > >
906
+ > > > The above copyright notice and this permission notice shall be included in all
907
+ > > > copies or substantial portions of the Software.
908
+ > > >
909
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
910
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
911
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
912
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
913
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
914
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
915
+ > > > SOFTWARE.
916
+ > >
917
+ > > ---------------------------------------
918
+ > >
919
+ > > ## get-east-asian-width
920
+ > > License: MIT
921
+ > > By: Sindre Sorhus
922
+ > > Repository: sindresorhus/get-east-asian-width
923
+ > >
924
+ > > > MIT License
925
+ > > >
926
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
927
+ > > >
928
+ > > > 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:
929
+ > > >
930
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
931
+ > > >
932
+ > > > 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.
933
+ > >
934
+ > > ---------------------------------------
935
+ > >
936
+ > > ## html-entities
937
+ > > License: MIT
938
+ > > By: Marat Dulin
939
+ > > Repository: https://github.com/mdevils/html-entities.git
940
+ > >
941
+ > > > Copyright (c) 2021 Dulin Marat
942
+ > > >
943
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
944
+ > > > of this software and associated documentation files (the "Software"), to deal
945
+ > > > in the Software without restriction, including without limitation the rights
946
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
947
+ > > > copies of the Software, and to permit persons to whom the Software is
948
+ > > > furnished to do so, subject to the following conditions:
949
+ > > >
950
+ > > > The above copyright notice and this permission notice shall be included in
951
+ > > > all copies or substantial portions of the Software.
952
+ > > >
953
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
954
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
955
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
956
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
957
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
958
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
959
+ > > > THE SOFTWARE.
960
+ > >
961
+ > > ---------------------------------------
962
+ > >
963
+ > > ## indent-string
964
+ > > License: MIT
965
+ > > By: Sindre Sorhus
966
+ > > Repository: sindresorhus/indent-string
967
+ > >
968
+ > > > MIT License
969
+ > > >
970
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
971
+ > > >
972
+ > > > 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:
973
+ > > >
974
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
975
+ > > >
976
+ > > > 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.
977
+ > >
978
+ > > ---------------------------------------
979
+ > >
980
+ > > ## lodash-es
981
+ > > License: MIT
982
+ > > By: John-David Dalton, Mathias Bynens
983
+ > > Repository: lodash/lodash
984
+ > >
985
+ > > > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
986
+ > > >
987
+ > > > Based on Underscore.js, copyright Jeremy Ashkenas,
988
+ > > > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
989
+ > > >
990
+ > > > This software consists of voluntary contributions made by many
991
+ > > > individuals. For exact contribution history, see the revision history
992
+ > > > available at https://github.com/lodash/lodash
993
+ > > >
994
+ > > > The following license applies to all parts of this software except as
995
+ > > > documented below:
996
+ > > >
997
+ > > > ====
998
+ > > >
999
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1000
+ > > > a copy of this software and associated documentation files (the
1001
+ > > > "Software"), to deal in the Software without restriction, including
1002
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1003
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1004
+ > > > permit persons to whom the Software is furnished to do so, subject to
1005
+ > > > the following conditions:
1006
+ > > >
1007
+ > > > The above copyright notice and this permission notice shall be
1008
+ > > > included in all copies or substantial portions of the Software.
1009
+ > > >
1010
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1011
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1012
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1013
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1014
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1015
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1016
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1017
+ > > >
1018
+ > > > ====
1019
+ > > >
1020
+ > > > Copyright and related rights for sample code are waived via CC0. Sample
1021
+ > > > code is defined as all source code displayed within the prose of the
1022
+ > > > documentation.
1023
+ > > >
1024
+ > > > CC0: http://creativecommons.org/publicdomain/zero/1.0/
1025
+ > > >
1026
+ > > > ====
1027
+ > > >
1028
+ > > > Files located in the node_modules and vendor directories are externally
1029
+ > > > maintained libraries used by this software which have their own
1030
+ > > > licenses; we recommend you read them, as their terms may differ from the
1031
+ > > > terms above.
1032
+ > >
1033
+ > > ---------------------------------------
1034
+ > >
1035
+ > > ## ranges-apply
1036
+ > > License: MIT
1037
+ > > By: Roy Revelt
1038
+ > > Repository: git+https://github.com/codsen/codsen.git
1039
+ > >
1040
+ > > > MIT License
1041
+ > > >
1042
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1043
+ > > >
1044
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1045
+ > > > a copy of this software and associated documentation files (the
1046
+ > > > "Software"), to deal in the Software without restriction, including
1047
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1048
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1049
+ > > > permit persons to whom the Software is furnished to do so, subject to
1050
+ > > > the following conditions:
1051
+ > > >
1052
+ > > > The above copyright notice and this permission notice shall be
1053
+ > > > included in all copies or substantial portions of the Software.
1054
+ > > >
1055
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1056
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1057
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1058
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1059
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1060
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1061
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1062
+ > >
1063
+ > > ---------------------------------------
1064
+ > >
1065
+ > > ## ranges-merge
1066
+ > > License: MIT
1067
+ > > By: Roy Revelt
1068
+ > > Repository: git+https://github.com/codsen/codsen.git
1069
+ > >
1070
+ > > > MIT License
1071
+ > > >
1072
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1073
+ > > >
1074
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1075
+ > > > a copy of this software and associated documentation files (the
1076
+ > > > "Software"), to deal in the Software without restriction, including
1077
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1078
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1079
+ > > > permit persons to whom the Software is furnished to do so, subject to
1080
+ > > > the following conditions:
1081
+ > > >
1082
+ > > > The above copyright notice and this permission notice shall be
1083
+ > > > included in all copies or substantial portions of the Software.
1084
+ > > >
1085
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1086
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1087
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1088
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1089
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1090
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1091
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1092
+ > >
1093
+ > > ---------------------------------------
1094
+ > >
1095
+ > > ## ranges-push
1096
+ > > License: MIT
1097
+ > > By: Roy Revelt
1098
+ > > Repository: git+https://github.com/codsen/codsen.git
1099
+ > >
1100
+ > > > MIT License
1101
+ > > >
1102
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1103
+ > > >
1104
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1105
+ > > > a copy of this software and associated documentation files (the
1106
+ > > > "Software"), to deal in the Software without restriction, including
1107
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1108
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1109
+ > > > permit persons to whom the Software is furnished to do so, subject to
1110
+ > > > the following conditions:
1111
+ > > >
1112
+ > > > The above copyright notice and this permission notice shall be
1113
+ > > > included in all copies or substantial portions of the Software.
1114
+ > > >
1115
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1116
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1117
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1118
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1119
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1120
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1121
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1122
+ > >
1123
+ > > ---------------------------------------
1124
+ > >
1125
+ > > ## ranges-sort
1126
+ > > License: MIT
1127
+ > > By: Roy Revelt
1128
+ > > Repository: git+https://github.com/codsen/codsen.git
1129
+ > >
1130
+ > > > MIT License
1131
+ > > >
1132
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1133
+ > > >
1134
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1135
+ > > > a copy of this software and associated documentation files (the
1136
+ > > > "Software"), to deal in the Software without restriction, including
1137
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1138
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1139
+ > > > permit persons to whom the Software is furnished to do so, subject to
1140
+ > > > the following conditions:
1141
+ > > >
1142
+ > > > The above copyright notice and this permission notice shall be
1143
+ > > > included in all copies or substantial portions of the Software.
1144
+ > > >
1145
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1146
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1147
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1148
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1149
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1150
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1151
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1152
+ > >
1153
+ > > ---------------------------------------
1154
+ > >
1155
+ > > ## redent
1156
+ > > License: MIT
1157
+ > > By: Sindre Sorhus
1158
+ > > Repository: sindresorhus/redent
1159
+ > >
1160
+ > > > MIT License
1161
+ > > >
1162
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1163
+ > > >
1164
+ > > > 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:
1165
+ > > >
1166
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1167
+ > > >
1168
+ > > > 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.
1169
+ > >
1170
+ > > ---------------------------------------
1171
+ > >
1172
+ > > ## rfdc
1173
+ > > License: MIT
1174
+ > > By: David Mark Clements
1175
+ > > Repository: git+https://github.com/davidmarkclements/rfdc.git
1176
+ > >
1177
+ > > > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
1178
+ > > >
1179
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1180
+ > > > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
1181
+ > > > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
1182
+ > > > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1183
+ > > >
1184
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions
1185
+ > > > of the Software.
1186
+ > > >
1187
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1188
+ > > > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1189
+ > > > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
1190
+ > > > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1191
+ > > > IN THE SOFTWARE.
1192
+ > >
1193
+ > > ---------------------------------------
1194
+ > >
1195
+ > > ## string-collapse-leading-whitespace
1196
+ > > License: MIT
1197
+ > > By: Roy Revelt
1198
+ > > Repository: git+https://github.com/codsen/codsen.git
1199
+ > >
1200
+ > > > MIT License
1201
+ > > >
1202
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1203
+ > > >
1204
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1205
+ > > > a copy of this software and associated documentation files (the
1206
+ > > > "Software"), to deal in the Software without restriction, including
1207
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1208
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1209
+ > > > permit persons to whom the Software is furnished to do so, subject to
1210
+ > > > the following conditions:
1211
+ > > >
1212
+ > > > The above copyright notice and this permission notice shall be
1213
+ > > > included in all copies or substantial portions of the Software.
1214
+ > > >
1215
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1216
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1217
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1218
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1219
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1220
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1221
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1222
+ > >
1223
+ > > ---------------------------------------
1224
+ > >
1225
+ > > ## string-left-right
1226
+ > > License: MIT
1227
+ > > By: Roy Revelt
1228
+ > > Repository: git+https://github.com/codsen/codsen.git
1229
+ > >
1230
+ > > > MIT License
1231
+ > > >
1232
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1233
+ > > >
1234
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1235
+ > > > a copy of this software and associated documentation files (the
1236
+ > > > "Software"), to deal in the Software without restriction, including
1237
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1238
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1239
+ > > > permit persons to whom the Software is furnished to do so, subject to
1240
+ > > > the following conditions:
1241
+ > > >
1242
+ > > > The above copyright notice and this permission notice shall be
1243
+ > > > included in all copies or substantial portions of the Software.
1244
+ > > >
1245
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1246
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1247
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1248
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1249
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1250
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1251
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1252
+ > >
1253
+ > > ---------------------------------------
1254
+ > >
1255
+ > > ## string-strip-html
1256
+ > > License: MIT
1257
+ > > By: Roy Revelt
1258
+ > > Repository: git+https://github.com/codsen/codsen.git
1259
+ > >
1260
+ > > > MIT License
1261
+ > > >
1262
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1263
+ > > >
1264
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1265
+ > > > a copy of this software and associated documentation files (the
1266
+ > > > "Software"), to deal in the Software without restriction, including
1267
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1268
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1269
+ > > > permit persons to whom the Software is furnished to do so, subject to
1270
+ > > > the following conditions:
1271
+ > > >
1272
+ > > > The above copyright notice and this permission notice shall be
1273
+ > > > included in all copies or substantial portions of the Software.
1274
+ > > >
1275
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1276
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1277
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1278
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1279
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1280
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1281
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1282
+ > >
1283
+ > > ---------------------------------------
1284
+ > >
1285
+ > > ## strip-indent
1286
+ > > License: MIT
1287
+ > > By: Sindre Sorhus
1288
+ > > Repository: sindresorhus/strip-indent
1289
+ > >
1290
+ > > > MIT License
1291
+ > > >
1292
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1293
+ > > >
1294
+ > > > 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:
1295
+ > > >
1296
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1297
+ > > >
1298
+ > > > 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.
1299
+ > >
1300
+ > > ---------------------------------------
1301
+ > >
1302
+ > > ## tiny-invariant
1303
+ > > License: MIT
1304
+ > > By: Alex Reardon
1305
+ > > Repository: https://github.com/alexreardon/tiny-invariant.git
1306
+ > >
1307
+ > > > MIT License
1308
+ > > >
1309
+ > > > Copyright (c) 2019 Alexander Reardon
1310
+ > > >
1311
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
1312
+ > > > of this software and associated documentation files (the "Software"), to deal
1313
+ > > > in the Software without restriction, including without limitation the rights
1314
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1315
+ > > > copies of the Software, and to permit persons to whom the Software is
1316
+ > > > furnished to do so, subject to the following conditions:
1317
+ > > >
1318
+ > > > The above copyright notice and this permission notice shall be included in all
1319
+ > > > copies or substantial portions of the Software.
1320
+ > > >
1321
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1322
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1323
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1324
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1325
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1326
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1327
+ > > > SOFTWARE.
1328
+ > >
1329
+ > >
1330
+ > >
1331
+ > >
1332
+ > >
1333
+ > > # Licenses of bundled types
1334
+ > > The published @visulima/string artifact additionally contains code with the following licenses:
1335
+ > > MIT
1336
+ > >
1337
+ > > # Bundled types:
1338
+ > > ## fastest-levenshtein
1339
+ > > License: MIT
1340
+ > > By: Kasper U. Weihe
1341
+ > > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
1342
+ > >
1343
+ > > > MIT License
1344
+ > > >
1345
+ > > > Copyright (c) 2020 Kasper Unn Weihe
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
+ > > ---------------------------------------
1366
+ > >
1367
+ > > ## get-east-asian-width
1368
+ > > License: MIT
1369
+ > > By: Sindre Sorhus
1370
+ > > Repository: sindresorhus/get-east-asian-width
1371
+ > >
1372
+ > > > MIT License
1373
+ > > >
1374
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1375
+ > > >
1376
+ > > > 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:
1377
+ > > >
1378
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1379
+ > > >
1380
+ > > > 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.
1381
+ > >
1382
+ > > ---------------------------------------
1383
+ > >
1384
+ > > ## indent-string
1385
+ > > License: MIT
1386
+ > > By: Sindre Sorhus
1387
+ > > Repository: sindresorhus/indent-string
1388
+ > >
1389
+ > > > MIT License
1390
+ > > >
1391
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1392
+ > > >
1393
+ > > > 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:
1394
+ > > >
1395
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1396
+ > > >
1397
+ > > > 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.
1398
+ > >
1399
+ > > ---------------------------------------
1400
+ > >
1401
+ > > ## redent
1402
+ > > License: MIT
1403
+ > > By: Sindre Sorhus
1404
+ > > Repository: sindresorhus/redent
1405
+ > >
1406
+ > > > MIT License
1407
+ > > >
1408
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1409
+ > > >
1410
+ > > > 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:
1411
+ > > >
1412
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1413
+ > > >
1414
+ > > > 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.
1415
+ > >
1416
+ > > ---------------------------------------
1417
+ > >
1418
+ > > ## strip-indent
1419
+ > > License: MIT
1420
+ > > By: Sindre Sorhus
1421
+ > > Repository: sindresorhus/strip-indent
1422
+ > >
1423
+ > > > MIT License
1424
+ > > >
1425
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1426
+ > > >
1427
+ > > > 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:
1428
+ > > >
1429
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1430
+ > > >
1431
+ > > > 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.
1432
+ >
1433
+ > ---------------------------------------
1434
+ >
1435
+ > ## terminal-size
1436
+ > License: MIT
1437
+ > By: Sindre Sorhus
1438
+ > Repository: sindresorhus/terminal-size
1439
+ >
1440
+ > > MIT License
1441
+ > >
1442
+ > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1443
+ > >
1444
+ > > 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:
1445
+ > >
1446
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1447
+ > >
1448
+ > > 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.
1449
+ >
1450
+ > <!-- /DEPENDENCIES -->
1451
+ >
1452
+ >
1453
+ >
1454
+ > # Licenses of bundled types
1455
+ > The published @visulima/tabular artifact additionally contains code with the following licenses:
1456
+ > MIT
1457
+ >
1458
+ > # Bundled types:
1459
+ > ## @visulima/string
1460
+ > License: MIT
1461
+ > By: Daniel Bannert
1462
+ > Repository: git+https://github.com/visulima/visulima.git
1463
+ >
1464
+ > > MIT License
1465
+ > >
1466
+ > > Copyright (c) 2026 visulima
1467
+ > >
1468
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1469
+ > > of this software and associated documentation files (the "Software"), to deal
1470
+ > > in the Software without restriction, including without limitation the rights
1471
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1472
+ > > copies of the Software, and to permit persons to whom the Software is
1473
+ > > furnished to do so, subject to the following conditions:
1474
+ > >
1475
+ > > The above copyright notice and this permission notice shall be included in all
1476
+ > > copies or substantial portions of the Software.
1477
+ > >
1478
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1479
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1480
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1481
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1482
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1483
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1484
+ > > SOFTWARE.
1485
+ > >
1486
+ > > <!-- DEPENDENCIES -->
1487
+ > >
1488
+ > > # Licenses of bundled dependencies
1489
+ > > The published @visulima/string artifact additionally contains code with the following licenses:
1490
+ > > MIT
1491
+ > >
1492
+ > > # Bundled dependencies:
1493
+ > > ## codsen-utils
1494
+ > > License: MIT
1495
+ > > By: Roy Revelt
1496
+ > > Repository: git+https://github.com/codsen/codsen.git
1497
+ > >
1498
+ > > > MIT License
1499
+ > > >
1500
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1501
+ > > >
1502
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1503
+ > > > a copy of this software and associated documentation files (the
1504
+ > > > "Software"), to deal in the Software without restriction, including
1505
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1506
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1507
+ > > > permit persons to whom the Software is furnished to do so, subject to
1508
+ > > > the following conditions:
1509
+ > > >
1510
+ > > > The above copyright notice and this permission notice shall be
1511
+ > > > included in all copies or substantial portions of the Software.
1512
+ > > >
1513
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1514
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1515
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1516
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1517
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1518
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1519
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1520
+ > >
1521
+ > > ---------------------------------------
1522
+ > >
1523
+ > > ## emoji-regex-xs
1524
+ > > License: MIT
1525
+ > > By: Steven Levithan
1526
+ > > Repository: git+https://github.com/slevithan/emoji-regex-xs.git
1527
+ > >
1528
+ > > > MIT License
1529
+ > > >
1530
+ > > > Copyright (c) 2025 Steven Levithan
1531
+ > > >
1532
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
1533
+ > > > of this software and associated documentation files (the "Software"), to deal
1534
+ > > > in the Software without restriction, including without limitation the rights
1535
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1536
+ > > > copies of the Software, and to permit persons to whom the Software is
1537
+ > > > furnished to do so, subject to the following conditions:
1538
+ > > >
1539
+ > > > The above copyright notice and this permission notice shall be included in all
1540
+ > > > copies or substantial portions of the Software.
1541
+ > > >
1542
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1543
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1544
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1545
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1546
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1547
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1548
+ > > > SOFTWARE.
1549
+ > >
1550
+ > > ---------------------------------------
1551
+ > >
1552
+ > > ## fastest-levenshtein
1553
+ > > License: MIT
1554
+ > > By: Kasper U. Weihe
1555
+ > > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
1556
+ > >
1557
+ > > > MIT License
1558
+ > > >
1559
+ > > > Copyright (c) 2020 Kasper Unn Weihe
1560
+ > > >
1561
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
1562
+ > > > of this software and associated documentation files (the "Software"), to deal
1563
+ > > > in the Software without restriction, including without limitation the rights
1564
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1565
+ > > > copies of the Software, and to permit persons to whom the Software is
1566
+ > > > furnished to do so, subject to the following conditions:
1567
+ > > >
1568
+ > > > The above copyright notice and this permission notice shall be included in all
1569
+ > > > copies or substantial portions of the Software.
1570
+ > > >
1571
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1572
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1573
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1574
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1575
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1576
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1577
+ > > > SOFTWARE.
1578
+ > >
1579
+ > > ---------------------------------------
1580
+ > >
1581
+ > > ## get-east-asian-width
1582
+ > > License: MIT
1583
+ > > By: Sindre Sorhus
1584
+ > > Repository: sindresorhus/get-east-asian-width
1585
+ > >
1586
+ > > > MIT License
1587
+ > > >
1588
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1589
+ > > >
1590
+ > > > 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:
1591
+ > > >
1592
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1593
+ > > >
1594
+ > > > 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.
1595
+ > >
1596
+ > > ---------------------------------------
1597
+ > >
1598
+ > > ## html-entities
1599
+ > > License: MIT
1600
+ > > By: Marat Dulin
1601
+ > > Repository: https://github.com/mdevils/html-entities.git
1602
+ > >
1603
+ > > > Copyright (c) 2021 Dulin Marat
1604
+ > > >
1605
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
1606
+ > > > of this software and associated documentation files (the "Software"), to deal
1607
+ > > > in the Software without restriction, including without limitation the rights
1608
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1609
+ > > > copies of the Software, and to permit persons to whom the Software is
1610
+ > > > furnished to do so, subject to the following conditions:
1611
+ > > >
1612
+ > > > The above copyright notice and this permission notice shall be included in
1613
+ > > > all copies or substantial portions of the Software.
1614
+ > > >
1615
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1617
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1618
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1619
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1620
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1621
+ > > > THE SOFTWARE.
1622
+ > >
1623
+ > > ---------------------------------------
1624
+ > >
1625
+ > > ## indent-string
1626
+ > > License: MIT
1627
+ > > By: Sindre Sorhus
1628
+ > > Repository: sindresorhus/indent-string
1629
+ > >
1630
+ > > > MIT License
1631
+ > > >
1632
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1633
+ > > >
1634
+ > > > 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:
1635
+ > > >
1636
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1637
+ > > >
1638
+ > > > 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.
1639
+ > >
1640
+ > > ---------------------------------------
1641
+ > >
1642
+ > > ## lodash-es
1643
+ > > License: MIT
1644
+ > > By: John-David Dalton, Mathias Bynens
1645
+ > > Repository: lodash/lodash
1646
+ > >
1647
+ > > > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
1648
+ > > >
1649
+ > > > Based on Underscore.js, copyright Jeremy Ashkenas,
1650
+ > > > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1651
+ > > >
1652
+ > > > This software consists of voluntary contributions made by many
1653
+ > > > individuals. For exact contribution history, see the revision history
1654
+ > > > available at https://github.com/lodash/lodash
1655
+ > > >
1656
+ > > > The following license applies to all parts of this software except as
1657
+ > > > documented below:
1658
+ > > >
1659
+ > > > ====
1660
+ > > >
1661
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1662
+ > > > a copy of this software and associated documentation files (the
1663
+ > > > "Software"), to deal in the Software without restriction, including
1664
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1665
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1666
+ > > > permit persons to whom the Software is furnished to do so, subject to
1667
+ > > > the following conditions:
1668
+ > > >
1669
+ > > > The above copyright notice and this permission notice shall be
1670
+ > > > included in all copies or substantial portions of the Software.
1671
+ > > >
1672
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1673
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1674
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1675
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1676
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1677
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1678
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1679
+ > > >
1680
+ > > > ====
1681
+ > > >
1682
+ > > > Copyright and related rights for sample code are waived via CC0. Sample
1683
+ > > > code is defined as all source code displayed within the prose of the
1684
+ > > > documentation.
1685
+ > > >
1686
+ > > > CC0: http://creativecommons.org/publicdomain/zero/1.0/
1687
+ > > >
1688
+ > > > ====
1689
+ > > >
1690
+ > > > Files located in the node_modules and vendor directories are externally
1691
+ > > > maintained libraries used by this software which have their own
1692
+ > > > licenses; we recommend you read them, as their terms may differ from the
1693
+ > > > terms above.
1694
+ > >
1695
+ > > ---------------------------------------
1696
+ > >
1697
+ > > ## ranges-apply
1698
+ > > License: MIT
1699
+ > > By: Roy Revelt
1700
+ > > Repository: git+https://github.com/codsen/codsen.git
1701
+ > >
1702
+ > > > MIT License
1703
+ > > >
1704
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1705
+ > > >
1706
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1707
+ > > > a copy of this software and associated documentation files (the
1708
+ > > > "Software"), to deal in the Software without restriction, including
1709
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1710
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1711
+ > > > permit persons to whom the Software is furnished to do so, subject to
1712
+ > > > the following conditions:
1713
+ > > >
1714
+ > > > The above copyright notice and this permission notice shall be
1715
+ > > > included in all copies or substantial portions of the Software.
1716
+ > > >
1717
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1718
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1719
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1720
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1721
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1722
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1723
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1724
+ > >
1725
+ > > ---------------------------------------
1726
+ > >
1727
+ > > ## ranges-merge
1728
+ > > License: MIT
1729
+ > > By: Roy Revelt
1730
+ > > Repository: git+https://github.com/codsen/codsen.git
1731
+ > >
1732
+ > > > MIT License
1733
+ > > >
1734
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1735
+ > > >
1736
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1737
+ > > > a copy of this software and associated documentation files (the
1738
+ > > > "Software"), to deal in the Software without restriction, including
1739
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1740
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1741
+ > > > permit persons to whom the Software is furnished to do so, subject to
1742
+ > > > the following conditions:
1743
+ > > >
1744
+ > > > The above copyright notice and this permission notice shall be
1745
+ > > > included in all copies or substantial portions of the Software.
1746
+ > > >
1747
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1748
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1749
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1750
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1751
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1752
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1753
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1754
+ > >
1755
+ > > ---------------------------------------
1756
+ > >
1757
+ > > ## ranges-push
1758
+ > > License: MIT
1759
+ > > By: Roy Revelt
1760
+ > > Repository: git+https://github.com/codsen/codsen.git
1761
+ > >
1762
+ > > > MIT License
1763
+ > > >
1764
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1765
+ > > >
1766
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1767
+ > > > a copy of this software and associated documentation files (the
1768
+ > > > "Software"), to deal in the Software without restriction, including
1769
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1770
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1771
+ > > > permit persons to whom the Software is furnished to do so, subject to
1772
+ > > > the following conditions:
1773
+ > > >
1774
+ > > > The above copyright notice and this permission notice shall be
1775
+ > > > included in all copies or substantial portions of the Software.
1776
+ > > >
1777
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1778
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1779
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1780
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1781
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1782
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1783
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1784
+ > >
1785
+ > > ---------------------------------------
1786
+ > >
1787
+ > > ## ranges-sort
1788
+ > > License: MIT
1789
+ > > By: Roy Revelt
1790
+ > > Repository: git+https://github.com/codsen/codsen.git
1791
+ > >
1792
+ > > > MIT License
1793
+ > > >
1794
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1795
+ > > >
1796
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1797
+ > > > a copy of this software and associated documentation files (the
1798
+ > > > "Software"), to deal in the Software without restriction, including
1799
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1800
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1801
+ > > > permit persons to whom the Software is furnished to do so, subject to
1802
+ > > > the following conditions:
1803
+ > > >
1804
+ > > > The above copyright notice and this permission notice shall be
1805
+ > > > included in all copies or substantial portions of the Software.
1806
+ > > >
1807
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1808
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1809
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1810
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1811
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1812
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1813
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1814
+ > >
1815
+ > > ---------------------------------------
1816
+ > >
1817
+ > > ## redent
1818
+ > > License: MIT
1819
+ > > By: Sindre Sorhus
1820
+ > > Repository: sindresorhus/redent
1821
+ > >
1822
+ > > > MIT License
1823
+ > > >
1824
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1825
+ > > >
1826
+ > > > 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:
1827
+ > > >
1828
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1829
+ > > >
1830
+ > > > 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.
1831
+ > >
1832
+ > > ---------------------------------------
1833
+ > >
1834
+ > > ## rfdc
1835
+ > > License: MIT
1836
+ > > By: David Mark Clements
1837
+ > > Repository: git+https://github.com/davidmarkclements/rfdc.git
1838
+ > >
1839
+ > > > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
1840
+ > > >
1841
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1842
+ > > > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
1843
+ > > > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
1844
+ > > > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1845
+ > > >
1846
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions
1847
+ > > > of the Software.
1848
+ > > >
1849
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1850
+ > > > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1851
+ > > > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
1852
+ > > > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1853
+ > > > IN THE SOFTWARE.
1854
+ > >
1855
+ > > ---------------------------------------
1856
+ > >
1857
+ > > ## string-collapse-leading-whitespace
1858
+ > > License: MIT
1859
+ > > By: Roy Revelt
1860
+ > > Repository: git+https://github.com/codsen/codsen.git
1861
+ > >
1862
+ > > > MIT License
1863
+ > > >
1864
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1865
+ > > >
1866
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1867
+ > > > a copy of this software and associated documentation files (the
1868
+ > > > "Software"), to deal in the Software without restriction, including
1869
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1870
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1871
+ > > > permit persons to whom the Software is furnished to do so, subject to
1872
+ > > > the following conditions:
1873
+ > > >
1874
+ > > > The above copyright notice and this permission notice shall be
1875
+ > > > included in all copies or substantial portions of the Software.
1876
+ > > >
1877
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1878
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1879
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1880
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1881
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1882
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1883
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1884
+ > >
1885
+ > > ---------------------------------------
1886
+ > >
1887
+ > > ## string-left-right
1888
+ > > License: MIT
1889
+ > > By: Roy Revelt
1890
+ > > Repository: git+https://github.com/codsen/codsen.git
1891
+ > >
1892
+ > > > MIT License
1893
+ > > >
1894
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1895
+ > > >
1896
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1897
+ > > > a copy of this software and associated documentation files (the
1898
+ > > > "Software"), to deal in the Software without restriction, including
1899
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1900
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1901
+ > > > permit persons to whom the Software is furnished to do so, subject to
1902
+ > > > the following conditions:
1903
+ > > >
1904
+ > > > The above copyright notice and this permission notice shall be
1905
+ > > > included in all copies or substantial portions of the Software.
1906
+ > > >
1907
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1908
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1909
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1910
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1911
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1912
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1913
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1914
+ > >
1915
+ > > ---------------------------------------
1916
+ > >
1917
+ > > ## string-strip-html
1918
+ > > License: MIT
1919
+ > > By: Roy Revelt
1920
+ > > Repository: git+https://github.com/codsen/codsen.git
1921
+ > >
1922
+ > > > MIT License
1923
+ > > >
1924
+ > > > Copyright © 2010-2025 Roy Revelt and other contributors
1925
+ > > >
1926
+ > > > Permission is hereby granted, free of charge, to any person obtaining
1927
+ > > > a copy of this software and associated documentation files (the
1928
+ > > > "Software"), to deal in the Software without restriction, including
1929
+ > > > without limitation the rights to use, copy, modify, merge, publish,
1930
+ > > > distribute, sublicense, and/or sell copies of the Software, and to
1931
+ > > > permit persons to whom the Software is furnished to do so, subject to
1932
+ > > > the following conditions:
1933
+ > > >
1934
+ > > > The above copyright notice and this permission notice shall be
1935
+ > > > included in all copies or substantial portions of the Software.
1936
+ > > >
1937
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1938
+ > > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1939
+ > > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1940
+ > > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1941
+ > > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1942
+ > > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1943
+ > > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1944
+ > >
1945
+ > > ---------------------------------------
1946
+ > >
1947
+ > > ## strip-indent
1948
+ > > License: MIT
1949
+ > > By: Sindre Sorhus
1950
+ > > Repository: sindresorhus/strip-indent
1951
+ > >
1952
+ > > > MIT License
1953
+ > > >
1954
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1955
+ > > >
1956
+ > > > 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:
1957
+ > > >
1958
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1959
+ > > >
1960
+ > > > 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.
1961
+ > >
1962
+ > > ---------------------------------------
1963
+ > >
1964
+ > > ## tiny-invariant
1965
+ > > License: MIT
1966
+ > > By: Alex Reardon
1967
+ > > Repository: https://github.com/alexreardon/tiny-invariant.git
1968
+ > >
1969
+ > > > MIT License
1970
+ > > >
1971
+ > > > Copyright (c) 2019 Alexander Reardon
1972
+ > > >
1973
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
1974
+ > > > of this software and associated documentation files (the "Software"), to deal
1975
+ > > > in the Software without restriction, including without limitation the rights
1976
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1977
+ > > > copies of the Software, and to permit persons to whom the Software is
1978
+ > > > furnished to do so, subject to the following conditions:
1979
+ > > >
1980
+ > > > The above copyright notice and this permission notice shall be included in all
1981
+ > > > copies or substantial portions of the Software.
1982
+ > > >
1983
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1984
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1985
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1986
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1987
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1988
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1989
+ > > > SOFTWARE.
1990
+ > >
1991
+ > > <!-- /DEPENDENCIES -->
1992
+ > >
1993
+ > >
1994
+ > >
1995
+ > > # Licenses of bundled types
1996
+ > > The published @visulima/string artifact additionally contains code with the following licenses:
1997
+ > > MIT
1998
+ > >
1999
+ > > # Bundled types:
2000
+ > > ## fastest-levenshtein
2001
+ > > License: MIT
2002
+ > > By: Kasper U. Weihe
2003
+ > > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
2004
+ > >
2005
+ > > > MIT License
2006
+ > > >
2007
+ > > > Copyright (c) 2020 Kasper Unn Weihe
2008
+ > > >
2009
+ > > > Permission is hereby granted, free of charge, to any person obtaining a copy
2010
+ > > > of this software and associated documentation files (the "Software"), to deal
2011
+ > > > in the Software without restriction, including without limitation the rights
2012
+ > > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2013
+ > > > copies of the Software, and to permit persons to whom the Software is
2014
+ > > > furnished to do so, subject to the following conditions:
2015
+ > > >
2016
+ > > > The above copyright notice and this permission notice shall be included in all
2017
+ > > > copies or substantial portions of the Software.
2018
+ > > >
2019
+ > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2020
+ > > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2021
+ > > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2022
+ > > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2023
+ > > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2024
+ > > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2025
+ > > > SOFTWARE.
2026
+ > >
2027
+ > > ---------------------------------------
2028
+ > >
2029
+ > > ## get-east-asian-width
2030
+ > > License: MIT
2031
+ > > By: Sindre Sorhus
2032
+ > > Repository: sindresorhus/get-east-asian-width
2033
+ > >
2034
+ > > > MIT License
2035
+ > > >
2036
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2037
+ > > >
2038
+ > > > 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:
2039
+ > > >
2040
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2041
+ > > >
2042
+ > > > 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.
2043
+ > >
2044
+ > > ---------------------------------------
2045
+ > >
2046
+ > > ## indent-string
2047
+ > > License: MIT
2048
+ > > By: Sindre Sorhus
2049
+ > > Repository: sindresorhus/indent-string
2050
+ > >
2051
+ > > > MIT License
2052
+ > > >
2053
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2054
+ > > >
2055
+ > > > 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:
2056
+ > > >
2057
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2058
+ > > >
2059
+ > > > 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.
2060
+ > >
2061
+ > > ---------------------------------------
2062
+ > >
2063
+ > > ## redent
2064
+ > > License: MIT
2065
+ > > By: Sindre Sorhus
2066
+ > > Repository: sindresorhus/redent
2067
+ > >
2068
+ > > > MIT License
2069
+ > > >
2070
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2071
+ > > >
2072
+ > > > 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:
2073
+ > > >
2074
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2075
+ > > >
2076
+ > > > 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.
2077
+ > >
2078
+ > > ---------------------------------------
2079
+ > >
2080
+ > > ## strip-indent
2081
+ > > License: MIT
2082
+ > > By: Sindre Sorhus
2083
+ > > Repository: sindresorhus/strip-indent
2084
+ > >
2085
+ > > > MIT License
2086
+ > > >
2087
+ > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2088
+ > > >
2089
+ > > > 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:
2090
+ > > >
2091
+ > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2092
+ > > >
2093
+ > > > 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.
2094
+
2095
+ <!-- /TYPE_DEPENDENCIES -->