absolute-path • 0.0.0 Node.js 0.11.x path.isAbsolute as a separate module INDIRECT 0 1395084413 accepts • 1.2.13 Higher-level content negotiation INDIRECT 3 1441594741 accepts • 1.3.8 Higher-level content negotiation INDIRECT 3 1643845928 ajv • 6.12.6 Another JSON Schema Validator INDIRECT 5 1602349300 align-text • 0.1.4 Align the text in a string. INDIRECT 4 1454377857 ansi-escapes • 1.4.0 ANSI escape codes for manipulating the terminal INDIRECT 0 1460925439 ansi-gray • 0.1.1 The color gray, in ansi. INDIRECT 1 1432259876 ansi-regex • 2.1.1 Regular expression for matching ANSI escape codes INDIRECT 0 1484363379 ansi-styles • 2.2.1 ANSI escape codes for styling strings in the terminal INDIRECT 0 1459197318 ansi-wrap • 0.1.0 Create ansi colors by passing the open and close codes. INDIRECT 0 1432259000 ansi • 0.3.1 Advanced ANSI formatting tool for Node.js INDIRECT 0 1452816465 arr-diff • 2.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 1 1449375974 arr-flatten • 1.1.0 Recursively flatten an array or arrays. INDIRECT 0 1499280631 array-differ • 1.0.0 Create an array with values that are present in the first input array but not additional ones INDIRECT 0 1407923423 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-uniq • 1.0.3 Create an array without duplicates INDIRECT 0 1466079719 array-unique • 0.2.1 Return an array free of duplicate values. Fastest ES5 implementation. INDIRECT 0 1427255229 art • 0.10.3 Cross-browser Vector Graphics INDIRECT 0 1531414592 asap • 2.0.6 High-priority task queue for Node.js and browsers INDIRECT 0 1499700096 asn1 • 0.2.6 Contains parsers and serializers for ASN.1 (currently BER only) INDIRECT 1 1635986788 assert-plus • 1.0.0 Extra assertions on top of node's assert module INDIRECT 0 1453921418 async • 0.2.10 Higher-order functions and common patterns for asynchronous code INDIRECT 0 1390494237 async • 2.6.4 Higher-order functions and common patterns for asynchronous code INDIRECT 1 1649891255 asynckit • 0.4.0 Minimal async jobs utility library, with streams support INDIRECT 0 1465928945 aws4 • 1.13.2 Signs and prepares requests using AWS Signature Version 4 INDIRECT 0 1724831030 babel-code-frame • 6.26.0 Generate errors that contain a code frame that point to source locations. INDIRECT 9 1502898849 babel-core • 6.26.3 Babel compiler core. INDIRECT 50 1524822424 babel-generator • 6.26.1 Turns an AST into code. INDIRECT 14 1517672520 babel-helper-builder-react-jsx • 6.26.0 Helper function to build react jsx INDIRECT 7 1502898854 babel-helper-call-delegate • 6.24.1 Helper function to call delegate INDIRECT 26 1491578352 babel-helper-define-map • 6.26.0 Helper function to define a map INDIRECT 28 1502898854 babel-helper-function-name • 6.24.1 Helper function to change the property 'name' of every function INDIRECT 27 1491578370 babel-helper-get-function-arity • 6.24.1 Helper function to get function arity INDIRECT 7 1491578347 babel-helper-hoist-variables • 6.24.1 Helper function to hoist variables INDIRECT 7 1491578348 babel-helper-optimise-call-expression • 6.24.1 Helper function to optimise call expression INDIRECT 7 1491578348 babel-helper-regex • 6.26.0 Helper function to check for literal RegEx INDIRECT 7 1502898854 babel-helper-remap-async-to-generator • 6.24.1 Helper function to remap async functions to generators INDIRECT 28 1491578371 babel-helper-replace-supers • 6.24.1 Helper function to replace supers INDIRECT 27 1491578359 babel-helpers • 6.24.1 Collection of helper functions used by Babel transforms. INDIRECT 26 1491578362 babel-messages • 6.23.0 Collection of debug messages used by Babel. INDIRECT 3 1487027061 babel-plugin-check-es2015-constants • 6.22.0 Compile ES2015 constants to ES5 INDIRECT 3 1484872420 babel-plugin-external-helpers • 6.22.0 This plugin contains helper functions that’ll be placed at the top of the generated code INDIRECT 3 1484872422 babel-plugin-react-transform • 2.0.2 Babel plugin to instrument React components with custom transforms INDIRECT 1 1457141471 babel-plugin-syntax-async-functions • 6.13.0 Allow parsing of async functions INDIRECT 0 1470353694 babel-plugin-syntax-class-properties • 6.13.0 Allow parsing of class properties INDIRECT 0 1470353697 babel-plugin-syntax-flow • 6.18.0 Allow parsing of the flow syntax INDIRECT 0 1477343938 babel-plugin-syntax-jsx • 6.18.0 Allow parsing of jsx INDIRECT 0 1477343938 babel-plugin-syntax-object-rest-spread • 6.13.0 Allow parsing of object rest/spread INDIRECT 0 1470353703 babel-plugin-syntax-trailing-function-commas • 6.22.0 Compile trailing function commas to ES5 INDIRECT 0 1484872422 babel-plugin-transform-async-to-generator • 6.16.0 Turn async functions into ES2015 generators INDIRECT 30 1475091534 babel-plugin-transform-class-properties • 6.24.1 This plugin transforms static class properties as well as properties declared with the property initializer syntax INDIRECT 29 1491578373 babel-plugin-transform-es2015-arrow-functions • 6.22.0 Compile ES2015 arrow functions to ES5 INDIRECT 3 1484872429 babel-plugin-transform-es2015-block-scoped-functions • 6.22.0 Babel plugin to ensure function declarations at the block level are block scoped INDIRECT 3 1484872428 babel-plugin-transform-es2015-block-scoping • 6.26.0 Compile ES2015 block scoping (const and let) to ES5 INDIRECT 26 1502898859 babel-plugin-transform-es2015-classes • 6.24.1 Compile ES2015 classes to ES5 INDIRECT 31 1491578377 babel-plugin-transform-es2015-computed-properties • 6.24.1 Compile ES2015 computed properties to ES5 INDIRECT 26 1491578362 babel-plugin-transform-es2015-destructuring • 6.23.0 Compile ES2015 destructuring to ES5 INDIRECT 3 1487027061 babel-plugin-transform-es2015-for-of • 6.23.0 Compile ES2015 for...of to ES5 INDIRECT 3 1487027063 babel-plugin-transform-es2015-function-name • 6.24.1 Apply ES2015 function.name semantics to all functions INDIRECT 28 1491578373 babel-plugin-transform-es2015-literals • 6.22.0 Compile ES2015 unicode string and number literals to ES5 INDIRECT 3 1484872434 babel-plugin-transform-es2015-modules-commonjs • 6.26.2 This plugin transforms ES2015 modules to CommonJS INDIRECT 27 1524761013 babel-plugin-transform-es2015-object-super • 6.24.1 Compile ES2015 object super to ES5 INDIRECT 28 1491578374 babel-plugin-transform-es2015-parameters • 6.24.1 Compile ES2015 default and rest parameters to ES5 INDIRECT 29 1491578364 babel-plugin-transform-es2015-shorthand-properties • 6.24.1 Compile ES2015 shorthand properties to ES5 INDIRECT 7 1491578351 babel-plugin-transform-es2015-spread • 6.22.0 Compile ES2015 spread to ES5 INDIRECT 3 1484872440 babel-plugin-transform-es2015-sticky-regex • 6.24.1 Compile ES2015 sticky regex to an ES5 RegExp constructor INDIRECT 8 1491578352 babel-plugin-transform-es2015-template-literals • 6.22.0 Compile ES2015 template literals to ES5 INDIRECT 3 1484872443 babel-plugin-transform-es2015-unicode-regex • 6.24.1 Compile ES2015 Unicode regex to ES5 INDIRECT 13 1491578355 babel-plugin-transform-es3-member-expression-literals • 6.22.0 Ensure that reserved words are quoted in property accesses INDIRECT 3 1484872443 babel-plugin-transform-es3-property-literals • 6.22.0 Ensure that reserved words are quoted in object property keys INDIRECT 3 1484872446 babel-plugin-transform-flow-strip-types • 6.22.0 Strip flow type annotations from your output code. INDIRECT 4 1484872448 babel-plugin-transform-object-assign • 6.22.0 Replace Object.assign with an inline helper INDIRECT 3 1484872451 babel-plugin-transform-object-rest-spread • 6.26.0 Compile object rest and spread to ES5 INDIRECT 4 1502898851 babel-plugin-transform-react-display-name • 6.25.0 Add displayName to React.createClass calls INDIRECT 3 1496957345 babel-plugin-transform-react-jsx-source • 6.22.0 Add a __source prop to all JSX Elements INDIRECT 4 1484872458 babel-plugin-transform-react-jsx • 6.24.1 Turn JSX into React function calls INDIRECT 9 1491578354 babel-plugin-transform-regenerator • 6.26.0 Explode async and generator functions into a state machine. INDIRECT 9 1502898849 babel-plugin-transform-strict-mode • 6.24.1 This plugin places a 'use strict'; directive at the top of all files to enable strict mode INDIRECT 7 1491578351 babel-polyfill • 6.26.0 Provides polyfills necessary for a full ES2015+ environment INDIRECT 4 1502898852 babel-preset-es2015-node • 6.1.1 Babel preset for all es2015 plugins needed with latest stable node. INDIRECT 46 1472163308 babel-preset-fbjs • 2.3.0 Babel preset for Facebook projects. INDIRECT 63 1534986126 babel-register • 6.26.0 babel require hook INDIRECT 50 1502898863 babel-runtime • 6.26.0 babel selfContained runtime INDIRECT 2 1502898850 babel-template • 6.26.0 Generate an AST from a string template. INDIRECT 25 1502898857 babel-traverse • 6.26.0 The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes INDIRECT 24 1502898856 babel-types • 6.26.0 Babel Types is a Lodash-esque utility library for AST nodes INDIRECT 6 1502898853 babylon • 6.18.0 A JavaScript parser INDIRECT 0 1502826087 balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 1617713469 base64-js • 0.0.8 Base64 encoding/decoding in pure JS INDIRECT 0 1419994582 base64-js • 1.1.2 Base64 encoding/decoding in pure JS INDIRECT 0 1458813299 base64-js • 1.5.1 Base64 encoding/decoding in pure JS INDIRECT 0 1605123228 basic-auth-connect • 1.0.0 Basic auth middleware for node and connect INDIRECT 0 1389168173 basic-auth • 1.0.4 node.js basic auth parser INDIRECT 0 1462938880 batch • 0.5.3 Simple async batch INDIRECT 0 1443715734 beeper • 1.1.1 Make your terminal beep INDIRECT 0 1478779327 body-parser • 1.13.3 Node.js body parsing middleware INDIRECT 20 1438369484 bplist-creator • 0.0.7 Binary Mac OS X Plist (property list) creator. INDIRECT 1 1472949124 bplist-parser • 0.1.1 Binary plist parser. INDIRECT 1 1447937998 brace-expansion • 1.1.11 Brace expansion as known from sh/bash INDIRECT 2 1518248542 braces • 1.8.5 Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification. INDIRECT 14 1463843582 buffer-from • 1.1.2 A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available. INDIRECT 0 1627578333 bytes • 2.1.0 Utility to parse a string bytes to bytes and vice-versa INDIRECT 0 1432263358 bytes • 2.4.0 Utility to parse a string bytes to bytes and vice-versa INDIRECT 0 1464812474 call-bind-apply-helpers • 1.0.1 Helper functions around Function call/apply/bind, for use in `call-bind` INDIRECT 2 1733726673 call-bind • 1.0.8 Robustly `.call.bind()` a function INDIRECT 14 1733462354 call-bound • 1.0.3 Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. INDIRECT 11 1734310625 camelcase • 1.2.1 Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar INDIRECT 0 1438425493 camelcase • 3.0.0 Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar INDIRECT 0 1462383207 center-align • 0.1.3 Center-align the text in a string. INDIRECT 6 1454366541 chalk • 1.1.3 Terminal string styling done right. Much color. INDIRECT 6 1459210604 cli-cursor • 1.0.2 Toggle the CLI cursor INDIRECT 3 1442584046 clone-stats • 0.0.1 Safely clone node's fs.Stats instances without losing their class methods INDIRECT 0 1389423795 clone • 1.0.4 deep cloning of objects and arrays INDIRECT 0 1521667285 code-point-at • 1.1.0 ES2015 `String#codePointAt()` ponyfill INDIRECT 0 1478169780 combined-stream • 1.0.8 A stream that emits multiple other streams one after another. INDIRECT 1 1557683385 commander • 2.20.3 the complete solution for node.js command-line programs INDIRECT 0 1570772424 compressible • 2.0.18 Compressible Content-Type / mime checking INDIRECT 1 1578286209 compression • 1.5.2 Node.js compression middleware INDIRECT 11 1438313389 concat-map • 0.0.1 concatenative mapdashery INDIRECT 0 1391051195 concat-stream • 1.6.2 writable stream that concatenates strings or binary data and calls a callback with the result INDIRECT 10 1521645450 connect-timeout • 1.6.2 timeout middleware INDIRECT 6 1431408705 connect • 2.30.2 High performance middleware framework INDIRECT 80 1438370826 content-type • 1.0.5 Create and parse HTTP Content-Type header INDIRECT 0 1675020359 convert-source-map • 1.9.0 Converts a source-map from/to different formats and allows adding/changing properties. INDIRECT 0 1665435477 cookie-parser • 1.3.5 cookie parsing with signatures INDIRECT 2 1432086160 cookie-signature • 1.0.6 Sign and unsign cookies INDIRECT 0 1423002195 cookie • 0.1.3 cookie parsing and serialization INDIRECT 0 1432084940 core-js • 1.2.7 Standard library INDIRECT 0 1468790520 core-js • 2.6.12 Standard library INDIRECT 0 1606327727 core-util-is • 1.0.2 The `util.is*` functions introduced in Node v0.12. INDIRECT 0 1447979853 core-util-is • 1.0.3 The `util.is*` functions introduced in Node v0.12. INDIRECT 0 1630420536 crc • 3.3.0 Various CRC JavaScript implementations INDIRECT 0 1433570140 create-react-class • 15.7.0 Legacy API for creating React components. INDIRECT 3 1602800856 cross-spawn • 3.0.1 Cross platform child_process#spawn and child_process#spawnSync INDIRECT 5 1463607515 csrf • 3.0.6 primary logic behind csrf tokens INDIRECT 4 1489549463 csurf • 1.8.3 CSRF token middleware INDIRECT 10 1433985767 dashdash • 1.14.1 A light, featureful and explicit option parsing library. INDIRECT 1 1479854020 dateformat • 2.2.0 A node.js package for Steven Levithan's excellent dateFormat() function. INDIRECT 0 1505980201 debug • 2.2.0 small debugging utility INDIRECT 1 1431242485 debug • 2.6.9 small debugging utility INDIRECT 1 1506087155 decamelize • 1.2.0 Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow INDIRECT 0 1457167750 define-data-property • 1.1.4 Define a data property on an object. Will fall back to assignment in an engine without descriptors. INDIRECT 3 1707843362 delayed-stream • 1.0.0 Buffers events from a stream until you are ready to handle them. INDIRECT 0 1430431829 delegates • 1.0.0 delegate methods and accessors to another property INDIRECT 0 1450122969 denodeify • 1.2.1 Tool to turn functions with Node-style callback APIs into functions that return Promises INDIRECT 0 1423892110 depd • 1.0.1 Deprecate all the things INDIRECT 0 1428429007 depd • 1.1.2 Deprecate all the things INDIRECT 0 1515736023 depd • 2.0.0 Deprecate all the things INDIRECT 0 1540576375 destroy • 1.0.4 destroy a stream if possible INDIRECT 0 1452914045 detect-indent • 4.0.0 Detect the indentation of code INDIRECT 2 1441618681 dunder-proto • 1.0.1 If available, the `Object.prototype.__proto__` accessor and mutator, call-bound INDIRECT 4 1734401567 ecc-jsbn • 0.1.2 ECC JS code based on JSBN INDIRECT 2 1532879660 ee-first • 1.1.1 return the first event in a set of ee/event pairs INDIRECT 0 1432581508 encoding • 0.1.13 Convert encodings, uses iconv-lite INDIRECT 2 1594364531 errno • 0.1.8 libuv errno details exposed INDIRECT 1 1608122763 error-ex • 1.3.2 Easy error subclassing and stack customization INDIRECT 1 1529389232 errorhandler • 1.4.3 Development-only error handler middleware INDIRECT 4 1453094893 es-define-property • 1.0.1 `Object.defineProperty`, but not IE 8's broken one. INDIRECT 0 1733508962 es-errors • 1.3.0 A simple cache for a few of the JS Error constructors. INDIRECT 0 1707120351 es-object-atoms • 1.0.0 ES Object-related atoms: Object, ToObject, RequireObjectCoercible INDIRECT 1 1710656343 escape-string-regexp • 1.0.5 Escape RegExp special characters INDIRECT 0 1456059317 etag • 1.7.0 Create simple ETags INDIRECT 0 1433821134 event-target-shim • 1.1.1 An implementation of W3C EventTarget interface. INDIRECT 0 1450353795 exec-sh • 0.2.2 Execute shell command forwarding all stdio. INDIRECT 1 1530022078 exit-hook • 1.1.1 Run some code when the process exits INDIRECT 0 1409577290 expand-brackets • 0.1.5 Expand POSIX bracket expressions (character classes) in glob patterns. INDIRECT 1 1459554508 expand-range • 1.8.2 Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch. INDIRECT 12 1462440436 express-session • 1.11.3 Simple session middleware for Express INDIRECT 11 1433987770 extend • 3.0.2 Port of jQuery.extend for node.js and the browser INDIRECT 0 1532032091 extglob • 0.3.2 Convert extended globs to regex-compatible strings. Add (almost) the expressive power of regular expressions to glob patterns. INDIRECT 1 1453279498 extsprintf • 1.3.0 extended POSIX-style sprintf INDIRECT 0 1425687180 fancy-log • 1.3.3 Log things, prefixed with a timestamp. INDIRECT 5 1543535708 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 fbjs • 0.8.18 A collection of utility libraries used by other Facebook JS projects INDIRECT 15 1635006098 figures • 1.7.0 Unicode symbols with Windows CMD fallbacks INDIRECT 2 1463504380 filename-regex • 2.0.1 Regular expression for matching file names, with or without extension. INDIRECT 0 1493403380 fill-range • 2.2.4 Fill in a range of numbers or letters, optionally passing an increment or multiplier to use. INDIRECT 11 1525799451 finalhandler • 0.4.0 Node.js final http responder INDIRECT 5 1434316557 find-up • 1.1.2 Find a file by walking up parent directories INDIRECT 3 1457199957 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 for-own • 0.1.5 Iterate over the own 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 1 1488159173 form-data • 2.3.3 A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications. INDIRECT 5 1539761182 form-data • 2.5.2 A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications. INDIRECT 6 1728531993 fresh • 0.3.0 HTTP response freshness testing INDIRECT 0 1431443438 fs-extra • 1.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. INDIRECT 3 1477980960 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 get-intrinsic • 1.2.6 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 10 1733954479 getpass • 0.1.7 getpass for node.js INDIRECT 1 1493163658 glob-base • 0.3.0 Returns an object with the (non-glob) base path and the actual pattern. INDIRECT 3 1442930297 global • 4.4.0 Require global variables INDIRECT 3 1560166008 globals • 9.18.0 Global identifiers from different JavaScript environments INDIRECT 0 1496827524 glogg • 1.0.2 Global logging utility INDIRECT 1 1544473264 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 1733329312 gulp-util • 3.0.8 Utility functions for gulp plugins INDIRECT 58 1482793870 gulplog • 1.0.0 Logger for gulp and gulp plugins INDIRECT 2 1443244086 har-validator • 5.1.5 Extremely fast HTTP Archive (HAR) validator using JSON Schema INDIRECT 7 1596084153 has-ansi • 2.0.0 Check if a string has ANSI escape codes INDIRECT 1 1435681054 has-gulplog • 0.1.0 Check if gulplog is available before attempting to use it INDIRECT 1 1441922176 has-property-descriptors • 1.0.2 Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD. INDIRECT 1 1707801707 has-symbols • 1.1.0 Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0 1733157257 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1710092305 home-or-tmp • 2.0.0 Get the user home directory with fallback to the system temp directory INDIRECT 2 1434199362 http-errors • 1.3.1 Create HTTP error objects INDIRECT 2 1422929208 http-signature • 1.2.0 Reference implementation of Joyent's HTTP Signature scheme. INDIRECT 15 1503689523 iconv-lite • 0.4.11 Convert character encodings in pure javascript. INDIRECT 0 1435958989 iconv-lite • 0.4.13 Convert character encodings in pure javascript. INDIRECT 0 1443759055 iconv-lite • 0.6.3 Convert character encodings in pure javascript. INDIRECT 1 1621825217 image-size • 0.3.5 get dimensions of any image file INDIRECT 0 1413494859 imurmurhash • 0.1.4 An incremental implementation of MurmurHash3 INDIRECT 0 1377377123 inquirer • 0.12.0 A collection of common interactive command line user interfaces. INDIRECT 27 1454990164 invariant • 2.2.4 invariant INDIRECT 2 1520966170 invert-kv • 1.0.0 Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'} INDIRECT 0 1407957720 is-arrayish • 0.2.1 Determines if an object can be used as an array INDIRECT 0 1441062170 is-buffer • 1.1.6 Determine if an object is a Buffer INDIRECT 0 1508967388 is-core-module • 2.16.0 Is this specifier a node.js core module? INDIRECT 2 1734122836 is-dotfile • 1.0.3 Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory. INDIRECT 0 1496154300 is-equal-shallow • 0.1.3 Does a shallow comparison of two objects, returning false if the keys or values differ. INDIRECT 1 1435030807 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-extglob • 1.0.0 Returns true if a string has an extglob. INDIRECT 0 1425675623 is-finite • 1.1.0 ES2015 Number.isFinite() ponyfill INDIRECT 0 1581060978 is-fullwidth-code-point • 1.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 1 1437084018 is-glob • 2.0.1 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 1443760481 is-number • 2.1.0 Returns true if the value is a number. comprehensive tests. INDIRECT 2 1448200616 is-number • 4.0.0 Returns true if the value is a number. comprehensive tests. INDIRECT 0 1508219036 is-posix-bracket • 0.1.1 Returns true if the given string is a POSIX bracket expression (POSIX character class). INDIRECT 0 1459834300 is-primitive • 2.0.0 Returns `true` if the value is a primitive. INDIRECT 0 1426564841 is-stream • 1.1.0 Check if something is a Node.js stream INDIRECT 0 1460446915 is-typedarray • 1.0.0 Detect whether or not an object is a Typed Array INDIRECT 0 1431824619 is-utf8 • 0.2.1 Detect if a buffer is utf8 encoded. INDIRECT 0 1450497862 isarray • 0.0.1 Array#isArray for older browsers INDIRECT 0 1369676435 isarray • 1.0.0 Array#isArray for older browsers INDIRECT 0 1449741907 isarray • 2.0.5 Array#isArray for older browsers INDIRECT 0 1562592082 isobject • 2.1.0 Returns true if the value is an object and not an array or null. INDIRECT 1 1461618427 isomorphic-fetch • 2.2.1 Isomorphic WHATWG Fetch API, for Node & Browserify INDIRECT 6 1452850062 isstream • 0.1.2 Determine if an object is a Stream INDIRECT 0 1425687315 js-tokens • 3.0.2 A regex that tokenizes JavaScript. INDIRECT 0 1498683257 js-tokens • 4.0.0 A regex that tokenizes JavaScript. INDIRECT 0 1517140738 jsbn • 0.1.1 The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers. INDIRECT 0 1486886596 jsesc • 0.5.0 A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output. INDIRECT 0 1408357953 jsesc • 1.3.0 A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output. INDIRECT 0 1464619780 json-schema-traverse • 0.4.1 Traverse JSON Schema passing each schema object to callback INDIRECT 0 1528620125 json-stable-stringify • 1.2.0 deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results INDIRECT 19 1734470394 json5 • 0.4.0 JSON for the ES5 era. INDIRECT 0 1415158021 json5 • 0.5.1 JSON for the ES5 era. INDIRECT 0 1480284434 jsonfile • 2.4.0 Easily read/write JSON files. INDIRECT 1 1473989979 jsprim • 1.4.2 utilities for primitive JavaScript types INDIRECT 5 1638199465 kind-of • 3.2.2 Get the native type of a value. INDIRECT 1 1494958901 kind-of • 6.0.3 Get the native type of a value. INDIRECT 0 1579193959 klaw • 1.3.1 File system walker with Readable stream interface. INDIRECT 1 1477411631 lazy-cache • 1.0.4 Cache requires to be lazy-loaded when needed. INDIRECT 0 1461378861 lcid • 1.0.0 Mapping between standard locale identifiers and Windows locale identifiers (LCID) INDIRECT 1 1426489487 load-json-file • 1.1.0 Read and parse a JSON file INDIRECT 9 1447529426 lodash._basecopy • 3.0.1 The modern build of lodash’s internal `baseCopy` as a module. INDIRECT 0 1429201587 lodash._basetostring • 3.0.1 The modern build of lodash’s internal `baseToString` as a module. INDIRECT 0 1435677351 lodash._basevalues • 3.0.0 The modern build of lodash’s internal `baseValues` as a module. INDIRECT 0 1422286088 lodash._getnative • 3.9.1 The modern build of lodash’s internal `getNative` as a module. INDIRECT 0 1435677391 lodash._isiterateecall • 3.0.9 The modern build of lodash’s internal `isIterateeCall` as a module. INDIRECT 0 1432605305 lodash._reescape • 3.0.0 The modern build of lodash’s internal `reEscape` as a module. INDIRECT 0 1423071856 lodash._reevaluate • 3.0.0 The modern build of lodash’s internal `reEvaluate` as a module. INDIRECT 0 1423071857 lodash._reinterpolate • 3.0.0 The modern build of lodash’s internal `reInterpolate` as a module. INDIRECT 0 1423071858 lodash._root • 3.0.1 The internal lodash function `root` exported as a module. INDIRECT 0 1455615059 lodash.escape • 3.2.0 The lodash method `_.escape` exported as a module. INDIRECT 1 1454898356 lodash.isarguments • 3.1.0 The lodash method `_.isArguments` exported as a module. INDIRECT 0 1471110007 lodash.isarray • 3.0.4 The modern build of lodash’s `_.isArray` as a module. INDIRECT 0 1435677663 lodash.keys • 3.1.2 The modern build of lodash’s `_.keys` as a module. INDIRECT 3 1435677719 lodash.pad • 4.5.1 The lodash method `_.pad` exported as a module. INDIRECT 0 1471110188 lodash.padend • 4.6.1 The lodash method `_.padEnd` exported as a module. INDIRECT 0 1471110190 lodash.padstart • 4.6.1 The lodash method `_.padStart` exported as a module. INDIRECT 0 1471110191 lodash.restparam • 3.6.1 The modern build of lodash’s `_.restParam` as a module. INDIRECT 0 1429202045 lodash.template • 3.6.2 The modern build of lodash’s `_.template` as a module. INDIRECT 13 1435678051 lodash.templatesettings • 3.1.1 The lodash method `_.templateSettings` exported as a module. INDIRECT 3 1452683758 lodash • 3.10.1 The modern build of lodash modular utilities. INDIRECT 0 1438668306 lodash • 4.17.21 Lodash modular utilities. INDIRECT 0 1613835736 longest • 1.0.1 Get the longest item in an array. INDIRECT 0 1427801901 loose-envify • 1.4.0 Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST INDIRECT 1 1531220985 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 1734587889 math-random • 1.0.4 math-random is an drop-in replacement for Math.random that uses cryptographically secure random number generation, where available. It works in both browser and node environments. INDIRECT 0 1547563044 media-typer • 0.3.0 Simple RFC 6838 media type parser and formatter INDIRECT 0 1410150744 merge-stream • 1.0.1 Create a stream that emits events from multiple other streams INDIRECT 8 1480049997 merge • 1.2.1 Merge multiple objects into one, optionally creating a new cloned object. Similar to the jQuery.extend but more flexible. Works in Node.js and the browser. INDIRECT 0 1540661718 method-override • 2.3.10 Override HTTP verbs INDIRECT 5 1506520337 methods • 1.1.2 HTTP methods that node supports INDIRECT 0 1453085636 micromatch • 2.3.11 Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. INDIRECT 37 1468602932 mime-db • 1.23.0 Media Type Database INDIRECT 0 1462163799 mime-db • 1.52.0 Media Type Database INDIRECT 0 1645472511 mime-types • 2.1.11 The ultimate javascript content-type utility. INDIRECT 1 1462165367 mime-types • 2.1.35 The ultimate javascript content-type utility. INDIRECT 1 1647108283 mime • 1.3.4 A comprehensive library for mime-type mapping INDIRECT 0 1423267472 mime • 1.6.0 A comprehensive library for mime-type mapping INDIRECT 0 1511571199 minimist • 0.0.10 parse argument options INDIRECT 0 1399844590 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 mkdirp • 0.5.6 Recursively mkdir, like `mkdir -p` INDIRECT 1 1647992895 moment • 2.30.1 Parse, validate, manipulate, and display dates INDIRECT 0 1703673523 morgan • 1.6.1 HTTP request logger middleware for node.js INDIRECT 7 1435979051 ms • 0.7.1 Tiny ms conversion utility INDIRECT 0 1429573137 ms • 0.7.2 Tiny milisecond conversion utility INDIRECT 0 1477383409 ms • 2.0.0 Tiny milisecond conversion utility INDIRECT 0 1494937566 multiparty • 3.3.2 multipart/form-data parser which supports streaming INDIRECT 6 1407464308 multipipe • 0.1.2 pipe streams with centralized error handling INDIRECT 6 1415111488 negotiator • 0.5.3 HTTP content negotiation INDIRECT 0 1431310772 negotiator • 0.6.3 HTTP content negotiation INDIRECT 0 1642902613 node-fetch • 1.7.3 A light-weight module that brings window.fetch to node.js and io.js INDIRECT 4 1504852098 node-int64 • 0.4.0 Support for representing 64-bit integers in JavaScript INDIRECT 0 1428115936 normalize-path • 2.1.1 Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled. INDIRECT 1 1490811685 number-is-nan • 1.0.1 ES2015 Number.isNaN() ponyfill INDIRECT 0 1475212313 object-assign • 3.0.0 ES6 Object.assign() ponyfill INDIRECT 0 1433426942 object-assign • 4.1.1 ES2015 `Object.assign()` ponyfill INDIRECT 0 1484580915 object-keys • 1.1.1 An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim INDIRECT 0 1554604218 object.omit • 2.0.1 Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument. INDIRECT 3 1477549485 on-finished • 2.3.0 Execute a callback when a request closes, finishes, or errors INDIRECT 1 1432691894 on-headers • 1.0.2 Execute a listener when a response is about to write headers INDIRECT 0 1550807334 onetime • 1.1.0 Only call a function once INDIRECT 0 1450398655 opn • 3.0.3 A better node-open. Opens stuff like websites, files, executables. Cross-platform. INDIRECT 1 1446644243 os-homedir • 1.0.2 Node.js 4 `os.homedir()` ponyfill INDIRECT 0 1475211521 os-locale • 1.4.0 Get the system locale INDIRECT 2 1441692600 os-tmpdir • 1.0.2 Node.js os.tmpdir() ponyfill INDIRECT 0 1475211274 parse-glob • 3.0.4 Parse a glob pattern into an object of tokens. INDIRECT 5 1442935106 parse-json • 2.2.0 Parse JSON with more helpful errors INDIRECT 2 1441038990 parse-node-version • 1.0.1 Turn node's process.version into something useful. INDIRECT 0 1548817123 parseurl • 1.3.3 parse a url with memoization INDIRECT 0 1555388186 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 pause • 0.1.0 Pause a stream's data events INDIRECT 0 1435796184 pegjs • 0.10.0 Parser generator for JavaScript INDIRECT 0 1471590994 performance-now • 2.1.0 Implements performance.now (based on process.hrtime). INDIRECT 0 1487514529 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 plist • 1.2.0 Mac OS X Plist parser/builder for Node.js and browsers INDIRECT 5 1447173833 plist • 2.0.1 Mac OS X Plist parser/builder for Node.js and browsers INDIRECT 3 1471370601 preserve • 0.2.0 Temporarily substitute tokens in the given `string` with placeholders, then put them back after transforming the string. INDIRECT 0 1420928978 pretty-format • 4.3.1 Stringify any JavaScript value. INDIRECT 0 1479479970 private • 0.1.8 Utility for associating truly private state with any JavaScript object INDIRECT 0 1507855680 process-nextick-args • 2.0.1 process.nextTick but always with args INDIRECT 0 1560976479 process • 0.11.10 process information for node.js and browsers INDIRECT 0 1493210067 promise • 7.3.1 Bare bones Promises/A+ implementation INDIRECT 1 1497910543 prop-types • 15.8.1 Runtime type checking for React props and similar objects. INDIRECT 4 1641341313 prr • 1.0.1 A better Object.defineProperty() INDIRECT 0 1406011849 psl • 1.15.0 Domain name parser based on the Public Suffix List INDIRECT 1 1733134564 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 random-bytes • 1.0.0 URL and cookie safe UIDs INDIRECT 0 1453015977 randomatic • 3.1.1 Generate randomized strings of a specified length using simple character sequences. The original generate-password. INDIRECT 3 1540321406 range-parser • 1.0.3 Range header field string parser INDIRECT 0 1446160320 raw-body • 2.1.7 Get and validate the raw body of a readable stream. INDIRECT 3 1466363665 react-clone-referenced-element • 1.1.1 Clones a React element while preserving its original ref INDIRECT 0 1620520606 react-deep-force-update • 1.1.2 Force-updates React component tree recursively INDIRECT 0 1535134481 react-is • 16.13.1 Brand checking of React Elements. INDIRECT 0 1584647608 react-proxy • 1.1.8 Proxies React components without unmounting or losing their state. INDIRECT 2 1457572559 react-timer-mixin • 0.13.4 TimerMixin provides timer functions for executing code in the future that are safely cleaned up when the component unmounts INDIRECT 0 1531811308 react-transform-hmr • 1.0.4 A React Transform that enables hot reloading React classes using Hot Module Replacement API INDIRECT 7 1457287431 read-pkg-up • 1.0.1 Read the closest package.json file INDIRECT 28 1441258020 read-pkg • 1.1.0 Read a package.json file INDIRECT 25 1441446710 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 readline2 • 1.0.1 Readline Façade fixing bugs and issues found in releases 0.8 and 0.10 INDIRECT 4 1437116750 regenerate • 1.4.2 Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points. INDIRECT 0 1604220132 regenerator-runtime • 0.10.5 Runtime for Regenerator-compiled generator and async functions. INDIRECT 0 1493390833 regenerator-runtime • 0.11.1 Runtime for Regenerator-compiled generator and async functions. INDIRECT 0 1512675367 regenerator-runtime • 0.9.6 Runtime for Regenerator-compiled generator and async functions. INDIRECT 0 1478270404 regex-cache • 0.4.4 Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements. INDIRECT 2 1504279133 regexpu-core • 2.0.0 regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5. INDIRECT 4 1454960205 regjsgen • 0.2.0 Generate `RegExp`s from RegJSParser’s AST INDIRECT 0 1409632332 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 repeating • 2.0.1 Repeat a string - fast INDIRECT 1 1460395967 replace-ext • 0.0.1 Replaces a file extension with another one INDIRECT 0 1393364054 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 resolve • 1.22.10 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 5 1734629351 response-time • 2.3.3 Response time for Node.js servers INDIRECT 2 1728311137 restore-cursor • 1.0.1 Gracefully restore the CLI cursor on exit INDIRECT 2 1442583494 right-align • 0.1.3 Right-align the text in a string. INDIRECT 5 1433829496 rimraf • 2.2.8 A deep deletion module for node (like `rm -rf`) INDIRECT 0 1399392005 rndm • 1.2.0 random string generator INDIRECT 0 1445962408 run-async • 0.1.0 Utility method to run function either synchronously or asynchronously using the common `this.async()` style. INDIRECT 2 1407719491 safe-buffer • 5.0.1 Safer Node.js Buffer API INDIRECT 0 1464588484 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 safer-buffer • 2.1.2 Modern Buffer API polyfill without footguns INDIRECT 0 1523184162 sane • 1.4.1 Sane aims to be fast, small, and reliable file system watcher. INDIRECT 14 1470674290 sane • 1.6.0 Sane aims to be fast, small, and reliable file system watcher. INDIRECT 53 1487656132 send • 0.13.2 Better streaming static file server with Range and conditional-GET support INDIRECT 14 1457238389 serve-favicon • 2.3.2 favicon serving middleware with caching INDIRECT 4 1479350884 serve-index • 1.7.3 Serve directory listings INDIRECT 11 1453678408 serve-static • 1.10.3 Serve static files INDIRECT 16 1464664783 set-function-length • 1.2.2 Set a function's length property INDIRECT 13 1710006059 setimmediate • 1.0.5 A shim for the setImmediate efficient script yielding API INDIRECT 0 1473641996 shell-quote • 1.6.1 quote and parse shell commands INDIRECT 4 1466196192 simple-plist • 0.2.1 A wrapper utility for interacting with plist data. INDIRECT 8 1477979625 slash • 1.0.0 Convert Windows backslash paths to slash paths INDIRECT 0 1407924902 source-map-support • 0.4.18 Fixes stack traces for files with source maps INDIRECT 1 1505036648 sparkles • 1.0.1 Namespaced global event emitter INDIRECT 0 1526266664 spdx-expression-parse • 3.0.1 parse SPDX license expressions INDIRECT 2 1589386366 sshpk • 1.18.0 A library for finding and using SSH public keys INDIRECT 9 1697736191 stacktrace-parser • 0.1.10 Parses every stack trace into a nicely formatted array of hashes. INDIRECT 1 1588838827 statuses • 1.2.1 HTTP status utility INDIRECT 0 1422834770 statuses • 1.5.0 HTTP status utility INDIRECT 0 1522201397 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 • 1.0.2 Get the visual width of a string - the number of columns required to display it INDIRECT 5 1471188234 strip-ansi • 3.0.1 Strip ANSI escape codes INDIRECT 1 1456057282 strip-bom • 2.0.0 Strip UTF-8 byte order mark (BOM) from a string/buffer INDIRECT 1 1435583611 supports-color • 2.0.0 Detect whether a terminal supports color INDIRECT 0 1435705114 supports-preserve-symlinks-flag • 1.0.0 Determine if the current node version supports the `--preserve-symlinks` flag. INDIRECT 0 1641194576 temp • 0.8.3 Temporary files and directories INDIRECT 2 1433782552 throat • 3.2.0 Throttle the parallelism of an asynchronous (promise returning) function / functions INDIRECT 0 1497359090 through • 2.3.8 simplified stream construction INDIRECT 0 1435930719 through2 • 2.0.5 A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise INDIRECT 9 1541541791 time-stamp • 1.1.0 Get a formatted timestamp. INDIRECT 0 1494809611 to-fast-properties • 1.0.3 Force V8 to use fast properties for an object INDIRECT 0 1493539546 trim-right • 1.0.1 Similar to String#trim() but removes only whitespace on the right INDIRECT 0 1436991595 tsscmp • 1.0.5 Timing safe string compare using double HMAC INDIRECT 0 1464226504 type-is • 1.6.18 Infer the content-type of a request. INDIRECT 3 1556287189 typedarray • 0.0.6 TypedArray polyfill for old browsers INDIRECT 0 1400295169 ua-parser-js • 0.7.39 Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environment INDIRECT 0 1726062919 uglify-to-browserify • 1.0.2 A transform to make UglifyJS work in browserify. INDIRECT 0 1391604002 uid-safe • 2.0.0 URL and cookie safe UIDs INDIRECT 1 1431097544 uid-safe • 2.1.4 URL and cookie safe UIDs INDIRECT 1 1488511356 ultron • 1.0.2 Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary design INDIRECT 0 1433948347 ultron • 1.1.1 Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary design INDIRECT 0 1511364034 unpipe • 1.0.0 Unpipe a stream from all destinations INDIRECT 0 1434313819 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 utils-merge • 1.0.0 merge() utility function INDIRECT 0 1373569217 uuid • 3.0.1 RFC4122 (v1 and v4) generator INDIRECT 0 1480403887 uuid • 3.4.0 RFC4122 (v1, v4, and v5) UUIDs INDIRECT 0 1579208738 vary • 1.0.1 Manipulate the HTTP Vary header INDIRECT 0 1436400187 vary • 1.1.2 Manipulate the HTTP Vary header INDIRECT 0 1506217631 verror • 1.10.0 richer JavaScript errors INDIRECT 3 1493743247 vhost • 3.0.2 virtual domain hosting INDIRECT 0 1444710547 vinyl • 0.5.3 A virtual file format INDIRECT 3 1441239649 whatwg-fetch • 1.1.1 A window.fetch polyfill. INDIRECT 0 1479399503 whatwg-fetch • 3.6.20 A window.fetch polyfill. INDIRECT 0 1702509384 window-size • 0.1.0 Reliable way to to get the height and width of the terminal/console in a node.js environment. INDIRECT 0 1392435708 wordwrap • 0.0.3 Wrap those words. Show them at what columns to start and stop. INDIRECT 0 1431018298 wordwrap • 1.0.0 Wrap those words. Show them at what columns to start and stop. INDIRECT 0 1431018445 worker-farm • 1.7.0 Distribute processing tasks to child processes with an über-simple API and baked-in durability & custom concurrency options. INDIRECT 2 1556889724 wrap-ansi • 2.1.0 Wordwrap a string with ANSI escape codes INDIRECT 6 1480440084 ws • 1.1.5 Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js INDIRECT 2 1510160103 ws • 2.3.1 Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js INDIRECT 2 1492711203 xmlbuilder • 4.0.0 An XML builder for node.js INDIRECT 1 1446417641 xmlbuilder • 8.2.2 An XML builder for node.js INDIRECT 0 1460102391 xmldoc • 0.4.0 A lightweight XML Document class for JavaScript. INDIRECT 1 1447701240 xpipe • 1.0.8 Use cross-platform IPC paths in Node.js. INDIRECT 0 1727251672 xtend • 4.0.2 extend like a boss INDIRECT 0 1562592945 yargs • 3.10.0 Light-weight option parsing with an argv hash. No optstrings attached. INDIRECT 13 1432873936 yargs • 6.6.0 yargs the modern, pirate-themed, successor to optimist. INDIRECT 49 1483116796