1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-04 13:10:09 +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,27 +1,33 @@
{
"_from": "pify@^2.0.0",
"_args": [
[
"pify@2.3.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "pify@2.3.0",
"_id": "pify@2.3.0",
"_inBundle": false,
"_integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
"_location": "/path-type/pify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "pify@^2.0.0",
"raw": "pify@2.3.0",
"name": "pify",
"escapedName": "pify",
"rawSpec": "^2.0.0",
"rawSpec": "2.3.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
"fetchSpec": "2.3.0"
},
"_requiredBy": [
"/path-type"
],
"_resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
"_shasum": "ed141a6ac043a849ea588498e7dca8b15330e90c",
"_spec": "pify@^2.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\path-type",
"_spec": "2.3.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/sindresorhus/pify/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Promisify a callback-style function",
"devDependencies": {
"ava": "*",

24
node_modules/path-type/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "path-type@^1.0.0",
"_args": [
[
"path-type@1.1.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "path-type@1.1.0",
"_id": "path-type@1.1.0",
"_inBundle": false,
"_integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
"_location": "/path-type",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "path-type@^1.0.0",
"raw": "path-type@1.1.0",
"name": "path-type",
"escapedName": "path-type",
"rawSpec": "^1.0.0",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/read-pkg"
],
"_resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
"_shasum": "59c44f7ee491da704da415da5a4070ba4f8fe441",
"_spec": "path-type@^1.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\read-pkg",
"_spec": "1.1.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -30,13 +36,11 @@
"bugs": {
"url": "https://github.com/sindresorhus/path-type/issues"
},
"bundleDependencies": false,
"dependencies": {
"graceful-fs": "^4.1.2",
"pify": "^2.0.0",
"pinkie-promise": "^2.0.0"
},
"deprecated": false,
"description": "Check if a path is a file, directory, or symlink",
"devDependencies": {
"ava": "*",