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-10 15:11:12 +02:00
parent da4083f574
commit 5c55c54b71
90877 changed files with 339776 additions and 33677 deletions

View File

@@ -1,4 +1,11 @@
{
"_args": [
[
"concat-stream@1.6.2",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "concat-stream@1.6.2",
"_id": "concat-stream@1.6.2",
"_inBundle": false,
@@ -25,9 +32,8 @@
"/extract-zip"
],
"_resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
"_shasum": "904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34",
"_spec": "concat-stream@1.6.2",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\extract-zip",
"_spec": "1.6.2",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Max Ogden",
"email": "max@maxogden.com"
@@ -35,14 +41,12 @@
"bugs": {
"url": "http://github.com/maxogden/concat-stream/issues"
},
"bundleDependencies": false,
"dependencies": {
"buffer-from": "^1.0.0",
"inherits": "^2.0.3",
"readable-stream": "^2.2.2",
"typedarray": "^0.0.6"
},
"deprecated": false,
"description": "writable stream that concatenates strings or binary data and calls a callback with the result",
"devDependencies": {
"tape": "^4.6.3"