dependents / node-dependency-tree

Get the dependency tree of a module
MIT License
707 stars 84 forks source link

Reverse dependency tree? #106

Closed tomsoderlund closed 5 years ago

tomsoderlund commented 5 years ago

Is there a way (or other tool/package) to see a reverse dependency tree, i.e. which files depend on a given file?

mrjoelkemp commented 5 years ago

Hey! Yeah, I built https://github.com/dependents/node-dependents a while back for that. It probably needs to have its dependencies updated.

Let me know how it turns out! Cheers.