jslicense / npm-license-corrections.json

SPDX license expressions for npm package without proper metadata

Home Page:https://www.npmjs.com/package/npm-license-corrections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

SPDX license expressions for npm package without proper metadata

https://www.npmjs.com/package/npm-license-corrections

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 100.0%