@babel/code-frame • 7.0.0-beta.46 Generate errors that contain a code frame that point to source locations. INDIRECT 10 1524457808 @babel/highlight • 7.0.0-beta.46 Syntax highlight JavaScript strings for output in terminals. INDIRECT 9 1524457791 @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 address • 1.0.3 Get current machine IP, MAC and DNS servers. INDIRECT 0 1503567347 ansi-escapes • 3.2.0 ANSI escape codes for manipulating the terminal INDIRECT 0 1548646619 ansi-regex • 2.1.1 Regular expression for matching ANSI escape codes INDIRECT 0 1484363379 ansi-regex • 3.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 1648387784 ansi-styles • 2.2.1 ANSI escape codes for styling strings in the terminal INDIRECT 0 1459197318 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-filter • 0.0.1 Array#filter for older browsers. INDIRECT 0 1387961744 array-map • 0.0.1 `[].map(f)` for older browsers INDIRECT 0 1665561548 array-reduce • 0.0.0 `[].reduce()` for old browsers INDIRECT 0 1387932878 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 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.14 Brace expansion as known from sh/bash INDIRECT 2 1775913902 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 browserslist • 3.2.6 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset INDIRECT 2 1524706872 buffer-from • 0.1.2 A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available. INDIRECT 0 1520881959 builtins • 1.0.3 List of node.js builtin modules INDIRECT 0 1445769576 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 • 1.1.3 Terminal string styling done right. Much color. DIRECT 6 1459210604 chalk • 2.4.1 Terminal string styling done right INDIRECT 6 1524719751 chalk • 2.4.2 Terminal string styling done right INDIRECT 6 1546703152 chardet • 0.4.2 Character detector INDIRECT 0 1511730123 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 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 commander • 2.20.3 the complete solution for node.js command-line programs DIRECT 0 1570772424 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 • 4.0.2 Cross platform child_process#spawn and child_process#spawnSync DIRECT 5 1474803801 cross-spawn • 6.0.5 Cross platform child_process#spawn and child_process#spawnSync INDIRECT 7 1520032527 debug • 2.6.9 small debugging utility INDIRECT 1 1506087155 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 detect-port-alt • 1.1.6 detect available port INDIRECT 3 1522799790 dir-glob • 2.2.2 Convert directories to glob compatible strings INDIRECT 2 1548007139 duplexer • 0.1.2 Creates a duplex stream INDIRECT 0 1597220839 envinfo • 5.4.0 Info about your dev environment for debugging purposes DIRECT 0 1524973179 escape-string-regexp • 1.0.5 Escape RegExp special characters INDIRECT 0 1456059317 eventsource • 0.1.6 W3C compliant EventSource client for Node.js INDIRECT 4 1423470402 expand-brackets • 2.1.4 Expand POSIX bracket expressions (character classes) in glob patterns. INDIRECT 63 1481570590 expand-tilde • 2.0.2 Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd. INDIRECT 2 1481174957 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 • 2.2.0 Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT INDIRECT 5 1522681453 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 find-file-up • 1.0.2 Find a file, starting with the given cwd and recursively searching up one directory until it's found (or we run out of directories). Async and sync. INDIRECT 10 1495254044 find-pkg • 1.0.0 Find the first directory with a package.json, recursing up, starting with the given directory. Similar to look-up but does not support globs and only searches for package.json. Async and sync. INDIRECT 11 1495254204 find-up • 2.1.0 Find a file by walking up parent directories INDIRECT 5 1480684911 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 fs-extra • 5.0.0 fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf. DIRECT 3 1513013407 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 global-modules • 1.0.0 The directory used by npm for globally installed npm modules. INDIRECT 9 1498632360 global-prefix • 1.0.2 Get the npm global path prefix. INDIRECT 7 1501978530 globby • 8.0.1 Extends `glob` with support for multiple patterns and exposes a Promise API INDIRECT 110 1518849395 gzip-size • 4.1.0 Get the gzipped size of a string or buffer INDIRECT 2 1511361225 has-ansi • 2.0.0 Check if a string has ANSI escape codes INDIRECT 1 1435681054 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.3 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1776463926 homedir-polyfill • 1.0.3 Node.js os.homedir polyfill for older versions of node.js. INDIRECT 1 1550774527 http-parser-js • 0.5.10 A pure JS HTTP parser for node. INDIRECT 0 1744121547 hyperquest • 2.1.3 make streaming http requests DIRECT 10 1516748027 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 • 5.1.0 A collection of common interactive command line user interfaces. INDIRECT 31 1517847121 is-accessor-descriptor • 1.0.2 Returns true if a value has the characteristics of a valid JavaScript accessor descriptor. INDIRECT 2 1778388724 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.8 Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors. INDIRECT 4 1778456988 is-descriptor • 1.0.4 Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors. INDIRECT 4 1778456530 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-root • 1.0.0 Check if the process is running as root user, eg. started with `sudo`. INDIRECT 0 1407949837 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 is-wsl • 1.1.0 Check if the process is running inside Windows Subsystem for Linux (Bash on Windows) INDIRECT 0 1492407587 isarray • 0.0.1 Array#isArray for older browsers INDIRECT 0 1369676435 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 js-tokens • 3.0.2 A regex that tokenizes JavaScript. INDIRECT 0 1498683257 json3 • 3.3.3 A JSON polyfill for older JavaScript platforms. INDIRECT 0 1558998702 jsonfile • 4.0.0 Easily read/write JSON files. INDIRECT 1 1505244119 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 locate-path • 2.0.0 Get the first path that exists on disk of multiple paths INDIRECT 4 1480310853 lodash • 4.18.1 Lodash modular utilities. INDIRECT 0 1775077280 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 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 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 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 mkdirp • 0.5.6 Recursively mkdir, like `mkdir -p` INDIRECT 1 1647992895 ms • 2.0.0 Tiny milisecond conversion utility INDIRECT 0 1494937566 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 opn • 5.3.0 A better node-open. Opens stuff like websites, files, executables. Cross-platform. INDIRECT 1 1521043017 original • 1.0.2 Generate the origin from an URL or check if two URL/Origins are the same INDIRECT 3 1533570221 os-tmpdir • 1.0.2 Node.js os.tmpdir() ponyfill INDIRECT 0 1475211274 p-limit • 1.3.0 Run multiple promise-returning & async functions with limited concurrency INDIRECT 1 1528300898 p-locate • 2.0.0 Get the first fulfilled promise that satisfies the provided testing function INDIRECT 2 1480310721 p-try • 1.0.0 `Promise#try()` ponyfill - Starts a promise chain INDIRECT 0 1477030603 parse-passwd • 1.0.0 Parse a passwd file into a list of users. INDIRECT 0 1476899026 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-exists • 3.0.0 Check if a path exists INDIRECT 0 1462103093 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 • 3.0.0 Promisify a callback-style function INDIRECT 0 1495952728 pkg-up • 2.0.0 Find the closest package.json file INDIRECT 6 1493911467 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 querystringify • 2.2.0 Querystringify - Small, simple but powerful query string parser. INDIRECT 0 1597688326 react-dev-utils • 6.0.0-next.a671462c Webpack utilities used by Create React App DIRECT 204 1535123471 react-error-overlay • 5.0.0-next.a671462c An overlay for displaying stack frames. INDIRECT 0 1535123533 readable-stream • 1.0.34 Streams2, a user-land copy of the stream library from Node.js v0.10.x INDIRECT 4 1460562524 readable-stream • 1.1.14 Streams3, a user-land copy of the stream library from Node.js v0.11.x INDIRECT 4 1460563294 readable-stream • 2.3.8 Streams3, a user-land copy of the stream library from Node.js INDIRECT 7 1677146646 recursive-readdir • 2.2.2 Get an array of all files in a directory and subdirectories. INDIRECT 4 1519249577 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 requires-port • 1.0.0 Check if a protocol requires a certain port number to be added to an URL. INDIRECT 0 1446216153 resolve-dir • 1.0.1 Resolve a directory that is either local, global or in the user's home directory. INDIRECT 9 1501976992 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 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 shell-quote • 1.6.1 quote and parse shell commands INDIRECT 4 1466196192 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 sockjs-client • 1.1.5 SockJS-client is a browser JavaScript library that provides a WebSocket-like object. INDIRECT 14 1527637016 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 • 0.10.31 The string_decoder module from Node core INDIRECT 0 1408767919 string_decoder • 1.1.1 The string_decoder module from Node core INDIRECT 1 1522397655 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 • 3.0.1 Strip ANSI escape codes INDIRECT 1 1456057282 strip-ansi • 4.0.0 Strip ANSI escape codes INDIRECT 1 1497986906 supports-color • 2.0.0 Detect whether a terminal supports color INDIRECT 0 1435705114 supports-color • 5.5.0 Detect whether a terminal supports color INDIRECT 1 1534739857 symbol-observable • 1.0.1 Symbol.observable ponyfill INDIRECT 0 1465973765 text-table • 0.2.0 borderless text tables with alignment INDIRECT 0 1380945086 through • 2.3.8 simplified stream construction INDIRECT 0 1435930719 through2 • 0.6.5 A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise INDIRECT 6 1428601327 tmp • 0.0.33 Temporary file and directory creator DIRECT 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 universalify • 0.1.2 Make a callback- or promise-based function support both promises and callbacks. INDIRECT 0 1529493431 unset-value • 1.0.0 Delete nested properties from an object using dot notation. INDIRECT 6 1488061635 urix • 0.1.0 Makes Windows-style paths more unix and URI friendly. INDIRECT 0 1393707752 url-parse • 1.5.10 Small footprint URL parser that works seamlessly across Node.js and browser environments INDIRECT 2 1645544943 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 xtend • 4.0.2 extend like a boss INDIRECT 0 1562592945