backoffice/node_modules/stream-combiner2/package.json

62 lines
1.6 KiB
JSON

{
"_args": [
[
"stream-combiner2@1.1.1",
"C:\\wamp64\\www\\ilink"
]
],
"_from": "stream-combiner2@1.1.1",
"_id": "stream-combiner2@1.1.1",
"_inBundle": false,
"_integrity": "sha1-+02KFCDqNidk4hrUeAOXvry0HL4=",
"_location": "/stream-combiner2",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "stream-combiner2@1.1.1",
"name": "stream-combiner2",
"escapedName": "stream-combiner2",
"rawSpec": "1.1.1",
"saveSpec": null,
"fetchSpec": "1.1.1"
},
"_requiredBy": [
"/decompress",
"/download",
"/module-deps"
],
"_resolved": "https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.1.1.tgz",
"_spec": "1.1.1",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "'Dominic Tarr'",
"email": "dominic.tarr@gmail.com",
"url": "http://dominictarr.com"
},
"bugs": {
"url": "https://github.com/substack/stream-combiner2/issues"
},
"dependencies": {
"duplexer2": "~0.1.0",
"readable-stream": "^2.0.2"
},
"description": "This is a sequel to [stream-combiner](https://npmjs.org/package/stream-combiner) for streams3.",
"devDependencies": {
"event-stream": "~3.0.7",
"tape": "~2.3.0",
"through2": "^2.0.0"
},
"homepage": "https://github.com/substack/stream-combiner2",
"license": "MIT",
"name": "stream-combiner2",
"repository": {
"type": "git",
"url": "git://github.com/substack/stream-combiner2.git"
},
"scripts": {
"test": "set -e; for t in test/*.js; do node $t; done"
},
"version": "1.1.1"
}