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
Get a list of all of the dependencies for an AMD module. Like node-detective, but for AMD syntax.
AST helpers for recognizing CommonJS, AMD, and ES6 module types
Determines whether a JavaScript file is in the CommonJS, AMD, or ES6 format
Get the dependencies of a CommonJS module by traversing its AST