{ "name": "through2-buffer", "version": "1.0.0", "description": "A simple through2 stream that buffers up a certain amount of data before passing anything through", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "http://git.cryto.net/joepie91/node-through2-buffer.git" }, "keywords": [ "through2", "streams", "buffering" ], "author": "Sven Slootweg", "license": "WTFPL", "dependencies": { "bl": "^1.1.2", "debug": "^2.2.0", "through2": "^2.0.1" }, "devDependencies": { "@joepie91/gulp-preset-es2015": "^1.0.1", "babel-preset-es2015": "^6.6.0", "gulp": "^3.9.1" } }