npm / npm-remote-ls

Examine a package's dependency graph before you install it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Does not work with URLs as dependencies

robross0606 opened this issue · comments

What / Why

The package.json syntax supports URLs as dependencies but npm-remote-ls doesn't seem to recognize them.

Current Behavior

Any references to dependencies which use URL (i.e. git) syntax do not resolve.

Steps to Reproduce

Use a dependency reference that uses URLs syntax.

Expected Behavior

All valid dependency syntax supported by npm package.json would be supported by this library.

References