anderson
v0.1.0
Published
Checks your node dependencies for contraband licenses
Downloads
2
Maintainers
Readme
anderson
Checks your node dependencies for contraband licenses
Install
$ npm install --save anderson
Usage
const anderson = require('anderson')
await anderson()
/*
[{
name: 'chalk',
version: '^2.0.1',
contraband: false,
license: 'MIT'
},
{
name: 'log-symbols',
version: '^1.0.2',
contraband: false,
license: 'MIT'
},
{
name: 'meow',
version: '^3.7.0',
contraband: false,
license: 'MIT'
}]
*/
You need to add a .anderson.yml
file in your project, check example here.
anderson is heavily inspired on anderson.
API
anderson()
returns a promise
Related
- anderson-cli — CLI of this module
License
MIT © Bu Kinoshita