pinf-it-packageinsight

STATUS: DEV

Usage no npm install needed!

<script type="module">
  import pinfItPackageinsight from 'https://cdn.skypack.dev/pinf-it-packageinsight';
</script>

README

STATUS: DEV

Package MetaData Wrapper

Package metadata standards are evolving but there are various differences across communities.

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

Install

npm install pinf-it-packageinsight

Usage

const PACKAGEINSIGHT = require("packageinsight");

PACKAGEINSIGHT.parseDescriptor("<path>" || <object>, {
    type: "<type>" || null
}, function(err, descriptor) {
    // `descriptor.raw`
    // `descriptor.notmalized`
    // `descriptor.warnings`
    // `descriptor.errors`
});

Development

make test

License

UNLICENSE