issues
search
nix-community
/
yarn2nix
Generate nix expressions from a yarn.lock file [maintainer=???]
GNU General Public License v3.0
123
stars
61
forks
source link
Improve naming regexes
#128
Closed
fmnxl
closed
4 years ago
fmnxl
commented
4 years ago
This PR:
fixes urlencoded names for packages such as
@babel/core
(which translated to
_babel%2fcore
)
removes any registry host urls from the name (when using private npm registry)
This PR:
@babel/core
(which translated to_babel%2fcore
)