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

View File

@@ -1,28 +1,34 @@
{
"_from": "readable-stream@^1.1.8",
"_args": [
[
"readable-stream@1.1.14",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "readable-stream@1.1.14",
"_id": "readable-stream@1.1.14",
"_inBundle": false,
"_integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
"_location": "/readable-stream",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "readable-stream@^1.1.8",
"raw": "readable-stream@1.1.14",
"name": "readable-stream",
"escapedName": "readable-stream",
"rawSpec": "^1.1.8",
"rawSpec": "1.1.14",
"saveSpec": null,
"fetchSpec": "^1.1.8"
"fetchSpec": "1.1.14"
},
"_requiredBy": [
"/decompress-zip",
"/through2"
],
"_resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
"_shasum": "7cf4c54ef648e3813084c636dd2079e166c081d9",
"_spec": "readable-stream@^1.1.8",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\decompress-zip",
"_spec": "1.1.14",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -34,14 +40,12 @@
"bugs": {
"url": "https://github.com/isaacs/readable-stream/issues"
},
"bundleDependencies": false,
"dependencies": {
"core-util-is": "~1.0.0",
"inherits": "~2.0.1",
"isarray": "0.0.1",
"string_decoder": "~0.10.x"
},
"deprecated": false,
"description": "Streams3, a user-land copy of the stream library from Node.js v0.11.x",
"devDependencies": {
"tap": "~0.2.6"