Duncan Wong
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,...
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.
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...
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...
Example: https://github.com/substack/node-buffers
Artifactory puts license information into an artifact's properties metadata. We can upload that by using npm-license project
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...
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...