Since #58 [hosted-git-info](https://github.com/npm/hosted-git-info) is used to normalize dependencies. To be consistent, I suggest doing the same for the `repository` property. This would mean that ```json "repository": "npm/normalize-package-data" ``` would be normalized to ```json "repository": "github:npm/normalize-package-data" ``` instead of ```json "repository": { "type": "git", "url": "git+https://github.com/npm/normalize-package-data.git" } ```