readstreamlinebyline
Version:
This node module is used to read large file line by line via stream.
26 lines (25 loc) • 638 B
JSON
{
"name": "readstreamlinebyline",
"version": "1.0.1",
"description": "This node module is used to read large file line by line via stream.",
"keywords": [
"stream",
"Read",
"Large Size File",
"Line By Line",
"Async",
"Operation",
"For every row"
],
"main": "index.js",
"scripts": {
"test": "npm tests"
},
"author": "Chinmoy Samanta <samantachinmoy01@gmai.com>",
"repository": {
"type": "git",
"url": "https://github.com/SamantaChinmoy/ReadStreamLineByLine"
},
"private": false,
"license": "MIT"
}