npm / npme-installer

npm Enterprise installer
https://www.npmjs.com/enterprise
Other
35 stars 21 forks source link

add support for stash and other registry URLs #154

Open bcoe opened 8 years ago

bcoe commented 8 years ago

Currently we use the module:

https://www.npmjs.com/package/github-url-to-object

For parsing the repo information that we display on the package pages.

If a URL is not github.com, it would be good if we fell back to simply using the URL that had been provided in the package.json.

akselnordal commented 8 years ago

This sounds like a good solution. Thanks! It would be nice though to support bitbucket as well (as linked in the github-url-to-object above) - https://github.com/zeke/bitbucket-url-to-object

kevinSuttle commented 7 years ago

And GHE!