The following are a few important npm packages.
Core Babel and access to Babel:
-
babel-core: the core compilation machinery and plugin infrastructure for Babel. You will rarely need to install this package, because other packages such asbabel-clihave it as a dependency, meaning that it will be automatically installed when they are installed. -
babel-cli: a command line interface toBabel. It includes the following commands: -
babel-doctordetects common problems with your Babel installation.