line-stream
Version:
split/binary-split but lines contain byte offset in the source stream and gives access to last line fragment
31 lines (30 loc) • 645 B
JSON
{
"name": "line-stream",
"version": "1.0.0",
"description": "split/binary-split but lines contain byte offset in the source stream and gives access to last line fragment",
"main": "index.js",
"scripts": {
"test": "nyc tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/soldair/node-line-stream.git"
},
"keywords": [
"line",
"stream",
"string",
"easy"
],
"author": "Ryan day",
"license": "ISC",
"readmeFilename": "README.md",
"dependencies": {
"through2": "^2.0.0"
},
"devDependencies": {
"nyc": "^5.0.1",
"tap": "~0.4.0",
"tape": "^4.2.2"
}
}