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

View File

@@ -1,33 +1,29 @@
{
"_args": [
[
"find-up@1.1.2",
"E:\\projects\\p\\gitlit\\app"
]
],
"_development": true,
"_from": "find-up@1.1.2",
"_from": "find-up@^1.0.0",
"_id": "find-up@1.1.2",
"_inBundle": false,
"_integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
"_location": "/find-up",
"_phantomChildren": {},
"_phantomChildren": {
"pinkie-promise": "2.0.1"
},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "find-up@1.1.2",
"raw": "find-up@^1.0.0",
"name": "find-up",
"escapedName": "find-up",
"rawSpec": "1.1.2",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "1.1.2"
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/read-pkg-up"
],
"_resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
"_spec": "1.1.2",
"_where": "E:\\projects\\p\\gitlit\\app",
"_shasum": "6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f",
"_spec": "find-up@^1.0.0",
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\read-pkg-up",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -36,10 +32,12 @@
"bugs": {
"url": "https://github.com/sindresorhus/find-up/issues"
},
"bundleDependencies": false,
"dependencies": {
"path-exists": "^2.0.0",
"pinkie-promise": "^2.0.0"
},
"deprecated": false,
"description": "Find a file by walking up parent directories",
"devDependencies": {
"ava": "*",