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-09 09:51:34 +02:00
parent 4fcc873901
commit da4083f574
1112 changed files with 23205 additions and 21697 deletions

View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"p-limit@1.2.0",
"/home/s2/Documents/Code/gitlit/app"
]
],
"_development": true,
"_from": "p-limit@1.2.0",
"_id": "p-limit@1.2.0",
"_from": "p-limit@^1.1.0",
"_id": "p-limit@1.3.0",
"_inBundle": false,
"_integrity": "sha512-Y/OtIaXtUPr4/YpMv1pCL5L5ed0rumAaAeBSj12F+bSlMdys7i8oQF/GUJmfpTS/QoaRrS/k6pma29haJpsMng==",
"_integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==",
"_location": "/p-limit",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "p-limit@1.2.0",
"raw": "p-limit@^1.1.0",
"name": "p-limit",
"escapedName": "p-limit",
"rawSpec": "1.2.0",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/p-locate"
],
"_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "/home/s2/Documents/Code/gitlit/app",
"_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz",
"_shasum": "b86bd5f0c25690911c7590fcbfc2010d54b3ccb8",
"_spec": "p-limit@^1.1.0",
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\p-locate",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -36,9 +30,11 @@
"bugs": {
"url": "https://github.com/sindresorhus/p-limit/issues"
},
"bundleDependencies": false,
"dependencies": {
"p-try": "^1.0.0"
},
"deprecated": false,
"description": "Run multiple promise-returning & async functions with limited concurrency",
"devDependencies": {
"ava": "*",
@@ -81,5 +77,5 @@
"scripts": {
"test": "xo && ava"
},
"version": "1.2.0"
"version": "1.3.0"
}