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-24 22:55:18 +0300
committerisaacs <i@izs.me>2020-07-29 21:55:03 +0300
commit53ed7e5205a3f4d5d33828ff9dc11c093f482f7b (patch)
treed76317be79432c9527e8fb37d4c13e0719cdbaf9 /node_modules/spdx-exceptions
parentbbe4279120c94791b70d97f235c73d972fd67354 (diff)
reset deps using npm v7
First self-install!
Diffstat (limited to 'node_modules/spdx-exceptions')
-rw-r--r--node_modules/spdx-exceptions/package.json54
1 files changed, 8 insertions, 46 deletions
diff --git a/node_modules/spdx-exceptions/package.json b/node_modules/spdx-exceptions/package.json
index 58f45e827..2bafc6a38 100644
--- a/node_modules/spdx-exceptions/package.json
+++ b/node_modules/spdx-exceptions/package.json
@@ -1,55 +1,17 @@
{
- "_from": "spdx-exceptions@^2.1.0",
- "_id": "spdx-exceptions@2.3.0",
- "_inBundle": false,
- "_integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==",
- "_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.3.0.tgz",
- "_shasum": "3f28ce1a77a00372683eade4a433183527a2163d",
- "_spec": "spdx-exceptions@^2.1.0",
- "_where": "/Users/isaacs/dev/npm/cli/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",
+ "license": "CC-BY-3.0",
+ "repository": "kemitchell/spdx-exceptions.json",
"files": [
"index.json"
],
- "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"
- },
"scripts": {
"build": "node build.js"
- },
- "version": "2.3.0"
+ }
}