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

24
node_modules/through2/package.json generated vendored
View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"through2@0.2.3",
"/home/s2/Documents/Code/gitlit"
]
],
"_development": true,
"_from": "through2@0.2.3",
"_from": "through2@~0.2.3",
"_id": "through2@0.2.3",
"_inBundle": false,
"_integrity": "sha1-6zKE2k6jEbbMis42U3SKUqvyWj8=",
"_location": "/through2",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "through2@0.2.3",
"raw": "through2@~0.2.3",
"name": "through2",
"escapedName": "through2",
"rawSpec": "0.2.3",
"rawSpec": "~0.2.3",
"saveSpec": null,
"fetchSpec": "0.2.3"
"fetchSpec": "~0.2.3"
},
"_requiredBy": [
"/progress-stream"
],
"_resolved": "https://registry.npmjs.org/through2/-/through2-0.2.3.tgz",
"_spec": "0.2.3",
"_where": "/home/s2/Documents/Code/gitlit",
"_shasum": "eb3284da4ea311b6cc8ace3653748a52abf25a3f",
"_spec": "through2@~0.2.3",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\progress-stream",
"author": {
"name": "Rod Vagg",
"email": "r@va.gg",
@@ -36,10 +30,12 @@
"bugs": {
"url": "https://github.com/rvagg/through2/issues"
},
"bundleDependencies": false,
"dependencies": {
"readable-stream": "~1.1.9",
"xtend": "~2.1.1"
},
"deprecated": false,
"description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
"devDependencies": {
"bl": "~0.4.1",