@visulima/tui 1.0.0-alpha.10 → 1.0.0-alpha.12
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 +35 -0
- package/LICENSE.md +2115 -72
- package/README.md +32 -4
- package/dist/components/accordion.d.ts +59 -0
- package/dist/components/accordion.js +1 -0
- package/dist/components/alert.d.ts +26 -0
- package/dist/components/alert.js +1 -0
- package/dist/components/animate-presence.d.ts +18 -0
- package/dist/components/animate-presence.js +1 -0
- package/dist/components/approval-prompt.d.ts +65 -0
- package/dist/components/approval-prompt.js +1 -0
- package/dist/components/area-chart.d.ts +66 -0
- package/dist/components/area-chart.js +1 -0
- package/dist/components/badge.d.ts +22 -0
- package/dist/components/badge.js +1 -0
- package/dist/components/bar-chart.d.ts +67 -0
- package/dist/components/bar-chart.js +1 -0
- package/dist/components/big-text.d.ts +81 -0
- package/dist/components/big-text.js +1 -0
- package/dist/components/blink-dot.d.ts +36 -0
- package/dist/components/blink-dot.js +1 -0
- package/dist/components/box.d.ts +61 -0
- package/dist/components/box.js +1 -0
- package/dist/components/breadcrumb.d.ts +33 -0
- package/dist/components/breadcrumb.js +1 -0
- package/dist/components/button.d.ts +45 -0
- package/dist/components/button.js +1 -0
- package/dist/components/calendar.d.ts +72 -0
- package/dist/components/calendar.js +1 -0
- package/dist/components/canvas.d.ts +44 -0
- package/dist/components/canvas.js +1 -0
- package/dist/components/card.d.ts +57 -0
- package/dist/components/card.js +1 -0
- package/dist/components/checkbox.d.ts +48 -0
- package/dist/components/checkbox.js +1 -0
- package/dist/components/code.d.ts +48 -0
- package/dist/components/code.js +2 -0
- package/dist/components/collapsible.d.ts +53 -0
- package/dist/components/collapsible.js +1 -0
- package/dist/components/command-block.d.ts +47 -0
- package/dist/components/command-block.js +4 -0
- package/dist/components/command-palette.d.ts +82 -0
- package/dist/components/command-palette.js +1 -0
- package/dist/components/confirm-dialog.d.ts +75 -0
- package/dist/components/confirm-dialog.js +1 -0
- package/dist/components/confirm-input.d.ts +38 -0
- package/dist/components/confirm-input.js +1 -0
- package/dist/components/console-overlay.d.ts +54 -0
- package/dist/components/console-overlay.js +1 -0
- package/dist/components/content-switcher.d.ts +57 -0
- package/dist/components/content-switcher.js +1 -0
- package/dist/components/controlled-scroll-view.d.ts +60 -0
- package/dist/components/controlled-scroll-view.js +1 -0
- package/dist/components/cursor.d.ts +52 -0
- package/dist/components/cursor.js +1 -0
- package/dist/components/date-picker.d.ts +65 -0
- package/dist/components/date-picker.js +1 -0
- package/dist/components/definition-list.d.ts +44 -0
- package/dist/components/definition-list.js +1 -0
- package/dist/components/dialog.d.ts +116 -0
- package/dist/components/dialog.js +1 -0
- package/dist/components/diff-view.d.ts +85 -0
- package/dist/components/diff-view.js +1 -0
- package/dist/components/divider.d.ts +49 -0
- package/dist/components/divider.js +1 -0
- package/dist/components/file-picker-entry.d.ts +104 -0
- package/dist/components/file-picker-entry.js +1 -0
- package/dist/components/form.d.ts +81 -0
- package/dist/components/form.js +1 -0
- package/dist/components/gauge.d.ts +87 -0
- package/dist/components/gauge.js +1 -0
- package/dist/components/gradient.d.ts +42 -0
- package/dist/components/gradient.js +1 -0
- package/dist/components/heading.d.ts +33 -0
- package/dist/components/heading.js +1 -0
- package/dist/components/heatmap.d.ts +62 -0
- package/dist/components/heatmap.js +1 -0
- package/dist/components/help.d.ts +52 -0
- package/dist/components/help.js +1 -0
- package/dist/components/histogram.d.ts +62 -0
- package/dist/components/histogram.js +1 -0
- package/dist/components/kbd.d.ts +31 -0
- package/dist/components/kbd.js +1 -0
- package/dist/components/line-chart.d.ts +109 -0
- package/dist/components/line-chart.js +1 -0
- package/dist/components/link.d.ts +38 -0
- package/dist/components/link.js +1 -0
- package/dist/components/loading-indicator.d.ts +29 -0
- package/dist/components/loading-indicator.js +1 -0
- package/dist/components/markdown.d.ts +40 -0
- package/dist/components/markdown.js +1 -0
- package/dist/components/masked-input.d.ts +50 -0
- package/dist/components/masked-input.js +1 -0
- package/dist/components/menu.d.ts +78 -0
- package/dist/components/menu.js +1 -0
- package/dist/components/message-bubble.d.ts +43 -0
- package/dist/components/message-bubble.js +1 -0
- package/dist/components/model-badge.d.ts +39 -0
- package/dist/components/model-badge.js +1 -0
- package/dist/components/multi-select.d.ts +65 -0
- package/dist/components/multi-select.js +1 -0
- package/dist/components/newline.d.ts +15 -0
- package/dist/components/newline.js +2 -0
- package/dist/components/operation-tree.d.ts +49 -0
- package/dist/components/operation-tree.js +1 -0
- package/dist/components/option-list.d.ts +47 -0
- package/dist/components/option-list.js +1 -0
- package/dist/components/ordered-list.d.ts +24 -0
- package/dist/components/ordered-list.js +1 -0
- package/dist/components/paginator.d.ts +69 -0
- package/dist/components/paginator.js +1 -0
- package/dist/components/paragraph.d.ts +38 -0
- package/dist/components/paragraph.js +1 -0
- package/dist/components/placeholder.d.ts +55 -0
- package/dist/components/placeholder.js +1 -0
- package/dist/components/progress-bar.d.ts +56 -0
- package/dist/components/progress-bar.js +1 -0
- package/dist/components/radio-group.d.ts +74 -0
- package/dist/components/radio-group.js +1 -0
- package/dist/components/scatter-plot.d.ts +35 -0
- package/dist/components/scatter-plot.js +1 -0
- package/dist/components/scroll-bar-box.d.ts +36 -0
- package/dist/components/scroll-bar-box.js +1 -0
- package/dist/components/scroll-bar.d.ts +24 -0
- package/dist/components/scroll-bar.js +1 -0
- package/dist/components/scroll-list.d.ts +19 -0
- package/dist/components/scroll-list.js +1 -0
- package/dist/components/scroll-view.d.ts +9 -0
- package/dist/components/scroll-view.js +1 -0
- package/dist/components/search-input.d.ts +55 -0
- package/dist/components/search-input.js +1 -0
- package/dist/components/select-input-indicator.d.ts +32 -0
- package/dist/components/select-input-indicator.js +1 -0
- package/dist/components/select-input-item.d.ts +41 -0
- package/dist/components/select-input-item.js +1 -0
- package/dist/components/select-input.d.ts +110 -0
- package/dist/components/select-input.js +1 -0
- package/dist/components/shimmer-text.d.ts +47 -0
- package/dist/components/shimmer-text.js +1 -0
- package/dist/components/slider.d.ts +103 -0
- package/dist/components/slider.js +1 -0
- package/dist/components/spacer.d.ts +8 -0
- package/dist/components/spacer.js +1 -0
- package/dist/components/sparkline.d.ts +35 -0
- package/dist/components/sparkline.js +1 -0
- package/dist/components/spinner.d.ts +17 -0
- package/dist/components/spinner.js +1 -0
- package/dist/components/static-render.d.ts +50 -0
- package/dist/components/static-render.js +1 -0
- package/dist/components/static.d.ts +29 -0
- package/dist/components/static.js +1 -0
- package/dist/components/status-line.d.ts +37 -0
- package/dist/components/status-line.js +1 -0
- package/dist/components/status-message.d.ts +21 -0
- package/dist/components/status-message.js +1 -0
- package/dist/components/stepper.d.ts +48 -0
- package/dist/components/stepper.js +1 -0
- package/dist/components/stopwatch.d.ts +49 -0
- package/dist/components/stopwatch.js +1 -0
- package/dist/components/streaming-text.d.ts +46 -0
- package/dist/components/streaming-text.js +1 -0
- package/dist/components/switch.d.ts +55 -0
- package/dist/components/switch.js +1 -0
- package/dist/components/tab.d.ts +19 -0
- package/dist/components/tab.js +1 -0
- package/dist/components/table.d.ts +119 -0
- package/dist/components/table.js +1 -0
- package/dist/components/tabs.d.ts +107 -0
- package/dist/components/tabs.js +1 -0
- package/dist/components/tag.d.ts +35 -0
- package/dist/components/tag.js +1 -0
- package/dist/components/text-input.d.ts +48 -0
- package/dist/components/text-input.js +1 -0
- package/dist/components/text.d.ts +79 -0
- package/dist/components/text.js +1 -0
- package/dist/components/textarea.d.ts +68 -0
- package/dist/components/textarea.js +2 -0
- package/dist/components/timer.d.ts +59 -0
- package/dist/components/timer.js +1 -0
- package/dist/components/toast.d.ts +49 -0
- package/dist/components/toast.js +1 -0
- package/dist/components/tooltip.d.ts +43 -0
- package/dist/components/tooltip.js +1 -0
- package/dist/components/transform.d.ts +21 -0
- package/dist/components/transform.js +1 -0
- package/dist/components/transition.d.ts +74 -0
- package/dist/components/transition.js +1 -0
- package/dist/components/tree-view-entry.d.ts +356 -0
- package/dist/components/tree-view-entry.js +1 -0
- package/dist/components/unordered-list.d.ts +30 -0
- package/dist/components/unordered-list.js +1 -0
- package/dist/ink/hooks/use-animation.d.ts +41 -0
- package/dist/ink/hooks/use-animation.js +1 -0
- package/dist/ink/hooks/use-app.d.ts +38 -0
- package/dist/ink/hooks/use-app.js +1 -0
- package/dist/ink/hooks/use-box-metrics.d.ts +63 -0
- package/dist/ink/hooks/use-box-metrics.js +1 -0
- package/dist/ink/hooks/use-clipboard.d.ts +30 -0
- package/dist/ink/hooks/use-clipboard.js +1 -0
- package/dist/ink/hooks/use-color-blindness.d.ts +33 -0
- package/dist/ink/hooks/use-color-blindness.js +1 -0
- package/dist/ink/hooks/use-console-capture.d.ts +43 -0
- package/dist/ink/hooks/use-console-capture.js +1 -0
- package/dist/ink/hooks/use-cursor.d.ts +13 -0
- package/dist/ink/hooks/use-cursor.js +1 -0
- package/dist/ink/hooks/use-focus-manager.d.ts +56 -0
- package/dist/ink/hooks/use-focus-manager.js +1 -0
- package/dist/ink/hooks/use-focus.d.ts +34 -0
- package/dist/ink/hooks/use-focus.js +1 -0
- package/dist/ink/hooks/use-form.d.ts +68 -0
- package/dist/ink/hooks/use-form.js +1 -0
- package/dist/ink/hooks/use-hotkey.d.ts +37 -0
- package/dist/ink/hooks/use-hotkey.js +1 -0
- package/dist/ink/hooks/use-input.d.ts +149 -0
- package/dist/ink/hooks/use-input.js +2 -0
- package/dist/ink/hooks/use-interval.d.ts +25 -0
- package/dist/ink/hooks/use-interval.js +1 -0
- package/dist/ink/hooks/use-is-screen-reader-enabled.d.ts +6 -0
- package/dist/ink/hooks/use-is-screen-reader-enabled.js +1 -0
- package/dist/ink/hooks/use-key-bindings.d.ts +59 -0
- package/dist/ink/hooks/use-key-bindings.js +1 -0
- package/dist/ink/hooks/use-key-chord.d.ts +25 -0
- package/dist/ink/hooks/use-key-chord.js +1 -0
- package/dist/ink/hooks/use-linked-scroll.d.ts +48 -0
- package/dist/ink/hooks/use-linked-scroll.js +1 -0
- package/dist/ink/hooks/use-paste.d.ts +44 -0
- package/dist/ink/hooks/use-paste.js +1 -0
- package/dist/ink/hooks/use-persistent-state.d.ts +56 -0
- package/dist/ink/hooks/use-persistent-state.js +2 -0
- package/dist/ink/hooks/use-scroll-acceleration.d.ts +47 -0
- package/dist/ink/hooks/use-scroll-acceleration.js +1 -0
- package/dist/ink/hooks/use-scroll-input.d.ts +34 -0
- package/dist/ink/hooks/use-scroll-input.js +1 -0
- package/dist/ink/hooks/use-stderr.d.ts +16 -0
- package/dist/ink/hooks/use-stderr.js +1 -0
- package/dist/ink/hooks/use-stdin.d.ts +30 -0
- package/dist/ink/hooks/use-stdin.js +1 -0
- package/dist/ink/hooks/use-stdout.d.ts +16 -0
- package/dist/ink/hooks/use-stdout.js +1 -0
- package/dist/ink/hooks/use-stopwatch.d.ts +39 -0
- package/dist/ink/hooks/use-stopwatch.js +1 -0
- package/dist/ink/hooks/use-terminal-palette.d.ts +20 -0
- package/dist/ink/hooks/use-terminal-palette.js +1 -0
- package/dist/ink/hooks/use-text-buffer.d.ts +42 -0
- package/dist/{packem_shared/useTextBuffer-DekkGLxI.js → ink/hooks/use-text-buffer.js} +3 -3
- package/dist/ink/hooks/use-text-selection.d.ts +44 -0
- package/dist/ink/hooks/use-text-selection.js +1 -0
- package/dist/ink/hooks/use-timeout.d.ts +24 -0
- package/dist/ink/hooks/use-timeout.js +1 -0
- package/dist/ink/hooks/use-timer.d.ts +48 -0
- package/dist/ink/hooks/use-timer.js +1 -0
- package/dist/ink/hooks/use-window-size.d.ts +18 -0
- package/dist/ink/hooks/use-window-size.js +1 -0
- package/dist/ink/index.d.ts +18 -6196
- package/dist/ink/index.js +1 -1
- package/dist/packem_shared/ControlledScrollView-X_OTc-Cw.js +1 -0
- package/dist/packem_shared/{DevTools-O8EbCfHa.js → DevTools-CsxLcAu2.js} +1 -1
- package/dist/packem_shared/FilePicker-tYj_CIau.js +1 -0
- package/dist/packem_shared/Fullscreen-CxLd1-Zu.js +1 -0
- package/dist/packem_shared/{LayoutNode-rxblE317.js → LayoutNode-B8zej4dm.js} +1 -1
- package/dist/packem_shared/MouseProvider-PnIUKURs.js +1 -0
- package/dist/packem_shared/ScrollBar-U_37hlIT.js +1 -0
- package/dist/packem_shared/ScrollBarBox-DwiCxilX.js +1 -0
- package/dist/packem_shared/ScrollList-Dxgv-mhZ.js +1 -0
- package/dist/packem_shared/ScrollView-Dq2v5zJS.js +1 -0
- package/dist/packem_shared/TreeView-GkPr_VYn.js +1 -0
- package/dist/packem_shared/buffer.d-EJkZr8uH.d.ts +39 -0
- package/dist/packem_shared/clipboard.d-D6lZTQ21.d.ts +23 -0
- package/dist/packem_shared/color-matrix.d-DSXLsB64.d.ts +50 -0
- package/dist/packem_shared/controlled-scroll-view-CikQ90_V.js +1 -0
- package/dist/packem_shared/cursor-helpers.d-BIvqz0TZ.d.ts +5 -0
- package/dist/packem_shared/dom.d-ksOQhC2W.d.ts +400 -0
- package/dist/packem_shared/layout-P24eyWyL.js +2 -0
- package/dist/packem_shared/line-chart-kf7uhR0K.js +1 -0
- package/dist/packem_shared/measureElement-CRKlFSvD.js +1 -0
- package/dist/packem_shared/processLayout-Dmgf0LO6.js +1 -0
- package/dist/packem_shared/{reconciler-DSYCrIZs.js → reconciler-DIfG72R9.js} +1 -1
- package/dist/packem_shared/render-BOqty71z.js +26 -0
- package/dist/packem_shared/{render-DDqtMAFN.js → render-F9Hk9p1a.js} +1 -1
- package/dist/packem_shared/render.d-CVGLTvTq.d.ts +398 -0
- package/dist/packem_shared/{renderToString-DeqOWRP8.js → renderToString-BDk2FZEN.js} +1 -1
- package/dist/packem_shared/{renderToString-IYYPyASm.js → renderToString-BbQiRHrd.js} +1 -1
- package/dist/packem_shared/renderTreeToBuffer-CZilzyhN.js +2 -0
- package/dist/packem_shared/{renderer-D2p6av2X.js → renderer-gqplqpkQ.js} +1 -1
- package/dist/packem_shared/scroll-view.d-DtpsgHLg.d.ts +119 -0
- package/dist/packem_shared/selection.d-CHKA1ogp.d.ts +62 -0
- package/dist/packem_shared/styles.d-C1g4Iwzr.d.ts +368 -0
- package/dist/packem_shared/terminal-palette.d-D2SQjfn-.d.ts +19 -0
- package/dist/packem_shared/{text-width-CZ9vPvM0.js → text-width-BU2eeTWn.js} +1 -1
- package/dist/packem_shared/token-to-elements-BAZpNZsu.js +1 -0
- package/dist/packem_shared/useTreeView-BoMMeRPq.js +1 -0
- package/dist/packem_shared/utils-CoviI5Vm.js +1 -0
- package/dist/packem_shared/variant-config.d-D5NnrrQK.d.ts +2 -0
- package/dist/react/index.js +1 -1
- package/dist/testing/index.d.ts +5 -1
- package/dist/testing/index.js +1 -1
- package/package.json +553 -19
- package/dist/packem_shared/Accordion-BXsqchV-.js +0 -1
- package/dist/packem_shared/Alert-BhYVMHtR.js +0 -1
- package/dist/packem_shared/AnimatePresence-Eu7Z8KHc.js +0 -1
- package/dist/packem_shared/ApprovalPrompt-BSn0FT1g.js +0 -1
- package/dist/packem_shared/AreaChart-Chy-frI7.js +0 -1
- package/dist/packem_shared/Badge-B8WPyRsK.js +0 -1
- package/dist/packem_shared/BarChart-rpZtlMcF.js +0 -1
- package/dist/packem_shared/BigText-CRpwUzrt.js +0 -1
- package/dist/packem_shared/BlinkDot-BvnRuWP8.js +0 -1
- package/dist/packem_shared/Box-BwqSvWuq.js +0 -1
- package/dist/packem_shared/Breadcrumb-D0hClbRV.js +0 -1
- package/dist/packem_shared/Button-B89Yvbc6.js +0 -1
- package/dist/packem_shared/Calendar-Dmflvm2S.js +0 -1
- package/dist/packem_shared/Canvas-CKg6WV47.js +0 -1
- package/dist/packem_shared/Card-B_9fXdtU.js +0 -1
- package/dist/packem_shared/Checkbox-BN71eCWU.js +0 -1
- package/dist/packem_shared/Code-HhevcyiH.js +0 -2
- package/dist/packem_shared/Collapsible-u6uf_FdV.js +0 -1
- package/dist/packem_shared/CommandBlock-B-nslpCv.js +0 -4
- package/dist/packem_shared/CommandPalette-CEFdaURo.js +0 -1
- package/dist/packem_shared/ConfirmDialog-5Jje_Xpu.js +0 -1
- package/dist/packem_shared/ConfirmInput-D44Mb9oo.js +0 -1
- package/dist/packem_shared/ConsoleOverlay-CM3APfgP.js +0 -1
- package/dist/packem_shared/ContentSwitcher-Dm5BkrCt.js +0 -1
- package/dist/packem_shared/ControlledScrollView-DI8KZOQB.js +0 -1
- package/dist/packem_shared/Cursor-BoLFIMol.js +0 -1
- package/dist/packem_shared/DatePicker-CnSrFFAE.js +0 -1
- package/dist/packem_shared/DefinitionList-v8RDuF_R.js +0 -1
- package/dist/packem_shared/Dialog-CTaL8pn0.js +0 -1
- package/dist/packem_shared/DiffView-BUIFqUB0.js +0 -1
- package/dist/packem_shared/Divider-C47bKmqu.js +0 -1
- package/dist/packem_shared/FilePicker-CUo7R5Qb.js +0 -1
- package/dist/packem_shared/FormField-af3aUpRL.js +0 -1
- package/dist/packem_shared/Fullscreen-CuJ8y0s0.js +0 -1
- package/dist/packem_shared/Gauge-Dz-usH__.js +0 -1
- package/dist/packem_shared/Gradient-DYNc0GZA.js +0 -1
- package/dist/packem_shared/Heading-mwEYza3Y.js +0 -1
- package/dist/packem_shared/Heatmap-ChL97U1-.js +0 -1
- package/dist/packem_shared/Help-Zcelyw_U.js +0 -1
- package/dist/packem_shared/Histogram-FIf2F83d.js +0 -1
- package/dist/packem_shared/Kbd-DpkPp4jB.js +0 -1
- package/dist/packem_shared/LineChart-BXE_girm.js +0 -1
- package/dist/packem_shared/Link-i2o2EG4-.js +0 -1
- package/dist/packem_shared/LoadingIndicator-TC1Fjwyt.js +0 -1
- package/dist/packem_shared/Markdown-R1XqK63D.js +0 -1
- package/dist/packem_shared/MaskedInput-J01phOZs.js +0 -1
- package/dist/packem_shared/Menu-CfrH4ymk.js +0 -1
- package/dist/packem_shared/MessageBubble-BmBBU2Rm.js +0 -1
- package/dist/packem_shared/ModelBadge-D3wrXncu.js +0 -1
- package/dist/packem_shared/MouseProvider-pjza-lpc.js +0 -1
- package/dist/packem_shared/MultiSelect-Dqmn-bVo.js +0 -1
- package/dist/packem_shared/Newline-BSG4iUqp.js +0 -2
- package/dist/packem_shared/OperationTree-DksxjMIV.js +0 -1
- package/dist/packem_shared/OptionList-CNx7r9yN.js +0 -1
- package/dist/packem_shared/OrderedList-BeDy035w.js +0 -1
- package/dist/packem_shared/Paginator-B56s6bhS.js +0 -1
- package/dist/packem_shared/Paragraph-BqJlH0R-.js +0 -1
- package/dist/packem_shared/Placeholder-GMpHRGC8.js +0 -1
- package/dist/packem_shared/ProgressBar-Bj3fmORR.js +0 -1
- package/dist/packem_shared/RadioGroup-Br8BeEwS.js +0 -1
- package/dist/packem_shared/ScatterPlot-OhfYco5l.js +0 -1
- package/dist/packem_shared/ScrollBar-Da5Y3z7N.js +0 -1
- package/dist/packem_shared/ScrollBarBox-Dz6F-Eat.js +0 -1
- package/dist/packem_shared/ScrollList-DiVGyEjv.js +0 -1
- package/dist/packem_shared/ScrollView-BojONotI.js +0 -1
- package/dist/packem_shared/SearchInput-BoPTRbhV.js +0 -1
- package/dist/packem_shared/SelectInput-CAJ7SCBq.js +0 -1
- package/dist/packem_shared/SelectInputIndicator-N1n8ULHs.js +0 -1
- package/dist/packem_shared/SelectInputItem-BEkbmobs.js +0 -1
- package/dist/packem_shared/ShimmerText-CuGQ2NDC.js +0 -1
- package/dist/packem_shared/Slider-Cg_tJpKa.js +0 -1
- package/dist/packem_shared/Spacer-eT3HOrXk.js +0 -1
- package/dist/packem_shared/Sparkline-T6_FPVET.js +0 -1
- package/dist/packem_shared/Spinner-B0-A50pu.js +0 -1
- package/dist/packem_shared/Static-jzLPaHJF.js +0 -1
- package/dist/packem_shared/StaticRender-BgD61E7x.js +0 -1
- package/dist/packem_shared/StatusLine-Ch4jjef1.js +0 -1
- package/dist/packem_shared/StatusMessage-B1qfKeMM.js +0 -1
- package/dist/packem_shared/Stepper-CNPAqxiU.js +0 -1
- package/dist/packem_shared/Stopwatch-CAx2EWwq.js +0 -1
- package/dist/packem_shared/StreamingText-BYOKSB2T.js +0 -1
- package/dist/packem_shared/Switch-DzSpKYu7.js +0 -1
- package/dist/packem_shared/Tab-BcXzSUdj.js +0 -1
- package/dist/packem_shared/Table-DJp1TLrR.js +0 -1
- package/dist/packem_shared/Tabs-D68z0SOt.js +0 -1
- package/dist/packem_shared/Tag-BvLHnYRn.js +0 -1
- package/dist/packem_shared/Text-mTAve9R2.js +0 -1
- package/dist/packem_shared/TextInput-C_gYQlnF.js +0 -1
- package/dist/packem_shared/Textarea-C2ET_oMb.js +0 -2
- package/dist/packem_shared/Timer-CI3aQX65.js +0 -1
- package/dist/packem_shared/Toast-Drvc8XfG.js +0 -1
- package/dist/packem_shared/Tooltip-C5UnQlLd.js +0 -1
- package/dist/packem_shared/Transform-fYmcdqRT.js +0 -1
- package/dist/packem_shared/Transition-CJDBKYUB.js +0 -1
- package/dist/packem_shared/TreeView-DjhacGJ5.js +0 -1
- package/dist/packem_shared/UnorderedList-BnfqexZs.js +0 -1
- package/dist/packem_shared/boxes-DyY_LXCi.js +0 -1
- package/dist/packem_shared/controlled-scroll-view-CmrAEvJk.js +0 -1
- package/dist/packem_shared/createLinkedScrollGroup-BMTJ7rAj.js +0 -1
- package/dist/packem_shared/createMemoryStorage-QVZNXbWz.js +0 -2
- package/dist/packem_shared/line-chart-DrM8PwnI.js +0 -1
- package/dist/packem_shared/measure-element-DSp7YDus.js +0 -2
- package/dist/packem_shared/measureElement-DA8WqFP_.js +0 -1
- package/dist/packem_shared/processLayout-DXDfFb_d.js +0 -1
- package/dist/packem_shared/render-_r0K9K11.js +0 -28
- package/dist/packem_shared/render.d-BR3gA-N8.d.ts +0 -1257
- package/dist/packem_shared/renderTreeToBuffer-DPkoCgP2.js +0 -2
- package/dist/packem_shared/token-to-elements-BYxT6J_Q.js +0 -1
- package/dist/packem_shared/useAnimation-B9we6ZzL.js +0 -1
- package/dist/packem_shared/useApp-B6fvM42d.js +0 -1
- package/dist/packem_shared/useBoxMetrics-D5pkIr6P.js +0 -1
- package/dist/packem_shared/useClipboard-CBxy0hT8.js +0 -1
- package/dist/packem_shared/useColorBlindness-BvWcu2Bb.js +0 -1
- package/dist/packem_shared/useConsoleCapture-BxiG8iLJ.js +0 -1
- package/dist/packem_shared/useCursor-CPu8T5Db.js +0 -1
- package/dist/packem_shared/useFocus-DSmziO_x.js +0 -1
- package/dist/packem_shared/useFocusManager-Uapn3LQo.js +0 -1
- package/dist/packem_shared/useForm-CzV-Oext.js +0 -1
- package/dist/packem_shared/useHotkey-D0dGey14.js +0 -1
- package/dist/packem_shared/useInput-D1_jG26Z.js +0 -2
- package/dist/packem_shared/useInterval-AobjZT3u.js +0 -1
- package/dist/packem_shared/useIsScreenReaderEnabled-DjWHh-II.js +0 -1
- package/dist/packem_shared/useKeyBindings-zabkEJQs.js +0 -1
- package/dist/packem_shared/useKeyChord-CICQIxXj.js +0 -1
- package/dist/packem_shared/usePaste-CKKB9H-Z.js +0 -1
- package/dist/packem_shared/useScrollAcceleration-NrY1oVMs.js +0 -1
- package/dist/packem_shared/useScrollInput-Caghtn-Q.js +0 -1
- package/dist/packem_shared/useStderr-BDZb6InG.js +0 -1
- package/dist/packem_shared/useStdin-DKa4h35k.js +0 -1
- package/dist/packem_shared/useStdout-B-2lX4C5.js +0 -1
- package/dist/packem_shared/useStopwatch-DffK7iMh.js +0 -1
- package/dist/packem_shared/useTerminalPalette-Cv7tSduR.js +0 -1
- package/dist/packem_shared/useTextSelection-CGT0GLDR.js +0 -1
- package/dist/packem_shared/useTimeout-7LEFYTnG.js +0 -1
- package/dist/packem_shared/useTimer-DyoqSyGi.js +0 -1
- package/dist/packem_shared/useTreeView-8UlTK6sW.js +0 -1
- package/dist/packem_shared/useWindowSize-yDZsXF8z.js +0 -1
- package/dist/packem_shared/utils-THUhYKG2.js +0 -1
package/LICENSE.md
CHANGED
|
@@ -71,6 +71,269 @@ The published @visulima/tui artifact additionally contains code with the followi
|
|
|
71
71
|
ISC, MIT
|
|
72
72
|
|
|
73
73
|
# Bundled dependencies:
|
|
74
|
+
## @visulima/ansi
|
|
75
|
+
License: MIT
|
|
76
|
+
By: Daniel Bannert
|
|
77
|
+
Repository: git+https://github.com/visulima/visulima.git
|
|
78
|
+
|
|
79
|
+
> MIT License
|
|
80
|
+
>
|
|
81
|
+
> Copyright (c) 2026 visulima
|
|
82
|
+
>
|
|
83
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
84
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
85
|
+
> in the Software without restriction, including without limitation the rights
|
|
86
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
87
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
88
|
+
> furnished to do so, subject to the following conditions:
|
|
89
|
+
>
|
|
90
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
91
|
+
> copies or substantial portions of the Software.
|
|
92
|
+
>
|
|
93
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
94
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
95
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
96
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
97
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
98
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
99
|
+
> SOFTWARE.
|
|
100
|
+
>
|
|
101
|
+
>
|
|
102
|
+
>
|
|
103
|
+
> # Licenses of bundled dependencies
|
|
104
|
+
>
|
|
105
|
+
> The published @visulima/ansi artifact additionally contains code with the following licenses:
|
|
106
|
+
> ISC, MIT
|
|
107
|
+
>
|
|
108
|
+
> # Bundled dependencies:
|
|
109
|
+
>
|
|
110
|
+
> ## ansi-regex
|
|
111
|
+
>
|
|
112
|
+
> License: MIT
|
|
113
|
+
> By: Sindre Sorhus
|
|
114
|
+
> Repository: chalk/ansi-regex
|
|
115
|
+
>
|
|
116
|
+
> > MIT License
|
|
117
|
+
> >
|
|
118
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
119
|
+
> >
|
|
120
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
121
|
+
> >
|
|
122
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
123
|
+
> >
|
|
124
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
125
|
+
>
|
|
126
|
+
> ---
|
|
127
|
+
>
|
|
128
|
+
> ## mimic-function
|
|
129
|
+
>
|
|
130
|
+
> License: MIT
|
|
131
|
+
> By: Sindre Sorhus
|
|
132
|
+
> Repository: sindresorhus/mimic-function
|
|
133
|
+
>
|
|
134
|
+
> > MIT License
|
|
135
|
+
> >
|
|
136
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
137
|
+
> >
|
|
138
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
139
|
+
> >
|
|
140
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
141
|
+
> >
|
|
142
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
143
|
+
>
|
|
144
|
+
> ---
|
|
145
|
+
>
|
|
146
|
+
> ## onetime
|
|
147
|
+
>
|
|
148
|
+
> License: MIT
|
|
149
|
+
> By: Sindre Sorhus
|
|
150
|
+
> Repository: sindresorhus/onetime
|
|
151
|
+
>
|
|
152
|
+
> > MIT License
|
|
153
|
+
> >
|
|
154
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
155
|
+
> >
|
|
156
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
157
|
+
> >
|
|
158
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
159
|
+
> >
|
|
160
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
161
|
+
>
|
|
162
|
+
> ---
|
|
163
|
+
>
|
|
164
|
+
> ## restore-cursor
|
|
165
|
+
>
|
|
166
|
+
> License: MIT
|
|
167
|
+
> By: Sindre Sorhus
|
|
168
|
+
> Repository: sindresorhus/restore-cursor
|
|
169
|
+
>
|
|
170
|
+
> > MIT License
|
|
171
|
+
> >
|
|
172
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
173
|
+
> >
|
|
174
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
175
|
+
> >
|
|
176
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
177
|
+
> >
|
|
178
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
179
|
+
>
|
|
180
|
+
> ---
|
|
181
|
+
>
|
|
182
|
+
> ## signal-exit
|
|
183
|
+
>
|
|
184
|
+
> License: ISC
|
|
185
|
+
> By: Ben Coe
|
|
186
|
+
> Repository: https://github.com/tapjs/signal-exit.git
|
|
187
|
+
>
|
|
188
|
+
> > The ISC License
|
|
189
|
+
> >
|
|
190
|
+
> > Copyright (c) 2015-2023 Benjamin Coe, Isaac Z. Schlueter, and Contributors
|
|
191
|
+
> >
|
|
192
|
+
> > Permission to use, copy, modify, and/or distribute this software
|
|
193
|
+
> > for any purpose with or without fee is hereby granted, provided
|
|
194
|
+
> > that the above copyright notice and this permission notice
|
|
195
|
+
> > appear in all copies.
|
|
196
|
+
> >
|
|
197
|
+
> > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
198
|
+
> > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
|
199
|
+
> > OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
|
|
200
|
+
> > LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
|
|
201
|
+
> > OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
202
|
+
> > WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
|
203
|
+
> > ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
204
|
+
>
|
|
205
|
+
>
|
|
206
|
+
>
|
|
207
|
+
>
|
|
208
|
+
>
|
|
209
|
+
> # Licenses of bundled types
|
|
210
|
+
>
|
|
211
|
+
> The published @visulima/ansi artifact additionally contains code with the following licenses:
|
|
212
|
+
> MIT
|
|
213
|
+
>
|
|
214
|
+
> # Bundled types:
|
|
215
|
+
>
|
|
216
|
+
> ## restore-cursor
|
|
217
|
+
>
|
|
218
|
+
> License: MIT
|
|
219
|
+
> By: Sindre Sorhus
|
|
220
|
+
> Repository: sindresorhus/restore-cursor
|
|
221
|
+
>
|
|
222
|
+
> > MIT License
|
|
223
|
+
> >
|
|
224
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
225
|
+
> >
|
|
226
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
227
|
+
> >
|
|
228
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
229
|
+
> >
|
|
230
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
231
|
+
|
|
232
|
+
---------------------------------------
|
|
233
|
+
|
|
234
|
+
## @visulima/colorize
|
|
235
|
+
License: MIT
|
|
236
|
+
By: Daniel Bannert
|
|
237
|
+
Repository: git+https://github.com/visulima/visulima.git
|
|
238
|
+
|
|
239
|
+
> MIT License
|
|
240
|
+
>
|
|
241
|
+
> Copyright (c) 2026 visulima
|
|
242
|
+
>
|
|
243
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
244
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
245
|
+
> in the Software without restriction, including without limitation the rights
|
|
246
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
247
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
248
|
+
> furnished to do so, subject to the following conditions:
|
|
249
|
+
>
|
|
250
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
251
|
+
> copies or substantial portions of the Software.
|
|
252
|
+
>
|
|
253
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
254
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
255
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
256
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
257
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
258
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
259
|
+
> SOFTWARE.
|
|
260
|
+
>
|
|
261
|
+
> ---
|
|
262
|
+
>
|
|
263
|
+
> Colorize is based on https://github.com/webdiscus/ansis
|
|
264
|
+
>
|
|
265
|
+
> ISC License
|
|
266
|
+
>
|
|
267
|
+
> Copyright (c) 2023, webdiscus
|
|
268
|
+
>
|
|
269
|
+
> Permission to use, copy, modify, and/or distribute this software for any
|
|
270
|
+
> purpose with or without fee is hereby granted, provided that the above
|
|
271
|
+
> copyright notice and this permission notice appear in all copies.
|
|
272
|
+
>
|
|
273
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
274
|
+
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
275
|
+
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
276
|
+
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
277
|
+
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
278
|
+
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
279
|
+
> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
280
|
+
>
|
|
281
|
+
>
|
|
282
|
+
>
|
|
283
|
+
> # Licenses of bundled dependencies
|
|
284
|
+
>
|
|
285
|
+
> The published @visulima/colorize artifact additionally contains code with the following licenses:
|
|
286
|
+
> MIT
|
|
287
|
+
>
|
|
288
|
+
> # Bundled dependencies:
|
|
289
|
+
>
|
|
290
|
+
> ## ansi-regex
|
|
291
|
+
>
|
|
292
|
+
> License: MIT
|
|
293
|
+
> By: Sindre Sorhus
|
|
294
|
+
> Repository: chalk/ansi-regex
|
|
295
|
+
>
|
|
296
|
+
> > MIT License
|
|
297
|
+
> >
|
|
298
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
299
|
+
> >
|
|
300
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
301
|
+
> >
|
|
302
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
303
|
+
> >
|
|
304
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
305
|
+
|
|
306
|
+
---------------------------------------
|
|
307
|
+
|
|
308
|
+
## @visulima/is-ansi-color-supported
|
|
309
|
+
License: MIT
|
|
310
|
+
By: Daniel Bannert
|
|
311
|
+
Repository: git+https://github.com/visulima/visulima.git
|
|
312
|
+
|
|
313
|
+
> MIT License
|
|
314
|
+
>
|
|
315
|
+
> Copyright (c) 2026 visulima
|
|
316
|
+
>
|
|
317
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
318
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
319
|
+
> in the Software without restriction, including without limitation the rights
|
|
320
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
321
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
322
|
+
> furnished to do so, subject to the following conditions:
|
|
323
|
+
>
|
|
324
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
325
|
+
> copies or substantial portions of the Software.
|
|
326
|
+
>
|
|
327
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
328
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
329
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
330
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
331
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
332
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
333
|
+
> SOFTWARE.
|
|
334
|
+
|
|
335
|
+
---------------------------------------
|
|
336
|
+
|
|
74
337
|
## @visulima/spinner
|
|
75
338
|
License: MIT
|
|
76
339
|
By: Daniel Bannert
|
|
@@ -102,33 +365,692 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
102
365
|
>
|
|
103
366
|
> ## Acknowledgments
|
|
104
367
|
>
|
|
105
|
-
> This project includes spinner animations inspired by and adapted from the following open-source libraries, all licensed under the MIT License:
|
|
368
|
+
> This project includes spinner animations inspired by and adapted from the following open-source libraries, all licensed under the MIT License:
|
|
369
|
+
>
|
|
370
|
+
> ### Rattles
|
|
371
|
+
>
|
|
372
|
+
> - **Source:** https://github.com/vyfor/rattles
|
|
373
|
+
> - **Author:** vyfor
|
|
374
|
+
> - **License:** MIT
|
|
375
|
+
> - **Description:** A minimal terminal spinner library for Rust that inspired additional braille-based spinner animations.
|
|
376
|
+
>
|
|
377
|
+
> ### unicode-animations
|
|
378
|
+
>
|
|
379
|
+
> - **Source:** https://github.com/gunnargray-dev/unicode-animations
|
|
380
|
+
> - **Author:** gunnar gray
|
|
381
|
+
> - **License:** MIT
|
|
382
|
+
> - **Description:** Provides Unicode-based braille animations that were adapted for additional visual effects.
|
|
383
|
+
>
|
|
384
|
+
>
|
|
385
|
+
>
|
|
386
|
+
> # Licenses of bundled dependencies
|
|
387
|
+
>
|
|
388
|
+
> The published @visulima/spinner artifact additionally contains code with the following licenses:
|
|
389
|
+
> MIT
|
|
390
|
+
>
|
|
391
|
+
> # Bundled dependencies:
|
|
392
|
+
>
|
|
393
|
+
> ## cli-spinners
|
|
394
|
+
>
|
|
395
|
+
> License: MIT
|
|
396
|
+
> By: Sindre Sorhus
|
|
397
|
+
> Repository: sindresorhus/cli-spinners
|
|
398
|
+
>
|
|
399
|
+
> > MIT License
|
|
400
|
+
> >
|
|
401
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
402
|
+
> >
|
|
403
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
404
|
+
> >
|
|
405
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
406
|
+
> >
|
|
407
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
408
|
+
>
|
|
409
|
+
>
|
|
410
|
+
>
|
|
411
|
+
>
|
|
412
|
+
>
|
|
413
|
+
> # Licenses of bundled types
|
|
414
|
+
>
|
|
415
|
+
> The published @visulima/spinner artifact additionally contains code with the following licenses:
|
|
416
|
+
> MIT
|
|
417
|
+
>
|
|
418
|
+
> # Bundled types:
|
|
419
|
+
>
|
|
420
|
+
> ## cli-spinners
|
|
421
|
+
>
|
|
422
|
+
> License: MIT
|
|
423
|
+
> By: Sindre Sorhus
|
|
424
|
+
> Repository: sindresorhus/cli-spinners
|
|
425
|
+
>
|
|
426
|
+
> > MIT License
|
|
427
|
+
> >
|
|
428
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
429
|
+
> >
|
|
430
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
431
|
+
> >
|
|
432
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
433
|
+
> >
|
|
434
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
435
|
+
|
|
436
|
+
---------------------------------------
|
|
437
|
+
|
|
438
|
+
## @visulima/string
|
|
439
|
+
License: MIT
|
|
440
|
+
By: Daniel Bannert
|
|
441
|
+
Repository: git+https://github.com/visulima/visulima.git
|
|
442
|
+
|
|
443
|
+
> MIT License
|
|
444
|
+
>
|
|
445
|
+
> Copyright (c) 2026 visulima
|
|
446
|
+
>
|
|
447
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
448
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
449
|
+
> in the Software without restriction, including without limitation the rights
|
|
450
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
451
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
452
|
+
> furnished to do so, subject to the following conditions:
|
|
453
|
+
>
|
|
454
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
455
|
+
> copies or substantial portions of the Software.
|
|
456
|
+
>
|
|
457
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
458
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
459
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
460
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
461
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
462
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
463
|
+
> SOFTWARE.
|
|
464
|
+
>
|
|
465
|
+
>
|
|
466
|
+
>
|
|
467
|
+
> # Licenses of bundled dependencies
|
|
468
|
+
>
|
|
469
|
+
> The published @visulima/string artifact additionally contains code with the following licenses:
|
|
470
|
+
> MIT
|
|
471
|
+
>
|
|
472
|
+
> # Bundled dependencies:
|
|
473
|
+
>
|
|
474
|
+
> ## codsen-utils
|
|
475
|
+
>
|
|
476
|
+
> License: MIT
|
|
477
|
+
> By: Roy Revelt
|
|
478
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
479
|
+
>
|
|
480
|
+
> > MIT License
|
|
481
|
+
> >
|
|
482
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
483
|
+
> >
|
|
484
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
485
|
+
> > a copy of this software and associated documentation files (the
|
|
486
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
487
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
488
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
489
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
490
|
+
> > the following conditions:
|
|
491
|
+
> >
|
|
492
|
+
> > The above copyright notice and this permission notice shall be
|
|
493
|
+
> > included in all copies or substantial portions of the Software.
|
|
494
|
+
> >
|
|
495
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
496
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
497
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
498
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
499
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
500
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
501
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
502
|
+
>
|
|
503
|
+
> ---
|
|
504
|
+
>
|
|
505
|
+
> ## emoji-regex-xs
|
|
506
|
+
>
|
|
507
|
+
> License: MIT
|
|
508
|
+
> By: Steven Levithan
|
|
509
|
+
> Repository: git+https://github.com/slevithan/emoji-regex-xs.git
|
|
510
|
+
>
|
|
511
|
+
> > MIT License
|
|
512
|
+
> >
|
|
513
|
+
> > Copyright (c) 2025 Steven Levithan
|
|
514
|
+
> >
|
|
515
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
516
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
517
|
+
> > in the Software without restriction, including without limitation the rights
|
|
518
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
519
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
520
|
+
> > furnished to do so, subject to the following conditions:
|
|
521
|
+
> >
|
|
522
|
+
> > The above copyright notice and this permission notice shall be included in all
|
|
523
|
+
> > copies or substantial portions of the Software.
|
|
524
|
+
> >
|
|
525
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
526
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
527
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
528
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
529
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
530
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
531
|
+
> > SOFTWARE.
|
|
532
|
+
>
|
|
533
|
+
> ---
|
|
534
|
+
>
|
|
535
|
+
> ## fastest-levenshtein
|
|
536
|
+
>
|
|
537
|
+
> License: MIT
|
|
538
|
+
> By: Kasper U. Weihe
|
|
539
|
+
> Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
|
|
540
|
+
>
|
|
541
|
+
> > MIT License
|
|
542
|
+
> >
|
|
543
|
+
> > Copyright (c) 2020 Kasper Unn Weihe
|
|
544
|
+
> >
|
|
545
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
546
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
547
|
+
> > in the Software without restriction, including without limitation the rights
|
|
548
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
549
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
550
|
+
> > furnished to do so, subject to the following conditions:
|
|
551
|
+
> >
|
|
552
|
+
> > The above copyright notice and this permission notice shall be included in all
|
|
553
|
+
> > copies or substantial portions of the Software.
|
|
554
|
+
> >
|
|
555
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
556
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
557
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
558
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
559
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
560
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
561
|
+
> > SOFTWARE.
|
|
562
|
+
>
|
|
563
|
+
> ---
|
|
564
|
+
>
|
|
565
|
+
> ## get-east-asian-width
|
|
566
|
+
>
|
|
567
|
+
> License: MIT
|
|
568
|
+
> By: Sindre Sorhus
|
|
569
|
+
> Repository: sindresorhus/get-east-asian-width
|
|
570
|
+
>
|
|
571
|
+
> > MIT License
|
|
572
|
+
> >
|
|
573
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
574
|
+
> >
|
|
575
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
576
|
+
> >
|
|
577
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
578
|
+
> >
|
|
579
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
580
|
+
>
|
|
581
|
+
> ---
|
|
582
|
+
>
|
|
583
|
+
> ## html-entities
|
|
584
|
+
>
|
|
585
|
+
> License: MIT
|
|
586
|
+
> By: Marat Dulin
|
|
587
|
+
> Repository: https://github.com/mdevils/html-entities.git
|
|
588
|
+
>
|
|
589
|
+
> > Copyright (c) 2021 Dulin Marat
|
|
590
|
+
> >
|
|
591
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
592
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
593
|
+
> > in the Software without restriction, including without limitation the rights
|
|
594
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
595
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
596
|
+
> > furnished to do so, subject to the following conditions:
|
|
597
|
+
> >
|
|
598
|
+
> > The above copyright notice and this permission notice shall be included in
|
|
599
|
+
> > all copies or substantial portions of the Software.
|
|
600
|
+
> >
|
|
601
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
602
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
603
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
604
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
605
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
606
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
607
|
+
> > THE SOFTWARE.
|
|
608
|
+
>
|
|
609
|
+
> ---
|
|
610
|
+
>
|
|
611
|
+
> ## indent-string
|
|
612
|
+
>
|
|
613
|
+
> License: MIT
|
|
614
|
+
> By: Sindre Sorhus
|
|
615
|
+
> Repository: sindresorhus/indent-string
|
|
616
|
+
>
|
|
617
|
+
> > MIT License
|
|
618
|
+
> >
|
|
619
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
620
|
+
> >
|
|
621
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
622
|
+
> >
|
|
623
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
624
|
+
> >
|
|
625
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
626
|
+
>
|
|
627
|
+
> ---
|
|
628
|
+
>
|
|
629
|
+
> ## lodash-es
|
|
630
|
+
>
|
|
631
|
+
> License: MIT
|
|
632
|
+
> By: John-David Dalton, Mathias Bynens
|
|
633
|
+
> Repository: lodash/lodash
|
|
634
|
+
>
|
|
635
|
+
> > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
636
|
+
> >
|
|
637
|
+
> > Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
638
|
+
> > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
|
639
|
+
> >
|
|
640
|
+
> > This software consists of voluntary contributions made by many
|
|
641
|
+
> > individuals. For exact contribution history, see the revision history
|
|
642
|
+
> > available at https://github.com/lodash/lodash
|
|
643
|
+
> >
|
|
644
|
+
> > The following license applies to all parts of this software except as
|
|
645
|
+
> > documented below:
|
|
646
|
+
> >
|
|
647
|
+
> > ====
|
|
648
|
+
> >
|
|
649
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
650
|
+
> > a copy of this software and associated documentation files (the
|
|
651
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
652
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
653
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
654
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
655
|
+
> > the following conditions:
|
|
656
|
+
> >
|
|
657
|
+
> > The above copyright notice and this permission notice shall be
|
|
658
|
+
> > included in all copies or substantial portions of the Software.
|
|
659
|
+
> >
|
|
660
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
661
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
662
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
663
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
664
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
665
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
666
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
667
|
+
> >
|
|
668
|
+
> > ====
|
|
669
|
+
> >
|
|
670
|
+
> > Copyright and related rights for sample code are waived via CC0. Sample
|
|
671
|
+
> > code is defined as all source code displayed within the prose of the
|
|
672
|
+
> > documentation.
|
|
673
|
+
> >
|
|
674
|
+
> > CC0: http://creativecommons.org/publicdomain/zero/1.0/
|
|
675
|
+
> >
|
|
676
|
+
> > ====
|
|
677
|
+
> >
|
|
678
|
+
> > Files located in the node_modules and vendor directories are externally
|
|
679
|
+
> > maintained libraries used by this software which have their own
|
|
680
|
+
> > licenses; we recommend you read them, as their terms may differ from the
|
|
681
|
+
> > terms above.
|
|
682
|
+
>
|
|
683
|
+
> ---
|
|
684
|
+
>
|
|
685
|
+
> ## ranges-apply
|
|
686
|
+
>
|
|
687
|
+
> License: MIT
|
|
688
|
+
> By: Roy Revelt
|
|
689
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
690
|
+
>
|
|
691
|
+
> > MIT License
|
|
692
|
+
> >
|
|
693
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
694
|
+
> >
|
|
695
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
696
|
+
> > a copy of this software and associated documentation files (the
|
|
697
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
698
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
699
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
700
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
701
|
+
> > the following conditions:
|
|
702
|
+
> >
|
|
703
|
+
> > The above copyright notice and this permission notice shall be
|
|
704
|
+
> > included in all copies or substantial portions of the Software.
|
|
705
|
+
> >
|
|
706
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
707
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
708
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
709
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
710
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
711
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
712
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
713
|
+
>
|
|
714
|
+
> ---
|
|
715
|
+
>
|
|
716
|
+
> ## ranges-merge
|
|
717
|
+
>
|
|
718
|
+
> License: MIT
|
|
719
|
+
> By: Roy Revelt
|
|
720
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
721
|
+
>
|
|
722
|
+
> > MIT License
|
|
723
|
+
> >
|
|
724
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
725
|
+
> >
|
|
726
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
727
|
+
> > a copy of this software and associated documentation files (the
|
|
728
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
729
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
730
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
731
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
732
|
+
> > the following conditions:
|
|
733
|
+
> >
|
|
734
|
+
> > The above copyright notice and this permission notice shall be
|
|
735
|
+
> > included in all copies or substantial portions of the Software.
|
|
736
|
+
> >
|
|
737
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
738
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
739
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
740
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
741
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
742
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
743
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
744
|
+
>
|
|
745
|
+
> ---
|
|
746
|
+
>
|
|
747
|
+
> ## ranges-push
|
|
748
|
+
>
|
|
749
|
+
> License: MIT
|
|
750
|
+
> By: Roy Revelt
|
|
751
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
752
|
+
>
|
|
753
|
+
> > MIT License
|
|
754
|
+
> >
|
|
755
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
756
|
+
> >
|
|
757
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
758
|
+
> > a copy of this software and associated documentation files (the
|
|
759
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
760
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
761
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
762
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
763
|
+
> > the following conditions:
|
|
764
|
+
> >
|
|
765
|
+
> > The above copyright notice and this permission notice shall be
|
|
766
|
+
> > included in all copies or substantial portions of the Software.
|
|
767
|
+
> >
|
|
768
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
769
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
770
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
771
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
772
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
773
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
774
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
775
|
+
>
|
|
776
|
+
> ---
|
|
777
|
+
>
|
|
778
|
+
> ## ranges-sort
|
|
779
|
+
>
|
|
780
|
+
> License: MIT
|
|
781
|
+
> By: Roy Revelt
|
|
782
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
783
|
+
>
|
|
784
|
+
> > MIT License
|
|
785
|
+
> >
|
|
786
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
787
|
+
> >
|
|
788
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
789
|
+
> > a copy of this software and associated documentation files (the
|
|
790
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
791
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
792
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
793
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
794
|
+
> > the following conditions:
|
|
795
|
+
> >
|
|
796
|
+
> > The above copyright notice and this permission notice shall be
|
|
797
|
+
> > included in all copies or substantial portions of the Software.
|
|
798
|
+
> >
|
|
799
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
800
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
801
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
802
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
803
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
804
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
805
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
806
|
+
>
|
|
807
|
+
> ---
|
|
808
|
+
>
|
|
809
|
+
> ## redent
|
|
810
|
+
>
|
|
811
|
+
> License: MIT
|
|
812
|
+
> By: Sindre Sorhus
|
|
813
|
+
> Repository: sindresorhus/redent
|
|
814
|
+
>
|
|
815
|
+
> > MIT License
|
|
816
|
+
> >
|
|
817
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
818
|
+
> >
|
|
819
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
820
|
+
> >
|
|
821
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
822
|
+
> >
|
|
823
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
824
|
+
>
|
|
825
|
+
> ---
|
|
826
|
+
>
|
|
827
|
+
> ## rfdc
|
|
828
|
+
>
|
|
829
|
+
> License: MIT
|
|
830
|
+
> By: David Mark Clements
|
|
831
|
+
> Repository: git+https://github.com/davidmarkclements/rfdc.git
|
|
832
|
+
>
|
|
833
|
+
> > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
|
|
834
|
+
> >
|
|
835
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
|
836
|
+
> > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
|
|
837
|
+
> > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
|
|
838
|
+
> > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
839
|
+
> >
|
|
840
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions
|
|
841
|
+
> > of the Software.
|
|
842
|
+
> >
|
|
843
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
844
|
+
> > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
845
|
+
> > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
|
846
|
+
> > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
847
|
+
> > IN THE SOFTWARE.
|
|
848
|
+
>
|
|
849
|
+
> ---
|
|
850
|
+
>
|
|
851
|
+
> ## string-collapse-leading-whitespace
|
|
852
|
+
>
|
|
853
|
+
> License: MIT
|
|
854
|
+
> By: Roy Revelt
|
|
855
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
856
|
+
>
|
|
857
|
+
> > MIT License
|
|
858
|
+
> >
|
|
859
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
860
|
+
> >
|
|
861
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
862
|
+
> > a copy of this software and associated documentation files (the
|
|
863
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
864
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
865
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
866
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
867
|
+
> > the following conditions:
|
|
868
|
+
> >
|
|
869
|
+
> > The above copyright notice and this permission notice shall be
|
|
870
|
+
> > included in all copies or substantial portions of the Software.
|
|
871
|
+
> >
|
|
872
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
873
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
874
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
875
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
876
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
877
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
878
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
879
|
+
>
|
|
880
|
+
> ---
|
|
881
|
+
>
|
|
882
|
+
> ## string-left-right
|
|
883
|
+
>
|
|
884
|
+
> License: MIT
|
|
885
|
+
> By: Roy Revelt
|
|
886
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
887
|
+
>
|
|
888
|
+
> > MIT License
|
|
889
|
+
> >
|
|
890
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
891
|
+
> >
|
|
892
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
893
|
+
> > a copy of this software and associated documentation files (the
|
|
894
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
895
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
896
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
897
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
898
|
+
> > the following conditions:
|
|
899
|
+
> >
|
|
900
|
+
> > The above copyright notice and this permission notice shall be
|
|
901
|
+
> > included in all copies or substantial portions of the Software.
|
|
902
|
+
> >
|
|
903
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
904
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
905
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
906
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
907
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
908
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
909
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
910
|
+
>
|
|
911
|
+
> ---
|
|
912
|
+
>
|
|
913
|
+
> ## string-strip-html
|
|
914
|
+
>
|
|
915
|
+
> License: MIT
|
|
916
|
+
> By: Roy Revelt
|
|
917
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
918
|
+
>
|
|
919
|
+
> > MIT License
|
|
920
|
+
> >
|
|
921
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
922
|
+
> >
|
|
923
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
924
|
+
> > a copy of this software and associated documentation files (the
|
|
925
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
926
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
927
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
928
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
929
|
+
> > the following conditions:
|
|
930
|
+
> >
|
|
931
|
+
> > The above copyright notice and this permission notice shall be
|
|
932
|
+
> > included in all copies or substantial portions of the Software.
|
|
933
|
+
> >
|
|
934
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
935
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
936
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
937
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
938
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
939
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
940
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
941
|
+
>
|
|
942
|
+
> ---
|
|
943
|
+
>
|
|
944
|
+
> ## strip-indent
|
|
945
|
+
>
|
|
946
|
+
> License: MIT
|
|
947
|
+
> By: Sindre Sorhus
|
|
948
|
+
> Repository: sindresorhus/strip-indent
|
|
949
|
+
>
|
|
950
|
+
> > MIT License
|
|
951
|
+
> >
|
|
952
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
953
|
+
> >
|
|
954
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
955
|
+
> >
|
|
956
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
957
|
+
> >
|
|
958
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
959
|
+
>
|
|
960
|
+
> ---
|
|
961
|
+
>
|
|
962
|
+
> ## tiny-invariant
|
|
963
|
+
>
|
|
964
|
+
> License: MIT
|
|
965
|
+
> By: Alex Reardon
|
|
966
|
+
> Repository: https://github.com/alexreardon/tiny-invariant.git
|
|
967
|
+
>
|
|
968
|
+
> > MIT License
|
|
969
|
+
> >
|
|
970
|
+
> > Copyright (c) 2019 Alexander Reardon
|
|
971
|
+
> >
|
|
972
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
973
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
974
|
+
> > in the Software without restriction, including without limitation the rights
|
|
975
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
976
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
977
|
+
> > furnished to do so, subject to the following conditions:
|
|
978
|
+
> >
|
|
979
|
+
> > The above copyright notice and this permission notice shall be included in all
|
|
980
|
+
> > copies or substantial portions of the Software.
|
|
981
|
+
> >
|
|
982
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
983
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
984
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
985
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
986
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
987
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
988
|
+
> > SOFTWARE.
|
|
989
|
+
>
|
|
990
|
+
>
|
|
991
|
+
>
|
|
992
|
+
>
|
|
993
|
+
>
|
|
994
|
+
> # Licenses of bundled types
|
|
995
|
+
>
|
|
996
|
+
> The published @visulima/string artifact additionally contains code with the following licenses:
|
|
997
|
+
> MIT
|
|
998
|
+
>
|
|
999
|
+
> # Bundled types:
|
|
1000
|
+
>
|
|
1001
|
+
> ## fastest-levenshtein
|
|
1002
|
+
>
|
|
1003
|
+
> License: MIT
|
|
1004
|
+
> By: Kasper U. Weihe
|
|
1005
|
+
> Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
|
|
106
1006
|
>
|
|
107
|
-
>
|
|
1007
|
+
> > MIT License
|
|
1008
|
+
> >
|
|
1009
|
+
> > Copyright (c) 2020 Kasper Unn Weihe
|
|
1010
|
+
> >
|
|
1011
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1012
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
1013
|
+
> > in the Software without restriction, including without limitation the rights
|
|
1014
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1015
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
1016
|
+
> > furnished to do so, subject to the following conditions:
|
|
1017
|
+
> >
|
|
1018
|
+
> > The above copyright notice and this permission notice shall be included in all
|
|
1019
|
+
> > copies or substantial portions of the Software.
|
|
1020
|
+
> >
|
|
1021
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1022
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1023
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1024
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1025
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1026
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1027
|
+
> > SOFTWARE.
|
|
108
1028
|
>
|
|
109
|
-
>
|
|
110
|
-
> - **Author:** vyfor
|
|
111
|
-
> - **License:** MIT
|
|
112
|
-
> - **Description:** A minimal terminal spinner library for Rust that inspired additional braille-based spinner animations.
|
|
1029
|
+
> ---
|
|
113
1030
|
>
|
|
114
|
-
>
|
|
1031
|
+
> ## get-east-asian-width
|
|
115
1032
|
>
|
|
116
|
-
>
|
|
117
|
-
>
|
|
118
|
-
> -
|
|
119
|
-
> - **Description:** Provides Unicode-based braille animations that were adapted for additional visual effects.
|
|
1033
|
+
> License: MIT
|
|
1034
|
+
> By: Sindre Sorhus
|
|
1035
|
+
> Repository: sindresorhus/get-east-asian-width
|
|
120
1036
|
>
|
|
1037
|
+
> > MIT License
|
|
1038
|
+
> >
|
|
1039
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1040
|
+
> >
|
|
1041
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1042
|
+
> >
|
|
1043
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1044
|
+
> >
|
|
1045
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
121
1046
|
>
|
|
1047
|
+
> ---
|
|
122
1048
|
>
|
|
123
|
-
>
|
|
124
|
-
> The published @visulima/spinner artifact additionally contains code with the following licenses:
|
|
125
|
-
> MIT
|
|
1049
|
+
> ## indent-string
|
|
126
1050
|
>
|
|
127
|
-
> # Bundled dependencies:
|
|
128
|
-
> ## cli-spinners
|
|
129
1051
|
> License: MIT
|
|
130
1052
|
> By: Sindre Sorhus
|
|
131
|
-
> Repository: sindresorhus/
|
|
1053
|
+
> Repository: sindresorhus/indent-string
|
|
132
1054
|
>
|
|
133
1055
|
> > MIT License
|
|
134
1056
|
> >
|
|
@@ -140,19 +1062,31 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
140
1062
|
> >
|
|
141
1063
|
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
142
1064
|
>
|
|
1065
|
+
> ---
|
|
1066
|
+
>
|
|
1067
|
+
> ## redent
|
|
143
1068
|
>
|
|
1069
|
+
> License: MIT
|
|
1070
|
+
> By: Sindre Sorhus
|
|
1071
|
+
> Repository: sindresorhus/redent
|
|
144
1072
|
>
|
|
1073
|
+
> > MIT License
|
|
1074
|
+
> >
|
|
1075
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1076
|
+
> >
|
|
1077
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1078
|
+
> >
|
|
1079
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1080
|
+
> >
|
|
1081
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
145
1082
|
>
|
|
1083
|
+
> ---
|
|
146
1084
|
>
|
|
147
|
-
>
|
|
148
|
-
> The published @visulima/spinner artifact additionally contains code with the following licenses:
|
|
149
|
-
> MIT
|
|
1085
|
+
> ## strip-indent
|
|
150
1086
|
>
|
|
151
|
-
> # Bundled types:
|
|
152
|
-
> ## cli-spinners
|
|
153
1087
|
> License: MIT
|
|
154
1088
|
> By: Sindre Sorhus
|
|
155
|
-
> Repository: sindresorhus/
|
|
1089
|
+
> Repository: sindresorhus/strip-indent
|
|
156
1090
|
>
|
|
157
1091
|
> > MIT License
|
|
158
1092
|
> >
|
|
@@ -307,6 +1241,23 @@ Repository: sindresorhus/is-in-ci
|
|
|
307
1241
|
|
|
308
1242
|
---------------------------------------
|
|
309
1243
|
|
|
1244
|
+
## patch-console
|
|
1245
|
+
License: MIT
|
|
1246
|
+
By: vdemedes
|
|
1247
|
+
Repository: vadimdemedes/patch-console
|
|
1248
|
+
|
|
1249
|
+
> MIT License
|
|
1250
|
+
>
|
|
1251
|
+
> Copyright (c) Vadim Demedes <vadimdemedes@hey.com> (https://vadimdemedes.com)
|
|
1252
|
+
>
|
|
1253
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1254
|
+
>
|
|
1255
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1256
|
+
>
|
|
1257
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1258
|
+
|
|
1259
|
+
---------------------------------------
|
|
1260
|
+
|
|
310
1261
|
## signal-exit
|
|
311
1262
|
License: ISC
|
|
312
1263
|
By: Ben Coe
|
|
@@ -384,7 +1335,7 @@ The published @visulima/tui artifact additionally contains code with the followi
|
|
|
384
1335
|
MIT
|
|
385
1336
|
|
|
386
1337
|
# Bundled types:
|
|
387
|
-
## @visulima/
|
|
1338
|
+
## @visulima/tabular
|
|
388
1339
|
License: MIT
|
|
389
1340
|
By: Daniel Bannert
|
|
390
1341
|
Repository: git+https://github.com/visulima/visulima.git
|
|
@@ -411,37 +1362,590 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
411
1362
|
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
412
1363
|
> SOFTWARE.
|
|
413
1364
|
>
|
|
414
|
-
> ---
|
|
415
|
-
>
|
|
416
|
-
> ## Acknowledgments
|
|
417
|
-
>
|
|
418
|
-
> This project includes spinner animations inspired by and adapted from the following open-source libraries, all licensed under the MIT License:
|
|
419
|
-
>
|
|
420
|
-
> ### Rattles
|
|
421
|
-
>
|
|
422
|
-
> - **Source:** https://github.com/vyfor/rattles
|
|
423
|
-
> - **Author:** vyfor
|
|
424
|
-
> - **License:** MIT
|
|
425
|
-
> - **Description:** A minimal terminal spinner library for Rust that inspired additional braille-based spinner animations.
|
|
426
|
-
>
|
|
427
|
-
> ### unicode-animations
|
|
428
|
-
>
|
|
429
|
-
> - **Source:** https://github.com/gunnargray-dev/unicode-animations
|
|
430
|
-
> - **Author:** gunnar gray
|
|
431
|
-
> - **License:** MIT
|
|
432
|
-
> - **Description:** Provides Unicode-based braille animations that were adapted for additional visual effects.
|
|
433
|
-
>
|
|
434
1365
|
> <!-- DEPENDENCIES -->
|
|
435
1366
|
>
|
|
436
1367
|
> # Licenses of bundled dependencies
|
|
437
|
-
> The published @visulima/
|
|
1368
|
+
> The published @visulima/tabular artifact additionally contains code with the following licenses:
|
|
438
1369
|
> MIT
|
|
439
1370
|
>
|
|
440
1371
|
> # Bundled dependencies:
|
|
441
|
-
> ##
|
|
1372
|
+
> ## @visulima/string
|
|
1373
|
+
> License: MIT
|
|
1374
|
+
> By: Daniel Bannert
|
|
1375
|
+
> Repository: git+https://github.com/visulima/visulima.git
|
|
1376
|
+
>
|
|
1377
|
+
> > MIT License
|
|
1378
|
+
> >
|
|
1379
|
+
> > Copyright (c) 2026 visulima
|
|
1380
|
+
> >
|
|
1381
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1382
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
1383
|
+
> > in the Software without restriction, including without limitation the rights
|
|
1384
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1385
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
1386
|
+
> > furnished to do so, subject to the following conditions:
|
|
1387
|
+
> >
|
|
1388
|
+
> > The above copyright notice and this permission notice shall be included in all
|
|
1389
|
+
> > copies or substantial portions of the Software.
|
|
1390
|
+
> >
|
|
1391
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1392
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1393
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1394
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1395
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1396
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1397
|
+
> > SOFTWARE.
|
|
1398
|
+
> >
|
|
1399
|
+
> >
|
|
1400
|
+
> >
|
|
1401
|
+
> > # Licenses of bundled dependencies
|
|
1402
|
+
> > The published @visulima/string artifact additionally contains code with the following licenses:
|
|
1403
|
+
> > MIT
|
|
1404
|
+
> >
|
|
1405
|
+
> > # Bundled dependencies:
|
|
1406
|
+
> > ## codsen-utils
|
|
1407
|
+
> > License: MIT
|
|
1408
|
+
> > By: Roy Revelt
|
|
1409
|
+
> > Repository: git+https://github.com/codsen/codsen.git
|
|
1410
|
+
> >
|
|
1411
|
+
> > > MIT License
|
|
1412
|
+
> > >
|
|
1413
|
+
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
1414
|
+
> > >
|
|
1415
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
1416
|
+
> > > a copy of this software and associated documentation files (the
|
|
1417
|
+
> > > "Software"), to deal in the Software without restriction, including
|
|
1418
|
+
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
1419
|
+
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
1420
|
+
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
1421
|
+
> > > the following conditions:
|
|
1422
|
+
> > >
|
|
1423
|
+
> > > The above copyright notice and this permission notice shall be
|
|
1424
|
+
> > > included in all copies or substantial portions of the Software.
|
|
1425
|
+
> > >
|
|
1426
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1427
|
+
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1428
|
+
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1429
|
+
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1430
|
+
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1431
|
+
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1432
|
+
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1433
|
+
> >
|
|
1434
|
+
> > ---------------------------------------
|
|
1435
|
+
> >
|
|
1436
|
+
> > ## emoji-regex-xs
|
|
1437
|
+
> > License: MIT
|
|
1438
|
+
> > By: Steven Levithan
|
|
1439
|
+
> > Repository: git+https://github.com/slevithan/emoji-regex-xs.git
|
|
1440
|
+
> >
|
|
1441
|
+
> > > MIT License
|
|
1442
|
+
> > >
|
|
1443
|
+
> > > Copyright (c) 2025 Steven Levithan
|
|
1444
|
+
> > >
|
|
1445
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1446
|
+
> > > of this software and associated documentation files (the "Software"), to deal
|
|
1447
|
+
> > > in the Software without restriction, including without limitation the rights
|
|
1448
|
+
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1449
|
+
> > > copies of the Software, and to permit persons to whom the Software is
|
|
1450
|
+
> > > furnished to do so, subject to the following conditions:
|
|
1451
|
+
> > >
|
|
1452
|
+
> > > The above copyright notice and this permission notice shall be included in all
|
|
1453
|
+
> > > copies or substantial portions of the Software.
|
|
1454
|
+
> > >
|
|
1455
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1456
|
+
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1457
|
+
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1458
|
+
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1459
|
+
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1460
|
+
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1461
|
+
> > > SOFTWARE.
|
|
1462
|
+
> >
|
|
1463
|
+
> > ---------------------------------------
|
|
1464
|
+
> >
|
|
1465
|
+
> > ## fastest-levenshtein
|
|
1466
|
+
> > License: MIT
|
|
1467
|
+
> > By: Kasper U. Weihe
|
|
1468
|
+
> > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
|
|
1469
|
+
> >
|
|
1470
|
+
> > > MIT License
|
|
1471
|
+
> > >
|
|
1472
|
+
> > > Copyright (c) 2020 Kasper Unn Weihe
|
|
1473
|
+
> > >
|
|
1474
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1475
|
+
> > > of this software and associated documentation files (the "Software"), to deal
|
|
1476
|
+
> > > in the Software without restriction, including without limitation the rights
|
|
1477
|
+
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1478
|
+
> > > copies of the Software, and to permit persons to whom the Software is
|
|
1479
|
+
> > > furnished to do so, subject to the following conditions:
|
|
1480
|
+
> > >
|
|
1481
|
+
> > > The above copyright notice and this permission notice shall be included in all
|
|
1482
|
+
> > > copies or substantial portions of the Software.
|
|
1483
|
+
> > >
|
|
1484
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1485
|
+
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1486
|
+
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1487
|
+
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1488
|
+
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1489
|
+
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1490
|
+
> > > SOFTWARE.
|
|
1491
|
+
> >
|
|
1492
|
+
> > ---------------------------------------
|
|
1493
|
+
> >
|
|
1494
|
+
> > ## get-east-asian-width
|
|
1495
|
+
> > License: MIT
|
|
1496
|
+
> > By: Sindre Sorhus
|
|
1497
|
+
> > Repository: sindresorhus/get-east-asian-width
|
|
1498
|
+
> >
|
|
1499
|
+
> > > MIT License
|
|
1500
|
+
> > >
|
|
1501
|
+
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1502
|
+
> > >
|
|
1503
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1504
|
+
> > >
|
|
1505
|
+
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1506
|
+
> > >
|
|
1507
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1508
|
+
> >
|
|
1509
|
+
> > ---------------------------------------
|
|
1510
|
+
> >
|
|
1511
|
+
> > ## html-entities
|
|
1512
|
+
> > License: MIT
|
|
1513
|
+
> > By: Marat Dulin
|
|
1514
|
+
> > Repository: https://github.com/mdevils/html-entities.git
|
|
1515
|
+
> >
|
|
1516
|
+
> > > Copyright (c) 2021 Dulin Marat
|
|
1517
|
+
> > >
|
|
1518
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1519
|
+
> > > of this software and associated documentation files (the "Software"), to deal
|
|
1520
|
+
> > > in the Software without restriction, including without limitation the rights
|
|
1521
|
+
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1522
|
+
> > > copies of the Software, and to permit persons to whom the Software is
|
|
1523
|
+
> > > furnished to do so, subject to the following conditions:
|
|
1524
|
+
> > >
|
|
1525
|
+
> > > The above copyright notice and this permission notice shall be included in
|
|
1526
|
+
> > > all copies or substantial portions of the Software.
|
|
1527
|
+
> > >
|
|
1528
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1529
|
+
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1530
|
+
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1531
|
+
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1532
|
+
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1533
|
+
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1534
|
+
> > > THE SOFTWARE.
|
|
1535
|
+
> >
|
|
1536
|
+
> > ---------------------------------------
|
|
1537
|
+
> >
|
|
1538
|
+
> > ## indent-string
|
|
1539
|
+
> > License: MIT
|
|
1540
|
+
> > By: Sindre Sorhus
|
|
1541
|
+
> > Repository: sindresorhus/indent-string
|
|
1542
|
+
> >
|
|
1543
|
+
> > > MIT License
|
|
1544
|
+
> > >
|
|
1545
|
+
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1546
|
+
> > >
|
|
1547
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1548
|
+
> > >
|
|
1549
|
+
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1550
|
+
> > >
|
|
1551
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1552
|
+
> >
|
|
1553
|
+
> > ---------------------------------------
|
|
1554
|
+
> >
|
|
1555
|
+
> > ## lodash-es
|
|
1556
|
+
> > License: MIT
|
|
1557
|
+
> > By: John-David Dalton, Mathias Bynens
|
|
1558
|
+
> > Repository: lodash/lodash
|
|
1559
|
+
> >
|
|
1560
|
+
> > > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
1561
|
+
> > >
|
|
1562
|
+
> > > Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
1563
|
+
> > > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
|
1564
|
+
> > >
|
|
1565
|
+
> > > This software consists of voluntary contributions made by many
|
|
1566
|
+
> > > individuals. For exact contribution history, see the revision history
|
|
1567
|
+
> > > available at https://github.com/lodash/lodash
|
|
1568
|
+
> > >
|
|
1569
|
+
> > > The following license applies to all parts of this software except as
|
|
1570
|
+
> > > documented below:
|
|
1571
|
+
> > >
|
|
1572
|
+
> > > ====
|
|
1573
|
+
> > >
|
|
1574
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
1575
|
+
> > > a copy of this software and associated documentation files (the
|
|
1576
|
+
> > > "Software"), to deal in the Software without restriction, including
|
|
1577
|
+
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
1578
|
+
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
1579
|
+
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
1580
|
+
> > > the following conditions:
|
|
1581
|
+
> > >
|
|
1582
|
+
> > > The above copyright notice and this permission notice shall be
|
|
1583
|
+
> > > included in all copies or substantial portions of the Software.
|
|
1584
|
+
> > >
|
|
1585
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1586
|
+
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1587
|
+
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1588
|
+
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1589
|
+
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1590
|
+
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1591
|
+
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1592
|
+
> > >
|
|
1593
|
+
> > > ====
|
|
1594
|
+
> > >
|
|
1595
|
+
> > > Copyright and related rights for sample code are waived via CC0. Sample
|
|
1596
|
+
> > > code is defined as all source code displayed within the prose of the
|
|
1597
|
+
> > > documentation.
|
|
1598
|
+
> > >
|
|
1599
|
+
> > > CC0: http://creativecommons.org/publicdomain/zero/1.0/
|
|
1600
|
+
> > >
|
|
1601
|
+
> > > ====
|
|
1602
|
+
> > >
|
|
1603
|
+
> > > Files located in the node_modules and vendor directories are externally
|
|
1604
|
+
> > > maintained libraries used by this software which have their own
|
|
1605
|
+
> > > licenses; we recommend you read them, as their terms may differ from the
|
|
1606
|
+
> > > terms above.
|
|
1607
|
+
> >
|
|
1608
|
+
> > ---------------------------------------
|
|
1609
|
+
> >
|
|
1610
|
+
> > ## ranges-apply
|
|
1611
|
+
> > License: MIT
|
|
1612
|
+
> > By: Roy Revelt
|
|
1613
|
+
> > Repository: git+https://github.com/codsen/codsen.git
|
|
1614
|
+
> >
|
|
1615
|
+
> > > MIT License
|
|
1616
|
+
> > >
|
|
1617
|
+
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
1618
|
+
> > >
|
|
1619
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
1620
|
+
> > > a copy of this software and associated documentation files (the
|
|
1621
|
+
> > > "Software"), to deal in the Software without restriction, including
|
|
1622
|
+
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
1623
|
+
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
1624
|
+
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
1625
|
+
> > > the following conditions:
|
|
1626
|
+
> > >
|
|
1627
|
+
> > > The above copyright notice and this permission notice shall be
|
|
1628
|
+
> > > included in all copies or substantial portions of the Software.
|
|
1629
|
+
> > >
|
|
1630
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1631
|
+
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1632
|
+
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1633
|
+
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1634
|
+
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1635
|
+
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1636
|
+
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1637
|
+
> >
|
|
1638
|
+
> > ---------------------------------------
|
|
1639
|
+
> >
|
|
1640
|
+
> > ## ranges-merge
|
|
1641
|
+
> > License: MIT
|
|
1642
|
+
> > By: Roy Revelt
|
|
1643
|
+
> > Repository: git+https://github.com/codsen/codsen.git
|
|
1644
|
+
> >
|
|
1645
|
+
> > > MIT License
|
|
1646
|
+
> > >
|
|
1647
|
+
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
1648
|
+
> > >
|
|
1649
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
1650
|
+
> > > a copy of this software and associated documentation files (the
|
|
1651
|
+
> > > "Software"), to deal in the Software without restriction, including
|
|
1652
|
+
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
1653
|
+
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
1654
|
+
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
1655
|
+
> > > the following conditions:
|
|
1656
|
+
> > >
|
|
1657
|
+
> > > The above copyright notice and this permission notice shall be
|
|
1658
|
+
> > > included in all copies or substantial portions of the Software.
|
|
1659
|
+
> > >
|
|
1660
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1661
|
+
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1662
|
+
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1663
|
+
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1664
|
+
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1665
|
+
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1666
|
+
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1667
|
+
> >
|
|
1668
|
+
> > ---------------------------------------
|
|
1669
|
+
> >
|
|
1670
|
+
> > ## ranges-push
|
|
1671
|
+
> > License: MIT
|
|
1672
|
+
> > By: Roy Revelt
|
|
1673
|
+
> > Repository: git+https://github.com/codsen/codsen.git
|
|
1674
|
+
> >
|
|
1675
|
+
> > > MIT License
|
|
1676
|
+
> > >
|
|
1677
|
+
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
1678
|
+
> > >
|
|
1679
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
1680
|
+
> > > a copy of this software and associated documentation files (the
|
|
1681
|
+
> > > "Software"), to deal in the Software without restriction, including
|
|
1682
|
+
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
1683
|
+
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
1684
|
+
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
1685
|
+
> > > the following conditions:
|
|
1686
|
+
> > >
|
|
1687
|
+
> > > The above copyright notice and this permission notice shall be
|
|
1688
|
+
> > > included in all copies or substantial portions of the Software.
|
|
1689
|
+
> > >
|
|
1690
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1691
|
+
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1692
|
+
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1693
|
+
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1694
|
+
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1695
|
+
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1696
|
+
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1697
|
+
> >
|
|
1698
|
+
> > ---------------------------------------
|
|
1699
|
+
> >
|
|
1700
|
+
> > ## ranges-sort
|
|
1701
|
+
> > License: MIT
|
|
1702
|
+
> > By: Roy Revelt
|
|
1703
|
+
> > Repository: git+https://github.com/codsen/codsen.git
|
|
1704
|
+
> >
|
|
1705
|
+
> > > MIT License
|
|
1706
|
+
> > >
|
|
1707
|
+
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
1708
|
+
> > >
|
|
1709
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
1710
|
+
> > > a copy of this software and associated documentation files (the
|
|
1711
|
+
> > > "Software"), to deal in the Software without restriction, including
|
|
1712
|
+
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
1713
|
+
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
1714
|
+
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
1715
|
+
> > > the following conditions:
|
|
1716
|
+
> > >
|
|
1717
|
+
> > > The above copyright notice and this permission notice shall be
|
|
1718
|
+
> > > included in all copies or substantial portions of the Software.
|
|
1719
|
+
> > >
|
|
1720
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1721
|
+
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1722
|
+
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1723
|
+
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1724
|
+
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1725
|
+
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1726
|
+
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1727
|
+
> >
|
|
1728
|
+
> > ---------------------------------------
|
|
1729
|
+
> >
|
|
1730
|
+
> > ## redent
|
|
1731
|
+
> > License: MIT
|
|
1732
|
+
> > By: Sindre Sorhus
|
|
1733
|
+
> > Repository: sindresorhus/redent
|
|
1734
|
+
> >
|
|
1735
|
+
> > > MIT License
|
|
1736
|
+
> > >
|
|
1737
|
+
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1738
|
+
> > >
|
|
1739
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1740
|
+
> > >
|
|
1741
|
+
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1742
|
+
> > >
|
|
1743
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1744
|
+
> >
|
|
1745
|
+
> > ---------------------------------------
|
|
1746
|
+
> >
|
|
1747
|
+
> > ## rfdc
|
|
1748
|
+
> > License: MIT
|
|
1749
|
+
> > By: David Mark Clements
|
|
1750
|
+
> > Repository: git+https://github.com/davidmarkclements/rfdc.git
|
|
1751
|
+
> >
|
|
1752
|
+
> > > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
|
|
1753
|
+
> > >
|
|
1754
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
|
1755
|
+
> > > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
|
|
1756
|
+
> > > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
|
|
1757
|
+
> > > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1758
|
+
> > >
|
|
1759
|
+
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions
|
|
1760
|
+
> > > of the Software.
|
|
1761
|
+
> > >
|
|
1762
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1763
|
+
> > > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
1764
|
+
> > > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
|
1765
|
+
> > > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
1766
|
+
> > > IN THE SOFTWARE.
|
|
1767
|
+
> >
|
|
1768
|
+
> > ---------------------------------------
|
|
1769
|
+
> >
|
|
1770
|
+
> > ## string-collapse-leading-whitespace
|
|
1771
|
+
> > License: MIT
|
|
1772
|
+
> > By: Roy Revelt
|
|
1773
|
+
> > Repository: git+https://github.com/codsen/codsen.git
|
|
1774
|
+
> >
|
|
1775
|
+
> > > MIT License
|
|
1776
|
+
> > >
|
|
1777
|
+
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
1778
|
+
> > >
|
|
1779
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
1780
|
+
> > > a copy of this software and associated documentation files (the
|
|
1781
|
+
> > > "Software"), to deal in the Software without restriction, including
|
|
1782
|
+
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
1783
|
+
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
1784
|
+
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
1785
|
+
> > > the following conditions:
|
|
1786
|
+
> > >
|
|
1787
|
+
> > > The above copyright notice and this permission notice shall be
|
|
1788
|
+
> > > included in all copies or substantial portions of the Software.
|
|
1789
|
+
> > >
|
|
1790
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1791
|
+
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1792
|
+
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1793
|
+
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1794
|
+
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1795
|
+
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1796
|
+
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1797
|
+
> >
|
|
1798
|
+
> > ---------------------------------------
|
|
1799
|
+
> >
|
|
1800
|
+
> > ## string-left-right
|
|
1801
|
+
> > License: MIT
|
|
1802
|
+
> > By: Roy Revelt
|
|
1803
|
+
> > Repository: git+https://github.com/codsen/codsen.git
|
|
1804
|
+
> >
|
|
1805
|
+
> > > MIT License
|
|
1806
|
+
> > >
|
|
1807
|
+
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
1808
|
+
> > >
|
|
1809
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
1810
|
+
> > > a copy of this software and associated documentation files (the
|
|
1811
|
+
> > > "Software"), to deal in the Software without restriction, including
|
|
1812
|
+
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
1813
|
+
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
1814
|
+
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
1815
|
+
> > > the following conditions:
|
|
1816
|
+
> > >
|
|
1817
|
+
> > > The above copyright notice and this permission notice shall be
|
|
1818
|
+
> > > included in all copies or substantial portions of the Software.
|
|
1819
|
+
> > >
|
|
1820
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1821
|
+
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1822
|
+
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1823
|
+
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1824
|
+
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1825
|
+
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1826
|
+
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1827
|
+
> >
|
|
1828
|
+
> > ---------------------------------------
|
|
1829
|
+
> >
|
|
1830
|
+
> > ## string-strip-html
|
|
1831
|
+
> > License: MIT
|
|
1832
|
+
> > By: Roy Revelt
|
|
1833
|
+
> > Repository: git+https://github.com/codsen/codsen.git
|
|
1834
|
+
> >
|
|
1835
|
+
> > > MIT License
|
|
1836
|
+
> > >
|
|
1837
|
+
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
1838
|
+
> > >
|
|
1839
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
1840
|
+
> > > a copy of this software and associated documentation files (the
|
|
1841
|
+
> > > "Software"), to deal in the Software without restriction, including
|
|
1842
|
+
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
1843
|
+
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
1844
|
+
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
1845
|
+
> > > the following conditions:
|
|
1846
|
+
> > >
|
|
1847
|
+
> > > The above copyright notice and this permission notice shall be
|
|
1848
|
+
> > > included in all copies or substantial portions of the Software.
|
|
1849
|
+
> > >
|
|
1850
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1851
|
+
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1852
|
+
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1853
|
+
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1854
|
+
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1855
|
+
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1856
|
+
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1857
|
+
> >
|
|
1858
|
+
> > ---------------------------------------
|
|
1859
|
+
> >
|
|
1860
|
+
> > ## strip-indent
|
|
1861
|
+
> > License: MIT
|
|
1862
|
+
> > By: Sindre Sorhus
|
|
1863
|
+
> > Repository: sindresorhus/strip-indent
|
|
1864
|
+
> >
|
|
1865
|
+
> > > MIT License
|
|
1866
|
+
> > >
|
|
1867
|
+
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1868
|
+
> > >
|
|
1869
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1870
|
+
> > >
|
|
1871
|
+
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1872
|
+
> > >
|
|
1873
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1874
|
+
> >
|
|
1875
|
+
> > ---------------------------------------
|
|
1876
|
+
> >
|
|
1877
|
+
> > ## tiny-invariant
|
|
1878
|
+
> > License: MIT
|
|
1879
|
+
> > By: Alex Reardon
|
|
1880
|
+
> > Repository: https://github.com/alexreardon/tiny-invariant.git
|
|
1881
|
+
> >
|
|
1882
|
+
> > > MIT License
|
|
1883
|
+
> > >
|
|
1884
|
+
> > > Copyright (c) 2019 Alexander Reardon
|
|
1885
|
+
> > >
|
|
1886
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1887
|
+
> > > of this software and associated documentation files (the "Software"), to deal
|
|
1888
|
+
> > > in the Software without restriction, including without limitation the rights
|
|
1889
|
+
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1890
|
+
> > > copies of the Software, and to permit persons to whom the Software is
|
|
1891
|
+
> > > furnished to do so, subject to the following conditions:
|
|
1892
|
+
> > >
|
|
1893
|
+
> > > The above copyright notice and this permission notice shall be included in all
|
|
1894
|
+
> > > copies or substantial portions of the Software.
|
|
1895
|
+
> > >
|
|
1896
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1897
|
+
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1898
|
+
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1899
|
+
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1900
|
+
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1901
|
+
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1902
|
+
> > > SOFTWARE.
|
|
1903
|
+
> >
|
|
1904
|
+
> >
|
|
1905
|
+
> >
|
|
1906
|
+
> >
|
|
1907
|
+
> >
|
|
1908
|
+
> > # Licenses of bundled types
|
|
1909
|
+
> >
|
|
1910
|
+
> > The published @visulima/string artifact additionally contains code with the following licenses:
|
|
1911
|
+
> > MIT
|
|
1912
|
+
> >
|
|
1913
|
+
> > # Bundled types:
|
|
1914
|
+
> >
|
|
1915
|
+
> > ## fastest-levenshtein
|
|
1916
|
+
> >
|
|
1917
|
+
> > License: MIT
|
|
1918
|
+
> > By: Kasper U. Weihe
|
|
1919
|
+
> > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
|
|
1920
|
+
> >
|
|
1921
|
+
> > > MIT License
|
|
1922
|
+
> > >
|
|
1923
|
+
> > > Copyright (c) 2020 Kasper Unn Weihe
|
|
1924
|
+
> > >
|
|
1925
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1926
|
+
> > > of this software and associated documentation files (the "Software"), to deal
|
|
1927
|
+
> > > in the Software without restriction, including without limitation the rights
|
|
1928
|
+
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1929
|
+
> > > copies of the Software, and to permit persons to whom the Software is
|
|
1930
|
+
> > > furnished to do so, subject to the following conditions:
|
|
1931
|
+
> > >
|
|
1932
|
+
> > > The above copyright notice and this permission notice shall be included in all
|
|
1933
|
+
> > > copies or substantial portions of the Software.
|
|
1934
|
+
> > >
|
|
1935
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1936
|
+
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1937
|
+
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1938
|
+
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1939
|
+
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1940
|
+
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1941
|
+
> > > SOFTWARE.
|
|
1942
|
+
>
|
|
1943
|
+
> ---------------------------------------
|
|
1944
|
+
>
|
|
1945
|
+
> ## terminal-size
|
|
442
1946
|
> License: MIT
|
|
443
1947
|
> By: Sindre Sorhus
|
|
444
|
-
> Repository: sindresorhus/
|
|
1948
|
+
> Repository: sindresorhus/terminal-size
|
|
445
1949
|
>
|
|
446
1950
|
> > MIT License
|
|
447
1951
|
> >
|
|
@@ -458,40 +1962,579 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
458
1962
|
>
|
|
459
1963
|
>
|
|
460
1964
|
> # Licenses of bundled types
|
|
461
|
-
> The published @visulima/
|
|
1965
|
+
> The published @visulima/tabular artifact additionally contains code with the following licenses:
|
|
462
1966
|
> MIT
|
|
463
1967
|
>
|
|
464
1968
|
> # Bundled types:
|
|
465
|
-
> ##
|
|
1969
|
+
> ## @visulima/string
|
|
466
1970
|
> License: MIT
|
|
467
|
-
> By:
|
|
468
|
-
> Repository:
|
|
1971
|
+
> By: Daniel Bannert
|
|
1972
|
+
> Repository: git+https://github.com/visulima/visulima.git
|
|
469
1973
|
>
|
|
470
1974
|
> > MIT License
|
|
471
1975
|
> >
|
|
472
|
-
> > Copyright (c)
|
|
1976
|
+
> > Copyright (c) 2026 visulima
|
|
473
1977
|
> >
|
|
474
|
-
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1978
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1979
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
1980
|
+
> > in the Software without restriction, including without limitation the rights
|
|
1981
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1982
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
1983
|
+
> > furnished to do so, subject to the following conditions:
|
|
475
1984
|
> >
|
|
476
|
-
> > The above copyright notice and this permission notice shall be included in all
|
|
1985
|
+
> > The above copyright notice and this permission notice shall be included in all
|
|
1986
|
+
> > copies or substantial portions of the Software.
|
|
477
1987
|
> >
|
|
478
|
-
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
>
|
|
488
|
-
>
|
|
489
|
-
>
|
|
490
|
-
>
|
|
491
|
-
>
|
|
492
|
-
>
|
|
493
|
-
>
|
|
494
|
-
>
|
|
495
|
-
>
|
|
1988
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1989
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1990
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1991
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1992
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1993
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1994
|
+
> > SOFTWARE.
|
|
1995
|
+
> >
|
|
1996
|
+
> > <!-- DEPENDENCIES -->
|
|
1997
|
+
> >
|
|
1998
|
+
> > # Licenses of bundled dependencies
|
|
1999
|
+
> > The published @visulima/string artifact additionally contains code with the following licenses:
|
|
2000
|
+
> > MIT
|
|
2001
|
+
> >
|
|
2002
|
+
> > # Bundled dependencies:
|
|
2003
|
+
> > ## codsen-utils
|
|
2004
|
+
> > License: MIT
|
|
2005
|
+
> > By: Roy Revelt
|
|
2006
|
+
> > Repository: git+https://github.com/codsen/codsen.git
|
|
2007
|
+
> >
|
|
2008
|
+
> > > MIT License
|
|
2009
|
+
> > >
|
|
2010
|
+
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
2011
|
+
> > >
|
|
2012
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
2013
|
+
> > > a copy of this software and associated documentation files (the
|
|
2014
|
+
> > > "Software"), to deal in the Software without restriction, including
|
|
2015
|
+
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
2016
|
+
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2017
|
+
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
2018
|
+
> > > the following conditions:
|
|
2019
|
+
> > >
|
|
2020
|
+
> > > The above copyright notice and this permission notice shall be
|
|
2021
|
+
> > > included in all copies or substantial portions of the Software.
|
|
2022
|
+
> > >
|
|
2023
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2024
|
+
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2025
|
+
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2026
|
+
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2027
|
+
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2028
|
+
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2029
|
+
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2030
|
+
> >
|
|
2031
|
+
> > ---------------------------------------
|
|
2032
|
+
> >
|
|
2033
|
+
> > ## emoji-regex-xs
|
|
2034
|
+
> > License: MIT
|
|
2035
|
+
> > By: Steven Levithan
|
|
2036
|
+
> > Repository: git+https://github.com/slevithan/emoji-regex-xs.git
|
|
2037
|
+
> >
|
|
2038
|
+
> > > MIT License
|
|
2039
|
+
> > >
|
|
2040
|
+
> > > Copyright (c) 2025 Steven Levithan
|
|
2041
|
+
> > >
|
|
2042
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2043
|
+
> > > of this software and associated documentation files (the "Software"), to deal
|
|
2044
|
+
> > > in the Software without restriction, including without limitation the rights
|
|
2045
|
+
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2046
|
+
> > > copies of the Software, and to permit persons to whom the Software is
|
|
2047
|
+
> > > furnished to do so, subject to the following conditions:
|
|
2048
|
+
> > >
|
|
2049
|
+
> > > The above copyright notice and this permission notice shall be included in all
|
|
2050
|
+
> > > copies or substantial portions of the Software.
|
|
2051
|
+
> > >
|
|
2052
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2053
|
+
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2054
|
+
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2055
|
+
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2056
|
+
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2057
|
+
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2058
|
+
> > > SOFTWARE.
|
|
2059
|
+
> >
|
|
2060
|
+
> > ---------------------------------------
|
|
2061
|
+
> >
|
|
2062
|
+
> > ## fastest-levenshtein
|
|
2063
|
+
> > License: MIT
|
|
2064
|
+
> > By: Kasper U. Weihe
|
|
2065
|
+
> > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
|
|
2066
|
+
> >
|
|
2067
|
+
> > > MIT License
|
|
2068
|
+
> > >
|
|
2069
|
+
> > > Copyright (c) 2020 Kasper Unn Weihe
|
|
2070
|
+
> > >
|
|
2071
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2072
|
+
> > > of this software and associated documentation files (the "Software"), to deal
|
|
2073
|
+
> > > in the Software without restriction, including without limitation the rights
|
|
2074
|
+
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2075
|
+
> > > copies of the Software, and to permit persons to whom the Software is
|
|
2076
|
+
> > > furnished to do so, subject to the following conditions:
|
|
2077
|
+
> > >
|
|
2078
|
+
> > > The above copyright notice and this permission notice shall be included in all
|
|
2079
|
+
> > > copies or substantial portions of the Software.
|
|
2080
|
+
> > >
|
|
2081
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2082
|
+
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2083
|
+
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2084
|
+
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2085
|
+
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2086
|
+
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2087
|
+
> > > SOFTWARE.
|
|
2088
|
+
> >
|
|
2089
|
+
> > ---------------------------------------
|
|
2090
|
+
> >
|
|
2091
|
+
> > ## get-east-asian-width
|
|
2092
|
+
> > License: MIT
|
|
2093
|
+
> > By: Sindre Sorhus
|
|
2094
|
+
> > Repository: sindresorhus/get-east-asian-width
|
|
2095
|
+
> >
|
|
2096
|
+
> > > MIT License
|
|
2097
|
+
> > >
|
|
2098
|
+
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2099
|
+
> > >
|
|
2100
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2101
|
+
> > >
|
|
2102
|
+
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2103
|
+
> > >
|
|
2104
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2105
|
+
> >
|
|
2106
|
+
> > ---------------------------------------
|
|
2107
|
+
> >
|
|
2108
|
+
> > ## html-entities
|
|
2109
|
+
> > License: MIT
|
|
2110
|
+
> > By: Marat Dulin
|
|
2111
|
+
> > Repository: https://github.com/mdevils/html-entities.git
|
|
2112
|
+
> >
|
|
2113
|
+
> > > Copyright (c) 2021 Dulin Marat
|
|
2114
|
+
> > >
|
|
2115
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2116
|
+
> > > of this software and associated documentation files (the "Software"), to deal
|
|
2117
|
+
> > > in the Software without restriction, including without limitation the rights
|
|
2118
|
+
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2119
|
+
> > > copies of the Software, and to permit persons to whom the Software is
|
|
2120
|
+
> > > furnished to do so, subject to the following conditions:
|
|
2121
|
+
> > >
|
|
2122
|
+
> > > The above copyright notice and this permission notice shall be included in
|
|
2123
|
+
> > > all copies or substantial portions of the Software.
|
|
2124
|
+
> > >
|
|
2125
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2126
|
+
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2127
|
+
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2128
|
+
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2129
|
+
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2130
|
+
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2131
|
+
> > > THE SOFTWARE.
|
|
2132
|
+
> >
|
|
2133
|
+
> > ---------------------------------------
|
|
2134
|
+
> >
|
|
2135
|
+
> > ## indent-string
|
|
2136
|
+
> > License: MIT
|
|
2137
|
+
> > By: Sindre Sorhus
|
|
2138
|
+
> > Repository: sindresorhus/indent-string
|
|
2139
|
+
> >
|
|
2140
|
+
> > > MIT License
|
|
2141
|
+
> > >
|
|
2142
|
+
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2143
|
+
> > >
|
|
2144
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2145
|
+
> > >
|
|
2146
|
+
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2147
|
+
> > >
|
|
2148
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2149
|
+
> >
|
|
2150
|
+
> > ---------------------------------------
|
|
2151
|
+
> >
|
|
2152
|
+
> > ## lodash-es
|
|
2153
|
+
> > License: MIT
|
|
2154
|
+
> > By: John-David Dalton, Mathias Bynens
|
|
2155
|
+
> > Repository: lodash/lodash
|
|
2156
|
+
> >
|
|
2157
|
+
> > > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
2158
|
+
> > >
|
|
2159
|
+
> > > Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
2160
|
+
> > > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
|
2161
|
+
> > >
|
|
2162
|
+
> > > This software consists of voluntary contributions made by many
|
|
2163
|
+
> > > individuals. For exact contribution history, see the revision history
|
|
2164
|
+
> > > available at https://github.com/lodash/lodash
|
|
2165
|
+
> > >
|
|
2166
|
+
> > > The following license applies to all parts of this software except as
|
|
2167
|
+
> > > documented below:
|
|
2168
|
+
> > >
|
|
2169
|
+
> > > ====
|
|
2170
|
+
> > >
|
|
2171
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
2172
|
+
> > > a copy of this software and associated documentation files (the
|
|
2173
|
+
> > > "Software"), to deal in the Software without restriction, including
|
|
2174
|
+
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
2175
|
+
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2176
|
+
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
2177
|
+
> > > the following conditions:
|
|
2178
|
+
> > >
|
|
2179
|
+
> > > The above copyright notice and this permission notice shall be
|
|
2180
|
+
> > > included in all copies or substantial portions of the Software.
|
|
2181
|
+
> > >
|
|
2182
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2183
|
+
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2184
|
+
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2185
|
+
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2186
|
+
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2187
|
+
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2188
|
+
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2189
|
+
> > >
|
|
2190
|
+
> > > ====
|
|
2191
|
+
> > >
|
|
2192
|
+
> > > Copyright and related rights for sample code are waived via CC0. Sample
|
|
2193
|
+
> > > code is defined as all source code displayed within the prose of the
|
|
2194
|
+
> > > documentation.
|
|
2195
|
+
> > >
|
|
2196
|
+
> > > CC0: http://creativecommons.org/publicdomain/zero/1.0/
|
|
2197
|
+
> > >
|
|
2198
|
+
> > > ====
|
|
2199
|
+
> > >
|
|
2200
|
+
> > > Files located in the node_modules and vendor directories are externally
|
|
2201
|
+
> > > maintained libraries used by this software which have their own
|
|
2202
|
+
> > > licenses; we recommend you read them, as their terms may differ from the
|
|
2203
|
+
> > > terms above.
|
|
2204
|
+
> >
|
|
2205
|
+
> > ---------------------------------------
|
|
2206
|
+
> >
|
|
2207
|
+
> > ## ranges-apply
|
|
2208
|
+
> > License: MIT
|
|
2209
|
+
> > By: Roy Revelt
|
|
2210
|
+
> > Repository: git+https://github.com/codsen/codsen.git
|
|
2211
|
+
> >
|
|
2212
|
+
> > > MIT License
|
|
2213
|
+
> > >
|
|
2214
|
+
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
2215
|
+
> > >
|
|
2216
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
2217
|
+
> > > a copy of this software and associated documentation files (the
|
|
2218
|
+
> > > "Software"), to deal in the Software without restriction, including
|
|
2219
|
+
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
2220
|
+
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2221
|
+
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
2222
|
+
> > > the following conditions:
|
|
2223
|
+
> > >
|
|
2224
|
+
> > > The above copyright notice and this permission notice shall be
|
|
2225
|
+
> > > included in all copies or substantial portions of the Software.
|
|
2226
|
+
> > >
|
|
2227
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2228
|
+
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2229
|
+
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2230
|
+
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2231
|
+
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2232
|
+
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2233
|
+
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2234
|
+
> >
|
|
2235
|
+
> > ---------------------------------------
|
|
2236
|
+
> >
|
|
2237
|
+
> > ## ranges-merge
|
|
2238
|
+
> > License: MIT
|
|
2239
|
+
> > By: Roy Revelt
|
|
2240
|
+
> > Repository: git+https://github.com/codsen/codsen.git
|
|
2241
|
+
> >
|
|
2242
|
+
> > > MIT License
|
|
2243
|
+
> > >
|
|
2244
|
+
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
2245
|
+
> > >
|
|
2246
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
2247
|
+
> > > a copy of this software and associated documentation files (the
|
|
2248
|
+
> > > "Software"), to deal in the Software without restriction, including
|
|
2249
|
+
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
2250
|
+
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2251
|
+
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
2252
|
+
> > > the following conditions:
|
|
2253
|
+
> > >
|
|
2254
|
+
> > > The above copyright notice and this permission notice shall be
|
|
2255
|
+
> > > included in all copies or substantial portions of the Software.
|
|
2256
|
+
> > >
|
|
2257
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2258
|
+
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2259
|
+
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2260
|
+
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2261
|
+
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2262
|
+
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2263
|
+
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2264
|
+
> >
|
|
2265
|
+
> > ---------------------------------------
|
|
2266
|
+
> >
|
|
2267
|
+
> > ## ranges-push
|
|
2268
|
+
> > License: MIT
|
|
2269
|
+
> > By: Roy Revelt
|
|
2270
|
+
> > Repository: git+https://github.com/codsen/codsen.git
|
|
2271
|
+
> >
|
|
2272
|
+
> > > MIT License
|
|
2273
|
+
> > >
|
|
2274
|
+
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
2275
|
+
> > >
|
|
2276
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
2277
|
+
> > > a copy of this software and associated documentation files (the
|
|
2278
|
+
> > > "Software"), to deal in the Software without restriction, including
|
|
2279
|
+
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
2280
|
+
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2281
|
+
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
2282
|
+
> > > the following conditions:
|
|
2283
|
+
> > >
|
|
2284
|
+
> > > The above copyright notice and this permission notice shall be
|
|
2285
|
+
> > > included in all copies or substantial portions of the Software.
|
|
2286
|
+
> > >
|
|
2287
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2288
|
+
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2289
|
+
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2290
|
+
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2291
|
+
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2292
|
+
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2293
|
+
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2294
|
+
> >
|
|
2295
|
+
> > ---------------------------------------
|
|
2296
|
+
> >
|
|
2297
|
+
> > ## ranges-sort
|
|
2298
|
+
> > License: MIT
|
|
2299
|
+
> > By: Roy Revelt
|
|
2300
|
+
> > Repository: git+https://github.com/codsen/codsen.git
|
|
2301
|
+
> >
|
|
2302
|
+
> > > MIT License
|
|
2303
|
+
> > >
|
|
2304
|
+
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
2305
|
+
> > >
|
|
2306
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
2307
|
+
> > > a copy of this software and associated documentation files (the
|
|
2308
|
+
> > > "Software"), to deal in the Software without restriction, including
|
|
2309
|
+
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
2310
|
+
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2311
|
+
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
2312
|
+
> > > the following conditions:
|
|
2313
|
+
> > >
|
|
2314
|
+
> > > The above copyright notice and this permission notice shall be
|
|
2315
|
+
> > > included in all copies or substantial portions of the Software.
|
|
2316
|
+
> > >
|
|
2317
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2318
|
+
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2319
|
+
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2320
|
+
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2321
|
+
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2322
|
+
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2323
|
+
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2324
|
+
> >
|
|
2325
|
+
> > ---------------------------------------
|
|
2326
|
+
> >
|
|
2327
|
+
> > ## redent
|
|
2328
|
+
> > License: MIT
|
|
2329
|
+
> > By: Sindre Sorhus
|
|
2330
|
+
> > Repository: sindresorhus/redent
|
|
2331
|
+
> >
|
|
2332
|
+
> > > MIT License
|
|
2333
|
+
> > >
|
|
2334
|
+
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2335
|
+
> > >
|
|
2336
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2337
|
+
> > >
|
|
2338
|
+
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2339
|
+
> > >
|
|
2340
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2341
|
+
> >
|
|
2342
|
+
> > ---------------------------------------
|
|
2343
|
+
> >
|
|
2344
|
+
> > ## rfdc
|
|
2345
|
+
> > License: MIT
|
|
2346
|
+
> > By: David Mark Clements
|
|
2347
|
+
> > Repository: git+https://github.com/davidmarkclements/rfdc.git
|
|
2348
|
+
> >
|
|
2349
|
+
> > > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
|
|
2350
|
+
> > >
|
|
2351
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
|
2352
|
+
> > > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
|
|
2353
|
+
> > > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
|
|
2354
|
+
> > > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2355
|
+
> > >
|
|
2356
|
+
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions
|
|
2357
|
+
> > > of the Software.
|
|
2358
|
+
> > >
|
|
2359
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2360
|
+
> > > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
2361
|
+
> > > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
|
2362
|
+
> > > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
2363
|
+
> > > IN THE SOFTWARE.
|
|
2364
|
+
> >
|
|
2365
|
+
> > ---------------------------------------
|
|
2366
|
+
> >
|
|
2367
|
+
> > ## string-collapse-leading-whitespace
|
|
2368
|
+
> > License: MIT
|
|
2369
|
+
> > By: Roy Revelt
|
|
2370
|
+
> > Repository: git+https://github.com/codsen/codsen.git
|
|
2371
|
+
> >
|
|
2372
|
+
> > > MIT License
|
|
2373
|
+
> > >
|
|
2374
|
+
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
2375
|
+
> > >
|
|
2376
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
2377
|
+
> > > a copy of this software and associated documentation files (the
|
|
2378
|
+
> > > "Software"), to deal in the Software without restriction, including
|
|
2379
|
+
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
2380
|
+
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2381
|
+
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
2382
|
+
> > > the following conditions:
|
|
2383
|
+
> > >
|
|
2384
|
+
> > > The above copyright notice and this permission notice shall be
|
|
2385
|
+
> > > included in all copies or substantial portions of the Software.
|
|
2386
|
+
> > >
|
|
2387
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2388
|
+
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2389
|
+
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2390
|
+
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2391
|
+
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2392
|
+
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2393
|
+
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2394
|
+
> >
|
|
2395
|
+
> > ---------------------------------------
|
|
2396
|
+
> >
|
|
2397
|
+
> > ## string-left-right
|
|
2398
|
+
> > License: MIT
|
|
2399
|
+
> > By: Roy Revelt
|
|
2400
|
+
> > Repository: git+https://github.com/codsen/codsen.git
|
|
2401
|
+
> >
|
|
2402
|
+
> > > MIT License
|
|
2403
|
+
> > >
|
|
2404
|
+
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
2405
|
+
> > >
|
|
2406
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
2407
|
+
> > > a copy of this software and associated documentation files (the
|
|
2408
|
+
> > > "Software"), to deal in the Software without restriction, including
|
|
2409
|
+
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
2410
|
+
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2411
|
+
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
2412
|
+
> > > the following conditions:
|
|
2413
|
+
> > >
|
|
2414
|
+
> > > The above copyright notice and this permission notice shall be
|
|
2415
|
+
> > > included in all copies or substantial portions of the Software.
|
|
2416
|
+
> > >
|
|
2417
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2418
|
+
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2419
|
+
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2420
|
+
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2421
|
+
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2422
|
+
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2423
|
+
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2424
|
+
> >
|
|
2425
|
+
> > ---------------------------------------
|
|
2426
|
+
> >
|
|
2427
|
+
> > ## string-strip-html
|
|
2428
|
+
> > License: MIT
|
|
2429
|
+
> > By: Roy Revelt
|
|
2430
|
+
> > Repository: git+https://github.com/codsen/codsen.git
|
|
2431
|
+
> >
|
|
2432
|
+
> > > MIT License
|
|
2433
|
+
> > >
|
|
2434
|
+
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
2435
|
+
> > >
|
|
2436
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
2437
|
+
> > > a copy of this software and associated documentation files (the
|
|
2438
|
+
> > > "Software"), to deal in the Software without restriction, including
|
|
2439
|
+
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
2440
|
+
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2441
|
+
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
2442
|
+
> > > the following conditions:
|
|
2443
|
+
> > >
|
|
2444
|
+
> > > The above copyright notice and this permission notice shall be
|
|
2445
|
+
> > > included in all copies or substantial portions of the Software.
|
|
2446
|
+
> > >
|
|
2447
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2448
|
+
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2449
|
+
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2450
|
+
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2451
|
+
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2452
|
+
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2453
|
+
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2454
|
+
> >
|
|
2455
|
+
> > ---------------------------------------
|
|
2456
|
+
> >
|
|
2457
|
+
> > ## strip-indent
|
|
2458
|
+
> > License: MIT
|
|
2459
|
+
> > By: Sindre Sorhus
|
|
2460
|
+
> > Repository: sindresorhus/strip-indent
|
|
2461
|
+
> >
|
|
2462
|
+
> > > MIT License
|
|
2463
|
+
> > >
|
|
2464
|
+
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2465
|
+
> > >
|
|
2466
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2467
|
+
> > >
|
|
2468
|
+
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2469
|
+
> > >
|
|
2470
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2471
|
+
> >
|
|
2472
|
+
> > ---------------------------------------
|
|
2473
|
+
> >
|
|
2474
|
+
> > ## tiny-invariant
|
|
2475
|
+
> > License: MIT
|
|
2476
|
+
> > By: Alex Reardon
|
|
2477
|
+
> > Repository: https://github.com/alexreardon/tiny-invariant.git
|
|
2478
|
+
> >
|
|
2479
|
+
> > > MIT License
|
|
2480
|
+
> > >
|
|
2481
|
+
> > > Copyright (c) 2019 Alexander Reardon
|
|
2482
|
+
> > >
|
|
2483
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2484
|
+
> > > of this software and associated documentation files (the "Software"), to deal
|
|
2485
|
+
> > > in the Software without restriction, including without limitation the rights
|
|
2486
|
+
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2487
|
+
> > > copies of the Software, and to permit persons to whom the Software is
|
|
2488
|
+
> > > furnished to do so, subject to the following conditions:
|
|
2489
|
+
> > >
|
|
2490
|
+
> > > The above copyright notice and this permission notice shall be included in all
|
|
2491
|
+
> > > copies or substantial portions of the Software.
|
|
2492
|
+
> > >
|
|
2493
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2494
|
+
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2495
|
+
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2496
|
+
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2497
|
+
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2498
|
+
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2499
|
+
> > > SOFTWARE.
|
|
2500
|
+
> >
|
|
2501
|
+
> > <!-- /DEPENDENCIES -->
|
|
2502
|
+
> >
|
|
2503
|
+
> >
|
|
2504
|
+
> >
|
|
2505
|
+
> > # Licenses of bundled types
|
|
2506
|
+
> >
|
|
2507
|
+
> > The published @visulima/string artifact additionally contains code with the following licenses:
|
|
2508
|
+
> > MIT
|
|
2509
|
+
> >
|
|
2510
|
+
> > # Bundled types:
|
|
2511
|
+
> >
|
|
2512
|
+
> > ## fastest-levenshtein
|
|
2513
|
+
> >
|
|
2514
|
+
> > License: MIT
|
|
2515
|
+
> > By: Kasper U. Weihe
|
|
2516
|
+
> > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
|
|
2517
|
+
> >
|
|
2518
|
+
> > > MIT License
|
|
2519
|
+
> > >
|
|
2520
|
+
> > > Copyright (c) 2020 Kasper Unn Weihe
|
|
2521
|
+
> > >
|
|
2522
|
+
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2523
|
+
> > > of this software and associated documentation files (the "Software"), to deal
|
|
2524
|
+
> > > in the Software without restriction, including without limitation the rights
|
|
2525
|
+
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2526
|
+
> > > copies of the Software, and to permit persons to whom the Software is
|
|
2527
|
+
> > > furnished to do so, subject to the following conditions:
|
|
2528
|
+
> > >
|
|
2529
|
+
> > > The above copyright notice and this permission notice shall be included in all
|
|
2530
|
+
> > > copies or substantial portions of the Software.
|
|
2531
|
+
> > >
|
|
2532
|
+
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2533
|
+
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2534
|
+
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2535
|
+
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2536
|
+
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2537
|
+
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2538
|
+
> > > SOFTWARE.
|
|
496
2539
|
|
|
497
2540
|
<!-- /TYPE_DEPENDENCIES -->
|