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

update dependencies

This commit is contained in:
s2
2018-10-10 15:11:12 +02:00
parent da4083f574
commit 5c55c54b71
90877 changed files with 339776 additions and 33677 deletions

24
app/node_modules/ajv/package.json generated vendored
View File

@@ -1,45 +1,41 @@
{
"_args": [
[
"ajv@5.5.2",
"E:\\projects\\p\\gitlit\\app"
]
],
"_development": true,
"_from": "ajv@5.5.2",
"_from": "ajv@^5.3.0",
"_id": "ajv@5.5.2",
"_inBundle": false,
"_integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=",
"_location": "/ajv",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "ajv@5.5.2",
"raw": "ajv@^5.3.0",
"name": "ajv",
"escapedName": "ajv",
"rawSpec": "5.5.2",
"rawSpec": "^5.3.0",
"saveSpec": null,
"fetchSpec": "5.5.2"
"fetchSpec": "^5.3.0"
},
"_requiredBy": [
"/har-validator"
],
"_resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz",
"_spec": "5.5.2",
"_where": "E:\\projects\\p\\gitlit\\app",
"_shasum": "73b5eeca3fab653e3d3f9422b341ad42205dc965",
"_spec": "ajv@^5.3.0",
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\har-validator",
"author": {
"name": "Evgeny Poberezkin"
},
"bugs": {
"url": "https://github.com/epoberezkin/ajv/issues"
},
"bundleDependencies": false,
"dependencies": {
"co": "^4.6.0",
"fast-deep-equal": "^1.0.0",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.3.0"
},
"deprecated": false,
"description": "Another JSON Schema Validator",
"devDependencies": {
"ajv-async": "^0.1.0",