Loading
importNpmLock: handle commit in resolved git url
npm's locking process resolves Git dependencies to a given commit, separated by a `#`. Before this change, any encounter of these URLs would cause `fetchGit` to fail, as they're not valid repo URLs.