Results 13 issues of Duncan Wong

It is unfortunate...but since you have a dependency on gzip-js (which is GPL license), then you are effectively GPL and not MIT. It is not a copy left license. Specifically,...

licence

It would have to make an http call and actually fetch/inspect the repo. It should amount to a higher/better hit rate with figuring out the license.

enhancement

It'd be cool if there had a listing of popular node libraries that I manually update their licenses by hand. The --meta flag could be passed the location of such...

enhancement

npm doesn't actually install them. the read library won't pick up metadata about those modules recursively. It can, however, tell you information about its immediate devDependencies for example Either we...

bug

Example: https://github.com/substack/node-buffers

bug

Artifactory puts license information into an artifact's properties metadata. We can upload that by using npm-license project

enhancement

It would be nice to do: ``` npm install -g npm-artifactory ``` and then: ``` npm-artifactory ``` as the command to start the app. Perhaps at that point, it would...

enhancement

Also support npm unpublish@version

enhancement

Setting up mocha in the browser is a bit of a pain in general. It'd be a good idea to include some example scaffolding. It'd also be nice to add...

enhancement