licenses.dev

babel-preset-minify v0.3.0

Babel preset for all minify plugins.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT31
PackageRelationDependenciesPublished
babel-helper-evaluate-path • 0.3.0path.evaluate wrapped in a try catchINDIRECT0
babel-helper-flip-expressions • 0.3.0## InstallationINDIRECT0
babel-helper-is-nodes-equiv • 0.0.1## InstallationINDIRECT0
babel-helper-is-void-0 • 0.3.0## InstallationINDIRECT0
babel-helper-mark-eval-scopes • 0.3.0Mark scopes for deopt which contain a direct eval callINDIRECT0
babel-helper-remove-or-void • 0.3.0## InstallationINDIRECT0
babel-helper-to-multiple-sequence-expressions • 0.3.0## InstallationINDIRECT0
babel-plugin-minify-builtins • 0.3.0Minify Standard built-in ObjectsDIRECT1
babel-plugin-minify-constant-folding • 0.3.0Tries to evaluate expressions and inline the result.DIRECT1
babel-plugin-minify-dead-code-elimination • 0.3.0Inlines bindings when possible. Tries to evaluate expressions and prunes unreachable as a result.DIRECT4
babel-plugin-minify-flip-comparisons • 0.3.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.DIRECT1
babel-plugin-minify-guarded-expressions • 0.3.0## ExampleDIRECT1
babel-plugin-minify-infinity • 0.3.0## ExampleDIRECT0
babel-plugin-minify-mangle-names • 0.3.0Context- and scope- aware variable renaming.DIRECT1
babel-plugin-minify-numeric-literals • 0.3.0Shortens numeric literals using scientific notationDIRECT0
babel-plugin-minify-replace • 0.3.0Configurable "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"`.DIRECT0
babel-plugin-minify-simplify • 0.3.0> Simplifies code for minification by reducing statements into expressions and making expressions uniform where possible.DIRECT3
babel-plugin-minify-type-constructors • 0.3.0**Note:** Not recommended if full support for IE8 and lower is required. [Details](https://github.com/babel/minify/pull/45#discussion_r70181249)DIRECT1
babel-plugin-transform-inline-consecutive-adds • 0.3.0This plugin inlines consecutive property assignments, array pushes, etc.DIRECT0
babel-plugin-transform-member-expression-literals • 6.9.4Turn valid member expression property literals into plain identifiersDIRECT0
babel-plugin-transform-merge-sibling-variables • 6.9.5Merge sibling variables into one.DIRECT0
babel-plugin-transform-minify-booleans • 6.9.4Turn boolean literals into !0 for true and !1 for false.DIRECT0
babel-plugin-transform-property-literals • 6.9.4Turn valid property key literals to plain identifiersDIRECT1
babel-plugin-transform-regexp-constructors • 0.3.0This changes RegExp constructors into literals if the RegExp arguments are strings.DIRECT0
babel-plugin-transform-remove-console • 6.9.4Remove all console.* calls.DIRECT0
babel-plugin-transform-remove-debugger • 6.9.4Remove debugger statementsDIRECT0
babel-plugin-transform-remove-undefined • 0.3.0This removes rvals that are equivalent to undefined wherever possibleDIRECT1
babel-plugin-transform-simplify-comparison-operators • 6.9.4Convert === and !== to == and != if their types are inferred to be the same.DIRECT0
babel-plugin-transform-undefined-to-void • 6.9.4Replace references to `undefined` with `void 0`DIRECT0
lodash.isplainobject • 4.0.6The lodash method `_.isPlainObject` exported as a module.DIRECT0
lodash.some • 4.6.0The lodash method `_.some` exported as a module.INDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/babel-preset-minify)](https://licenses.dev/npm/babel-preset-minify)
<a href="https://licenses.dev/npm/babel-preset-minify">
  <img src="https://licenses.dev/b/npm/babel-preset-minify" alt="licenses" />
</a>

Or the licenses badge code for the 0.3.0 version:

[![licenses](https://licenses.dev/b/npm/babel-preset-minify/0.3.0)](https://licenses.dev/npm/babel-preset-minify/0.3.0)
<a href="https://licenses.dev/npm/babel-preset-minify/0.3.0">
  <img src="https://licenses.dev/b/npm/babel-preset-minify/0.3.0" alt="licenses" />
</a>
GitHub