n-readlines
Version:
Read file line by line without buffering the whole file in memory.
35 lines (34 loc) • 678 B
JSON
{
"name": "n-readlines",
"version": "1.0.1",
"description": "Read file line by line without buffering the whole file in memory.",
"main": "./readlines.js",
"dependencies": {},
"repository": {
"type": "git",
"url": "http://github.com/nacholibre/node-readlines.git"
},
"keywords": [
"read",
"line",
"reader",
"linereader",
"readfile",
"linebyline",
"synchronous",
"sync",
"readline",
"readlines"
],
"engines": {
"node": ">=6.x.x"
},
"devDependencies": {
"tape": "^4.9.0"
},
"scripts": {
"test": "tape test/*.test.js"
},
"author": "Yoan Arnaudov <jonidev@gmail.com>",
"license": "MIT"
}