1234567891011121314151617181920212223 |
- {
- "name": "stream-to-buffer",
- "description": "Concatenate a readable stream's data into a single buffer",
- "version": "0.0.1",
- "author": {
- "name": "Jonathan Ong",
- "email": "me@jongleberry.com",
- "url": "http://jongleberry.com",
- "twitter": "https://twitter.com/jongleberry"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/jonathanong/stream-to-buffer.git"
- },
- "bugs": {
- "url": "https://github.com/jonathanong/stream-to-buffer/issues",
- "email": "me@jongleberry.com"
- },
- "license": "MIT",
- "engines": {
- "node": ">= 0.8"
- }
- }
|