{
"name": "read-only-stream",
"version": "1.1.1",
"description": "wrap a readable/writable stream to be read-only",
"main": "index.js",
"dependencies": {
"readable-stream": "^1.0.31",
"readable-wrap": "^1.0.0"
},
"devDependencies": {
"concat-stream": "^1.4.6",
"tape": "^2.13.2",
"through2": "~0.6.1",
"through": "^2.3.4",
"covert": "^1.0.0"
},
"scripts": {
"test": "tape test/*.js",
"coverage": "covert test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/substack/read-only-stream.git"
},
"homepage": "https://github.com/substack/read-only-stream",
"keywords": [
"stream",
"readonly"
],
"author": {
"name": "James Halliday",
"email": "[email protected]",
"url": "http://substack.net"
},
"license": "MIT",
"gitHead": "ab5c349f1819bd45c208e41dead2af33f44898a8",
"bugs": {
"url": "https://github.com/substack/read-only-stream/issues"
},
"_id": "[email protected]",
"_shasum": "5da77c799ed1388d3ef88a18471bb5924f8a0ba1",
"_from": "read-only-stream@>=1.1.1 <2.0.0",
"_npmVersion": "2.0.0",
"_npmUser": {
"name": "substack",
"email": "[email protected]"
},
"maintainers": [
{
"name": "substack",
"email": "[email protected]"
}
],
"dist": {
"shasum": "5da77c799ed1388d3ef88a18471bb5924f8a0ba1",
"tarball": "http://registry.npmjs.org/read-only-stream/-/read-only-stream-1.1.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/read-only-stream/-/read-only-stream-1.1.1.tgz"
}