babel-jscs(latest: 3.0.0-beta1) **babel-jscs** allows you to lint **ALL** valid Babel code with [JSCS](https://github.com/jscs-dev/node-jscs). Big thanks to @sebmck!
babel-plugin-minify-empty-function(latest: 0.0.1) This is mostly a Facebook-specific transform that removes noop function calls. However, can be generalized to detect and remove noops.
babel-plugin-transform-es2015-typeof-symbol(latest: 6.23.0) This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
babel-plugin-transform-runtime(latest: 6.23.0) Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
babel(latest: 6.23.0) Turn ES6 code into readable vanilla ES5 with source maps
babel-preset-flow(latest: 6.23.0) Babel preset for all Flow plugins.
babel-plugin-transform-class-properties(latest: 6.24.1) This plugin transforms static class properties as well as properties declared with the property initializer syntax
babel-plugin-syntax-numeric-separator(latest: 7.0.0-alpha.11) Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
babel-types(latest: 6.26.0) Babel Types is a Lodash-esque utility library for AST nodes
babel-template(latest: 6.26.0) Generate an AST from a string template.
babel-traverse(latest: 6.26.0) The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes
babel-plugin-minify-flip-comparisons(latest: 0.4.3) **Note:** while this plugin doesn’t shorten the output in any way, it does optimize it for repetition-based compression algorithms such as gzip.
babel-plugin-minify-type-constructors(latest: 0.4.3) **Note:** Not recommended if full support for IE8 and lower is required. [Details](https://github.com/babel/minify/pull/45#discussion_r70181249)
gulp-babel(latest: 8.0.0) Use next generation JavaScript, today
grunt-babel(latest: 8.0.0) Use next generation JavaScript, today
babel-plugin-minify-replace(latest: 0.5.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"`.
babel-plugin-minify-simplify(latest: 0.5.1) > Simplifies code for minification by reducing statements into expressions and making expressions uniform where possible.
@babel/plugin-syntax-numeric-separator(latest: 7.10.4) Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
@babel/helper-regex(latest: 7.10.5) Helper function to check for literal RegEx
license-to-fail(latest: 4.0.0) Exits when a license is found that does not match the whitelist passed in.
@babel/plugin-proposal-partial-application(latest: 7.17.12) Introduces a new ? token in an argument list which allows for partially applying an argument list to a call expression
@babel/helper-check-duplicate-nodes(latest: 7.18.4) Babel helper module for babel transforms authors to check the AST against duplicated nodes.
@babel/plugin-proposal-class-properties(latest: 7.18.6) This plugin transforms static class properties as well as properties declared with the property initializer syntax
@babel/plugin-transform-typeof-symbol(latest: 7.18.9) This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
@babel/plugin-external-helpers(latest: 7.18.6) This plugin contains helper functions that’ll be placed at the top of the generated code
@babel/helpers(latest: 7.21.0) Collection of helper functions used by Babel transforms.
@babel/plugin-transform-runtime(latest: 7.21.0) Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
@babel/traverse(latest: 7.21.3) The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes
@babel/types(latest: 7.21.3) Babel Types is a Lodash-esque utility library for AST nodes