Get the dependency tree of a module
Unleash the detectives
Get the file location associated with a dependency/partial's path
Execute a callback on every node of a source code's AST and stop walking whenever you see fit.
Get the dependencies of an ES6 module by traversing its AST
AST helpers for recognizing CommonJS, AMD, and ES6 module types
Get a list of all of the dependencies for an AMD module. Like node-detective, but for AMD syntax.
Determines whether a JavaScript file is in the CommonJS, AMD, or ES6 format
Get the dependencies of a CommonJS module by traversing its AST