c156187babb2871127b96dc1ca9f35d4df68227d
This package is unused, and was causing problems with installing babel. Because it dependended on an older version of babel, and was interpreted by npm first (as it is a regular dep), the older version of babel would be "hoisted" to the top level of node_modules Then when latest versions of babel are installed they would be interpreted second and thus would nest their dependencies within their own node_modules, filling the disk with unnecessary copies of core-js. Removing the unnecessary dep solves these problems
Description
Languages
JavaScript
62.6%
TypeScript
29.5%
SCSS
2.9%
Java
2.1%
Pug
0.8%
Other
1.9%