ansi-colors • 4.1.3Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).
braces • 3.0.3Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.
commander • 6.2.1the complete solution for node.js command-line programs
DIRECT
0
cosmiconfig • 7.1.0Find and load configuration from a package.json property, rc file, or CommonJS module
DIRECT
16
cross-spawn • 7.0.6Cross platform child_process#spawn and child_process#spawnSync
INDIRECT
5
debug • 4.4.0Lightweight debugging utility for Node.js and the browser
DIRECT
1
dedent • 0.7.0An ES6 string tag that strips indentation from multi-line strings
DIRECT
0
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.
INDIRECT
0
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.
INDIRECT
2
enquirer • 2.4.1Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases.
fill-range • 7.1.1Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`
listr2 • 3.14.0Terminal task list reborn! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.
DIRECT
31
log-symbols • 4.1.0Colored symbols for various log levels. Example: `✔︎ Success`
DIRECT
7
log-update • 4.0.0Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.
INDIRECT
18
merge-stream • 2.0.0Create a stream that emits events from multiple other streams
INDIRECT
0
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
normalize-path • 3.0.0Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.
picomatch • 2.3.1Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.
INDIRECT
0
please-upgrade-node • 3.2.0Displays a beginner-friendly message telling your user to upgrade their version of Node
DIRECT
1
pump • 3.0.2pipe streams together and close all of them if one of them closes
INDIRECT
3
resolve-from • 4.0.0Resolve the path of a module like `require.resolve()` but from a given path
string-argv • 0.3.1string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.
DIRECT
0
string-width • 4.2.3Get the visual width of a string - the number of columns required to display it
to-regex-range • 5.0.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.