summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/spdx-exceptions/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/spdx-exceptions/package.json')
-rw-r--r--deps/npm/node_modules/spdx-exceptions/package.json56
1 files changed, 12 insertions, 44 deletions
diff --git a/deps/npm/node_modules/spdx-exceptions/package.json b/deps/npm/node_modules/spdx-exceptions/package.json
index e674073b7d..2bafc6a38b 100644
--- a/deps/npm/node_modules/spdx-exceptions/package.json
+++ b/deps/npm/node_modules/spdx-exceptions/package.json
@@ -1,49 +1,17 @@
{
- "_from": "spdx-exceptions@^2.1.0",
- "_id": "spdx-exceptions@2.1.0",
- "_inBundle": false,
- "_integrity": "sha512-4K1NsmrlCU1JJgUrtgEeTVyfx8VaYea9J9LvARxhbHtVtohPs/gFGG5yy49beySjlIMhhXZ4QqujIZEfS4l6Cg==",
- "_location": "/spdx-exceptions",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "spdx-exceptions@^2.1.0",
- "name": "spdx-exceptions",
- "escapedName": "spdx-exceptions",
- "rawSpec": "^2.1.0",
- "saveSpec": null,
- "fetchSpec": "^2.1.0"
- },
- "_requiredBy": [
- "/spdx-expression-parse"
- ],
- "_resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.1.0.tgz",
- "_shasum": "2c7ae61056c714a5b9b9b2b2af7d311ef5c78fe9",
- "_spec": "spdx-exceptions@^2.1.0",
- "_where": "/Users/rebecca/code/npm/node_modules/spdx-expression-parse",
- "author": {
- "name": "The Linux Foundation"
- },
- "bugs": {
- "url": "https://github.com/kemitchell/spdx-exceptions.json/issues"
- },
- "bundleDependencies": false,
+ "name": "spdx-exceptions",
+ "description": "list of SPDX standard license exceptions",
+ "version": "2.3.0",
+ "author": "The Linux Foundation",
"contributors": [
- {
- "name": "Kyle E. Mitchell",
- "email": "kyle@kemitchell.com",
- "url": "https://kemitchell.com/"
- }
+ "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com/)"
],
- "deprecated": false,
- "description": "list of SPDX standard license exceptions",
- "homepage": "https://github.com/kemitchell/spdx-exceptions.json#readme",
"license": "CC-BY-3.0",
- "name": "spdx-exceptions",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/kemitchell/spdx-exceptions.json.git"
- },
- "version": "2.1.0"
+ "repository": "kemitchell/spdx-exceptions.json",
+ "files": [
+ "index.json"
+ ],
+ "scripts": {
+ "build": "node build.js"
+ }
}