Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/spdx-correct/package.json')
-rw-r--r--node_modules/spdx-correct/package.json22
1 files changed, 15 insertions, 7 deletions
diff --git a/node_modules/spdx-correct/package.json b/node_modules/spdx-correct/package.json
index c252d65f9..289ad5a31 100644
--- a/node_modules/spdx-correct/package.json
+++ b/node_modules/spdx-correct/package.json
@@ -1,8 +1,8 @@
{
"_from": "spdx-correct@^3.0.0",
- "_id": "spdx-correct@3.0.0",
+ "_id": "spdx-correct@3.1.1",
"_inBundle": false,
- "_integrity": "sha512-N19o9z5cEyc8yQQPukRCZ9EUmb4HUpnrmaL/fxS2pBo2jbfcFRVuFZ/oFC+vZz0MNNk0h80iMn5/S6qGZOL5+g==",
+ "_integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==",
"_location": "/spdx-correct",
"_phantomChildren": {},
"_requested": {
@@ -18,10 +18,10 @@
"_requiredBy": [
"/validate-npm-package-license"
],
- "_resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.0.0.tgz",
- "_shasum": "05a5b4d7153a195bc92c3c425b69f3b2a9524c82",
+ "_resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz",
+ "_shasum": "dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9",
"_spec": "spdx-correct@^3.0.0",
- "_where": "/Users/rebecca/code/npm/node_modules/validate-npm-package-license",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/validate-npm-package-license",
"author": {
"name": "Kyle E. Mitchell",
"email": "kyle@kemitchell.com",
@@ -40,6 +40,14 @@
{
"name": "Christian Zommerfelds",
"email": "aero_super@yahoo.com"
+ },
+ {
+ "name": "Tal Einat",
+ "email": "taleinat@gmail.com"
+ },
+ {
+ "name": "Dan Butvinik",
+ "email": "butvinik@outlook.com"
}
],
"dependencies": {
@@ -73,8 +81,8 @@
"url": "git+https://github.com/jslicense/spdx-correct.js.git"
},
"scripts": {
- "lint": "standard && standard-markdown",
+ "lint": "standard && standard-markdown README.md",
"test": "defence README.md | replace-require-self | node && node test.js"
},
- "version": "3.0.0"
+ "version": "3.1.1"
}