acorn • 5.7.4 ECMAScript parser INDIRECT 0 1583796356 align-text • 0.1.4 Align the text in a string. INDIRECT 4 1454377857 alter • 0.2.0 alters a string by replacing multiple range fragments in one fast pass INDIRECT 1 1378680489 ansi-regex • 2.1.1 Regular expression for matching ANSI escape codes INDIRECT 0 1484363379 ansi-styles • 1.0.0 ANSI escape codes for colorizing strings in the terminal INDIRECT 0 1386460809 ansi-styles • 2.2.1 ANSI escape codes for styling strings in the terminal INDIRECT 0 1459197318 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-unique • 0.2.1 Return an array free of duplicate values. Fastest ES5 implementation. INDIRECT 0 1427255229 ast-traverse • 0.1.1 simple but flexible AST traversal with pre and post visitors INDIRECT 0 1379710668 ast-types • 0.10.1 Esprima-compatible implementation of the Mozilla JS Parser API INDIRECT 0 1510430150 ast-types • 0.8.12 Esprima-compatible implementation of the Mozilla JS Parser API INDIRECT 0 1443032990 ast-types • 0.8.15 Esprima-compatible implementation of the Mozilla JS Parser API INDIRECT 0 1452105598 ast-types • 0.9.6 Esprima-compatible implementation of the Mozilla JS Parser API INDIRECT 0 1489336326 async • 1.5.2 Higher-order functions and common patterns for asynchronous code DIRECT 0 1452211412 babel-code-frame • 6.26.0 Generate errors that contain a code frame that point to source locations. INDIRECT 9 1502898849 babel-core • 5.8.38 A compiler for writing next generation JavaScript DIRECT 128 1458687005 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-bindify-decorators • 6.24.1 Helper function to bindify decorators INDIRECT 25 1491578352 babel-helper-builder-binary-assignment-operator-visitor • 6.24.1 Helper function to build binary assignment operator visitors INDIRECT 26 1491578359 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-explode-assignable-expression • 6.24.1 Helper function to explode an assignable expression INDIRECT 25 1491578352 babel-helper-explode-class • 6.24.1 Helper function to explode class INDIRECT 26 1491578358 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-constant-folding • 1.0.1 Compile static constants (ie. code that we can statically determine to be constant at runtime) INDIRECT 0 1434381903 babel-plugin-dead-code-elimination • 1.0.2 Eliminate dead code INDIRECT 0 1435158388 babel-plugin-eval • 1.0.1 Compile eval calls with string literals INDIRECT 0 1434381007 babel-plugin-inline-environment-variables • 1.0.1 Inline environment variables INDIRECT 0 1434381724 babel-plugin-jscript • 1.0.4 Babel plugin to fix buggy JScript named function expressions INDIRECT 0 1437767764 babel-plugin-member-expression-literals • 1.0.1 Turn valid member expression property literals into plain identifiers INDIRECT 0 1434382088 babel-plugin-property-literals • 1.0.1 Turn valid property key literals to plain identifiers INDIRECT 0 1434382261 babel-plugin-proto-to-assign • 1.0.4 Babel plugin for turning __proto__ into a shallow property clone INDIRECT 1 1437782532 babel-plugin-react-constant-elements • 1.0.3 Treat React JSX elements as value types and hoist them to the highest scope INDIRECT 0 1434389844 babel-plugin-react-display-name • 1.0.3 Add displayName to React.createClass calls INDIRECT 0 1434834003 babel-plugin-remove-console • 1.0.1 Remove console.* calls INDIRECT 0 1434381328 babel-plugin-remove-debugger • 1.0.1 Remove debugger statements INDIRECT 0 1434381229 babel-plugin-runtime • 1.0.7 Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals INDIRECT 0 1434835173 babel-plugin-syntax-async-functions • 6.13.0 Allow parsing of async functions INDIRECT 0 1470353694 babel-plugin-syntax-async-generators • 6.13.0 Allow parsing of async generator functions INDIRECT 0 1470353694 babel-plugin-syntax-class-constructor-call • 6.18.0 Allow parsing of class constructor calls (deprecated) INDIRECT 0 1477343936 babel-plugin-syntax-class-properties • 6.13.0 Allow parsing of class properties INDIRECT 0 1470353697 babel-plugin-syntax-decorators • 6.13.0 Allow parsing of decorators INDIRECT 0 1470353697 babel-plugin-syntax-dynamic-import • 6.18.0 Allow parsing of import() INDIRECT 0 1477343936 babel-plugin-syntax-exponentiation-operator • 6.13.0 Allow parsing of the exponentiation operator INDIRECT 0 1470353697 babel-plugin-syntax-export-extensions • 6.13.0 Allow parsing of export extensions INDIRECT 0 1470353700 babel-plugin-syntax-flow • 6.18.0 Allow parsing of the flow syntax 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-generator-functions • 6.24.1 Turn async generator functions into ES2015 generators INDIRECT 30 1491578377 babel-plugin-transform-async-to-generator • 6.24.1 Turn async functions into ES2015 generators INDIRECT 30 1491578377 babel-plugin-transform-class-constructor-call • 6.24.1 This plugin allows Babel to transform class constructors (deprecated) INDIRECT 27 1491578361 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-decorators • 6.24.1 Compile class and object decorators to ES5 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-duplicate-keys • 6.24.1 Compile objects with duplicate keys to valid strict ES5 INDIRECT 7 1491578348 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-amd • 6.24.1 This plugin transforms ES2015 modules to AMD INDIRECT 28 1491578374 babel-plugin-transform-es2015-modules-commonjs • 6.26.2 This plugin transforms ES2015 modules to CommonJS INDIRECT 27 1524761013 babel-plugin-transform-es2015-modules-systemjs • 6.24.1 This plugin transforms ES2015 modules to SystemJS INDIRECT 27 1491578365 babel-plugin-transform-es2015-modules-umd • 6.24.1 This plugin transforms ES2015 modules to UMD INDIRECT 29 1491578379 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-typeof-symbol • 6.23.0 This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols) INDIRECT 3 1487027063 babel-plugin-transform-es2015-unicode-regex • 6.24.1 Compile ES2015 Unicode regex to ES5 INDIRECT 13 1491578355 babel-plugin-transform-exponentiation-operator • 6.24.1 Compile exponentiation operator to ES5 INDIRECT 28 1491578374 babel-plugin-transform-export-extensions • 6.22.0 Compile export extensions to ES2015 INDIRECT 4 1484872448 babel-plugin-transform-flow-strip-types • 6.22.0 Strip flow type annotations from your output code. DIRECT 4 1484872448 babel-plugin-transform-object-rest-spread • 6.26.0 Compile object rest and spread to ES5 INDIRECT 4 1502898851 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-plugin-undeclared-variables-check • 1.0.2 Throw a compile-time error on references to undeclared variables INDIRECT 1 1434401446 babel-plugin-undefined-to-void • 1.1.6 Replace references to `undefined` with `void 0` INDIRECT 0 1434380787 babel-preset-es2015 • 6.24.1 Babel preset for all es2015 plugins. DIRECT 66 1491578383 babel-preset-stage-1 • 6.24.1 Babel preset for stage 1 plugins DIRECT 53 1491578386 babel-preset-stage-2 • 6.24.1 Babel preset for stage 2 plugins INDIRECT 48 1491578385 babel-preset-stage-3 • 6.24.1 Babel preset for stage 3 plugins INDIRECT 40 1491578383 babel-register • 6.26.0 babel require hook DIRECT 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 • 5.8.38 <p align="center"> <img alt="babylon" src="https://raw.githubusercontent.com/babel/logo/master/babylon.png" width="700"> </p> INDIRECT 0 1458687021 babylon • 6.18.0 A JavaScript parser DIRECT 0 1502826087 balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 1617713469 bluebird • 2.11.0 Full featured Promises/A+ implementation with exceptionally good performance INDIRECT 0 1472582306 brace-expansion • 1.1.16 Brace expansion as known from sh/bash INDIRECT 2 1783492494 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 breakable • 1.0.0 Break out of functions, recursive or not, in a more composable way than by using exceptions explicitly. Non-local return. INDIRECT 0 1399384450 camelcase • 1.2.1 Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar INDIRECT 0 1438425493 center-align • 0.1.3 Center-align the text in a string. INDIRECT 6 1454366541 chalk • 0.4.0 Terminal string styling done right. Created because the `colors` module does some really horrible things. INDIRECT 3 1386963032 chalk • 1.1.3 Terminal string styling done right. Much color. INDIRECT 6 1459210604 colors • 1.4.0 get colors in your node.js console DIRECT 0 1569195967 commander • 2.20.3 the complete solution for node.js command-line programs INDIRECT 0 1570772424 commoner • 0.10.8 Flexible tool for translating any dialect of JavaScript into Node-readable CommonJS modules INDIRECT 25 1479688334 concat-map • 0.0.1 concatenative mapdashery INDIRECT 0 1391051195 convert-source-map • 1.9.0 Converts a source-map from/to different formats and allows adding/changing properties. INDIRECT 0 1665435477 core-js • 1.2.7 Standard library INDIRECT 0 1468790520 core-js • 2.6.12 Standard library INDIRECT 0 1606327727 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 defined • 1.0.1 return the first argument that is `!== undefined` INDIRECT 0 1665583262 defs • 1.1.1 Static scope analysis and transpilation of ES6 block scoped const and let variables, to ES3. INDIRECT 28 1444420797 detect-indent • 3.0.1 Detect the indentation of code INDIRECT 4 1424107885 detect-indent • 4.0.0 Detect the indentation of code INDIRECT 2 1441618681 detective • 4.7.1 find all require() calls by walking the AST INDIRECT 2 1513853012 es-errors • 1.3.0 A simple cache for a few of the JS Error constructors. INDIRECT 0 1707120351 escape-string-regexp • 1.0.5 Escape RegExp special characters INDIRECT 0 1456059317 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 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 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 flow-estree • 0.324.0 Flow types for the Flow-ESTree spec produced by the Flow Rust parser, forked from hermes-estree. INDIRECT 0 1784923936 flow-parser • 0.324.0 JavaScript parser written in OCaml. Produces ESTree AST DIRECT 1 1784923940 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 fs-readdir-recursive • 0.1.2 Recursively read a directory INDIRECT 0 1431939756 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 get-stdin • 4.0.1 Easier stdin INDIRECT 0 1421761124 glob-base • 0.3.0 Returns an object with the (non-glob) base path and the actual pattern. INDIRECT 3 1442930297 globals • 6.4.1 Global identifiers from different JavaScript environments INDIRECT 0 1427352899 globals • 9.18.0 Global identifiers from different JavaScript environments INDIRECT 0 1496827524 has-ansi • 2.0.0 Check if a string has ANSI escape codes INDIRECT 1 1435681054 has-color • 0.1.7 Detect whether a terminal supports color INDIRECT 0 1397656141 hasown • 2.0.4 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1779991899 home-or-tmp • 1.0.0 Get the user home directory with fallback to the system temp directory INDIRECT 2 1431901147 home-or-tmp • 2.0.0 Get the user home directory with fallback to the system temp directory INDIRECT 2 1434199362 iconv-lite • 0.4.24 Convert character encodings in pure javascript. INDIRECT 1 1534969392 imurmurhash • 0.1.4 An incremental implementation of MurmurHash3 INDIRECT 0 1377377123 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-buffer • 1.1.6 Determine if an object is a Buffer INDIRECT 0 1508967388 is-core-module • 2.16.2 Is this specifier a node.js core module? INDIRECT 2 1778002489 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-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 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 js-tokens • 1.0.1 A regex that tokenizes JavaScript. INDIRECT 0 1434782283 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 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 json5 • 0.4.0 JSON for the ES5 era. INDIRECT 0 1415158021 json5 • 0.5.1 JSON for the ES5 era. INDIRECT 0 1480284434 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 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 leven • 1.0.2 Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithm INDIRECT 0 1431747113 lodash • 3.10.1 The modern build of lodash modular utilities. INDIRECT 0 1438668306 lodash • 4.18.1 Lodash modular utilities. DIRECT 0 1775077280 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-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 micromatch • 2.3.11 Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. DIRECT 37 1468602932 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 mkdirp • 0.5.6 Recursively mkdir, like `mkdir -p` INDIRECT 1 1647992895 ms • 2.0.0 Tiny milisecond conversion utility INDIRECT 0 1494937566 node-dir • 0.1.8 asynchronous file and directory operations for Node.js DIRECT 0 1430177501 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 object-assign • 4.1.1 ES2015 `Object.assign()` ponyfill INDIRECT 0 1484580915 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 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 output-file-sync • 1.1.2 Synchronously write a file and create its ancestor directories if needed INDIRECT 4 1466355134 parse-glob • 3.0.4 Parse a glob pattern into an object of tokens. INDIRECT 5 1442935106 path-exists • 1.0.0 Check if a path exists INDIRECT 0 1430606623 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 preserve • 0.2.0 Temporarily substitute tokens in the given `string` with placeholders, then put them back after transforming the string. INDIRECT 0 1420928978 private • 0.1.8 Utility for associating truly private state with any JavaScript object INDIRECT 0 1507855680 q • 1.5.1 A library for promises (CommonJS/Promises/A,B,D) INDIRECT 0 1508435737 randomatic • 3.1.1 Generate randomized strings of a specified length using simple character sequences. The original generate-password. INDIRECT 3 1540321406 recast • 0.10.33 JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator INDIRECT 4 1443033388 recast • 0.10.43 JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator INDIRECT 4 1452792872 recast • 0.11.23 JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator INDIRECT 4 1489336676 recast • 0.12.9 JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator DIRECT 5 1510431604 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.11.1 Runtime for Regenerator-compiled generator and async functions. INDIRECT 0 1512675367 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 regexpu • 1.3.0 A source code transpiler that enables the use of ES6 Unicode regular expressions in ES5. INDIRECT 10 1443092478 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 • 1.1.3 Repeat a string - fast INDIRECT 1 1432645268 repeating • 2.0.1 Repeat a string - fast INDIRECT 1 1460395967 resolve • 1.22.12 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 6 1775929295 right-align • 0.1.3 Right-align the text in a string. INDIRECT 5 1433829496 safer-buffer • 2.1.2 Modern Buffer API polyfill without footguns INDIRECT 0 1523184162 shebang-regex • 1.0.0 Regular expression for matching a shebang INDIRECT 0 1424150698 simple-fmt • 0.1.0 maximally minimal string formatting library INDIRECT 0 1366374016 simple-is • 0.2.0 maximally minimal type-testing library INDIRECT 0 1366541211 slash • 1.0.0 Convert Windows backslash paths to slash paths INDIRECT 0 1407924902 source-map-support • 0.2.10 Fixes stack traces for files with source maps INDIRECT 2 1426147223 source-map-support • 0.4.18 Fixes stack traces for files with source maps INDIRECT 1 1505036648 stable • 0.1.8 A stable array sort for JavaScript INDIRECT 0 1524667299 stringmap • 0.2.2 fast and robust stringmap INDIRECT 0 1380204380 stringset • 0.2.1 fast and robust stringset INDIRECT 0 1380204839 strip-ansi • 0.1.1 Strip ANSI escape codes (used for colorizing strings in the terminal) INDIRECT 0 1386461542 strip-ansi • 3.0.1 Strip ANSI escape codes INDIRECT 1 1456057282 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.4 Temporary files and directories DIRECT 12 1572469088 through • 2.3.8 simplified stream construction INDIRECT 0 1435930719 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 try-resolve • 1.0.1 Try and resolve a filename INDIRECT 0 1437789028 tryor • 0.1.2 return fn() or default value (in case of exception) INDIRECT 0 1366666148 underscore • 1.6.0 JavaScript's functional programming helper library. INDIRECT 0 1392066895 user-home • 1.1.1 Get the path to the user home directory INDIRECT 0 1421171269 window-size • 0.1.4 Reliable way to to get the height and width of the terminal/console in a node.js environment. INDIRECT 0 1447616084 yargs • 3.27.0 Light-weight option parsing with an argv hash. No optstrings attached. INDIRECT 17 1444269338