UNPKG

n-readlines

Version:

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

34 lines (33 loc) 693 B
{ "name": "n-readlines", "version": "3.4.1", "description": "Read file line by line without buffering the whole file in memory.", "main": "./readlines.js", "types": "./readlines.d.ts", "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": ">=18.x.x" }, "devDependencies": {}, "scripts": { "test": "node --test test/*.test.js" }, "author": "Yoan Arnaudov <jonidev@gmail.com>", "license": "MIT" }