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-exceptions/package.json')
-rw-r--r--node_modules/spdx-exceptions/package.json18
1 files changed, 12 insertions, 6 deletions
diff --git a/node_modules/spdx-exceptions/package.json b/node_modules/spdx-exceptions/package.json
index e674073b7..58f45e827 100644
--- a/node_modules/spdx-exceptions/package.json
+++ b/node_modules/spdx-exceptions/package.json
@@ -1,8 +1,8 @@
{
"_from": "spdx-exceptions@^2.1.0",
- "_id": "spdx-exceptions@2.1.0",
+ "_id": "spdx-exceptions@2.3.0",
"_inBundle": false,
- "_integrity": "sha512-4K1NsmrlCU1JJgUrtgEeTVyfx8VaYea9J9LvARxhbHtVtohPs/gFGG5yy49beySjlIMhhXZ4QqujIZEfS4l6Cg==",
+ "_integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==",
"_location": "/spdx-exceptions",
"_phantomChildren": {},
"_requested": {
@@ -18,10 +18,10 @@
"_requiredBy": [
"/spdx-expression-parse"
],
- "_resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.1.0.tgz",
- "_shasum": "2c7ae61056c714a5b9b9b2b2af7d311ef5c78fe9",
+ "_resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
+ "_shasum": "3f28ce1a77a00372683eade4a433183527a2163d",
"_spec": "spdx-exceptions@^2.1.0",
- "_where": "/Users/rebecca/code/npm/node_modules/spdx-expression-parse",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/spdx-expression-parse",
"author": {
"name": "The Linux Foundation"
},
@@ -38,6 +38,9 @@
],
"deprecated": false,
"description": "list of SPDX standard license exceptions",
+ "files": [
+ "index.json"
+ ],
"homepage": "https://github.com/kemitchell/spdx-exceptions.json#readme",
"license": "CC-BY-3.0",
"name": "spdx-exceptions",
@@ -45,5 +48,8 @@
"type": "git",
"url": "git+https://github.com/kemitchell/spdx-exceptions.json.git"
},
- "version": "2.1.0"
+ "scripts": {
+ "build": "node build.js"
+ },
+ "version": "2.3.0"
}