node-readfiles
A lightweight Node.js module to recursively read files in a directory using ES6 Promises
n-readlines
Read file line by line without buffering the whole file in memory.
read-file
Thin wrapper around fs.readFile and fs.readFileSync that also strips byte order marks when `utf8` encoding is chosen. Also optionally replaces windows newlines with unix newlines.