licenses.dev

babel-preset-babili v0.0.12

Babel preset for all minify plugins.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT33
PackageRelationDependenciesPublished
babel-helper-evaluate-path • 0.0.3path.evaluate wrapped in a try catchINDIRECT0
babel-helper-flip-expressions • 0.0.2## InstallationINDIRECT0
babel-helper-is-nodes-equiv • 0.0.1## InstallationINDIRECT0
babel-helper-is-void-0 • 0.0.1## InstallationINDIRECT0
babel-helper-mark-eval-scopes • 0.0.3Mark scopes for deopt which contain a direct eval callINDIRECT0
babel-helper-mark-eval-scopes • 0.1.1Mark scopes for deopt which contain a direct eval callINDIRECT0
babel-helper-remove-or-void • 0.1.1## InstallationINDIRECT0
babel-helper-to-multiple-sequence-expressions • 0.0.4## InstallationINDIRECT0
babel-plugin-minify-builtins • 0.0.2Minify Standard built-in ObjectsDIRECT1
babel-plugin-minify-constant-folding • 0.0.4Tries to evaluate expressions and inline the result. For now only deals with numbers and strings.DIRECT2
babel-plugin-minify-dead-code-elimination • 0.1.7Inlines bindings when possible. Tries to evaluate expressions and prunes unreachable as a result.DIRECT3
babel-plugin-minify-flip-comparisons • 0.0.2**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.0.4## ExampleDIRECT1
babel-plugin-minify-infinity • 0.0.3## ExampleDIRECT0
babel-plugin-minify-mangle-names • 0.0.8Context- and scope- aware variable renaming.DIRECT1
babel-plugin-minify-numeric-literals • 0.0.1Shortens numeric literals using scientific notationDIRECT0
babel-plugin-minify-replace • 0.0.1Configurable "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.0.8> Simplifies code for minification by reducing statements into expressions and making expressions uniform where possible.DIRECT3
babel-plugin-minify-type-constructors • 0.0.4**Note:** Not recommended if full support for IE8 and lower is required. [Details](https://github.com/babel/babili/pull/45#discussion_r70181249)DIRECT1
babel-plugin-transform-inline-consecutive-adds • 0.0.2This 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.0.6This 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.0.5This removes rvals that are equivalent to undefined wherever possibleDIRECT0
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
jsesc • 2.5.2Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
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-babili)](https://licenses.dev/npm/babel-preset-babili)
<a href="https://licenses.dev/npm/babel-preset-babili">
  <img src="https://licenses.dev/b/npm/babel-preset-babili" alt="licenses" />
</a>

Or the licenses badge code for the 0.0.12 version:

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