@mrmlnc/readdir-enhanced • 2.2.1 fs.readdir with sync, async, and streaming APIs + filtering, recursion, absolute paths, etc. INDIRECT 2 1518542539 @nodelib/fs.stat • 1.1.3 Get the status of a file with some features INDIRECT 0 1541179600 ansi-escapes • 3.2.0 ANSI escape codes for manipulating the terminal INDIRECT 0 1548646619 ansi-regex • 3.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 1648387784 ansi-regex • 4.1.1 Regular expression for matching ANSI escape codes INDIRECT 0 1647054538 ansi-styles • 3.2.1 ANSI escape codes for styling strings in the terminal INDIRECT 2 1519983600 arr-diff • 4.0.0 Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons. INDIRECT 0 1492143089 arr-flatten • 1.1.0 Recursively flatten an array or arrays. INDIRECT 0 1499280631 arr-union • 3.1.0 Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons. INDIRECT 0 1456232080 array-union • 1.0.2 Create an array of unique values, in order, from the input arrays INDIRECT 1 1466079412 array-uniq • 1.0.3 Create an array without duplicates INDIRECT 0 1466079719 array-unique • 0.3.2 Remove duplicate values from an array. Fastest ES5 implementation. INDIRECT 0 1470012889 arrify • 1.0.1 Convert a value to an array INDIRECT 0 1449683318 assign-symbols • 1.0.0 Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method. INDIRECT 0 1513723534 balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 1617713469 base • 0.11.2 base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`. INDIRECT 44 1504834552 brace-expansion • 1.1.11 Brace expansion as known from sh/bash INDIRECT 2 1518248542 braces • 2.3.2 Bash-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. INDIRECT 70 1523197311 cache-base • 1.0.1 Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects. INDIRECT 28 1500744368 call-me-maybe • 1.0.2 Let your JS API users either give you a callback or receive a promise INDIRECT 0 1667186952 chalk • 2.4.2 Terminal string styling done right DIRECT 6 1546703152 chardet • 0.7.0 Character detector INDIRECT 0 1534546710 class-utils • 0.3.6 Utils for working with JavaScript classes and prototype methods. INDIRECT 13 1515682163 cli-cursor • 2.1.0 Toggle the CLI cursor INDIRECT 4 1483990810 clone-buffer • 1.0.0 Easier Buffer cloning in node. INDIRECT 0 1474782560 clone-stats • 1.0.0 Safely clone node's fs.Stats instances without losing their class methods INDIRECT 0 1463448821 clone • 2.1.2 deep cloning of objects and arrays INDIRECT 0 1521666430 cloneable-readable • 1.1.3 Clone a Readable stream, safely INDIRECT 8 1558805510 collection-visit • 1.0.0 Visit a method over the items in an object, or map visit over the objects in an array. INDIRECT 3 1491775231 color-convert • 1.9.3 Plain color conversion functions INDIRECT 1 1535434359 color-name • 1.1.3 A list of color names and its values INDIRECT 0 1500157028 component-emitter • 1.3.1 Event emitter INDIRECT 0 1700168232 concat-map • 0.0.1 concatenative mapdashery INDIRECT 0 1391051195 copy-descriptor • 0.1.1 Copy a descriptor from object A to object B INDIRECT 0 1465497125 core-util-is • 1.0.3 The `util.is*` functions introduced in Node v0.12. INDIRECT 0 1630420536 cross-spawn • 6.0.6 Cross platform child_process#spawn and child_process#spawnSync DIRECT 7 1731939694 debug • 2.6.9 small debugging utility INDIRECT 1 1506087155 debug • 3.2.7 small debugging utility DIRECT 1 1605790637 decode-uri-component • 0.2.2 A better decodeURIComponent INDIRECT 0 1669918979 define-property • 0.2.5 Define a non-enumerable property on an object. INDIRECT 5 1441002670 define-property • 1.0.0 Define a non-enumerable property on an object. INDIRECT 5 1492669183 define-property • 2.0.2 Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty. INDIRECT 6 1516998262 dir-glob • 2.0.0 Convert directories to glob compatible strings INDIRECT 3 1500913980 escape-string-regexp • 1.0.5 Escape RegExp special characters DIRECT 0 1456059317 expand-brackets • 2.1.4 Expand POSIX bracket expressions (character classes) in glob patterns. INDIRECT 63 1481570590 extend-shallow • 2.0.1 Extend an object with the properties of additional objects. node.js/javascript util. INDIRECT 1 1437089316 extend-shallow • 3.0.2 Extend an object with the properties of additional objects. node.js/javascript util. INDIRECT 4 1513797098 external-editor • 3.1.0 Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT INDIRECT 5 1562602033 extglob • 2.0.4 Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns. INDIRECT 66 1515795087 fast-glob • 2.2.7 Is a faster `node-glob` alternative INDIRECT 91 1558178841 figures • 2.0.0 Unicode symbols with Windows CMD fallbacks INDIRECT 1 1476763140 fill-range • 4.0.0 Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex` INDIRECT 7 1492928235 first-chunk-stream • 2.0.0 Transform the first chunk in a stream INDIRECT 8 1442766671 for-in • 1.0.2 Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js INDIRECT 0 1488298376 fragment-cache • 0.2.1 A cache for managing namespaced sub-caches INDIRECT 1 1489523818 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 get-value • 2.0.6 Use property paths (`a.b.c`) to get a nested value from an object. INDIRECT 0 1466238469 globby • 8.0.2 Extends `glob` with support for multiple patterns and exposes a Promise API DIRECT 111 1547029526 grouped-queue • 0.3.3 In memory queue system prioritizing tasks DIRECT 1 1479601365 has-flag • 3.0.0 Check if argv has a specific flag INDIRECT 0 1514920916 has-value • 0.3.1 Returns true if a value exists, false if empty. Works with deeply nested values using object paths. INDIRECT 4 1459091936 has-value • 1.0.0 Returns true if a value exists, false if empty. Works with deeply nested values using object paths. INDIRECT 7 1495221084 has-values • 0.1.4 Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. INDIRECT 0 1459080712 has-values • 1.0.0 Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. INDIRECT 4 1495219419 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1710092305 iconv-lite • 0.4.24 Convert character encodings in pure javascript. INDIRECT 1 1534969392 ignore • 3.3.10 Ignore is a manager and filter for .gitignore rules. INDIRECT 0 1529546818 inquirer • 6.5.2 A collection of common interactive command line user interfaces. DIRECT 33 1566531550 is-accessor-descriptor • 1.0.1 Returns true if a value has the characteristics of a valid JavaScript accessor descriptor. INDIRECT 2 1698341900 is-buffer • 1.1.6 Determine if an object is a Buffer INDIRECT 0 1508967388 is-data-descriptor • 1.0.1 Returns true if a value has the characteristics of a valid JavaScript data descriptor. INDIRECT 2 1698341839 is-descriptor • 0.1.7 Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors. INDIRECT 4 1698382146 is-descriptor • 1.0.3 Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors. INDIRECT 4 1698369740 is-extendable • 0.1.1 Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?" INDIRECT 0 1436050211 is-extendable • 1.0.1 Returns true if a value is a plain object, array or function. INDIRECT 2 1505162306 is-extglob • 2.1.1 Returns true if a string has an extglob. INDIRECT 0 1481429064 is-fullwidth-code-point • 2.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0 1474526569 is-glob • 3.1.0 Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet INDIRECT 1 1476311827 is-glob • 4.0.3 Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet INDIRECT 1 1632934367 is-number • 3.0.0 Returns true if the value is a number. comprehensive tests. INDIRECT 2 1473555090 is-plain-object • 2.0.4 Returns true if an object was created by the `Object` constructor. INDIRECT 1 1499812870 is-scoped • 1.0.0 Check if a string is a scoped npm package name DIRECT 1 1490177629 is-utf8 • 0.2.1 Detect if a buffer is utf8 encoded. INDIRECT 0 1450497862 is-windows • 1.0.2 Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc. INDIRECT 0 1518593803 isarray • 1.0.0 Array#isArray for older browsers INDIRECT 0 1449741907 isobject • 2.1.0 Returns true if the value is an object and not an array or null. INDIRECT 1 1461618427 isobject • 3.0.1 Returns true if the value is an object and not an array or null. INDIRECT 0 1498846770 kind-of • 3.2.2 Get the native type of a value. INDIRECT 1 1494958901 kind-of • 4.0.0 Get the native type of a value. INDIRECT 1 1495218192 kind-of • 6.0.3 Get the native type of a value. INDIRECT 0 1579193959 lodash • 4.17.21 Lodash modular utilities. DIRECT 0 1613835736 log-symbols • 2.2.0 Colored symbols for various log levels. Example: ✔︎ Success DIRECT 7 1516578275 map-cache • 0.2.2 Basic cache object for storing key-value pairs. INDIRECT 0 1462877476 map-visit • 1.0.0 Map `visit` over an array of objects. INDIRECT 2 1491774215 mem-fs • 1.2.0 Simple in-memory vinyl file store DIRECT 27 1590987191 merge2 • 1.4.1 Merge multiple streams into one stream in sequence or parallel. INDIRECT 0 1591169950 micromatch • 3.1.10 Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. INDIRECT 80 1521747889 mimic-fn • 1.2.0 Make a function mimic another one INDIRECT 0 1517542098 mixin-deep • 1.3.2 Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone. INDIRECT 4 1561408427 ms • 2.0.0 Tiny milisecond conversion utility INDIRECT 0 1494937566 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 nanomatch • 1.2.13 Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces) INDIRECT 68 1530104561 nice-try • 1.0.5 Tries to execute a function and discards any error that occurs INDIRECT 0 1535223789 object-copy • 0.1.0 Copy static properties, prototype properties, and descriptors from one object to another. INDIRECT 9 1465495670 object-visit • 1.0.1 Call a specified method on each value in the given object. INDIRECT 1 1496118321 object.pick • 1.3.0 Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore. INDIRECT 1 1503110074 onetime • 2.0.1 Ensure a function is only called once INDIRECT 1 1489980257 os-tmpdir • 1.0.2 Node.js os.tmpdir() ponyfill INDIRECT 0 1475211274 pascalcase • 0.1.1 Convert a string to pascal-case. INDIRECT 0 1449267152 path-dirname • 1.0.2 Node.js path.dirname() ponyfill INDIRECT 0 1476811623 path-is-absolute • 1.0.1 Node.js 0.12 path.isAbsolute() ponyfill INDIRECT 0 1475210523 path-key • 2.0.1 Get the PATH environment variable key cross-platform INDIRECT 0 1474887353 path-type • 3.0.0 Check if a path is a file, directory, or symlink INDIRECT 1 1499554858 pify • 2.3.0 Promisify a callback-style function INDIRECT 0 1445865378 pify • 3.0.0 Promisify a callback-style function INDIRECT 0 1495952728 posix-character-classes • 0.1.1 POSIX character classes for creating regular expressions. INDIRECT 0 1492663376 process-nextick-args • 2.0.1 process.nextTick but always with args INDIRECT 0 1560976479 readable-stream • 2.3.8 Streams3, a user-land copy of the stream library from Node.js INDIRECT 7 1677146646 readable-stream • 3.6.2 Streams3, a user-land copy of the stream library from Node.js INDIRECT 4 1678438954 regex-not • 1.0.2 Create a javascript regular expression for matching everything except for the given string. INDIRECT 7 1519093874 repeat-element • 1.1.4 Create an array by repeating the given value n times. INDIRECT 0 1617837181 repeat-string • 1.6.1 Repeat the given string n times. Fastest implementation for repeating a string. INDIRECT 0 1477241640 replace-ext • 1.0.1 Replaces a file extension with another one INDIRECT 0 1588547348 resolve-url • 0.2.1 Like Node.js’ `path.resolve`/`url.resolve` for the browser. INDIRECT 0 1393354130 restore-cursor • 2.0.0 Gracefully restore the CLI cursor on exit INDIRECT 3 1483989431 ret • 0.1.15 Tokenizes a string that represents a regular expression. INDIRECT 0 1502337232 run-async • 2.4.1 Utility method to run function either synchronously or asynchronously using the common `this.async()` style. INDIRECT 0 1587966009 safe-buffer • 5.1.2 Safer Node.js Buffer API INDIRECT 0 1524687024 safe-buffer • 5.2.1 Safer Node.js Buffer API INDIRECT 0 1589128650 safe-regex • 1.1.0 detect possibly catastrophic, exponential-time regular expressions INDIRECT 1 1426725021 safer-buffer • 2.1.2 Modern Buffer API polyfill without footguns INDIRECT 0 1523184162 scoped-regex • 1.0.0 Regular expression for matching scoped npm package names INDIRECT 0 1490177067 set-value • 2.0.1 Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths. INDIRECT 8 1561410377 shebang-command • 1.2.0 Get the command from a shebang INDIRECT 1 1474530106 shebang-regex • 1.0.0 Regular expression for matching a shebang INDIRECT 0 1424150698 slash • 1.0.0 Convert Windows backslash paths to slash paths INDIRECT 0 1407924902 snapdragon-node • 2.1.1 Snapdragon utility for creating a new AST node in custom code, such as plugins. INDIRECT 10 1498392257 snapdragon-util • 3.0.1 Utilities for the snapdragon parser/compiler. INDIRECT 2 1498384000 snapdragon • 0.8.2 Fast, pluggable and easy-to-use parser-renderer factory. INDIRECT 56 1520776598 source-map-resolve • 0.5.3 Resolve the source map and/or sources for a generated file. INDIRECT 5 1577561795 source-map-url • 0.4.1 Tools for working with sourceMappingURL comments. INDIRECT 0 1612210494 split-string • 3.1.0 Split a string on a character except when the character is escaped. INDIRECT 5 1511106895 static-extend • 0.1.2 Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors. INDIRECT 10 1465497937 string_decoder • 1.1.1 The string_decoder module from Node core INDIRECT 1 1522397655 string_decoder • 1.3.0 The string_decoder module from Node core INDIRECT 1 1565169636 string-width • 2.1.1 Get the visual width of a string - the number of columns required to display it INDIRECT 3 1500376155 strip-ansi • 4.0.0 Strip ANSI escape codes DIRECT 1 1497986906 strip-ansi • 5.2.0 Strip ANSI escape codes from a string INDIRECT 1 1552898778 strip-bom-buf • 1.0.0 Strip UTF-8 byte order mark (BOM) from a buffer INDIRECT 1 1462032551 strip-bom-stream • 2.0.0 Strip UTF-8 byte order mark (BOM) from a stream INDIRECT 11 1448265881 strip-bom • 2.0.0 Strip UTF-8 byte order mark (BOM) from a string/buffer INDIRECT 1 1435583611 supports-color • 5.5.0 Detect whether a terminal supports color INDIRECT 1 1534739857 text-table • 0.2.0 borderless text tables with alignment DIRECT 0 1380945086 through • 2.3.8 simplified stream construction INDIRECT 0 1435930719 through2 • 3.0.2 A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise INDIRECT 5 1592965529 tmp • 0.0.33 Temporary file and directory creator INDIRECT 1 1502530219 to-object-path • 0.3.0 Create an object path from a list or array of strings. INDIRECT 2 1454259578 to-regex-range • 2.1.1 Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions. INDIRECT 4 1493300070 to-regex • 3.0.2 Generate a regex from a string or array of strings. INDIRECT 14 1519460972 union-value • 1.0.1 Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation. INDIRECT 11 1561410587 unset-value • 1.0.0 Delete nested properties from an object using dot notation. INDIRECT 6 1488061635 untildify • 3.0.3 Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev DIRECT 0 1526719322 urix • 0.1.0 Makes Windows-style paths more unix and URI friendly. INDIRECT 0 1393707752 use • 3.1.1 Easily add plugin support to your node.js application. INDIRECT 0 1531415621 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 vinyl-file • 3.0.0 Create a vinyl file from an actual file INDIRECT 22 1484314553 vinyl • 2.2.1 Virtual file format. INDIRECT 14 1600752591