0.1.9 • Published 10 years ago

pinf-it-module-insight v0.1.9

Weekly downloads
33
License
-
Repository
-
Last release
10 years ago

Status: DEV

Module Insight

Module standards are evolving but there are various differences across communities.

This library attempts to generate a normalized module descriptor for any module that adheres to any the following conventions:

Install

npm install pinf-it-module-insight

Usage

const MODULE_INSIGHT = require("pinf-it-module-insight");

MODULE_INSIGHT.parseFile("<path>", {}, function(err, descriptor) {
    // `descriptor.globals`
    // `descriptor.format`
    // `descriptor.undefine`
    // `descriptor.warnings`
    // `descriptor.errors`
});

Development

npm test

Links

License

UNLICENSE

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

12 years ago

0.1.2

12 years ago