Use recommended by npm property to specify repository URL https://docs.npmjs.com/files/package.json#repository Otherwise, it breaks some tools which relay on this convention for example "nlf" package https://github.com/iandotkelly/nlf/blob/master/lib/nlf.js#L284-L285
@babel/helper-create-regexp-features-plugin
Compile ESNext Regular Expressions to ES5
See our website @babel/helper-create-regexp-features-plugin for more information.
Install
Using npm:
npm install --save-dev @babel/helper-create-regexp-features-plugin
or using yarn:
yarn add @babel/helper-create-regexp-features-plugin --dev