1.1.1 • Published 7 years ago

node-modules-scanner v1.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

npm-dependencies-preview

this is a scanner that can view all the dependencies before you install it

usage

var content  = fs.readFileSync('./_package.json', 'utf-8');

ns.config({
  getRegistry: function(name, version){
    return 'http://registry.npmjs.org/'
  }
})

ns.ls(content)
.then(map=>{
  fs.writeFileSync('./data.json', JSON.stringify(map))
  console.info('done! you will see the json file at data.json');
})
1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago