UNPKG

streamify-string

Version:

Accepts a string and returns a readable stream that outputs the string.

36 lines (35 loc) 793 B
{ "name": "streamify-string", "version": "1.0.1", "description": "Accepts a string and returns a readable stream that outputs the string.", "license": "MIT", "author": { "name": "Chris Allen Lane", "email": "chris@chris-allen-lane.com" }, "scripts": { "test": "tape './test/index.js' | faucet", "lint": "jshint . --exclude=/node_modules" }, "jshintConfig": { "esnext": true }, "devDependencies": { "faucet": "0.0.1", "jshint": "2.9.2", "split": "^1.0.0", "tape": "^4.6.0" }, "keywords": [ "stream", "string" ], "repository": { "type": "git", "url": "git://github.com/chrisallenlane/streamify-string" }, "bugs": { "url": "git://github.com/chrisallenlane/streamify-string/issues" }, "main": "index" }