@kwsites/file-exists • 1.1.1 Synchronous validation of a path existing either as a file or as a directory. INDIRECT 2 1591781339 @kwsites/promise-deferred • 1.1.1 Minimalist creation of promise wrappers, exposing the ability to resolve or reject the inner promise INDIRECT 0 1593586656 ajv • 6.12.6 Another JSON Schema Validator DIRECT 5 1602349300 ansi-regex • 5.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 1631634919 ansi-styles • 4.3.0 ANSI escape codes for styling strings in the terminal INDIRECT 2 1601839105 argparse • 1.0.10 Very powerful CLI arguments parser. Native port of argparse - python's options parsing library INDIRECT 1 1518704641 balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 1617713469 brace-expansion • 1.1.12 Brace expansion as known from sh/bash INDIRECT 2 1749631978 camelcase • 5.3.1 Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar` INDIRECT 0 1554298472 chalk • 4.1.2 Terminal string styling done right DIRECT 5 1627646572 color-convert • 2.0.1 Plain color conversion functions INDIRECT 1 1566248736 color-name • 1.1.4 A list of color names and its values INDIRECT 0 1537526936 command-exists • 1.2.9 check whether a command line command exists in the current environment DIRECT 0 1586978634 concat-map • 0.0.1 concatenative mapdashery INDIRECT 0 1391051195 debug • 4.4.1 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1747169796 decamelize • 1.2.0 Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow INDIRECT 0 1457167750 emoji-regex • 8.0.0 A regular expression to match all Emoji-only symbols as per the Unicode Standard. INDIRECT 0 1551812303 emoji-regex • 9.2.2 A regular expression to match all Emoji-only symbols as per the Unicode Standard. DIRECT 0 1614682689 fast-deep-equal • 3.1.3 Fast deep equal INDIRECT 0 1591601248 fast-json-stable-stringify • 2.1.0 deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify INDIRECT 0 1576340277 find-config • 1.0.0 Find the first config file matching a given name in the current directory or the nearest ancestor directory. DIRECT 2 1455566523 find-up • 4.1.0 Find a file or directory by walking up parent directories INDIRECT 5 1560752434 has-flag • 4.0.0 Check if argv has a specific flag INDIRECT 0 1554565761 is-fullwidth-code-point • 3.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0 1552896545 is-unicode-supported • 0.1.0 Detect whether the terminal supports Unicode INDIRECT 0 1615975873 is-windows • 1.0.2 Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc. DIRECT 0 1518593803 isbinaryfile • 4.0.10 Detects if a file is binary in Node.js. Similar to Perl's -B. DIRECT 0 1648221192 js-yaml • 3.14.1 YAML 1.2 parser and serializer DIRECT 3 1607370310 json-schema-traverse • 0.4.1 Traverse JSON Schema passing each schema object to callback INDIRECT 0 1528620125 jsonfile • 6.1.0 Easily read/write JSON files. DIRECT 2 1604163624 locate-path • 5.0.0 Get the first path that exists on disk of multiple paths INDIRECT 3 1556974807 lodash • 4.17.21 Lodash modular utilities. DIRECT 0 1613835736 log-symbols • 4.1.0 Colored symbols for various log levels. Example: `✔︎ Success` DIRECT 7 1615976961 matched • 5.0.1 Adds array support to node-glob, sync and async. Also supports tilde expansion (user home) and resolving to global npm modules. DIRECT 12 1604330101 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 nock • 13.5.6 HTTP server mocking and expectations library for Node.js DIRECT 4 1731176187 node-fetch • 2.7.0 A light-weight module that brings window.fetch to node.js DIRECT 3 1692811119 os-homedir • 1.0.2 Node.js 4 `os.homedir()` ponyfill INDIRECT 0 1475211521 p-limit • 2.3.0 Run multiple promise-returning & async functions with limited concurrency INDIRECT 1 1586101245 p-locate • 4.1.0 Get the first fulfilled promise that satisfies the provided testing function INDIRECT 2 1554354166 p-try • 2.2.0 `Start a promise chain INDIRECT 0 1554035675 path-exists • 4.0.0 Check if a path exists INDIRECT 0 1554348556 path-is-absolute • 1.0.1 Node.js 0.12 path.isAbsolute() ponyfill INDIRECT 0 1475210523 picomatch • 2.3.1 Blazing 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 1641143904 propagate • 2.0.1 Propagate events from one event emitter into another INDIRECT 0 1555089551 punycode • 2.3.1 A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. INDIRECT 0 1698690512 require-directory • 2.1.1 Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules. INDIRECT 0 1432801864 simple-git • 2.48.0 Simple GIT interface for node.js DIRECT 4 1638389688 standardjs • 1.0.0 Announcing the winner of the so-called standard JavaScript styles. DIRECT 0 1506019790 string-width • 4.2.3 Get the visual width of a string - the number of columns required to display it INDIRECT 4 1632417441 strip-ansi • 6.0.1 Strip ANSI escape codes from a string INDIRECT 1 1632414881 supports-color • 7.2.0 Detect whether a terminal supports color INDIRECT 1 1598613454 tr46 • 0.0.3 An implementation of the Unicode TR46 spec INDIRECT 0 1453255734 universalify • 2.0.1 Make a callback- or promise-based function support both promises and callbacks. INDIRECT 0 1698858765 user-home • 2.0.0 Get the path to the user home directory INDIRECT 1 1434199231 whatwg-url • 5.0.0 An implementation of the WHATWG URL Standard's URL API and parsing machinery INDIRECT 2 1495832201 wrap-ansi • 6.2.0 Wordwrap a string with ANSI escape codes INDIRECT 8 1573488497 yargs • 15.4.1 yargs the modern, pirate-themed, successor to optimist. DIRECT 25 1594420928