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 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. DIRECT 49 1524822424 babel-generator • 6.26.1 Turns an AST into code. INDIRECT 14 1517672520 babel-helper-evaluate-path • 0.2.0 path.evaluate wrapped in a try catch INDIRECT 0 1502705878 babel-helper-flip-expressions • 0.2.0 ## Installation INDIRECT 0 1502705878 babel-helper-is-nodes-equiv • 0.0.1 ## Installation INDIRECT 0 1472172735 babel-helper-is-void-0 • 0.2.0 ## Installation INDIRECT 0 1502705878 babel-helper-mark-eval-scopes • 0.2.0 Mark scopes for deopt which contain a direct eval call INDIRECT 0 1502705878 babel-helper-remove-or-void • 0.2.0 ## Installation INDIRECT 0 1502705882 babel-helper-to-multiple-sequence-expressions • 0.2.0 ## Installation INDIRECT 0 1502705882 babel-helpers • 6.24.1 Collection of helper functions used by Babel transforms. INDIRECT 25 1491578362 babel-messages • 6.23.0 Collection of debug messages used by Babel. INDIRECT 3 1487027061 babel-plugin-minify-builtins • 0.2.0 Minify Standard built-in Objects INDIRECT 1 1502705931 babel-plugin-minify-constant-folding • 0.2.0 Tries to evaluate expressions and inline the result. INDIRECT 1 1502705934 babel-plugin-minify-dead-code-elimination • 0.2.0 Inlines bindings when possible. Tries to evaluate expressions and prunes unreachable as a result. INDIRECT 4 1502705932 babel-plugin-minify-flip-comparisons • 0.2.0 **Note:** while this plugin doesn’t shorten the output in any way, it does optimize it for repetition-based compression algorithms such as gzip. INDIRECT 1 1502705932 babel-plugin-minify-guarded-expressions • 0.2.0 ## Example INDIRECT 1 1502705935 babel-plugin-minify-infinity • 0.2.0 ## Example INDIRECT 0 1502705882 babel-plugin-minify-mangle-names • 0.2.0 Context- and scope- aware variable renaming. INDIRECT 1 1502705935 babel-plugin-minify-numeric-literals • 0.2.0 Shortens numeric literals using scientific notation INDIRECT 0 1502705882 babel-plugin-minify-replace • 0.2.0 Configurable "search and replace" plugin. Replaces matching nodes in the tree with a given replacement node. For example you can replace `process.NODE_ENV` with `"production"`. INDIRECT 0 1502705886 babel-plugin-minify-simplify • 0.2.0 > Simplifies code for minification by reducing statements into expressions and making expressions uniform where possible. INDIRECT 3 1502705935 babel-plugin-minify-type-constructors • 0.2.0 **Note:** Not recommended if full support for IE8 and lower is required. [Details](https://github.com/babel/minify/pull/45#discussion_r70181249) INDIRECT 1 1502705937 babel-plugin-transform-inline-consecutive-adds • 0.2.0 This plugin inlines consecutive property assignments, array pushes, etc. INDIRECT 0 1502705928 babel-plugin-transform-member-expression-literals • 6.9.4 Turn valid member expression property literals into plain identifiers INDIRECT 0 1526333601 babel-plugin-transform-merge-sibling-variables • 6.9.5 Merge sibling variables into one. INDIRECT 0 1651862013 babel-plugin-transform-minify-booleans • 6.9.4 Turn boolean literals into !0 for true and !1 for false. INDIRECT 0 1526333608 babel-plugin-transform-property-literals • 6.9.4 Turn valid property key literals to plain identifiers INDIRECT 1 1526333609 babel-plugin-transform-regexp-constructors • 0.2.0 This changes RegExp constructors into literals if the RegExp arguments are strings. INDIRECT 0 1502705893 babel-plugin-transform-remove-console • 6.9.4 Remove all console.* calls. INDIRECT 0 1526333618 babel-plugin-transform-remove-debugger • 6.9.4 Remove debugger statements INDIRECT 0 1526333621 babel-plugin-transform-remove-undefined • 0.2.0 This removes rvals that are equivalent to undefined wherever possible INDIRECT 1 1502705938 babel-plugin-transform-simplify-comparison-operators • 6.9.4 Convert === and !== to == and != if their types are inferred to be the same. INDIRECT 0 1526333621 babel-plugin-transform-undefined-to-void • 6.9.4 Replace references to `undefined` with `void 0` INDIRECT 0 1526333622 babel-preset-minify • 0.2.0 Babel preset for all minify plugins. DIRECT 32 1502705941 babel-register • 6.26.0 babel require hook INDIRECT 49 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 24 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 23 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 brace-expansion • 1.1.11 Brace expansion as known from sh/bash INDIRECT 2 1518248542 chalk • 1.1.3 Terminal string styling done right. Much color. INDIRECT 6 1459210604 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 • 2.6.12 Standard library INDIRECT 0 1606327727 debug • 2.6.9 small debugging utility INDIRECT 1 1506087155 detect-indent • 4.0.0 Detect the indentation of code INDIRECT 2 1441618681 escape-string-regexp • 1.0.5 Escape RegExp special characters INDIRECT 0 1456059317 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 home-or-tmp • 2.0.0 Get the user home directory with fallback to the system temp directory INDIRECT 2 1434199362 invariant • 2.2.4 invariant INDIRECT 2 1520966170 is-finite • 1.1.0 ES2015 Number.isFinite() ponyfill INDIRECT 0 1581060978 js-tokens • 3.0.2 A regex that tokenizes JavaScript. INDIRECT 0 1498683257 jsesc • 1.3.0 A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output. INDIRECT 0 1464619780 json5 • 0.5.1 JSON for the ES5 era. INDIRECT 0 1480284434 lodash.isplainobject • 4.0.6 The lodash method `_.isPlainObject` exported as a module. INDIRECT 0 1471110067 lodash.some • 4.6.0 The lodash method `_.some` exported as a module. INDIRECT 0 1471110274 lodash • 4.17.21 Lodash modular utilities. INDIRECT 0 1613835736 loose-envify • 1.4.0 Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST INDIRECT 1 1531220985 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 os-homedir • 1.0.2 Node.js 4 `os.homedir()` ponyfill INDIRECT 0 1475211521 os-tmpdir • 1.0.2 Node.js os.tmpdir() ponyfill INDIRECT 0 1475211274 path-is-absolute • 1.0.1 Node.js 0.12 path.isAbsolute() ponyfill INDIRECT 0 1475210523 private • 0.1.8 Utility for associating truly private state with any JavaScript object INDIRECT 0 1507855680 regenerator-runtime • 0.11.1 Runtime for Regenerator-compiled generator and async functions. INDIRECT 0 1512675367 repeating • 2.0.1 Repeat a string - fast INDIRECT 1 1460395967 slash • 1.0.0 Convert Windows backslash paths to slash paths INDIRECT 0 1407924902 source-list-map • 2.0.1 Fast line to line SourceMap generator. INDIRECT 0 1539168488 source-map-support • 0.4.18 Fixes stack traces for files with source maps INDIRECT 1 1505036648 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 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 webpack-sources • 1.4.3 Source code handling classes for webpack DIRECT 2 1565017012