11.0.0 • Published 21 days ago

@blueoak/list v11.0.0

Weekly downloads
6,933
License
CC0-1.0
Repository
github
Last release
21 days ago

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.

11.0.0

21 days ago

9.0.0

3 years ago

2.0.0

3 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago