Consolidated Babel 6 dependencies for ES2015+ transpiling. Version 6.1.0 bundles core Babel presets (es2015, es2016, react) and plugins (class properties, destructuring, object rest spread, regenerator, runtime, etc.) as peer dependencies. Release cadence is low; focused on internal use by the author's modules. Key differentiator: single install for a curated set of Babel plugins, avoiding individual plugin management. However, it locks you into the author's chosen versions and presets, making upgrades to Babel or plugins dependent on this package's updates.
npm install js-babelNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installing js-babel and configuring .babelrc with presets and plugins.
Migrate to Babel 7: npm install @babel/core @babel/preset-env, etc.
Consider managing Babel plugins individually or use a community-maintained preset.
Run npm install --save-dev to get all peer deps automatically with npm@3+.
Install peer deps: npm install --save-dev babel-core
Install peer deps: npm install --save-dev babel-preset-es2015