0.1.2 • Published 11 years ago

pinf-it-packageinsight v0.1.2

Weekly downloads
4
License
-
Repository
-
Last release
11 years ago

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