spdx-license-ids
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "spdx-license-ids", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A list of SPDX license identifiers", | ||
@@ -36,11 +36,11 @@ "repository": "shinnn/spdx-license-ids", | ||
"each-async": "^1.1.1", | ||
"eslint": "^0.21.2", | ||
"got": "^3.2.0", | ||
"istanbul": "^0.3.14", | ||
"istanbul-coveralls": "^1.0.2", | ||
"eslint": "^0.24.0", | ||
"got": "^3.3.0", | ||
"istanbul": "^0.3.17", | ||
"istanbul-coveralls": "^1.0.3", | ||
"require-bower-files": "^2.0.0", | ||
"rm-rf": "^0.1.0", | ||
"stringify-object": "^2.0.0", | ||
"rimraf": "^2.4.1", | ||
"stringify-object": "^2.2.0", | ||
"tape": "^4.0.0" | ||
} | ||
} |
# spdx-license-ids | ||
A list of [SPDX license](http://spdx.org/licenses/) identifiers | ||
A list of [SPDX license](https://spdx.org/licenses/) identifiers | ||
@@ -34,3 +34,3 @@ [**Download JSON**](https://raw.githubusercontent.com/shinnn/spdx-license-ids/master/spdx-license-ids.json) | ||
```javascript | ||
var spdxLicenseIds = require('shinnn/spdx-license-ids'); | ||
const spdxLicenseIds = require('shinnn/spdx-license-ids'); | ||
``` | ||
@@ -51,3 +51,3 @@ | ||
```javascript | ||
var spdxLicenseIds = require('spdx-license-ids'); //=> ['Glide', 'Abstyles', 'AFL-1.1', ... ] | ||
const spdxLicenseIds = require('spdx-license-ids'); //=> ['Glide', 'Abstyles', 'AFL-1.1', ... ] | ||
``` | ||
@@ -54,0 +54,0 @@ |
@@ -59,2 +59,3 @@ [ | ||
"MIT-CMU", | ||
"CNRI-Jython", | ||
"CNRI-Python", | ||
@@ -150,2 +151,3 @@ "CNRI-Python-GPL-Compatible", | ||
"IPL-1.0", | ||
"ICU", | ||
"ImageMagick", | ||
@@ -169,2 +171,3 @@ "iMatix", | ||
"Leptonica", | ||
"LGPLLR", | ||
"Libpng", | ||
@@ -248,2 +251,3 @@ "libtiff", | ||
"RSCPL", | ||
"RSA-MD", | ||
"Ruby", | ||
@@ -262,2 +266,5 @@ "SAX-PD", | ||
"SNIA", | ||
"Spencer-86", | ||
"Spencer-94", | ||
"Spencer-99", | ||
"SMLNJ", | ||
@@ -275,2 +282,3 @@ "SugarCRM-1.1.3", | ||
"Unicode-TOU", | ||
"UPL-1.0", | ||
"NCSA", | ||
@@ -280,4 +288,4 @@ "Vim", | ||
"VSL-1.0", | ||
"W3C-19980720", | ||
"W3C", | ||
"W3C-19980720", | ||
"Wsuipa", | ||
@@ -301,4 +309,3 @@ "Xnet", | ||
"ZPL-2.0", | ||
"ZPL-2.1", | ||
"ICU" | ||
"ZPL-2.1" | ||
] |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8425
303