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:
authorisaacs <i@izs.me>2020-07-23 20:58:04 +0300
committerisaacs <i@izs.me>2020-07-29 21:53:42 +0300
commitad5e07d8bd86d1dbe2b03dc142f8c8d6f4828ffe (patch)
tree97b66f97d77f35774f10a5e3e9957b1897d150bb /node_modules/spdx-exceptions
parenta16994cfdd2f255016f3d8ee60d03473d80eabd8 (diff)
Full dependency reboot
Reinstall everything from a clean node_modules and package-lock.json state. Re-generate list of bundleDependencies and node_modules/.gitignore with a script that does the right thing based on actual dependency state.
Diffstat (limited to 'node_modules/spdx-exceptions')
-rw-r--r--node_modules/spdx-exceptions/index.json33
-rw-r--r--node_modules/spdx-exceptions/package.json18
2 files changed, 34 insertions, 17 deletions
diff --git a/node_modules/spdx-exceptions/index.json b/node_modules/spdx-exceptions/index.json
index 6981ce384..f88f088ab 100644
--- a/node_modules/spdx-exceptions/index.json
+++ b/node_modules/spdx-exceptions/index.json
@@ -4,26 +4,37 @@
"Autoconf-exception-3.0",
"Bison-exception-2.2",
"Bootloader-exception",
- "CLISP-exception-2.0",
"Classpath-exception-2.0",
+ "CLISP-exception-2.0",
"DigiRule-FOSS-exception",
- "FLTK-exception",
+ "eCos-exception-2.0",
"Fawkes-Runtime-exception",
+ "FLTK-exception",
"Font-exception-2.0",
+ "freertos-exception-2.0",
"GCC-exception-2.0",
"GCC-exception-3.1",
- "LZMA-exception",
+ "gnu-javamail-exception",
+ "GPL-3.0-linking-exception",
+ "GPL-3.0-linking-source-exception",
+ "GPL-CC-1.0",
+ "i2p-gpl-java-exception",
"Libtool-exception",
"Linux-syscall-note",
+ "LLVM-exception",
+ "LZMA-exception",
+ "mif-exception",
"Nokia-Qt-exception-1.1",
+ "OCaml-LGPL-linking-exception",
"OCCT-exception-1.0",
- "Qwt-exception-1.0",
- "WxWindows-exception-3.1",
- "eCos-exception-2.0",
- "freertos-exception-2.0",
- "gnu-javamail-exception",
- "i2p-gpl-java-exception",
- "mif-exception",
+ "OpenJDK-assembly-exception-1.0",
"openvpn-openssl-exception",
- "u-boot-exception-2.0"
+ "PS-or-PDF-font-exception-20170817",
+ "Qt-GPL-exception-1.0",
+ "Qt-LGPL-exception-1.1",
+ "Qwt-exception-1.0",
+ "Swift-exception",
+ "u-boot-exception-2.0",
+ "Universal-FOSS-exception-1.0",
+ "WxWindows-exception-3.1"
]
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"
}