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
This site allows you to view a packages tree as a node graph in 2D or 3D.
http://npm.anvaka.com/#/view/2d/waterline
Great work from @Avanka!