Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
Babel compiler core.
JavaScript parser, mangler/compressor and beautifier toolkit
Turn valid member expression property literals into plain identifiers
Custom parser for ESLint
Treat React JSX elements as value types and hoist them to the highest scope
Compile static constants (ie. code that we can statically determine to be constant at runtime)
Collection of debug messages used by Babel.
Babel plugin for turning __proto__ into a shallow property clone
Collection of helper functions used by Babel transforms.
Turn valid property key literals to plain identifiers
Throw a compile-time error on references to undeclared variables
Acorn fork used by babel
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
babel require hook
Source transformer enabling ECMAScript 6 generator functions (yield) in JavaScript-of-today (ES5)