licenses.dev

clab v1.0.1

Colab's team cli

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT92
PackageRelationDependenciesPublished
@samverschueren/stream-to-observable • 0.3.1Convert Node Streams into ECMAScript-ObservablesINDIRECT1
ansi-escapes • 3.2.0ANSI escape codes for manipulating the terminalINDIRECT0
ansi-escapes • 4.3.2ANSI escape codes for manipulating the terminalINDIRECT1
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 3.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
any-observable • 0.3.0Support any Observable library and polyfillINDIRECT0
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
bl • 4.1.0Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT8
buffer • 5.7.1Node.js Buffer API, for the browserINDIRECT2
chalk • 1.1.3Terminal string styling done right. Much color.INDIRECT6
chalk • 2.4.2Terminal string styling done rightINDIRECT6
chalk • 4.1.2Terminal string styling done rightINDIRECT5
chardet • 0.7.0Character detectorINDIRECT0
cli-cursor • 2.1.0Toggle the CLI cursorINDIRECT4
cli-cursor • 3.1.0Toggle the CLI cursorINDIRECT4
cli-spinners • 2.9.2Spinners for use in the terminalINDIRECT0
cli-truncate • 0.2.1Truncate a string to a specific width in the terminalINDIRECT7
clone • 1.0.4deep cloning of objects and arraysINDIRECT0
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
color-name • 1.1.4A list of color names and its valuesINDIRECT0
date-fns • 1.30.1Modern JavaScript date utility libraryINDIRECT0
defaults • 1.0.4merge single level defaults over a config objectINDIRECT1
elegant-spinner • 1.0.1Elegant spinner for interactive CLI appsINDIRECT0
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
esm • 3.2.25Tomorrow's ECMAScript modules today!DIRECT0
external-editor • 3.1.0Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENTINDIRECT5
figures • 1.7.0Unicode symbols with Windows CMD fallbacksINDIRECT2
figures • 2.0.0Unicode symbols with Windows CMD fallbacksINDIRECT1
figures • 3.2.0Unicode symbols with Windows CMD fallbacksINDIRECT1
has-ansi • 2.0.0Check if a string has ANSI escape codesINDIRECT1
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
indent-string • 3.2.0Indent each line in a stringINDIRECT0
inquirer • 8.2.6A collection of common interactive command line user interfaces.DIRECT51
is-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
is-fullwidth-code-point • 2.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-interactive • 1.0.0Check if stdout or stderr is interactiveINDIRECT0
is-observable • 1.1.0Check if a value is an ObservableINDIRECT1
is-promise • 2.2.2Test whether an object looks like a promises-a+ promiseINDIRECT0
is-stream • 1.1.0Check if something is a Node.js streamINDIRECT0
is-unicode-supported • 0.1.0Detect whether the terminal supports UnicodeINDIRECT0
listr-silent-renderer • 1.1.1Supress Listr rendering outputINDIRECT0
listr-update-renderer • 0.5.0Listr update rendererINDIRECT30
listr-verbose-renderer • 0.5.0Listr verbose rendererINDIRECT14
listr • 0.14.3Terminal task listDIRECT50
lodash • 4.17.21Lodash modular utilities.INDIRECT0
log-symbols • 1.0.2Colored symbols for various log levels. Example: ✔︎ successINDIRECT7
log-symbols • 4.1.0Colored symbols for various log levels. Example: `✔︎ Success`INDIRECT7
log-update • 2.3.0Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.INDIRECT11
mimic-fn • 1.2.0Make a function mimic another oneINDIRECT0
mimic-fn • 2.1.0Make a function mimic another oneINDIRECT0
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
onetime • 2.0.1Ensure a function is only called onceINDIRECT1
onetime • 5.1.2Ensure a function is only called onceINDIRECT1
ora • 5.4.1Elegant terminal spinnerDIRECT29
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
p-map • 2.1.0Map over promises concurrentlyINDIRECT0
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
restore-cursor • 2.0.0Gracefully restore the CLI cursor on exitINDIRECT3
restore-cursor • 3.1.0Gracefully restore the CLI cursor on exitINDIRECT3
run-async • 2.4.1Utility method to run function either synchronously or asynchronously using the common `this.async()` style.INDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
slice-ansi • 0.0.4Slice a string with ANSI escape codesINDIRECT0
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
string-width • 1.0.2Get the visual width of a string - the number of columns required to display itINDIRECT5
string-width • 2.1.1Get the visual width of a string - the number of columns required to display itINDIRECT3
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-ansi • 4.0.0Strip ANSI escape codesINDIRECT1
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
supports-color • 2.0.0Detect whether a terminal supports colorINDIRECT0
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
symbol-observable • 1.2.0Symbol.observable ponyfillINDIRECT0
through • 2.3.8simplified stream constructionINDIRECT0
tmp • 0.0.33Temporary file and directory creatorINDIRECT1
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
wcwidth • 1.0.1Port of C's wcwidth() and wcswidth()INDIRECT2
wrap-ansi • 3.0.1Wordwrap a string with ANSI escape codesINDIRECT4
wrap-ansi • 6.2.0Wordwrap a string with ANSI escape codesINDIRECT8
ISC4
PackageRelationDependenciesPublished
cli-width • 3.0.0Get stdout window width, with two fallbacks, tty and then a default.INDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
mute-stream • 0.0.8Bytes go in, but they don't come out (when muted).INDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
Apache-2.02
PackageRelationDependenciesPublished
rxjs • 6.6.7Reactive Extensions for modern JavaScriptINDIRECT1
rxjs • 7.8.2Reactive Extensions for modern JavaScriptINDIRECT1
0BSD2
PackageRelationDependenciesPublished
tslib • 1.14.1Runtime library for TypeScript helper functionsINDIRECT0
tslib • 2.8.1Runtime library for TypeScript helper functionsINDIRECT0
CC0-1.0 OR MIT1
PackageRelationDependenciesPublished
type-fest • 0.21.3A collection of essential TypeScript typesINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/clab)](https://licenses.dev/npm/clab)
<a href="https://licenses.dev/npm/clab">
  <img src="https://licenses.dev/b/npm/clab" alt="licenses" />
</a>

Or the licenses badge code for the 1.0.1 version:

[![licenses](https://licenses.dev/b/npm/clab/1.0.1)](https://licenses.dev/npm/clab/1.0.1)
<a href="https://licenses.dev/npm/clab/1.0.1">
  <img src="https://licenses.dev/b/npm/clab/1.0.1" alt="licenses" />
</a>
GitHub