1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 12:50:04 +02:00

add node modules to repo

This commit is contained in:
s2
2018-06-03 13:47:11 +02:00
parent e8c95255e8
commit d002126b72
4115 changed files with 440218 additions and 7519 deletions

62
node_modules/combined-stream/package.json generated vendored Normal file
View File

@@ -0,0 +1,62 @@
{
"_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",
"_inBundle": false,
"_integrity": "sha1-cj599ugBrFYTETp+RFqbactjKBg=",
"_location": "/combined-stream",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "combined-stream@1.0.6",
"name": "combined-stream",
"escapedName": "combined-stream",
"rawSpec": "1.0.6",
"saveSpec": null,
"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",
"author": {
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com",
"url": "http://debuggable.com/"
},
"bugs": {
"url": "https://github.com/felixge/node-combined-stream/issues"
},
"dependencies": {
"delayed-stream": "~1.0.0"
},
"description": "A stream that emits multiple other streams one after another.",
"devDependencies": {
"far": "~0.0.7"
},
"engines": {
"node": ">= 0.8"
},
"homepage": "https://github.com/felixge/node-combined-stream",
"license": "MIT",
"main": "./lib/combined_stream",
"name": "combined-stream",
"repository": {
"type": "git",
"url": "git://github.com/felixge/node-combined-stream.git"
},
"scripts": {
"test": "node test/run.js"
},
"version": "1.0.6"
}