@visulima/tui-kit 0.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/LICENSE.md +2095 -0
- package/README.md +115 -29
- package/dist/accordion.d.ts +52 -0
- package/dist/accordion.js +1 -0
- package/dist/alert.d.ts +22 -0
- package/dist/alert.js +1 -0
- package/dist/animate-presence.d.ts +16 -0
- package/dist/animate-presence.js +1 -0
- package/dist/approval-prompt.d.ts +55 -0
- package/dist/approval-prompt.js +1 -0
- package/dist/area-chart.d.ts +56 -0
- package/dist/area-chart.js +1 -0
- package/dist/badge.d.ts +19 -0
- package/dist/badge.js +1 -0
- package/dist/bar-chart.d.ts +58 -0
- package/dist/bar-chart.js +1 -0
- package/dist/big-text.d.ts +71 -0
- package/dist/big-text.js +1 -0
- package/dist/blink-dot.d.ts +31 -0
- package/dist/blink-dot.js +1 -0
- package/dist/breadcrumb.d.ts +29 -0
- package/dist/breadcrumb.js +1 -0
- package/dist/button.d.ts +38 -0
- package/dist/button.js +1 -0
- package/dist/calendar.d.ts +60 -0
- package/dist/calendar.js +1 -0
- package/dist/card.d.ts +47 -0
- package/dist/card.js +1 -0
- package/dist/checkbox-group.d.ts +50 -0
- package/dist/checkbox-group.js +1 -0
- package/dist/checkbox.d.ts +40 -0
- package/dist/checkbox.js +1 -0
- package/dist/code.d.ts +41 -0
- package/dist/code.js +2 -0
- package/dist/collapsible.d.ts +44 -0
- package/dist/collapsible.js +1 -0
- package/dist/color-picker.d.ts +59 -0
- package/dist/color-picker.js +1 -0
- package/dist/command-block.d.ts +39 -0
- package/dist/command-block.js +4 -0
- package/dist/command-palette.d.ts +73 -0
- package/dist/command-palette.js +1 -0
- package/dist/confirm-dialog.d.ts +63 -0
- package/dist/confirm-dialog.js +1 -0
- package/dist/confirm-input.d.ts +32 -0
- package/dist/confirm-input.js +1 -0
- package/dist/console-overlay.d.ts +47 -0
- package/dist/console-overlay.js +1 -0
- package/dist/content-switcher.d.ts +49 -0
- package/dist/content-switcher.js +1 -0
- package/dist/controlled-scroll-view.d.ts +3 -0
- package/dist/controlled-scroll-view.js +1 -0
- package/dist/data-grid.d.ts +43 -0
- package/dist/data-grid.js +1 -0
- package/dist/date-picker.d.ts +54 -0
- package/dist/date-picker.js +1 -0
- package/dist/definition-list.d.ts +38 -0
- package/dist/definition-list.js +1 -0
- package/dist/dialog.d.ts +94 -0
- package/dist/dialog.js +1 -0
- package/dist/diff-view.d.ts +72 -0
- package/dist/diff-view.js +1 -0
- package/dist/digits.d.ts +26 -0
- package/dist/digits.js +1 -0
- package/dist/directory-tree.d.ts +44 -0
- package/dist/directory-tree.js +1 -0
- package/dist/divider.d.ts +41 -0
- package/dist/divider.js +1 -0
- package/dist/drawer.d.ts +45 -0
- package/dist/drawer.js +1 -0
- package/dist/file-change.d.ts +34 -0
- package/dist/file-change.js +1 -0
- package/dist/file-picker-entry.d.ts +2 -0
- package/dist/file-picker-entry.js +1 -0
- package/dist/form.d.ts +74 -0
- package/dist/form.js +1 -0
- package/dist/gauge.d.ts +76 -0
- package/dist/gauge.js +1 -0
- package/dist/gradient.d.ts +38 -0
- package/dist/gradient.js +1 -0
- package/dist/grid.d.ts +34 -0
- package/dist/grid.js +1 -0
- package/dist/heading.d.ts +28 -0
- package/dist/heading.js +1 -0
- package/dist/heatmap.d.ts +52 -0
- package/dist/heatmap.js +1 -0
- package/dist/help.d.ts +45 -0
- package/dist/help.js +1 -0
- package/dist/histogram.d.ts +52 -0
- package/dist/histogram.js +1 -0
- package/dist/image.d.ts +23 -0
- package/dist/image.js +1 -0
- package/dist/index.d.ts +125 -0
- package/dist/index.js +1 -0
- package/dist/json.d.ts +51 -0
- package/dist/json.js +1 -0
- package/dist/kbd.d.ts +27 -0
- package/dist/kbd.js +1 -0
- package/dist/line-chart.d.ts +100 -0
- package/dist/line-chart.js +1 -0
- package/dist/link.d.ts +34 -0
- package/dist/link.js +1 -0
- package/dist/loading-indicator.d.ts +25 -0
- package/dist/loading-indicator.js +1 -0
- package/dist/log.d.ts +33 -0
- package/dist/log.js +1 -0
- package/dist/markdown.d.ts +35 -0
- package/dist/markdown.js +1 -0
- package/dist/masked-input.d.ts +42 -0
- package/dist/masked-input.js +1 -0
- package/dist/menu.d.ts +70 -0
- package/dist/menu.js +1 -0
- package/dist/message-bubble.d.ts +36 -0
- package/dist/message-bubble.js +1 -0
- package/dist/model-badge.d.ts +33 -0
- package/dist/model-badge.js +1 -0
- package/dist/model-selector.d.ts +45 -0
- package/dist/model-selector.js +1 -0
- package/dist/multi-progress.d.ts +48 -0
- package/dist/multi-progress.js +1 -0
- package/dist/multi-select.d.ts +55 -0
- package/dist/multi-select.js +1 -0
- package/dist/notification-badge.d.ts +40 -0
- package/dist/notification-badge.js +1 -0
- package/dist/number-input.d.ts +71 -0
- package/dist/number-input.js +1 -0
- package/dist/operation-tree.d.ts +46 -0
- package/dist/operation-tree.js +1 -0
- package/dist/option-list.d.ts +41 -0
- package/dist/option-list.js +1 -0
- package/dist/ordered-list.d.ts +22 -0
- package/dist/ordered-list.js +1 -0
- package/dist/packem_shared/ControlledScrollView-BzlbIUph.js +1 -0
- package/dist/packem_shared/FilePicker-V5H2fb-v.js +1 -0
- package/dist/packem_shared/ScrollBar-C9i3z3Ft.js +1 -0
- package/dist/packem_shared/ScrollBarBox-DZEC8YnV.js +1 -0
- package/dist/packem_shared/ScrollList-Djtb2vVy.js +1 -0
- package/dist/packem_shared/ScrollView-ESxpl6Hy.js +1 -0
- package/dist/packem_shared/TreeNodeMap-cJlYqckB.js +1 -0
- package/dist/packem_shared/TreeView-q0l446NV.js +1 -0
- package/dist/packem_shared/controlled-scroll-view-DerVKKv6.js +1 -0
- package/dist/packem_shared/controlled-scroll-view.d-D3kZZzjI.d.ts +43 -0
- package/dist/packem_shared/file-picker.d-CH7pccC7.d.ts +92 -0
- package/dist/packem_shared/line-chart-BbhMhcZg.js +1 -0
- package/dist/packem_shared/scroll-bar-box.d-CpTYEcTZ.d.ts +13 -0
- package/dist/packem_shared/scroll-bar.d-B4sD1hBR.d.ts +18 -0
- package/dist/packem_shared/scroll-list.d-CPCF0RwC.d.ts +12 -0
- package/dist/packem_shared/scroll-view.d-GZcgAHl4.d.ts +98 -0
- package/dist/packem_shared/treeViewTheme-Dq3ekRAC.js +1 -0
- package/dist/packem_shared/use-tree-view.d-DeMQ6G2r.d.ts +314 -0
- package/dist/packem_shared/useTreeView-D0JEqT6W.js +1 -0
- package/dist/packem_shared/useTreeViewState-BiTJakkh.js +1 -0
- package/dist/packem_shared/variant-config-BJqpNo7H.js +1 -0
- package/dist/packem_shared/variant-config.d-D5NnrrQK.d.ts +2 -0
- package/dist/paginator.d.ts +59 -0
- package/dist/paginator.js +1 -0
- package/dist/paragraph.d.ts +32 -0
- package/dist/paragraph.js +1 -0
- package/dist/path-input.d.ts +56 -0
- package/dist/path-input.js +1 -0
- package/dist/pie-chart.d.ts +44 -0
- package/dist/pie-chart.js +1 -0
- package/dist/placeholder.d.ts +47 -0
- package/dist/placeholder.js +1 -0
- package/dist/popover.d.ts +39 -0
- package/dist/popover.js +1 -0
- package/dist/progress-bar.d.ts +43 -0
- package/dist/progress-bar.js +1 -0
- package/dist/progress-circle.d.ts +50 -0
- package/dist/progress-circle.js +1 -0
- package/dist/qr-code.d.ts +39 -0
- package/dist/qr-code.js +1 -0
- package/dist/r/accordion.json +24 -0
- package/dist/r/alert.json +24 -0
- package/dist/r/animate-presence.json +22 -0
- package/dist/r/approval-prompt.json +24 -0
- package/dist/r/area-chart.json +27 -0
- package/dist/r/badge.json +24 -0
- package/dist/r/bar-chart.json +24 -0
- package/dist/r/big-text.json +23 -0
- package/dist/r/blink-dot.json +24 -0
- package/dist/r/breadcrumb.json +24 -0
- package/dist/r/button.json +24 -0
- package/dist/r/calendar.json +24 -0
- package/dist/r/card.json +26 -0
- package/dist/r/chart-utils.json +24 -0
- package/dist/r/checkbox-group.json +24 -0
- package/dist/r/checkbox.json +24 -0
- package/dist/r/code.json +23 -0
- package/dist/r/collapsible.json +24 -0
- package/dist/r/color-picker.json +24 -0
- package/dist/r/command-block.json +26 -0
- package/dist/r/command-palette.json +24 -0
- package/dist/r/confirm-dialog.json +24 -0
- package/dist/r/confirm-input.json +22 -0
- package/dist/r/console-overlay.json +22 -0
- package/dist/r/content-switcher.json +24 -0
- package/dist/r/controlled-scroll-view.json +24 -0
- package/dist/r/data-grid.json +24 -0
- package/dist/r/date-picker.json +26 -0
- package/dist/r/definition-list.json +24 -0
- package/dist/r/dialog.json +24 -0
- package/dist/r/diff-view.json +24 -0
- package/dist/r/digits.json +24 -0
- package/dist/r/directory-tree.json +24 -0
- package/dist/r/divider.json +24 -0
- package/dist/r/drawer.json +24 -0
- package/dist/r/file-change.json +24 -0
- package/dist/r/file-picker.json +44 -0
- package/dist/r/form.json +24 -0
- package/dist/r/gauge.json +24 -0
- package/dist/r/gradient.json +24 -0
- package/dist/r/grid.json +22 -0
- package/dist/r/heading.json +24 -0
- package/dist/r/heatmap.json +24 -0
- package/dist/r/help.json +22 -0
- package/dist/r/histogram.json +26 -0
- package/dist/r/image.json +24 -0
- package/dist/r/json.json +24 -0
- package/dist/r/kbd.json +24 -0
- package/dist/r/line-chart.json +26 -0
- package/dist/r/link.json +23 -0
- package/dist/r/loading-indicator.json +27 -0
- package/dist/r/log.json +24 -0
- package/dist/r/markdown.json +29 -0
- package/dist/r/masked-input.json +22 -0
- package/dist/r/menu.json +24 -0
- package/dist/r/message-bubble.json +24 -0
- package/dist/r/model-badge.json +24 -0
- package/dist/r/model-selector.json +24 -0
- package/dist/r/multi-progress.json +24 -0
- package/dist/r/multi-select.json +24 -0
- package/dist/r/notification-badge.json +24 -0
- package/dist/r/number-input.json +24 -0
- package/dist/r/operation-tree.json +26 -0
- package/dist/r/option-list.json +24 -0
- package/dist/r/ordered-list.json +22 -0
- package/dist/r/paginator.json +22 -0
- package/dist/r/paragraph.json +24 -0
- package/dist/r/path-input.json +26 -0
- package/dist/r/pie-chart.json +24 -0
- package/dist/r/placeholder.json +24 -0
- package/dist/r/popover.json +24 -0
- package/dist/r/progress-bar.json +22 -0
- package/dist/r/progress-circle.json +24 -0
- package/dist/r/qr-code.json +24 -0
- package/dist/r/radio-group.json +24 -0
- package/dist/r/registry.json +1051 -0
- package/dist/r/scatter-plot.json +27 -0
- package/dist/r/scroll-bar-box.json +24 -0
- package/dist/r/scroll-bar.json +24 -0
- package/dist/r/scroll-list.json +24 -0
- package/dist/r/scroll-view.json +24 -0
- package/dist/r/scroll.json +58 -0
- package/dist/r/search-input.json +26 -0
- package/dist/r/select-input-indicator.json +24 -0
- package/dist/r/select-input-item.json +24 -0
- package/dist/r/select-input.json +28 -0
- package/dist/r/shimmer-text.json +24 -0
- package/dist/r/sidebar.json +24 -0
- package/dist/r/slider.json +24 -0
- package/dist/r/sparkline.json +24 -0
- package/dist/r/spinner.json +23 -0
- package/dist/r/status-line.json +24 -0
- package/dist/r/status-message.json +24 -0
- package/dist/r/stepper.json +24 -0
- package/dist/r/stopwatch.json +22 -0
- package/dist/r/streaming-text.json +24 -0
- package/dist/r/switch.json +24 -0
- package/dist/r/tab.json +22 -0
- package/dist/r/table.json +23 -0
- package/dist/r/tabs.json +26 -0
- package/dist/r/tag-input.json +24 -0
- package/dist/r/tag.json +24 -0
- package/dist/r/text-input.json +22 -0
- package/dist/r/textarea.json +22 -0
- package/dist/r/thinking-block.json +24 -0
- package/dist/r/time-picker.json +24 -0
- package/dist/r/timer.json +22 -0
- package/dist/r/toast.json +24 -0
- package/dist/r/token-usage.json +24 -0
- package/dist/r/tool-call.json +24 -0
- package/dist/r/tooltip.json +24 -0
- package/dist/r/transition.json +22 -0
- package/dist/r/tree-select.json +24 -0
- package/dist/r/tree-view.json +64 -0
- package/dist/r/unordered-list.json +22 -0
- package/dist/r/use-linked-scroll.json +24 -0
- package/dist/r/variant-config.json +22 -0
- package/dist/radio-group.d.ts +63 -0
- package/dist/radio-group.js +1 -0
- package/dist/scatter-plot.d.ts +24 -0
- package/dist/scatter-plot.js +1 -0
- package/dist/scroll-bar-box.d.ts +3 -0
- package/dist/scroll-bar-box.js +1 -0
- package/dist/scroll-bar.d.ts +3 -0
- package/dist/scroll-bar.js +1 -0
- package/dist/scroll-list.d.ts +4 -0
- package/dist/scroll-list.js +1 -0
- package/dist/scroll-view.d.ts +3 -0
- package/dist/scroll-view.js +1 -0
- package/dist/search-input.d.ts +46 -0
- package/dist/search-input.js +1 -0
- package/dist/select-input-indicator.d.ts +28 -0
- package/dist/select-input-indicator.js +1 -0
- package/dist/select-input-item.d.ts +35 -0
- package/dist/select-input-item.js +1 -0
- package/dist/select-input.d.ts +97 -0
- package/dist/select-input.js +1 -0
- package/dist/shimmer-text.d.ts +41 -0
- package/dist/shimmer-text.js +1 -0
- package/dist/sidebar.d.ts +40 -0
- package/dist/sidebar.js +1 -0
- package/dist/slider.d.ts +87 -0
- package/dist/slider.js +1 -0
- package/dist/sparkline.d.ts +36 -0
- package/dist/sparkline.js +1 -0
- package/dist/spinner.d.ts +15 -0
- package/dist/spinner.js +1 -0
- package/dist/status-line.d.ts +31 -0
- package/dist/status-line.js +1 -0
- package/dist/status-message.d.ts +18 -0
- package/dist/status-message.js +1 -0
- package/dist/stepper.d.ts +42 -0
- package/dist/stepper.js +1 -0
- package/dist/stopwatch.d.ts +42 -0
- package/dist/stopwatch.js +1 -0
- package/dist/streaming-text.d.ts +39 -0
- package/dist/streaming-text.js +1 -0
- package/dist/switch.d.ts +46 -0
- package/dist/switch.js +1 -0
- package/dist/tab.d.ts +17 -0
- package/dist/tab.js +1 -0
- package/dist/table.d.ts +118 -0
- package/dist/table.js +1 -0
- package/dist/tabs.d.ts +96 -0
- package/dist/tabs.js +1 -0
- package/dist/tag-input.d.ts +59 -0
- package/dist/tag-input.js +1 -0
- package/dist/tag.d.ts +30 -0
- package/dist/tag.js +1 -0
- package/dist/text-input.d.ts +40 -0
- package/dist/text-input.js +1 -0
- package/dist/textarea.d.ts +57 -0
- package/dist/textarea.js +2 -0
- package/dist/thinking-block.d.ts +48 -0
- package/dist/thinking-block.js +1 -0
- package/dist/time-picker.d.ts +57 -0
- package/dist/time-picker.js +1 -0
- package/dist/timer.d.ts +50 -0
- package/dist/timer.js +1 -0
- package/dist/toast.d.ts +41 -0
- package/dist/toast.js +1 -0
- package/dist/token-usage.d.ts +43 -0
- package/dist/token-usage.js +1 -0
- package/dist/tool-call.d.ts +28 -0
- package/dist/tool-call.js +1 -0
- package/dist/tooltip.d.ts +37 -0
- package/dist/tooltip.js +1 -0
- package/dist/transition.d.ts +66 -0
- package/dist/transition.js +1 -0
- package/dist/tree-select.d.ts +55 -0
- package/dist/tree-select.js +1 -0
- package/dist/tree-view-entry.d.ts +4 -0
- package/dist/tree-view-entry.js +1 -0
- package/dist/unordered-list.d.ts +27 -0
- package/dist/unordered-list.js +1 -0
- package/dist/use-linked-scroll.d.ts +42 -0
- package/dist/use-linked-scroll.js +1 -0
- 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 -->
|