npm-license-corrections

1.6.2 • Public • Published

SPDX license expressions for npm packages without proper metadata

licensee uses this package, along with correct-license-metadata, to find valid license expressions for npm packages without them.

Schema

This package exports an Array of Objects. Each Object looks like:

{
  "name": "optimist",
  "version": "6.0.1",
  "license": "MIT"
}

license contains a valid SPDX license expression for version of package name.

name may contain a scope, as well as a package name, like @scope/package.

Versioning

When this project ... ... it will increment
corrects an entry patch
adds a new entry minor
breaks schema major

Package Sidebar

Install

npm i npm-license-corrections

Weekly Downloads

17,670

Version

1.6.2

License

CC0-1.0

Unpacked Size

538 kB

Total Files

4

Last publish

Collaborators

  • kemitchell
  • ljharb