npm.io
0.1.4 • Published 13 years agoCLI

module-investigator

Licence
MIT
Version
0.1.4
Deps
1
Vulns
0
Weekly
0
Stars
1

Collects information about module format adherence (AMD/CommonJS) and dependencies in one AST parse.

usage

Just feed it the source

var investigator = require("module-investigator");
investigator(fileSrc);

or

investigate path/to/file