1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 12:50:04 +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": [
[
"har-validator@5.0.3",
"/home/s2/Documents/Code/gitlit"
]
],
"_development": true,
"_from": "har-validator@5.0.3",
"_id": "har-validator@5.0.3",
"_from": "har-validator@~5.1.0",
"_id": "har-validator@5.1.0",
"_inBundle": false,
"_integrity": "sha1-ukAsJmGU8VlW7xXg/PJCmT9qff0=",
"_integrity": "sha512-+qnmNjI4OfH2ipQ9VQOw23bBd/ibtfbVdK2fYbY4acTDqKTW/YDp9McimZdDbG8iV9fZizUqQMD5xvriB146TA==",
"_location": "/har-validator",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "har-validator@5.0.3",
"raw": "har-validator@~5.1.0",
"name": "har-validator",
"escapedName": "har-validator",
"rawSpec": "5.0.3",
"rawSpec": "~5.1.0",
"saveSpec": null,
"fetchSpec": "5.0.3"
"fetchSpec": "~5.1.0"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.0.3.tgz",
"_spec": "5.0.3",
"_where": "/home/s2/Documents/Code/gitlit",
"_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.0.tgz",
"_shasum": "44657f5688a22cfd4b72486e81b3a3fb11742c29",
"_spec": "har-validator@~5.1.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\request",
"author": {
"name": "Ahmad Nassri",
"email": "ahmad@ahmadnassri.com",
@@ -36,15 +30,17 @@
"bugs": {
"url": "https://github.com/ahmadnassri/har-validator/issues"
},
"bundleDependencies": false,
"dependencies": {
"ajv": "^5.1.0",
"ajv": "^5.3.0",
"har-schema": "^2.0.0"
},
"deprecated": false,
"description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
"devDependencies": {
"echint": "^4.0.1",
"standard": "^10.0.2",
"tap": "^10.3.2"
"standard": "^10.0.3",
"tap": "^10.7.2"
},
"engines": {
"node": ">=4"
@@ -75,5 +71,5 @@
"pretest": "npm run lint",
"test": "tap test"
},
"version": "5.0.3"
"version": "5.1.0"
}