Any library for visualizing module dependencies in Node.js?
问题 As part of a major refactoring of my Node.js app (going DDD), I'm looking for a library that through inspecting code is able to visualize module dependencies (by means of 'requiring' them) between different node-modules. Visualizing in Table-format is fine, I don't need fancy graphs. Any Node libraries out there? 回答1: I do not know if this exists, but I found the following by quick search: http://toolbox.no.de/packages/subdeps http://toolbox.no.de/packages/fast-detective Maybe subdeps is not