npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

normalize-license

0.0.2

@davglass

npmHomeRepoSnykSocket
Downloads:1
$ npm install normalize-license
DailyWeeklyMonthlyYearly

normalize-license

Attempts to normalize all the different ways people put license information in their package.json files.

usage


var format = require('normalize-license');

var license = format(json);

There is also a "guessing" feature:

format(json, true);

This will attempt to look into the json.readme property to "Guess" the license.

build

Build Status