@blueoak/list
v15.0.0
Published
Blue Oak Council's license list in JSON format
Downloads
134,426
Readme
Blue Oak Council's license list in JSON format
Data
This package exports an Array.
Each element of the Array is an Object corresponding to a license rating:
{
"name": "Gold",
"licenses": [/* Objects */]
}
Each element of each licenses
Array is an Object:
{
"name": "MIT License", // name of the license
"id": "MIT", // SPDX or temporary ID
"url": "https://spdx.org/licenses/MIT.html"
}
Versioning
This package's versions track the version of the license list. Version 1 of the license list is version 1.0.0 of this package. Any changes to the content of the list increment that version number. Any technical changes to this package only, and not to the content of the list, will be minor or patch releases.