0.1.4 • Published 12 years ago

module-investigator v0.1.4

Weekly downloads
2
License
-
Repository
github
Last release
12 years ago

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

ROADMAP:

  • Check for false positives when obtaining dependencies.
  • List information about module format adherence (uses exports, uses define, etc);