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-plugin-minify-builtins • 0.2.0 Minify Standard built-in Objects DIRECT 1 1502705931 babel-plugin-minify-constant-folding • 0.2.0 Tries to evaluate expressions and inline the result. DIRECT 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. DIRECT 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. DIRECT 1 1502705932 babel-plugin-minify-guarded-expressions • 0.2.0 ## Example DIRECT 1 1502705935 babel-plugin-minify-infinity • 0.2.0 ## Example DIRECT 0 1502705882 babel-plugin-minify-mangle-names • 0.2.0 Context- and scope- aware variable renaming. DIRECT 1 1502705935 babel-plugin-minify-numeric-literals • 0.2.0 Shortens numeric literals using scientific notation DIRECT 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"`. DIRECT 0 1502705886 babel-plugin-minify-simplify • 0.2.0 > Simplifies code for minification by reducing statements into expressions and making expressions uniform where possible. DIRECT 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) DIRECT 1 1502705937 babel-plugin-transform-inline-consecutive-adds • 0.2.0 This plugin inlines consecutive property assignments, array pushes, etc. DIRECT 0 1502705928 babel-plugin-transform-member-expression-literals • 6.9.4 Turn valid member expression property literals into plain identifiers DIRECT 0 1526333601 babel-plugin-transform-merge-sibling-variables • 6.9.5 Merge sibling variables into one. DIRECT 0 1651862013 babel-plugin-transform-minify-booleans • 6.9.4 Turn boolean literals into !0 for true and !1 for false. DIRECT 0 1526333608 babel-plugin-transform-property-literals • 6.9.4 Turn valid property key literals to plain identifiers DIRECT 1 1526333609 babel-plugin-transform-regexp-constructors • 0.2.0 This changes RegExp constructors into literals if the RegExp arguments are strings. DIRECT 0 1502705893 babel-plugin-transform-remove-console • 6.9.4 Remove all console.* calls. DIRECT 0 1526333618 babel-plugin-transform-remove-debugger • 6.9.4 Remove debugger statements DIRECT 0 1526333621 babel-plugin-transform-remove-undefined • 0.2.0 This removes rvals that are equivalent to undefined wherever possible DIRECT 1 1502705938 babel-plugin-transform-simplify-comparison-operators • 6.9.4 Convert === and !== to == and != if their types are inferred to be the same. DIRECT 0 1526333621 babel-plugin-transform-undefined-to-void • 6.9.4 Replace references to `undefined` with `void 0` DIRECT 0 1526333622 lodash.isplainobject • 4.0.6 The lodash method `_.isPlainObject` exported as a module. DIRECT 0 1471110067 lodash.some • 4.6.0 The lodash method `_.some` exported as a module. INDIRECT 0 1471110274