UNPKG

n-readlines-next

Version:

Read file line by line without buffering the whole file in memory.

38 lines (37 loc) 796 B
{ "name": "n-readlines-next", "version": "1.0.3", "description": "Read file line by line without buffering the whole file in memory.", "main": "./readlines.js", "types": "./readlines.d.ts", "dependencies": { "buf-indexof": "^1.0.1" }, "repository": { "type": "git", "url": "git@github.com:MohamedLamineAllal/node-readlines-next.git" }, "keywords": [ "read", "line", "reader", "linereader", "readfile", "linebyline", "synchronous", "sync", "readline", "readlines" ], "engines": { "node": ">=0.10.0" }, "devDependencies": { "mocha": "^2.0.1" }, "scripts": { "test": "./node_modules/mocha/bin/mocha *_test.js" }, "author": "Mohamed Lamine Allal <allalmohamedlamine@gmail.com>", "license": "MIT" }