UNPKG

motion

Version:

motion - moving development forward

64 lines (63 loc) 2.13 kB
{ "_args": [ [ "block-stream@https://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz", "/Users/nw/flint/packages/flint" ] ], "_from": "block-stream@*", "_id": "block-stream@0.0.8", "_inCache": true, "_location": "/block-stream", "_phantomChildren": {}, "_requested": { "name": "block-stream", "raw": "block-stream@https://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz", "rawSpec": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz", "scope": null, "spec": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz", "type": "remote" }, "_requiredBy": [ "/tar", "/tar.gz/tar" ], "_resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz", "_shasum": "0688f46da2bbf9cff0c4f68225a0cb95cbe8a46b", "_shrinkwrap": null, "_spec": "block-stream@https://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz", "_where": "/Users/nw/flint/packages/flint", "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": "0.x" }, "engines": { "node": "0.4 || >=0.5.8" }, "homepage": "https://github.com/isaacs/block-stream#readme", "license": "ISC", "main": "block-stream.js", "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/" }, "version": "0.0.8" }