mirror of
https://github.com/thangisme/notes.git
synced 2024-11-01 01:27:31 -04:00
106 lines
3.3 KiB
JSON
106 lines
3.3 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"duplexer@~0.1.1",
|
||
|
"/Users/pmarsceill/_projects/just-the-docs/node_modules/stream-combiner"
|
||
|
]
|
||
|
],
|
||
|
"_from": "duplexer@>=0.1.1 <0.2.0",
|
||
|
"_id": "duplexer@0.1.1",
|
||
|
"_inCache": true,
|
||
|
"_installable": true,
|
||
|
"_location": "/duplexer",
|
||
|
"_npmUser": {
|
||
|
"email": "raynos2@gmail.com",
|
||
|
"name": "raynos"
|
||
|
},
|
||
|
"_npmVersion": "1.2.18",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"name": "duplexer",
|
||
|
"raw": "duplexer@~0.1.1",
|
||
|
"rawSpec": "~0.1.1",
|
||
|
"scope": null,
|
||
|
"spec": ">=0.1.1 <0.2.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/stream-combiner"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz",
|
||
|
"_shasum": "ace6ff808c1ce66b57d1ebf97977acb02334cfc1",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "duplexer@~0.1.1",
|
||
|
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/stream-combiner",
|
||
|
"author": {
|
||
|
"email": "raynos2@gmail.com",
|
||
|
"name": "Raynos"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"email": "raynos2@gmail.com",
|
||
|
"url": "https://github.com/Raynos/duplexer/issues"
|
||
|
},
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Jake Verbaten"
|
||
|
}
|
||
|
],
|
||
|
"dependencies": {},
|
||
|
"description": "Creates a duplex stream",
|
||
|
"devDependencies": {
|
||
|
"tape": "0.3.3",
|
||
|
"through": "~0.1.4"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"dist": {
|
||
|
"shasum": "ace6ff808c1ce66b57d1ebf97977acb02334cfc1",
|
||
|
"tarball": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz"
|
||
|
},
|
||
|
"homepage": "https://github.com/Raynos/duplexer",
|
||
|
"keywords": [],
|
||
|
"licenses": [
|
||
|
{
|
||
|
"type": "MIT",
|
||
|
"url": "http://github.com/Raynos/duplexer/raw/master/LICENSE"
|
||
|
}
|
||
|
],
|
||
|
"main": "index",
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "raynos",
|
||
|
"email": "raynos2@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "dominictarr",
|
||
|
"email": "dominic.tarr@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"name": "duplexer",
|
||
|
"optionalDependencies": {},
|
||
|
"readme": "# duplexer\n\n[![build status][1]][2] [![dependency status][3]][4]\n\n[![browser support][5]][6]\n\nCreates a duplex stream\n\nTaken from [event-stream][7]\n\n## duplex (writeStream, readStream)\n\nTakes a writable stream and a readable stream and makes them appear as a readable writable stream.\n\nIt is assumed that the two streams are connected to each other in some way.\n\n## Example\n\n```js\nvar grep = cp.exec('grep Stream')\n\nduplex(grep.stdin, grep.stdout)\n```\n\n## Installation\n\n`npm install duplexer`\n\n## Tests\n\n`npm test`\n\n## Contributors\n\n - Dominictarr\n - Raynos\n - samccone\n\n## MIT Licenced\n\n [1]: https://secure.travis-ci.org/Raynos/duplexer.png\n [2]: https://travis-ci.org/Raynos/duplexer\n [3]: https://david-dm.org/Raynos/duplexer.png\n [4]: https://david-dm.org/Raynos/duplexer\n [5]: https://ci.testling.com/Raynos/duplexer.png\n [6]: https://ci.testling.com/Raynos/duplexer\n [7]: https://github.com/dominictarr/event-stream#duplex-writestream-readstream\n",
|
||
|
"readmeFilename": "README.md",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/Raynos/duplexer.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "node test"
|
||
|
},
|
||
|
"testling": {
|
||
|
"browsers": [
|
||
|
"chrome/22..latest",
|
||
|
"chrome/canary",
|
||
|
"firefox/16..latest",
|
||
|
"firefox/nightly",
|
||
|
"ie/8..latest",
|
||
|
"ipad/6.0..latest",
|
||
|
"iphone/6.0..latest",
|
||
|
"opera/12..latest",
|
||
|
"opera/next",
|
||
|
"safari/5.1..latest"
|
||
|
],
|
||
|
"files": "test/index.js"
|
||
|
},
|
||
|
"version": "0.1.1"
|
||
|
}
|