UNPKG

node-stream

Version:

Utilities for consuming, creating and manipulating node streams.

63 lines (62 loc) 1.41 kB
{ "name": "node-stream", "version": "1.7.0", "description": "Utilities for consuming, creating and manipulating node streams.", "main": "lib/index.js", "scripts": { "test": "gulp test", "coverage": "gulp coverage", "docs": "gulp docs", "build": "gulp build" }, "repository": { "type": "git", "url": "git+https://github.com/stezu/node-stream.git" }, "keywords": [ "streams", "consume", "create", "manipulate", "forEach", "map", "reduce", "filter", "pipeline" ], "files": [ "LICENSE", "README.md", "lib/" ], "author": "Stephen Zuniga <hello@stephenzuniga.com> (http://stephenzuniga.com/)", "license": "MIT", "bugs": { "url": "https://github.com/stezu/node-stream/issues" }, "homepage": "https://github.com/stezu/node-stream#readme", "devDependencies": { "beeper": "^1.1.0", "chai": "^3.5.0", "coveralls": "^2.11.16", "eslint-config-stezu": "^1.0.5", "gulp": "^3.9.1", "gulp-documentation": "^3.2.0", "gulp-eslint": "^3.0.1", "gulp-if": "^2.0.1", "gulp-istanbul": "^1.1.2", "gulp-mocha": "^3.0.1", "gulp-sequence": "^0.4.5", "sinon": "^1.17.7" }, "dependencies": { "lodash": "^4.17.2", "readable-stream": "^2.3.3", "split2": "^2.1.0", "stream-combiner2": "^1.1.1", "through2": "^2.0.1" }, "engines": { "node": ">=0.12" } }