@samverschueren/stream-to-observable • 0.3.1Convert Node Streams into ECMAScript-Observables | INDIRECT | 1 | |
ansi-escapes • 3.2.0ANSI escape codes for manipulating the terminal | INDIRECT | 0 | |
ansi-escapes • 4.3.2ANSI escape codes for manipulating the terminal | INDIRECT | 1 | |
ansi-regex • 2.1.1Regular expression for matching ANSI escape codes | INDIRECT | 0 | |
ansi-regex • 3.0.1Regular expression for matching ANSI escape codes | INDIRECT | 0 | |
ansi-regex • 5.0.1Regular expression for matching ANSI escape codes | INDIRECT | 0 | |
ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminal | INDIRECT | 0 | |
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminal | INDIRECT | 2 | |
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminal | INDIRECT | 2 | |
any-observable • 0.3.0Support any Observable library and polyfill | INDIRECT | 0 | |
base64-js • 1.5.1Base64 encoding/decoding in pure JS | INDIRECT | 0 | |
bl • 4.1.0Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too! | INDIRECT | 8 | |
buffer • 5.7.1Node.js Buffer API, for the browser | INDIRECT | 2 | |
chalk • 1.1.3Terminal string styling done right. Much color. | INDIRECT | 6 | |
chalk • 2.4.2Terminal string styling done right | INDIRECT | 6 | |
chalk • 4.1.2Terminal string styling done right | INDIRECT | 5 | |
chardet • 0.7.0Character detector | INDIRECT | 0 | |
cli-cursor • 2.1.0Toggle the CLI cursor | INDIRECT | 4 | |
cli-cursor • 3.1.0Toggle the CLI cursor | INDIRECT | 4 | |
cli-spinners • 2.9.2Spinners for use in the terminal | INDIRECT | 0 | |
cli-truncate • 0.2.1Truncate a string to a specific width in the terminal | INDIRECT | 7 | |
clone • 1.0.4deep cloning of objects and arrays | INDIRECT | 0 | |
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfill | INDIRECT | 0 | |
color-convert • 1.9.3Plain color conversion functions | INDIRECT | 1 | |
color-convert • 2.0.1Plain color conversion functions | INDIRECT | 1 | |
color-name • 1.1.3A list of color names and its values | INDIRECT | 0 | |
color-name • 1.1.4A list of color names and its values | INDIRECT | 0 | |
date-fns • 1.30.1Modern JavaScript date utility library | INDIRECT | 0 | |
defaults • 1.0.4merge single level defaults over a config object | INDIRECT | 1 | |
elegant-spinner • 1.0.1Elegant spinner for interactive CLI apps | INDIRECT | 0 | |
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard. | INDIRECT | 0 | |
escape-string-regexp • 1.0.5Escape RegExp special characters | INDIRECT | 0 | |
esm • 3.2.25Tomorrow's ECMAScript modules today! | DIRECT | 0 | |
external-editor • 3.1.0Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT | INDIRECT | 5 | |
figures • 1.7.0Unicode symbols with Windows CMD fallbacks | INDIRECT | 2 | |
figures • 2.0.0Unicode symbols with Windows CMD fallbacks | INDIRECT | 1 | |
figures • 3.2.0Unicode symbols with Windows CMD fallbacks | INDIRECT | 1 | |
has-ansi • 2.0.0Check if a string has ANSI escape codes | INDIRECT | 1 | |
has-flag • 3.0.0Check if argv has a specific flag | INDIRECT | 0 | |
has-flag • 4.0.0Check if argv has a specific flag | INDIRECT | 0 | |
iconv-lite • 0.4.24Convert character encodings in pure javascript. | INDIRECT | 1 | |
indent-string • 3.2.0Indent each line in a string | INDIRECT | 0 | |
inquirer • 8.2.6A collection of common interactive command line user interfaces. | DIRECT | 51 | |
is-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidth | INDIRECT | 1 | |
is-fullwidth-code-point • 2.0.0Check if the character represented by a given Unicode code point is fullwidth | INDIRECT | 0 | |
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidth | INDIRECT | 0 | |
is-interactive • 1.0.0Check if stdout or stderr is interactive | INDIRECT | 0 | |
is-observable • 1.1.0Check if a value is an Observable | INDIRECT | 1 | |
is-promise • 2.2.2Test whether an object looks like a promises-a+ promise | INDIRECT | 0 | |
is-stream • 1.1.0Check if something is a Node.js stream | INDIRECT | 0 | |
is-unicode-supported • 0.1.0Detect whether the terminal supports Unicode | INDIRECT | 0 | |
listr-silent-renderer • 1.1.1Supress Listr rendering output | INDIRECT | 0 | |
listr-update-renderer • 0.5.0Listr update renderer | INDIRECT | 30 | |
listr-verbose-renderer • 0.5.0Listr verbose renderer | INDIRECT | 14 | |
listr • 0.14.3Terminal task list | DIRECT | 50 | |
lodash • 4.17.21Lodash modular utilities. | INDIRECT | 0 | |
log-symbols • 1.0.2Colored symbols for various log levels. Example: ✔︎ success | INDIRECT | 7 | |
log-symbols • 4.1.0Colored symbols for various log levels. Example: `✔︎ Success` | INDIRECT | 7 | |
log-update • 2.3.0Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc. | INDIRECT | 11 | |
mimic-fn • 1.2.0Make a function mimic another one | INDIRECT | 0 | |
mimic-fn • 2.1.0Make a function mimic another one | INDIRECT | 0 | |
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfill | INDIRECT | 0 | |
object-assign • 4.1.1ES2015 `Object.assign()` ponyfill | INDIRECT | 0 | |
onetime • 2.0.1Ensure a function is only called once | INDIRECT | 1 | |
onetime • 5.1.2Ensure a function is only called once | INDIRECT | 1 | |
ora • 5.4.1Elegant terminal spinner | DIRECT | 29 | |
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfill | INDIRECT | 0 | |
p-map • 2.1.0Map over promises concurrently | INDIRECT | 0 | |
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.js | INDIRECT | 4 | |
restore-cursor • 2.0.0Gracefully restore the CLI cursor on exit | INDIRECT | 3 | |
restore-cursor • 3.1.0Gracefully restore the CLI cursor on exit | INDIRECT | 3 | |
run-async • 2.4.1Utility method to run function either synchronously or asynchronously using the common `this.async()` style. | INDIRECT | 0 | |
safe-buffer • 5.2.1Safer Node.js Buffer API | INDIRECT | 0 | |
safer-buffer • 2.1.2Modern Buffer API polyfill without footguns | INDIRECT | 0 | |
slice-ansi • 0.0.4Slice a string with ANSI escape codes | INDIRECT | 0 | |
string_decoder • 1.3.0The string_decoder module from Node core | INDIRECT | 1 | |
string-width • 1.0.2Get the visual width of a string - the number of columns required to display it | INDIRECT | 5 | |
string-width • 2.1.1Get the visual width of a string - the number of columns required to display it | INDIRECT | 3 | |
string-width • 4.2.3Get the visual width of a string - the number of columns required to display it | INDIRECT | 4 | |
strip-ansi • 3.0.1Strip ANSI escape codes | INDIRECT | 1 | |
strip-ansi • 4.0.0Strip ANSI escape codes | INDIRECT | 1 | |
strip-ansi • 6.0.1Strip ANSI escape codes from a string | INDIRECT | 1 | |
supports-color • 2.0.0Detect whether a terminal supports color | INDIRECT | 0 | |
supports-color • 5.5.0Detect whether a terminal supports color | INDIRECT | 1 | |
supports-color • 7.2.0Detect whether a terminal supports color | INDIRECT | 1 | |
symbol-observable • 1.2.0Symbol.observable ponyfill | INDIRECT | 0 | |
through • 2.3.8simplified stream construction | INDIRECT | 0 | |
tmp • 0.0.33Temporary file and directory creator | INDIRECT | 1 | |
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser support | INDIRECT | 0 | |
wcwidth • 1.0.1Port of C's wcwidth() and wcswidth() | INDIRECT | 2 | |
wrap-ansi • 3.0.1Wordwrap a string with ANSI escape codes | INDIRECT | 4 | |
wrap-ansi • 6.2.0Wordwrap a string with ANSI escape codes | INDIRECT | 8 | |