async-line-reader
Version:
Read line-by-line from stream, using async.
39 lines (38 loc) • 894 B
JSON
{
"name": "async-line-reader",
"version": "1.0.0",
"description": "Read line-by-line from stream, using async.",
"scripts": {
"test": "npx jest --runInBand",
"prepublish": "tsc -p .",
"build": "tsc -p ."
},
"keywords": [
"async",
"stream",
"line",
"read-line",
"readline"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Authory/async-read-line.git"
},
"author": "Emanuel Jöbstl <emanuel@authory.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Authory/async-read-line/issues"
},
"homepage": "https://github.com/Authory/async-read-line#readme",
"devDependencies": {
"@types/jest": "^25.2.1",
"jest": "^25.3.0",
"ts-jest": "^25.4.0",
"typescript": "^3.8.3"
},
"types": "dist/index.d.ts",
"main": "dist/index.js",
"dependencies": {
"@types/node": "^14.11.2"
}
}