This package includes the Babel preset used by Eagle
If you want to use this Babel preset in a project, you can install it with following steps.
First, install Babel.
Then create a file named .babelrc
with following contents in the root folder of your project:
{
"presets": ["eagle"]
}