How can I get the tree of a module available to npm, but not installed locally ?
npm ll does the job for locally installed packages. But it doesn\'t wor
npm ll
Unfortunately npm still doesn't have a way to view dependencies of non-installed packages. Not even a package's page list the dependencies correctly.