From 5f84b90897b5489d811730b4547f006a84009e9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Wed, 5 Dec 2018 10:11:18 -0800 Subject: [PATCH 1/4] deps: fix licensee dep --- node_modules/licensee/package.json | 25 +++++++++++-------------- package.json | 2 +- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/node_modules/licensee/package.json b/node_modules/licensee/package.json index 8319cbe87e88a..8dfcb0c28c260 100644 --- a/node_modules/licensee/package.json +++ b/node_modules/licensee/package.json @@ -1,32 +1,27 @@ { - "_args": [ - [ - "licensee@5.0.0", - "/Users/zkat/Documents/code/work/npm" - ] - ], - "_development": true, - "_from": "licensee@5.0.0", + "_from": "licensee@^5.0.0", "_id": "licensee@5.0.0", "_inBundle": false, "_integrity": "sha512-g243BLsJYWWyNhwDEMewc2f6Ebyy1yiJmMDgO8MCQtLOXA8JO4O2/kbJ1QwwWdlmrwDgYECdl9CJBrKsr4ZezA==", "_location": "/licensee", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "licensee@5.0.0", + "raw": "licensee@^5.0.0", "name": "licensee", "escapedName": "licensee", - "rawSpec": "5.0.0", + "rawSpec": "^5.0.0", "saveSpec": null, - "fetchSpec": "5.0.0" + "fetchSpec": "^5.0.0" }, "_requiredBy": [ - "#DEV:/" + "#DEV:/", + "#USER" ], "_resolved": "https://registry.npmjs.org/licensee/-/licensee-5.0.0.tgz", - "_spec": "5.0.0", + "_shasum": "3224b679a3ccb7d9a1979b7af8ecaade39c4dc86", + "_spec": "licensee@^5.0.0", "_where": "/Users/zkat/Documents/code/work/npm", "author": { "name": "Kyle E. Mitchell", @@ -39,6 +34,7 @@ "bugs": { "url": "https://github.com/jslicense/licensee.js/issues" }, + "bundleDependencies": false, "contributors": [ { "name": "Jakob Krigovsky", @@ -56,6 +52,7 @@ "spdx-expression-validate": "^1.0.1", "spdx-satisfies": "^4.0.0" }, + "deprecated": false, "description": "check dependency licenses against rules", "devDependencies": { "spawn-sync": "^1.0.15", diff --git a/package.json b/package.json index dbfc17b4f0f7e..b22f8804e6e6c 100644 --- a/package.json +++ b/package.json @@ -267,8 +267,8 @@ ], "devDependencies": { "deep-equal": "~1.0.1", - "licensee": "^5.0.0", "get-stream": "^4.1.0", + "licensee": "^5.0.0", "marked": "^0.5.0", "marked-man": "~0.2.1", "npm-registry-couchapp": "^2.7.1", From 85d6a258d7dae5ca7c3f4a1390f59c5e4eb6659c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Wed, 5 Dec 2018 14:55:59 -0800 Subject: [PATCH 2/4] deps: reinstall licensee to diagnose issue --- node_modules/array-find-index/package.json | 24 +++++++---------- node_modules/docopt/package.json | 24 +++++++---------- node_modules/fs-access/package.json | 26 ++++++++----------- node_modules/json-parse-errback/package.json | 24 +++++++---------- node_modules/licensee/package.json | 12 ++++----- node_modules/null-check/package.json | 24 +++++++---------- node_modules/simple-concat/package.json | 24 +++++++---------- node_modules/spdx-compare/package.json | 24 +++++++---------- .../spdx-expression-parse/package.json | 24 +++++++---------- .../spdx-expression-validate/package.json | 24 +++++++---------- node_modules/spdx-ranges/package.json | 24 +++++++---------- node_modules/spdx-satisfies/package.json | 24 +++++++---------- package-lock.json | 2 +- 13 files changed, 118 insertions(+), 162 deletions(-) diff --git a/node_modules/array-find-index/package.json b/node_modules/array-find-index/package.json index 5c210da93e245..54b22c74757d0 100644 --- a/node_modules/array-find-index/package.json +++ b/node_modules/array-find-index/package.json @@ -1,33 +1,27 @@ { - "_args": [ - [ - "array-find-index@1.0.2", - "/Users/zkat/Documents/code/work/npm" - ] - ], - "_development": true, - "_from": "array-find-index@1.0.2", + "_from": "array-find-index@^1.0.2", "_id": "array-find-index@1.0.2", "_inBundle": false, "_integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=", "_location": "/array-find-index", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "array-find-index@1.0.2", + "raw": "array-find-index@^1.0.2", "name": "array-find-index", "escapedName": "array-find-index", - "rawSpec": "1.0.2", + "rawSpec": "^1.0.2", "saveSpec": null, - "fetchSpec": "1.0.2" + "fetchSpec": "^1.0.2" }, "_requiredBy": [ "/spdx-compare" ], "_resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", - "_spec": "1.0.2", - "_where": "/Users/zkat/Documents/code/work/npm", + "_shasum": "df010aa1287e164bbda6f9723b0a96a1ec4187a1", + "_spec": "array-find-index@^1.0.2", + "_where": "/Users/zkat/Documents/code/work/npm/node_modules/spdx-compare", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -36,6 +30,8 @@ "bugs": { "url": "https://github.com/sindresorhus/array-find-index/issues" }, + "bundleDependencies": false, + "deprecated": false, "description": "ES2015 `Array#findIndex()` ponyfill", "devDependencies": { "ava": "*", diff --git a/node_modules/docopt/package.json b/node_modules/docopt/package.json index e2104dc5c4abe..e4ec5eb2b4f38 100644 --- a/node_modules/docopt/package.json +++ b/node_modules/docopt/package.json @@ -1,33 +1,27 @@ { - "_args": [ - [ - "docopt@0.6.2", - "/Users/zkat/Documents/code/work/npm" - ] - ], - "_development": true, - "_from": "docopt@0.6.2", + "_from": "docopt@^0.6.2", "_id": "docopt@0.6.2", "_inBundle": false, "_integrity": "sha1-so6eIiDaXsSffqW7JKR3h0Be6xE=", "_location": "/docopt", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "docopt@0.6.2", + "raw": "docopt@^0.6.2", "name": "docopt", "escapedName": "docopt", - "rawSpec": "0.6.2", + "rawSpec": "^0.6.2", "saveSpec": null, - "fetchSpec": "0.6.2" + "fetchSpec": "^0.6.2" }, "_requiredBy": [ "/licensee" ], "_resolved": "https://registry.npmjs.org/docopt/-/docopt-0.6.2.tgz", - "_spec": "0.6.2", - "_where": "/Users/zkat/Documents/code/work/npm", + "_shasum": "b28e9e2220da5ec49f7ea5bb24a47787405eeb11", + "_spec": "docopt@^0.6.2", + "_where": "/Users/zkat/Documents/code/work/npm/node_modules/licensee", "author": { "name": "Vladimir Keleshev", "email": "vladimir@keleshev.com" @@ -35,6 +29,7 @@ "bugs": { "url": "https://github.com/scarnie/docopt.coffee/issues" }, + "bundleDependencies": false, "contributors": [ { "name": "Andrew Kassen", @@ -53,6 +48,7 @@ "email": "mr.amtrack@gmail.com" } ], + "deprecated": false, "description": "a command line option parser that will make you smile", "devDependencies": { "chai": "^2.2.0", diff --git a/node_modules/fs-access/package.json b/node_modules/fs-access/package.json index f98df6784e423..76997b37a0e5c 100644 --- a/node_modules/fs-access/package.json +++ b/node_modules/fs-access/package.json @@ -1,33 +1,27 @@ { - "_args": [ - [ - "fs-access@1.0.1", - "/Users/zkat/Documents/code/work/npm" - ] - ], - "_development": true, - "_from": "fs-access@1.0.1", + "_from": "fs-access@^1.0.0", "_id": "fs-access@1.0.1", "_inBundle": false, "_integrity": "sha1-1qh/JiJxzv6+wwxVNAf7mV2od3o=", "_location": "/fs-access", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "fs-access@1.0.1", + "raw": "fs-access@^1.0.0", "name": "fs-access", "escapedName": "fs-access", - "rawSpec": "1.0.1", + "rawSpec": "^1.0.0", "saveSpec": null, - "fetchSpec": "1.0.1" + "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/licensee" ], - "_resolved": "https://registry.npmjs.org/fs-access/-/fs-access-1.0.1.tgz", - "_spec": "1.0.1", - "_where": "/Users/zkat/Documents/code/work/npm", + "_resolved": "http://registry.npmjs.org/fs-access/-/fs-access-1.0.1.tgz", + "_shasum": "d6a87f262271cefebec30c553407fb995da8777a", + "_spec": "fs-access@^1.0.0", + "_where": "/Users/zkat/Documents/code/work/npm/node_modules/licensee", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -36,9 +30,11 @@ "bugs": { "url": "https://github.com/sindresorhus/fs-access/issues" }, + "bundleDependencies": false, "dependencies": { "null-check": "^1.0.0" }, + "deprecated": false, "description": "Node.js 0.12 fs.access() & fs.accessSync() ponyfill", "devDependencies": { "os-tmpdir": "^1.0.0" diff --git a/node_modules/json-parse-errback/package.json b/node_modules/json-parse-errback/package.json index 141509a6fbc01..2c2173f89db33 100644 --- a/node_modules/json-parse-errback/package.json +++ b/node_modules/json-parse-errback/package.json @@ -1,33 +1,27 @@ { - "_args": [ - [ - "json-parse-errback@2.0.1", - "/Users/zkat/Documents/code/work/npm" - ] - ], - "_development": true, - "_from": "json-parse-errback@2.0.1", + "_from": "json-parse-errback@^2.0.1", "_id": "json-parse-errback@2.0.1", "_inBundle": false, "_integrity": "sha1-x6nCvjqFWzQvgqv8ibyFk1tYhPo=", "_location": "/json-parse-errback", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "json-parse-errback@2.0.1", + "raw": "json-parse-errback@^2.0.1", "name": "json-parse-errback", "escapedName": "json-parse-errback", - "rawSpec": "2.0.1", + "rawSpec": "^2.0.1", "saveSpec": null, - "fetchSpec": "2.0.1" + "fetchSpec": "^2.0.1" }, "_requiredBy": [ "/licensee" ], "_resolved": "https://registry.npmjs.org/json-parse-errback/-/json-parse-errback-2.0.1.tgz", - "_spec": "2.0.1", - "_where": "/Users/zkat/Documents/code/work/npm", + "_shasum": "c7a9c2be3a855b342f82abfc89bc85935b5884fa", + "_spec": "json-parse-errback@^2.0.1", + "_where": "/Users/zkat/Documents/code/work/npm/node_modules/licensee", "author": { "name": "Kyle E. Mitchell", "email": "kyle@kemitchell.com", @@ -36,6 +30,8 @@ "bugs": { "url": "https://github.com/kemitchell/json-parse-errback.js/issues" }, + "bundleDependencies": false, + "deprecated": false, "description": "parse(input, function(error, object) { ... })", "devDependencies": { "defence-cli": "^1.0.5" diff --git a/node_modules/licensee/package.json b/node_modules/licensee/package.json index 8dfcb0c28c260..7b9c612e9a5a2 100644 --- a/node_modules/licensee/package.json +++ b/node_modules/licensee/package.json @@ -1,19 +1,19 @@ { - "_from": "licensee@^5.0.0", + "_from": "licensee", "_id": "licensee@5.0.0", "_inBundle": false, "_integrity": "sha512-g243BLsJYWWyNhwDEMewc2f6Ebyy1yiJmMDgO8MCQtLOXA8JO4O2/kbJ1QwwWdlmrwDgYECdl9CJBrKsr4ZezA==", "_location": "/licensee", "_phantomChildren": {}, "_requested": { - "type": "range", + "type": "tag", "registry": true, - "raw": "licensee@^5.0.0", + "raw": "licensee", "name": "licensee", "escapedName": "licensee", - "rawSpec": "^5.0.0", + "rawSpec": "", "saveSpec": null, - "fetchSpec": "^5.0.0" + "fetchSpec": "latest" }, "_requiredBy": [ "#DEV:/", @@ -21,7 +21,7 @@ ], "_resolved": "https://registry.npmjs.org/licensee/-/licensee-5.0.0.tgz", "_shasum": "3224b679a3ccb7d9a1979b7af8ecaade39c4dc86", - "_spec": "licensee@^5.0.0", + "_spec": "licensee", "_where": "/Users/zkat/Documents/code/work/npm", "author": { "name": "Kyle E. Mitchell", diff --git a/node_modules/null-check/package.json b/node_modules/null-check/package.json index e269dca66d02f..89e17e9efccdc 100644 --- a/node_modules/null-check/package.json +++ b/node_modules/null-check/package.json @@ -1,33 +1,27 @@ { - "_args": [ - [ - "null-check@1.0.0", - "/Users/zkat/Documents/code/work/npm" - ] - ], - "_development": true, - "_from": "null-check@1.0.0", + "_from": "null-check@^1.0.0", "_id": "null-check@1.0.0", "_inBundle": false, "_integrity": "sha1-l33/1xdgErnsMNKjnbXPcqBDnt0=", "_location": "/null-check", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "null-check@1.0.0", + "raw": "null-check@^1.0.0", "name": "null-check", "escapedName": "null-check", - "rawSpec": "1.0.0", + "rawSpec": "^1.0.0", "saveSpec": null, - "fetchSpec": "1.0.0" + "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/fs-access" ], "_resolved": "https://registry.npmjs.org/null-check/-/null-check-1.0.0.tgz", - "_spec": "1.0.0", - "_where": "/Users/zkat/Documents/code/work/npm", + "_shasum": "977dffd7176012b9ec30d2a39db5cf72a0439edd", + "_spec": "null-check@^1.0.0", + "_where": "/Users/zkat/Documents/code/work/npm/node_modules/fs-access", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -36,6 +30,8 @@ "bugs": { "url": "https://github.com/sindresorhus/null-check/issues" }, + "bundleDependencies": false, + "deprecated": false, "description": "Ensure a path doesn't contain null bytes", "devDependencies": { "ava": "0.0.4" diff --git a/node_modules/simple-concat/package.json b/node_modules/simple-concat/package.json index 81f0174e2e878..d4b4463d3114a 100644 --- a/node_modules/simple-concat/package.json +++ b/node_modules/simple-concat/package.json @@ -1,33 +1,27 @@ { - "_args": [ - [ - "simple-concat@1.0.0", - "/Users/zkat/Documents/code/work/npm" - ] - ], - "_development": true, - "_from": "simple-concat@1.0.0", + "_from": "simple-concat@^1.0.0", "_id": "simple-concat@1.0.0", "_inBundle": false, "_integrity": "sha1-c0TLuLbib7J9ZrL8hvn21Zl1IcY=", "_location": "/simple-concat", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "simple-concat@1.0.0", + "raw": "simple-concat@^1.0.0", "name": "simple-concat", "escapedName": "simple-concat", - "rawSpec": "1.0.0", + "rawSpec": "^1.0.0", "saveSpec": null, - "fetchSpec": "1.0.0" + "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/licensee" ], "_resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.0.tgz", - "_spec": "1.0.0", - "_where": "/Users/zkat/Documents/code/work/npm", + "_shasum": "7344cbb8b6e26fb27d66b2fc86f9f6d5997521c6", + "_spec": "simple-concat@^1.0.0", + "_where": "/Users/zkat/Documents/code/work/npm/node_modules/licensee", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", @@ -36,7 +30,9 @@ "bugs": { "url": "https://github.com/feross/simple-concat/issues" }, + "bundleDependencies": false, "dependencies": {}, + "deprecated": false, "description": "Super-minimalist version of `concat-stream`. Less than 15 lines!", "devDependencies": { "standard": "^6.0.8", diff --git a/node_modules/spdx-compare/package.json b/node_modules/spdx-compare/package.json index 82f0291cf4a3a..d58daa683b46b 100644 --- a/node_modules/spdx-compare/package.json +++ b/node_modules/spdx-compare/package.json @@ -1,33 +1,27 @@ { - "_args": [ - [ - "spdx-compare@1.0.0", - "/Users/zkat/Documents/code/work/npm" - ] - ], - "_development": true, - "_from": "spdx-compare@1.0.0", + "_from": "spdx-compare@^1.0.0", "_id": "spdx-compare@1.0.0", "_inBundle": false, "_integrity": "sha512-C1mDZOX0hnu0ep9dfmuoi03+eOdDoz2yvK79RxbcrVEG1NO1Ph35yW102DHWKN4pk80nwCgeMmSY5L25VE4D9A==", "_location": "/spdx-compare", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "spdx-compare@1.0.0", + "raw": "spdx-compare@^1.0.0", "name": "spdx-compare", "escapedName": "spdx-compare", - "rawSpec": "1.0.0", + "rawSpec": "^1.0.0", "saveSpec": null, - "fetchSpec": "1.0.0" + "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/spdx-satisfies" ], "_resolved": "https://registry.npmjs.org/spdx-compare/-/spdx-compare-1.0.0.tgz", - "_spec": "1.0.0", - "_where": "/Users/zkat/Documents/code/work/npm", + "_shasum": "2c55f117362078d7409e6d7b08ce70a857cd3ed7", + "_spec": "spdx-compare@^1.0.0", + "_where": "/Users/zkat/Documents/code/work/npm/node_modules/spdx-satisfies", "author": { "name": "Kyle E. Mitchell", "email": "kyle@kemitchell.com", @@ -36,11 +30,13 @@ "bugs": { "url": "https://github.com/kemitchell/spdx-compare.js/issues" }, + "bundleDependencies": false, "dependencies": { "array-find-index": "^1.0.2", "spdx-expression-parse": "^3.0.0", "spdx-ranges": "^2.0.0" }, + "deprecated": false, "description": "compare SPDX license expressions", "devDependencies": { "defence-cli": "^2.0.1" diff --git a/node_modules/spdx-expression-validate/node_modules/spdx-expression-parse/package.json b/node_modules/spdx-expression-validate/node_modules/spdx-expression-parse/package.json index 64926dc22d7f8..6c1527e4934c1 100644 --- a/node_modules/spdx-expression-validate/node_modules/spdx-expression-parse/package.json +++ b/node_modules/spdx-expression-validate/node_modules/spdx-expression-parse/package.json @@ -1,33 +1,27 @@ { - "_args": [ - [ - "spdx-expression-parse@1.0.4", - "/Users/zkat/Documents/code/work/npm" - ] - ], - "_development": true, - "_from": "spdx-expression-parse@1.0.4", + "_from": "spdx-expression-parse@^1.0.0", "_id": "spdx-expression-parse@1.0.4", "_inBundle": false, "_integrity": "sha1-m98vIOH0DtRH++JzJmGR/O1RYmw=", "_location": "/spdx-expression-validate/spdx-expression-parse", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "spdx-expression-parse@1.0.4", + "raw": "spdx-expression-parse@^1.0.0", "name": "spdx-expression-parse", "escapedName": "spdx-expression-parse", - "rawSpec": "1.0.4", + "rawSpec": "^1.0.0", "saveSpec": null, - "fetchSpec": "1.0.4" + "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/spdx-expression-validate" ], "_resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz", - "_spec": "1.0.4", - "_where": "/Users/zkat/Documents/code/work/npm", + "_shasum": "9bdf2f20e1f40ed447fbe273266191fced51626c", + "_spec": "spdx-expression-parse@^1.0.0", + "_where": "/Users/zkat/Documents/code/work/npm/node_modules/spdx-expression-validate", "author": { "name": "Kyle E. Mitchell", "email": "kyle@kemitchell.com", @@ -36,6 +30,7 @@ "bugs": { "url": "https://github.com/kemitchell/spdx-expression-parse.js/issues" }, + "bundleDependencies": false, "contributors": [ { "name": "C. Scott Ananian", @@ -52,6 +47,7 @@ "email": "snnskwtnb@gmail.com" } ], + "deprecated": false, "description": "parse SPDX license expressions", "devDependencies": { "defence-cli": "^1.0.1", diff --git a/node_modules/spdx-expression-validate/package.json b/node_modules/spdx-expression-validate/package.json index 530b3f515620d..927809e1ffecf 100644 --- a/node_modules/spdx-expression-validate/package.json +++ b/node_modules/spdx-expression-validate/package.json @@ -1,33 +1,27 @@ { - "_args": [ - [ - "spdx-expression-validate@1.0.2", - "/Users/zkat/Documents/code/work/npm" - ] - ], - "_development": true, - "_from": "spdx-expression-validate@1.0.2", + "_from": "spdx-expression-validate@^1.0.1", "_id": "spdx-expression-validate@1.0.2", "_inBundle": false, "_integrity": "sha1-Wk5NdhbtHJuIFQNmtCF/dnwn6eM=", "_location": "/spdx-expression-validate", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "spdx-expression-validate@1.0.2", + "raw": "spdx-expression-validate@^1.0.1", "name": "spdx-expression-validate", "escapedName": "spdx-expression-validate", - "rawSpec": "1.0.2", + "rawSpec": "^1.0.1", "saveSpec": null, - "fetchSpec": "1.0.2" + "fetchSpec": "^1.0.1" }, "_requiredBy": [ "/licensee" ], "_resolved": "https://registry.npmjs.org/spdx-expression-validate/-/spdx-expression-validate-1.0.2.tgz", - "_spec": "1.0.2", - "_where": "/Users/zkat/Documents/code/work/npm", + "_shasum": "5a4e4d7616ed1c9b88150366b4217f767c27e9e3", + "_spec": "spdx-expression-validate@^1.0.1", + "_where": "/Users/zkat/Documents/code/work/npm/node_modules/licensee", "author": { "name": "Kyle E. Mitchell", "email": "kyle@kemitchell.com", @@ -36,9 +30,11 @@ "bugs": { "url": "https://github.com/kemitchell/spdx-expression-validate.js/issues" }, + "bundleDependencies": false, "dependencies": { "spdx-expression-parse": "^1.0.0" }, + "deprecated": false, "description": "validate SPDX license expressions", "devDependencies": { "defence-cli": "^1.0.1", diff --git a/node_modules/spdx-ranges/package.json b/node_modules/spdx-ranges/package.json index 6dd46a69ace28..6c3ff71edaf2e 100644 --- a/node_modules/spdx-ranges/package.json +++ b/node_modules/spdx-ranges/package.json @@ -1,40 +1,35 @@ { - "_args": [ - [ - "spdx-ranges@2.0.0", - "/Users/zkat/Documents/code/work/npm" - ] - ], - "_development": true, - "_from": "spdx-ranges@2.0.0", + "_from": "spdx-ranges@^2.0.0", "_id": "spdx-ranges@2.0.0", "_inBundle": false, "_integrity": "sha512-AUUXLfqkwD7GlzZkXv8ePPCpPjeVWI9xJCfysL8re/uKb6H10umMnC7bFRsHmLJan4fslUtekAgpHlSgLc/7mA==", "_location": "/spdx-ranges", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "spdx-ranges@2.0.0", + "raw": "spdx-ranges@^2.0.0", "name": "spdx-ranges", "escapedName": "spdx-ranges", - "rawSpec": "2.0.0", + "rawSpec": "^2.0.0", "saveSpec": null, - "fetchSpec": "2.0.0" + "fetchSpec": "^2.0.0" }, "_requiredBy": [ "/spdx-compare", "/spdx-satisfies" ], "_resolved": "https://registry.npmjs.org/spdx-ranges/-/spdx-ranges-2.0.0.tgz", - "_spec": "2.0.0", - "_where": "/Users/zkat/Documents/code/work/npm", + "_shasum": "257686798e5edb41d45c1aba3d3f1bb47af8d5ec", + "_spec": "spdx-ranges@^2.0.0", + "_where": "/Users/zkat/Documents/code/work/npm/node_modules/spdx-satisfies", "author": { "name": "The Linux Foundation" }, "bugs": { "url": "https://github.com/kemitchell/spdx-ranges.js/issues" }, + "bundleDependencies": false, "contributors": [ { "name": "Kyle E. Mitchell", @@ -42,6 +37,7 @@ "url": "https://kemitchell.com/" } ], + "deprecated": false, "description": "list of SPDX standard license ranges", "devDependencies": { "defence-cli": "^1.0.1" diff --git a/node_modules/spdx-satisfies/package.json b/node_modules/spdx-satisfies/package.json index 3354a86bcd227..a499540df4af6 100644 --- a/node_modules/spdx-satisfies/package.json +++ b/node_modules/spdx-satisfies/package.json @@ -1,33 +1,27 @@ { - "_args": [ - [ - "spdx-satisfies@4.0.0", - "/Users/zkat/Documents/code/work/npm" - ] - ], - "_development": true, - "_from": "spdx-satisfies@4.0.0", + "_from": "spdx-satisfies@^4.0.0", "_id": "spdx-satisfies@4.0.0", "_inBundle": false, "_integrity": "sha512-OcARj6U1OuVv98SVrRqgrR30sVocONtoPpnX8Xz4vXNrFVedqtbgkA+0KmQoXIQ2xjfltPPRVIMeNzKEFLWWKQ==", "_location": "/spdx-satisfies", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "spdx-satisfies@4.0.0", + "raw": "spdx-satisfies@^4.0.0", "name": "spdx-satisfies", "escapedName": "spdx-satisfies", - "rawSpec": "4.0.0", + "rawSpec": "^4.0.0", "saveSpec": null, - "fetchSpec": "4.0.0" + "fetchSpec": "^4.0.0" }, "_requiredBy": [ "/licensee" ], "_resolved": "https://registry.npmjs.org/spdx-satisfies/-/spdx-satisfies-4.0.0.tgz", - "_spec": "4.0.0", - "_where": "/Users/zkat/Documents/code/work/npm", + "_shasum": "ebc79eec88b68ac75618e2e5ee94fbc347587552", + "_spec": "spdx-satisfies@^4.0.0", + "_where": "/Users/zkat/Documents/code/work/npm/node_modules/licensee", "author": { "name": "Kyle E. Mitchell", "email": "kyle@kemitchell.com", @@ -36,11 +30,13 @@ "bugs": { "url": "https://github.com/kemitchell/spdx-satisfies.js/issues" }, + "bundleDependencies": false, "dependencies": { "spdx-compare": "^1.0.0", "spdx-expression-parse": "^3.0.0", "spdx-ranges": "^2.0.0" }, + "deprecated": false, "description": "test whether SPDX expressions satisfy licensing criteria", "devDependencies": { "defence-cli": "^2.0.1", diff --git a/package-lock.json b/package-lock.json index 6f84a492b305d..2474c37e88c4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1647,7 +1647,7 @@ }, "fs-access": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/fs-access/-/fs-access-1.0.1.tgz", + "resolved": "http://registry.npmjs.org/fs-access/-/fs-access-1.0.1.tgz", "integrity": "sha1-1qh/JiJxzv6+wwxVNAf7mV2od3o=", "dev": true, "requires": { From 9c05606cc7e69a4a43f1608de1fcad9fc2a9ea39 Mon Sep 17 00:00:00 2001 From: Simon Kurtz Date: Tue, 11 Dec 2018 10:56:15 -0500 Subject: [PATCH 3/4] Account for 401 in audit --- lib/audit.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/audit.js b/lib/audit.js index 076ca256b7c72..492fbb214e6a1 100644 --- a/lib/audit.js +++ b/lib/audit.js @@ -189,7 +189,10 @@ function auditCmd (args, cb) { }).then((auditReport) => { return audit.submitForFullReport(auditReport) }).catch((err) => { - if (err.statusCode === 404 || err.statusCode >= 500) { + // Some 3rd Party registries such as Microsoft Azure DevOps do not presently support `npm audit`. As no token is passed for `audit` and the registry may not + // have an exception in place for audit, a 401 is returned, which informs the user of an authentication-related issue that really masks a lack of implementation. + // Therefore, the custom error message now also triggers for 401s. + if (err.statusCode === 401 || err.statusCode === 404 || err.statusCode >= 500) { const ne = new Error(`Your configured registry (${opts.registry}) does not support audit requests.`) ne.code = 'ENOAUDIT' ne.wrapped = err From dbd282218afadf101f028d45796d2d7a4e417f2e Mon Sep 17 00:00:00 2001 From: Simon Kurtz Date: Thu, 13 Dec 2018 09:07:19 -0500 Subject: [PATCH 4/4] Clean up based on latest npm reorganization --- node_modules/array-find-index/package.json | 67 -------------- node_modules/docopt/package.json | 84 ----------------- node_modules/fs-access/package.json | 74 --------------- node_modules/json-parse-errback/package.json | 55 ------------ node_modules/licensee/package.json | 80 ----------------- node_modules/null-check/package.json | 68 -------------- node_modules/simple-concat/package.json | 58 ------------ node_modules/spdx-compare/package.json | 65 -------------- .../spdx-expression-parse/package.json | 89 ------------------- .../spdx-expression-validate/package.json | 69 -------------- node_modules/spdx-ranges/package.json | 56 ------------ node_modules/spdx-satisfies/package.json | 68 -------------- 12 files changed, 833 deletions(-) delete mode 100644 node_modules/array-find-index/package.json delete mode 100644 node_modules/docopt/package.json delete mode 100644 node_modules/fs-access/package.json delete mode 100644 node_modules/json-parse-errback/package.json delete mode 100644 node_modules/licensee/package.json delete mode 100644 node_modules/null-check/package.json delete mode 100644 node_modules/simple-concat/package.json delete mode 100644 node_modules/spdx-compare/package.json delete mode 100644 node_modules/spdx-expression-validate/node_modules/spdx-expression-parse/package.json delete mode 100644 node_modules/spdx-expression-validate/package.json delete mode 100644 node_modules/spdx-ranges/package.json delete mode 100644 node_modules/spdx-satisfies/package.json diff --git a/node_modules/array-find-index/package.json b/node_modules/array-find-index/package.json deleted file mode 100644 index 54b22c74757d0..0000000000000 --- a/node_modules/array-find-index/package.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "_from": "array-find-index@^1.0.2", - "_id": "array-find-index@1.0.2", - "_inBundle": false, - "_integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=", - "_location": "/array-find-index", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "array-find-index@^1.0.2", - "name": "array-find-index", - "escapedName": "array-find-index", - "rawSpec": "^1.0.2", - "saveSpec": null, - "fetchSpec": "^1.0.2" - }, - "_requiredBy": [ - "/spdx-compare" - ], - "_resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", - "_shasum": "df010aa1287e164bbda6f9723b0a96a1ec4187a1", - "_spec": "array-find-index@^1.0.2", - "_where": "/Users/zkat/Documents/code/work/npm/node_modules/spdx-compare", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "bugs": { - "url": "https://github.com/sindresorhus/array-find-index/issues" - }, - "bundleDependencies": false, - "deprecated": false, - "description": "ES2015 `Array#findIndex()` ponyfill", - "devDependencies": { - "ava": "*", - "xo": "*" - }, - "engines": { - "node": ">=0.10.0" - }, - "files": [ - "index.js" - ], - "homepage": "https://github.com/sindresorhus/array-find-index#readme", - "keywords": [ - "es2015", - "ponyfill", - "polyfill", - "shim", - "find", - "index", - "findindex", - "array" - ], - "license": "MIT", - "name": "array-find-index", - "repository": { - "type": "git", - "url": "git+https://github.com/sindresorhus/array-find-index.git" - }, - "scripts": { - "test": "xo && ava" - }, - "version": "1.0.2" -} diff --git a/node_modules/docopt/package.json b/node_modules/docopt/package.json deleted file mode 100644 index e4ec5eb2b4f38..0000000000000 --- a/node_modules/docopt/package.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "_from": "docopt@^0.6.2", - "_id": "docopt@0.6.2", - "_inBundle": false, - "_integrity": "sha1-so6eIiDaXsSffqW7JKR3h0Be6xE=", - "_location": "/docopt", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "docopt@^0.6.2", - "name": "docopt", - "escapedName": "docopt", - "rawSpec": "^0.6.2", - "saveSpec": null, - "fetchSpec": "^0.6.2" - }, - "_requiredBy": [ - "/licensee" - ], - "_resolved": "https://registry.npmjs.org/docopt/-/docopt-0.6.2.tgz", - "_shasum": "b28e9e2220da5ec49f7ea5bb24a47787405eeb11", - "_spec": "docopt@^0.6.2", - "_where": "/Users/zkat/Documents/code/work/npm/node_modules/licensee", - "author": { - "name": "Vladimir Keleshev", - "email": "vladimir@keleshev.com" - }, - "bugs": { - "url": "https://github.com/scarnie/docopt.coffee/issues" - }, - "bundleDependencies": false, - "contributors": [ - { - "name": "Andrew Kassen", - "email": "atkassen@berkeley.edu" - }, - { - "name": "Vladimir Keleshev", - "email": "vladimir@keleshev.com" - }, - { - "name": "Stuart Carnie", - "email": "stuart.carnie@gmail.com" - }, - { - "name": "Matthias Rolke", - "email": "mr.amtrack@gmail.com" - } - ], - "deprecated": false, - "description": "a command line option parser that will make you smile", - "devDependencies": { - "chai": "^2.2.0", - "coffee-script": "^1.9.1", - "coffeelint": "^1.9.2", - "mocha": "^2.2.1" - }, - "engines": { - "node": ">=0.10.0" - }, - "homepage": "https://github.com/scarnie/docopt.coffee#readme", - "keywords": [ - "command", - "options", - "argument", - "args", - "cli", - "commandline" - ], - "licenses": "MIT", - "main": "docopt.js", - "name": "docopt", - "repository": { - "type": "git", - "url": "git://github.com/scarnie/docopt.coffee.git" - }, - "scripts": { - "lint": "coffeelint docopt.coffee test/*.coffee", - "prepublish": "coffee -c docopt.coffee", - "test": "mocha --compilers coffee:coffee-script/register" - }, - "version": "0.6.2" -} diff --git a/node_modules/fs-access/package.json b/node_modules/fs-access/package.json deleted file mode 100644 index 76997b37a0e5c..0000000000000 --- a/node_modules/fs-access/package.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "_from": "fs-access@^1.0.0", - "_id": "fs-access@1.0.1", - "_inBundle": false, - "_integrity": "sha1-1qh/JiJxzv6+wwxVNAf7mV2od3o=", - "_location": "/fs-access", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "fs-access@^1.0.0", - "name": "fs-access", - "escapedName": "fs-access", - "rawSpec": "^1.0.0", - "saveSpec": null, - "fetchSpec": "^1.0.0" - }, - "_requiredBy": [ - "/licensee" - ], - "_resolved": "http://registry.npmjs.org/fs-access/-/fs-access-1.0.1.tgz", - "_shasum": "d6a87f262271cefebec30c553407fb995da8777a", - "_spec": "fs-access@^1.0.0", - "_where": "/Users/zkat/Documents/code/work/npm/node_modules/licensee", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "bugs": { - "url": "https://github.com/sindresorhus/fs-access/issues" - }, - "bundleDependencies": false, - "dependencies": { - "null-check": "^1.0.0" - }, - "deprecated": false, - "description": "Node.js 0.12 fs.access() & fs.accessSync() ponyfill", - "devDependencies": { - "os-tmpdir": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - }, - "files": [ - "index.js" - ], - "homepage": "https://github.com/sindresorhus/fs-access#readme", - "keywords": [ - "built-in", - "core", - "ponyfill", - "polyfill", - "shim", - "fs", - "access", - "stat", - "mode", - "permission", - "user", - "process", - "check" - ], - "license": "MIT", - "name": "fs-access", - "repository": { - "type": "git", - "url": "git+https://github.com/sindresorhus/fs-access.git" - }, - "scripts": { - "test": "node test.js" - }, - "version": "1.0.1" -} diff --git a/node_modules/json-parse-errback/package.json b/node_modules/json-parse-errback/package.json deleted file mode 100644 index 2c2173f89db33..0000000000000 --- a/node_modules/json-parse-errback/package.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "_from": "json-parse-errback@^2.0.1", - "_id": "json-parse-errback@2.0.1", - "_inBundle": false, - "_integrity": "sha1-x6nCvjqFWzQvgqv8ibyFk1tYhPo=", - "_location": "/json-parse-errback", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "json-parse-errback@^2.0.1", - "name": "json-parse-errback", - "escapedName": "json-parse-errback", - "rawSpec": "^2.0.1", - "saveSpec": null, - "fetchSpec": "^2.0.1" - }, - "_requiredBy": [ - "/licensee" - ], - "_resolved": "https://registry.npmjs.org/json-parse-errback/-/json-parse-errback-2.0.1.tgz", - "_shasum": "c7a9c2be3a855b342f82abfc89bc85935b5884fa", - "_spec": "json-parse-errback@^2.0.1", - "_where": "/Users/zkat/Documents/code/work/npm/node_modules/licensee", - "author": { - "name": "Kyle E. Mitchell", - "email": "kyle@kemitchell.com", - "url": "https://kemitchell.com/" - }, - "bugs": { - "url": "https://github.com/kemitchell/json-parse-errback.js/issues" - }, - "bundleDependencies": false, - "deprecated": false, - "description": "parse(input, function(error, object) { ... })", - "devDependencies": { - "defence-cli": "^1.0.5" - }, - "files": [ - "LICENSE", - "README.md", - "index.js" - ], - "homepage": "https://github.com/kemitchell/json-parse-errback.js#readme", - "license": "MIT", - "name": "json-parse-errback", - "repository": { - "type": "git", - "url": "git+https://github.com/kemitchell/json-parse-errback.js.git" - }, - "scripts": { - "prepublish": "defence < README.md > index.js" - }, - "version": "2.0.1" -} diff --git a/node_modules/licensee/package.json b/node_modules/licensee/package.json deleted file mode 100644 index 7b9c612e9a5a2..0000000000000 --- a/node_modules/licensee/package.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "_from": "licensee", - "_id": "licensee@5.0.0", - "_inBundle": false, - "_integrity": "sha512-g243BLsJYWWyNhwDEMewc2f6Ebyy1yiJmMDgO8MCQtLOXA8JO4O2/kbJ1QwwWdlmrwDgYECdl9CJBrKsr4ZezA==", - "_location": "/licensee", - "_phantomChildren": {}, - "_requested": { - "type": "tag", - "registry": true, - "raw": "licensee", - "name": "licensee", - "escapedName": "licensee", - "rawSpec": "", - "saveSpec": null, - "fetchSpec": "latest" - }, - "_requiredBy": [ - "#DEV:/", - "#USER" - ], - "_resolved": "https://registry.npmjs.org/licensee/-/licensee-5.0.0.tgz", - "_shasum": "3224b679a3ccb7d9a1979b7af8ecaade39c4dc86", - "_spec": "licensee", - "_where": "/Users/zkat/Documents/code/work/npm", - "author": { - "name": "Kyle E. Mitchell", - "email": "kyle@kemitchell.com", - "url": "https://kemitchell.com/" - }, - "bin": { - "licensee": "./licensee" - }, - "bugs": { - "url": "https://github.com/jslicense/licensee.js/issues" - }, - "bundleDependencies": false, - "contributors": [ - { - "name": "Jakob Krigovsky", - "email": "jakob@krigovsky.com" - } - ], - "dependencies": { - "docopt": "^0.6.2", - "fs-access": "^1.0.0", - "json-parse-errback": "^2.0.1", - "read-package-tree": "^5.2.1", - "run-parallel": "^1.1.9", - "semver": "^5.5.0", - "simple-concat": "^1.0.0", - "spdx-expression-validate": "^1.0.1", - "spdx-satisfies": "^4.0.0" - }, - "deprecated": false, - "description": "check dependency licenses against rules", - "devDependencies": { - "spawn-sync": "^1.0.15", - "standard": "^11.0.1", - "tap": "^12.0.1" - }, - "files": [ - "LICENSE", - "NOTICE", - "index.js", - "licensee" - ], - "homepage": "https://github.com/jslicense/licensee.js#readme", - "license": "Apache-2.0", - "name": "licensee", - "repository": { - "type": "git", - "url": "git+https://github.com/jslicense/licensee.js.git" - }, - "scripts": { - "style": "standard", - "test": "tap tests/**/test.js" - }, - "version": "5.0.0" -} diff --git a/node_modules/null-check/package.json b/node_modules/null-check/package.json deleted file mode 100644 index 89e17e9efccdc..0000000000000 --- a/node_modules/null-check/package.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "_from": "null-check@^1.0.0", - "_id": "null-check@1.0.0", - "_inBundle": false, - "_integrity": "sha1-l33/1xdgErnsMNKjnbXPcqBDnt0=", - "_location": "/null-check", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "null-check@^1.0.0", - "name": "null-check", - "escapedName": "null-check", - "rawSpec": "^1.0.0", - "saveSpec": null, - "fetchSpec": "^1.0.0" - }, - "_requiredBy": [ - "/fs-access" - ], - "_resolved": "https://registry.npmjs.org/null-check/-/null-check-1.0.0.tgz", - "_shasum": "977dffd7176012b9ec30d2a39db5cf72a0439edd", - "_spec": "null-check@^1.0.0", - "_where": "/Users/zkat/Documents/code/work/npm/node_modules/fs-access", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "bugs": { - "url": "https://github.com/sindresorhus/null-check/issues" - }, - "bundleDependencies": false, - "deprecated": false, - "description": "Ensure a path doesn't contain null bytes", - "devDependencies": { - "ava": "0.0.4" - }, - "engines": { - "node": ">=0.10.0" - }, - "files": [ - "index.js" - ], - "homepage": "https://github.com/sindresorhus/null-check#readme", - "keywords": [ - "built-in", - "core", - "ponyfill", - "polyfill", - "shim", - "fs", - "path", - "null", - "bytes", - "check" - ], - "license": "MIT", - "name": "null-check", - "repository": { - "type": "git", - "url": "git+https://github.com/sindresorhus/null-check.git" - }, - "scripts": { - "test": "node test.js" - }, - "version": "1.0.0" -} diff --git a/node_modules/simple-concat/package.json b/node_modules/simple-concat/package.json deleted file mode 100644 index d4b4463d3114a..0000000000000 --- a/node_modules/simple-concat/package.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "_from": "simple-concat@^1.0.0", - "_id": "simple-concat@1.0.0", - "_inBundle": false, - "_integrity": "sha1-c0TLuLbib7J9ZrL8hvn21Zl1IcY=", - "_location": "/simple-concat", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "simple-concat@^1.0.0", - "name": "simple-concat", - "escapedName": "simple-concat", - "rawSpec": "^1.0.0", - "saveSpec": null, - "fetchSpec": "^1.0.0" - }, - "_requiredBy": [ - "/licensee" - ], - "_resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.0.tgz", - "_shasum": "7344cbb8b6e26fb27d66b2fc86f9f6d5997521c6", - "_spec": "simple-concat@^1.0.0", - "_where": "/Users/zkat/Documents/code/work/npm/node_modules/licensee", - "author": { - "name": "Feross Aboukhadijeh", - "email": "feross@feross.org", - "url": "http://feross.org/" - }, - "bugs": { - "url": "https://github.com/feross/simple-concat/issues" - }, - "bundleDependencies": false, - "dependencies": {}, - "deprecated": false, - "description": "Super-minimalist version of `concat-stream`. Less than 15 lines!", - "devDependencies": { - "standard": "^6.0.8", - "tape": "^4.0.0" - }, - "homepage": "https://github.com/feross/simple-concat", - "keywords": [ - "concat", - "concat-stream", - "concat stream" - ], - "license": "MIT", - "main": "index.js", - "name": "simple-concat", - "repository": { - "type": "git", - "url": "git://github.com/feross/simple-concat.git" - }, - "scripts": { - "test": "standard && tape test/*.js" - }, - "version": "1.0.0" -} diff --git a/node_modules/spdx-compare/package.json b/node_modules/spdx-compare/package.json deleted file mode 100644 index d58daa683b46b..0000000000000 --- a/node_modules/spdx-compare/package.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "_from": "spdx-compare@^1.0.0", - "_id": "spdx-compare@1.0.0", - "_inBundle": false, - "_integrity": "sha512-C1mDZOX0hnu0ep9dfmuoi03+eOdDoz2yvK79RxbcrVEG1NO1Ph35yW102DHWKN4pk80nwCgeMmSY5L25VE4D9A==", - "_location": "/spdx-compare", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "spdx-compare@^1.0.0", - "name": "spdx-compare", - "escapedName": "spdx-compare", - "rawSpec": "^1.0.0", - "saveSpec": null, - "fetchSpec": "^1.0.0" - }, - "_requiredBy": [ - "/spdx-satisfies" - ], - "_resolved": "https://registry.npmjs.org/spdx-compare/-/spdx-compare-1.0.0.tgz", - "_shasum": "2c55f117362078d7409e6d7b08ce70a857cd3ed7", - "_spec": "spdx-compare@^1.0.0", - "_where": "/Users/zkat/Documents/code/work/npm/node_modules/spdx-satisfies", - "author": { - "name": "Kyle E. Mitchell", - "email": "kyle@kemitchell.com", - "url": "https://kemitchell.com" - }, - "bugs": { - "url": "https://github.com/kemitchell/spdx-compare.js/issues" - }, - "bundleDependencies": false, - "dependencies": { - "array-find-index": "^1.0.2", - "spdx-expression-parse": "^3.0.0", - "spdx-ranges": "^2.0.0" - }, - "deprecated": false, - "description": "compare SPDX license expressions", - "devDependencies": { - "defence-cli": "^2.0.1" - }, - "homepage": "https://github.com/kemitchell/spdx-compare.js#readme", - "keywords": [ - "SPDX", - "law", - "legal", - "license", - "metadata", - "package", - "package.json", - "standards" - ], - "license": "MIT", - "name": "spdx-compare", - "repository": { - "type": "git", - "url": "git+https://github.com/kemitchell/spdx-compare.js.git" - }, - "scripts": { - "test": "defence -i javascript README.md | sed 's!spdx-compare!./!' | node" - }, - "version": "1.0.0" -} diff --git a/node_modules/spdx-expression-validate/node_modules/spdx-expression-parse/package.json b/node_modules/spdx-expression-validate/node_modules/spdx-expression-parse/package.json deleted file mode 100644 index 6c1527e4934c1..0000000000000 --- a/node_modules/spdx-expression-validate/node_modules/spdx-expression-parse/package.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "_from": "spdx-expression-parse@^1.0.0", - "_id": "spdx-expression-parse@1.0.4", - "_inBundle": false, - "_integrity": "sha1-m98vIOH0DtRH++JzJmGR/O1RYmw=", - "_location": "/spdx-expression-validate/spdx-expression-parse", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "spdx-expression-parse@^1.0.0", - "name": "spdx-expression-parse", - "escapedName": "spdx-expression-parse", - "rawSpec": "^1.0.0", - "saveSpec": null, - "fetchSpec": "^1.0.0" - }, - "_requiredBy": [ - "/spdx-expression-validate" - ], - "_resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz", - "_shasum": "9bdf2f20e1f40ed447fbe273266191fced51626c", - "_spec": "spdx-expression-parse@^1.0.0", - "_where": "/Users/zkat/Documents/code/work/npm/node_modules/spdx-expression-validate", - "author": { - "name": "Kyle E. Mitchell", - "email": "kyle@kemitchell.com", - "url": "http://kemitchell.com" - }, - "bugs": { - "url": "https://github.com/kemitchell/spdx-expression-parse.js/issues" - }, - "bundleDependencies": false, - "contributors": [ - { - "name": "C. Scott Ananian", - "email": "cscott@cscott.net", - "url": "http://cscott.net" - }, - { - "name": "Kyle E. Mitchell", - "email": "kyle@kemitchell.com", - "url": "https://kemitchell.com" - }, - { - "name": "Shinnosuke Watanabe", - "email": "snnskwtnb@gmail.com" - } - ], - "deprecated": false, - "description": "parse SPDX license expressions", - "devDependencies": { - "defence-cli": "^1.0.1", - "jison": "^0.4.15", - "replace-require-self": "^1.0.0", - "spdx-exceptions": "^1.0.4", - "spdx-license-ids": "^1.0.0", - "standard": "^8.0.0" - }, - "files": [ - "AUTHORS", - "index.js", - "parser.js" - ], - "homepage": "https://github.com/kemitchell/spdx-expression-parse.js#readme", - "keywords": [ - "SPDX", - "law", - "legal", - "license", - "metadata", - "package", - "package.json", - "standards" - ], - "license": "(MIT AND CC-BY-3.0)", - "name": "spdx-expression-parse", - "repository": { - "type": "git", - "url": "git+https://github.com/kemitchell/spdx-expression-parse.js.git" - }, - "scripts": { - "lint": "standard", - "prepublish": "node generate-parser.js > parser.js", - "pretest": "npm run prepublish", - "test": "defence -i javascript README.md | replace-require-self | node" - }, - "version": "1.0.4" -} diff --git a/node_modules/spdx-expression-validate/package.json b/node_modules/spdx-expression-validate/package.json deleted file mode 100644 index 927809e1ffecf..0000000000000 --- a/node_modules/spdx-expression-validate/package.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "_from": "spdx-expression-validate@^1.0.1", - "_id": "spdx-expression-validate@1.0.2", - "_inBundle": false, - "_integrity": "sha1-Wk5NdhbtHJuIFQNmtCF/dnwn6eM=", - "_location": "/spdx-expression-validate", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "spdx-expression-validate@^1.0.1", - "name": "spdx-expression-validate", - "escapedName": "spdx-expression-validate", - "rawSpec": "^1.0.1", - "saveSpec": null, - "fetchSpec": "^1.0.1" - }, - "_requiredBy": [ - "/licensee" - ], - "_resolved": "https://registry.npmjs.org/spdx-expression-validate/-/spdx-expression-validate-1.0.2.tgz", - "_shasum": "5a4e4d7616ed1c9b88150366b4217f767c27e9e3", - "_spec": "spdx-expression-validate@^1.0.1", - "_where": "/Users/zkat/Documents/code/work/npm/node_modules/licensee", - "author": { - "name": "Kyle E. Mitchell", - "email": "kyle@kemitchell.com", - "url": "http://kemitchell.com" - }, - "bugs": { - "url": "https://github.com/kemitchell/spdx-expression-validate.js/issues" - }, - "bundleDependencies": false, - "dependencies": { - "spdx-expression-parse": "^1.0.0" - }, - "deprecated": false, - "description": "validate SPDX license expressions", - "devDependencies": { - "defence-cli": "^1.0.1", - "replace-require-self": "^1.0.0", - "standard": "^8.3.0" - }, - "files": [ - "index.js" - ], - "homepage": "https://github.com/kemitchell/spdx.js", - "keywords": [ - "SPDX", - "law", - "legal", - "license", - "metadata", - "package", - "package.json", - "standards" - ], - "license": "(MIT AND CC-BY-3.0)", - "name": "spdx-expression-validate", - "repository": { - "type": "git", - "url": "git+https://github.com/kemitchell/spdx-expression-validate.js.git" - }, - "scripts": { - "lint": "standard", - "test": "defence -i javascript README.md | replace-require-self | node" - }, - "version": "1.0.2" -} diff --git a/node_modules/spdx-ranges/package.json b/node_modules/spdx-ranges/package.json deleted file mode 100644 index 6c3ff71edaf2e..0000000000000 --- a/node_modules/spdx-ranges/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "_from": "spdx-ranges@^2.0.0", - "_id": "spdx-ranges@2.0.0", - "_inBundle": false, - "_integrity": "sha512-AUUXLfqkwD7GlzZkXv8ePPCpPjeVWI9xJCfysL8re/uKb6H10umMnC7bFRsHmLJan4fslUtekAgpHlSgLc/7mA==", - "_location": "/spdx-ranges", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "spdx-ranges@^2.0.0", - "name": "spdx-ranges", - "escapedName": "spdx-ranges", - "rawSpec": "^2.0.0", - "saveSpec": null, - "fetchSpec": "^2.0.0" - }, - "_requiredBy": [ - "/spdx-compare", - "/spdx-satisfies" - ], - "_resolved": "https://registry.npmjs.org/spdx-ranges/-/spdx-ranges-2.0.0.tgz", - "_shasum": "257686798e5edb41d45c1aba3d3f1bb47af8d5ec", - "_spec": "spdx-ranges@^2.0.0", - "_where": "/Users/zkat/Documents/code/work/npm/node_modules/spdx-satisfies", - "author": { - "name": "The Linux Foundation" - }, - "bugs": { - "url": "https://github.com/kemitchell/spdx-ranges.js/issues" - }, - "bundleDependencies": false, - "contributors": [ - { - "name": "Kyle E. Mitchell", - "email": "kyle@kemitchell.com", - "url": "https://kemitchell.com/" - } - ], - "deprecated": false, - "description": "list of SPDX standard license ranges", - "devDependencies": { - "defence-cli": "^1.0.1" - }, - "homepage": "https://github.com/kemitchell/spdx-ranges.js#readme", - "license": "CC-BY-3.0", - "name": "spdx-ranges", - "repository": { - "type": "git", - "url": "git+https://github.com/kemitchell/spdx-ranges.js.git" - }, - "scripts": { - "test": "defence -i javascript README.md | sed 's!spdx-ranges!./!' | node" - }, - "version": "2.0.0" -} diff --git a/node_modules/spdx-satisfies/package.json b/node_modules/spdx-satisfies/package.json deleted file mode 100644 index a499540df4af6..0000000000000 --- a/node_modules/spdx-satisfies/package.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "_from": "spdx-satisfies@^4.0.0", - "_id": "spdx-satisfies@4.0.0", - "_inBundle": false, - "_integrity": "sha512-OcARj6U1OuVv98SVrRqgrR30sVocONtoPpnX8Xz4vXNrFVedqtbgkA+0KmQoXIQ2xjfltPPRVIMeNzKEFLWWKQ==", - "_location": "/spdx-satisfies", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "spdx-satisfies@^4.0.0", - "name": "spdx-satisfies", - "escapedName": "spdx-satisfies", - "rawSpec": "^4.0.0", - "saveSpec": null, - "fetchSpec": "^4.0.0" - }, - "_requiredBy": [ - "/licensee" - ], - "_resolved": "https://registry.npmjs.org/spdx-satisfies/-/spdx-satisfies-4.0.0.tgz", - "_shasum": "ebc79eec88b68ac75618e2e5ee94fbc347587552", - "_spec": "spdx-satisfies@^4.0.0", - "_where": "/Users/zkat/Documents/code/work/npm/node_modules/licensee", - "author": { - "name": "Kyle E. Mitchell", - "email": "kyle@kemitchell.com", - "url": "https://kemitchell.com" - }, - "bugs": { - "url": "https://github.com/kemitchell/spdx-satisfies.js/issues" - }, - "bundleDependencies": false, - "dependencies": { - "spdx-compare": "^1.0.0", - "spdx-expression-parse": "^3.0.0", - "spdx-ranges": "^2.0.0" - }, - "deprecated": false, - "description": "test whether SPDX expressions satisfy licensing criteria", - "devDependencies": { - "defence-cli": "^2.0.1", - "replace-require-self": "^1.1.1", - "standard": "^11.0.0" - }, - "homepage": "https://github.com/kemitchell/spdx-satisfies.js#readme", - "keywords": [ - "SPDX", - "law", - "legal", - "license", - "metadata", - "package", - "package.json", - "standards" - ], - "license": "MIT", - "name": "spdx-satisfies", - "repository": { - "type": "git", - "url": "git+https://github.com/kemitchell/spdx-satisfies.js.git" - }, - "scripts": { - "lint": "standard", - "test": "defence -i javascript README.md | replace-require-self | node" - }, - "version": "4.0.0" -}