1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-04 13:10:09 +02:00

update dependencies

This commit is contained in:
s2
2018-10-09 09:51:34 +02:00
parent 4fcc873901
commit da4083f574
1112 changed files with 23205 additions and 21697 deletions

View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"spdx-correct@3.0.0",
"/home/s2/Documents/Code/gitlit"
]
],
"_development": true,
"_from": "spdx-correct@3.0.0",
"_id": "spdx-correct@3.0.0",
"_from": "spdx-correct@^3.0.0",
"_id": "spdx-correct@3.0.2",
"_inBundle": false,
"_integrity": "sha512-N19o9z5cEyc8yQQPukRCZ9EUmb4HUpnrmaL/fxS2pBo2jbfcFRVuFZ/oFC+vZz0MNNk0h80iMn5/S6qGZOL5+g==",
"_integrity": "sha512-q9hedtzyXHr5S0A1vEPoK/7l8NpfkFYTq6iCY+Pno2ZbdZR6WexZFtqeVGkGxW3TEJMN914Z55EnAGMmenlIQQ==",
"_location": "/spdx-correct",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "spdx-correct@3.0.0",
"raw": "spdx-correct@^3.0.0",
"name": "spdx-correct",
"escapedName": "spdx-correct",
"rawSpec": "3.0.0",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/validate-npm-package-license"
],
"_resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "/home/s2/Documents/Code/gitlit",
"_resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.0.2.tgz",
"_shasum": "19bb409e91b47b1ad54159243f7312a858db3c2e",
"_spec": "spdx-correct@^3.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\validate-npm-package-license",
"author": {
"name": "Kyle E. Mitchell",
"email": "kyle@kemitchell.com",
@@ -36,6 +30,7 @@
"bugs": {
"url": "https://github.com/jslicense/spdx-correct.js/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Kyle E. Mitchell",
@@ -45,12 +40,17 @@
{
"name": "Christian Zommerfelds",
"email": "aero_super@yahoo.com"
},
{
"name": "Tal Einat",
"email": "taleinat@gmail.com"
}
],
"dependencies": {
"spdx-expression-parse": "^3.0.0",
"spdx-license-ids": "^3.0.0"
},
"deprecated": false,
"description": "correct invalid SPDX expressions",
"devDependencies": {
"defence-cli": "^2.0.1",
@@ -77,8 +77,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.0.2"
}