Jamie Jennings
Jamie Jennings
npm allows for the license to be specified in an external file: https://docs.npmjs.com/files/package.json#license Example (package.json): ``` { "license" : "SEE LICENSE IN " } ``` Currently `npm-license-crawler` will return: ```...
It would useful to be able to specify a command line option for a select list of licenses to for which any modules using these licenses would be excluded from...
Our use case for koa-logger doesn't allow for color codes in the output. We're currently using the `strip-ansi` module to strip those out, however it would be preferable if we...