argparse • 1.0.10 Very powerful CLI arguments parser. Native port of argparse - python's options parsing library INDIRECT 1 1518704641 array-find-index • 1.0.2 ES2015 `Array#findIndex()` ponyfill INDIRECT 0 1475224789 async • 1.5.2 Higher-order functions and common patterns for asynchronous code INDIRECT 0 1452211412 balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 1617713469 brace-expansion • 1.1.16 Brace expansion as known from sh/bash INDIRECT 2 1783492494 camelcase-keys • 2.1.0 Convert object keys to camelCase INDIRECT 2 1458051724 camelcase • 2.1.1 Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar INDIRECT 0 1457803836 concat-map • 0.0.1 concatenative mapdashery INDIRECT 0 1391051195 currently-unhandled • 0.4.1 Track the list of currently unhandled promise rejections. INDIRECT 1 1464866115 dateformat • 1.0.12 A node.js package for Steven Levithan's excellent dateFormat() function. DIRECT 48 1447915226 decamelize • 1.2.0 Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow INDIRECT 0 1457167750 deep-is • 0.1.4 node's assert.deepEqual algorithm except for NaN being equal to NaN INDIRECT 0 1630774520 error-ex • 1.3.4 Easy error subclassing and stack customization INDIRECT 1 1757948321 es-errors • 1.3.0 A simple cache for a few of the JS Error constructors. INDIRECT 0 1707120351 fast-levenshtein • 2.0.6 Efficient implementation of Levenshtein algorithm with locale-specific collator support. INDIRECT 0 1482873307 find-up • 1.1.2 Find a file by walking up parent directories INDIRECT 3 1457199957 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 get-stdin • 4.0.1 Easier stdin INDIRECT 0 1421761124 handlebars • 4.7.9 Handlebars provides the power necessary to let you build semantic templates effectively with no frustration INDIRECT 5 1774557999 has-flag • 1.0.0 Check if argv has a specific flag INDIRECT 0 1436309034 hasown • 2.0.4 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1779991899 indent-string • 2.1.0 Indent each line in a string INDIRECT 2 1440160512 is-arrayish • 0.2.1 Determines if an object can be used as an array INDIRECT 0 1441062170 is-core-module • 2.16.2 Is this specifier a node.js core module? INDIRECT 2 1778002489 is-finite • 1.1.0 ES2015 Number.isFinite() ponyfill INDIRECT 0 1581060978 is-utf8 • 0.2.1 Detect if a buffer is utf8 encoded. INDIRECT 0 1450497862 js-yaml • 3.15.0 YAML 1.2 parser and serializer INDIRECT 3 1782515561 levn • 0.3.0 Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible INDIRECT 2 1451368623 load-json-file • 1.1.0 Read and parse a JSON file INDIRECT 9 1447529426 lodash • 4.18.1 Lodash modular utilities. DIRECT 0 1775077280 loud-rejection • 1.6.0 Make unhandled promise rejections fail loudly instead of the default silent fail INDIRECT 3 1467583454 map-obj • 1.0.1 Map object keys and values into a new object INDIRECT 0 1430589766 meow • 3.7.0 CLI app helper INDIRECT 47 1451917249 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 mkdirp • 0.5.6 Recursively mkdir, like `mkdir -p` INDIRECT 1 1647992895 neo-async • 2.6.2 Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster INDIRECT 0 1594319033 object-assign • 4.1.1 ES2015 `Object.assign()` ponyfill INDIRECT 0 1484580915 optionator • 0.8.3 option parsing and help generation INDIRECT 6 1573077339 parse-json • 2.2.0 Parse JSON with more helpful errors INDIRECT 2 1441038990 path-exists • 2.1.0 Check if a path exists INDIRECT 2 1447509322 path-is-absolute • 1.0.1 Node.js 0.12 path.isAbsolute() ponyfill INDIRECT 0 1475210523 path-parse • 1.0.7 Node.js path.parse() ponyfill INDIRECT 0 1621947457 path-type • 1.1.0 Check if a path is a file, directory, or symlink INDIRECT 4 1447529941 pify • 2.3.0 Promisify a callback-style function INDIRECT 0 1445865378 pinkie-promise • 2.0.1 ES2015 Promise ponyfill INDIRECT 1 1460309840 pinkie • 2.0.4 Itty bitty little widdle twinkie pinkie ES2015 Promise implementation INDIRECT 0 1454324926 prelude-ls • 1.1.2 prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript. INDIRECT 0 1431657754 read-pkg-up • 1.0.1 Read the closest package.json file INDIRECT 29 1441258020 read-pkg • 1.1.0 Read a package.json file INDIRECT 26 1441446710 redent • 1.0.0 Strip redundant indentation and indent the string INDIRECT 5 1443524087 repeating • 2.0.1 Repeat a string - fast INDIRECT 1 1460395967 resolve • 1.1.7 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 0 1453598479 resolve • 1.22.12 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 6 1775929295 spdx-expression-parse • 3.0.1 parse SPDX license expressions INDIRECT 2 1589386366 strip-bom • 2.0.0 Strip UTF-8 byte order mark (BOM) from a string/buffer INDIRECT 1 1435583611 strip-indent • 1.0.1 Strip leading whitespace from every line in a string INDIRECT 1 1424109734 supports-color • 3.2.3 Detect whether a terminal supports color INDIRECT 1 1484526472 supports-preserve-symlinks-flag • 1.0.0 Determine if the current node version supports the `--preserve-symlinks` flag. INDIRECT 0 1641194576 trim-newlines • 1.0.0 Trim newlines from the start and/or end of a string INDIRECT 0 1443518907 type-check • 0.3.2 type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax. INDIRECT 1 1451367981 word-wrap • 1.2.5 Wrap words to a specified length. INDIRECT 0 1690036658 wordwrap • 1.0.0 Wrap those words. Show them at what columns to start and stop. INDIRECT 0 1431018445