stream2lines
Version:
Streams2-style text line reader
40 lines (39 loc) • 730 B
JSON
{
"name": "stream2lines",
"version": "1.0.1",
"description": "Streams2-style text line reader",
"license": "MIT",
"author": {
"name": "Matthew Rafferty",
"email": "mmraff@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mmraff/stream2lines.git"
},
"bugs": {
"url": "https://github.com/mmraff/stream2lines/issues"
},
"engines": {
"node": ">=0.10.0"
},
"main": "index.js",
"devDependencies": {
"chai": "^3.4",
"literal-gibberish": "1.0.2",
"mocha": ">=2.5",
"rimraf": "^2.5.4"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"line",
"lines",
"reader",
"readln",
"readable",
"stream",
"eol"
]
}