4.0.0 • Published 10 months ago

minify-registry-metadata v4.0.0

Weekly downloads
695
License
ISC
Repository
github
Last release
10 months ago

minify-registry-metadata

this removes fields from registry metadata not required to install the module.

this is based on an internal npm rfc and im sure it will make its way to the docs soon.

var minify = require('minify-registry-metadata')
var request = require('request')

request.get('https://registry.npmjs.org/lodash',function(err,res,body){
  var minifiedLodash = minify(JSON.parse(body))
  console.log(minifiedLodash)
})
4.0.0

10 months ago

3.0.0

3 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago