npm-normalize

0.3.2 • Public • Published

npm-normalize

normalize npm package metadata

install

npm install npm-normalize

use

 
var normalize = require('npm-normalize');
require('request').get({
  url : 'http://isaacs.iriscouch.com/registry/tap',
  json: true
}, function(e, r, obj) {
  obj = normalize(obj);
})
 

License

MIT © 2013 solids l.l.c.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.2
    55
    • latest

Version History

Package Sidebar

Install

npm i npm-normalize

Weekly Downloads

55

Version

0.3.2

License

MIT

Last publish

Collaborators

  • tmpvar