readlinebyline
Version:
a nodejs module to read file line by line.
23 lines (22 loc) • 485 B
JSON
{
"name": "readlinebyline",
"version": "1.1.0",
"description": "a nodejs module to read file line by line.",
"main": "read.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"readline",
"linebyline"
],
"engines": {
"node": ">= 8.11.1"
},
"author": "mityburner@gmail.com",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:mityburner/readLineByline.git"
},
"license": "ISC"
}