UNPKG

strum

Version:
44 lines (43 loc) 988 B
{ "name": "strum", "version": "2.0.3", "description": "simple stream construction", "main": "index.js", "dependencies": { "es6-symbol": "^3.0.0", "is-function": "^1.0.1", "is-iterable": "^1.0.2", "is-promise": "^2.1.0", "is-stream": "^1.0.1", "readable-stream": "^2.0.2", "xtend": "^4.0.0" }, "devDependencies": { "es6-promise": "^3.0.2", "es6-set": "^0.1.2", "standard": "^5.3.1", "tape": "^4.2.1" }, "scripts": { "lint": "standard index.js lib/*.js test/index.js", "test": "node test/index.js && npm run lint" }, "repository": { "type": "git", "url": "git+https://github.com/jarofghosts/strum.git" }, "keywords": [ "stream", "construction", "constructor", "simple", "easy", "inspectable" ], "author": "jesse keane", "license": "MIT", "bugs": { "url": "https://github.com/jarofghosts/strum/issues" }, "homepage": "https://github.com/jarofghosts/strum#readme" }