npm / www

community space for the npm website
https://npm.community
69 stars 48 forks source link

Expose PATENTS next to the license section #189

Open phistuck opened 7 years ago

phistuck commented 7 years ago

Some repositories hold a PATENTS clause in a separate file. This may affect the decision of whether to use that project or not. This should be exposed in the user interface of NPM (and maybe in the command line interface as well). This may require another package.json field, I guess.

phistuck commented 7 years ago

Example - https://github.com/facebook/react/blob/master/PATENTS

koconnor79 commented 6 years ago

Concur with this, as it would be very useful for processing licenses and patents in an automated way..