1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 21:00: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,34 +1,27 @@
{
"_args": [
[
"combined-stream@1.0.6",
"/home/s2/Documents/Code/gitlit"
]
],
"_development": true,
"_from": "combined-stream@1.0.6",
"_id": "combined-stream@1.0.6",
"_from": "combined-stream@~1.0.6",
"_id": "combined-stream@1.0.7",
"_inBundle": false,
"_integrity": "sha1-cj599ugBrFYTETp+RFqbactjKBg=",
"_integrity": "sha512-brWl9y6vOB1xYPZcpZde3N9zDByXTosAeMDo4p1wzo6UMOX4vumB+TP1RZ76sfE6Md68Q0NJSrE/gbezd4Ul+w==",
"_location": "/combined-stream",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "combined-stream@1.0.6",
"raw": "combined-stream@~1.0.6",
"name": "combined-stream",
"escapedName": "combined-stream",
"rawSpec": "1.0.6",
"rawSpec": "~1.0.6",
"saveSpec": null,
"fetchSpec": "1.0.6"
"fetchSpec": "~1.0.6"
},
"_requiredBy": [
"/form-data",
"/request"
],
"_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz",
"_spec": "1.0.6",
"_where": "/home/s2/Documents/Code/gitlit",
"_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.7.tgz",
"_shasum": "2d1d24317afb8abe95d6d2c0b07b57813539d828",
"_spec": "combined-stream@~1.0.6",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\request",
"author": {
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com",
@@ -37,9 +30,11 @@
"bugs": {
"url": "https://github.com/felixge/node-combined-stream/issues"
},
"bundleDependencies": false,
"dependencies": {
"delayed-stream": "~1.0.0"
},
"deprecated": false,
"description": "A stream that emits multiple other streams one after another.",
"devDependencies": {
"far": "~0.0.7"
@@ -58,5 +53,5 @@
"scripts": {
"test": "node test/run.js"
},
"version": "1.0.6"
"version": "1.0.7"
}