56 lines
1.7 KiB
JSON
Executable File
56 lines
1.7 KiB
JSON
Executable File
{
|
|
"_from": "stream-combiner@^0.2.2",
|
|
"_id": "stream-combiner@0.2.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-rsjLrBd7Vrb0+kec7YwZEs7lKFg=",
|
|
"_location": "/stream-combiner",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "stream-combiner@^0.2.2",
|
|
"name": "stream-combiner",
|
|
"escapedName": "stream-combiner",
|
|
"rawSpec": "^0.2.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.2.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/event-stream"
|
|
],
|
|
"_resolved": "http://registry.npmjs.org/stream-combiner/-/stream-combiner-0.2.2.tgz",
|
|
"_shasum": "aec8cbac177b56b6f4fa479ced8c1912cee52858",
|
|
"_spec": "stream-combiner@^0.2.2",
|
|
"_where": "/home/nathan/Projects/Upsilon/UpsilonVsCodeLanguageServer/Client/node_modules/event-stream",
|
|
"author": {
|
|
"name": "'Dominic Tarr'",
|
|
"email": "dominic.tarr@gmail.com",
|
|
"url": "http://dominictarr.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/dominictarr/stream-combiner/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"duplexer": "~0.1.1",
|
|
"through": "~2.3.4"
|
|
},
|
|
"deprecated": false,
|
|
"description": "[![npm version](https://img.shields.io/npm/v/stream-combiner.svg)](https://npmjs.org/package/stream-combiner) [![Travis CI](https://travis-ci.org/dominictarr/stream-combiner.svg)](https://travis-ci.org/dominictarr/stream-combiner)",
|
|
"devDependencies": {
|
|
"event-stream": "~3.0.7",
|
|
"tape": "~2.3.0"
|
|
},
|
|
"homepage": "https://github.com/dominictarr/stream-combiner",
|
|
"license": "MIT",
|
|
"name": "stream-combiner",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/dominictarr/stream-combiner.git"
|
|
},
|
|
"scripts": {
|
|
"test": "set -e; for t in test/*.js; do node $t; done"
|
|
},
|
|
"version": "0.2.2"
|
|
}
|