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-10 15:11:12 +02:00
parent da4083f574
commit 5c55c54b71
90877 changed files with 339776 additions and 33677 deletions

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

@@ -1,26 +1,19 @@
{
"_args": [
[
"pify@2.3.0",
"E:\\projects\\p\\gitlit\\app"
]
],
"_development": true,
"_from": "pify@2.3.0",
"_from": "pify@^2.0.0",
"_id": "pify@2.3.0",
"_inBundle": false,
"_integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
"_location": "/pify",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "pify@2.3.0",
"raw": "pify@^2.0.0",
"name": "pify",
"escapedName": "pify",
"rawSpec": "2.3.0",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "2.3.0"
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/get-package-info/load-json-file",
@@ -29,8 +22,9 @@
"/path-type"
],
"_resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
"_spec": "2.3.0",
"_where": "E:\\projects\\p\\gitlit\\app",
"_shasum": "ed141a6ac043a849ea588498e7dca8b15330e90c",
"_spec": "pify@^2.0.0",
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\load-json-file",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -39,6 +33,8 @@
"bugs": {
"url": "https://github.com/sindresorhus/pify/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Promisify a callback-style function",
"devDependencies": {
"ava": "*",