mwittig / npm-license-crawler

Analyzes license information for multiple node.js modules (package.json files) as part of your software project.
BSD 3-Clause "New" or "Revised" License
233 stars 45 forks source link

Show repositories at correct level in dependency tree #3

Open Tyriar opened 8 years ago

Tyriar commented 8 years ago

Instead of presenting a flat list with parents it would be good to show the actual tree representation as with npm ls.

mwittig commented 8 years ago

Daniel, thanks for the feature request. It should be fairly easy to implement and I'll consider it as an option for the next release. Regards, Marcus