npm / npm-remote-ls

Examine a package's dependency graph before you install it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

don't hardcode registry

dylang opened this issue · comments

https://github.com/npm/npm-remote-ls/blob/master/lib/remote-ls.js#L17

 registry: 'https://skimdb.npmjs.com/registry/',

😿

This would be useful for private repos too.

Ideally, this would use the registry set in .npmrc.

I couldn't agree more, I'll get this fixed ASAP ... unless, perhaps, you feel like submitting a patch?

I'll try.