1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-04 05:10:05 +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

24
node_modules/find-up/package.json generated vendored
View File

@@ -1,12 +1,5 @@
{
"_args": [
[
"find-up@1.1.2",
"/home/s2/Documents/Code/gitlit"
]
],
"_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=",
@@ -15,21 +8,22 @@
"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": "/home/s2/Documents/Code/gitlit",
"_shasum": "6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f",
"_spec": "find-up@^1.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\read-pkg-up",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -38,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": "*",