npm-change-resolve
v1.1.0
Published
Resolve follow's change.id to a manifest
Downloads
6
Readme
npm-change-resolve
Takes a change object emitted by follow for the npm registry and returns a manifest in the form of:
{
"json": { ... },
"versions": [ ... ],
"tarballs": [ ... ]
}
For example registry.get('getos', console.log)
This module was ripped out of follow-registry and made to be generic