blob: 3c944688f9adba4d2d07ffc4b73ee1174975478b [file] [log] [blame]
{
"_from": "block-stream@0.0.9",
"_id": "block-stream@0.0.9",
"_location": "/npm/block-stream",
"_nodeVersion": "5.6.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/block-stream-0.0.9.tgz_1462149852620_0.6890447810292244"
},
"_npmUser": {
"email": "i@izs.me",
"name": "isaacs"
},
"_npmVersion": "3.8.5",
"_phantomChildren": {},
"_requiredBy": [
"/npm",
"/npm/tar"
],
"_resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
"_shasum": "13ebfe778a03205cfe03751481ebb4b3300c126a",
"_shrinkwrap": null,
"author": {
"email": "i@izs.me",
"name": "Isaac Z. Schlueter",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/block-stream/issues"
},
"dependencies": {
"inherits": "~2.0.0"
},
"description": "a stream of blocks",
"devDependencies": {
"tap": "^5.7.1"
},
"directories": {},
"dist": {
"shasum": "13ebfe778a03205cfe03751481ebb4b3300c126a",
"tarball": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz"
},
"engines": {
"node": "0.4 || >=0.5.8"
},
"files": [
"block-stream.js"
],
"gitHead": "321cf242ef6d130bb2e59c0565a61ded5dd2673f",
"homepage": "https://github.com/isaacs/block-stream#readme",
"license": "ISC",
"main": "block-stream.js",
"maintainers": [
{
"email": "i@izs.me",
"name": "isaacs"
}
],
"name": "block-stream",
"optionalDependencies": {},
"readme": "# block-stream\n\nA stream of blocks.\n\nWrite data into it, and it'll output data in buffer blocks the size you\nspecify, padding with zeroes if necessary.\n\n```javascript\nvar block = new BlockStream(512)\nfs.createReadStream(\"some-file\").pipe(block)\nblock.pipe(fs.createWriteStream(\"block-file\"))\n```\n\nWhen `.end()` or `.flush()` is called, it'll pad the block with zeroes.\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/block-stream.git"
},
"scripts": {
"test": "tap test/*.js --cov"
},
"version": "0.0.9"
}