async-stream-reader
Version:
A stream reader with async functions
48 lines (47 loc) • 1.46 kB
JSON
{
"name": "async-stream-reader",
"version": "1.2.0",
"description": "A stream reader with async functions",
"main": "built/index.js",
"directories": {
"test": "test"
},
"dependencies": {
"@types/debug": "^0.0.30",
"@types/line-by-line": "^0.1.2",
"@types/node": "^7.0.56",
"debug": "^3.1.0"
},
"devDependencies": {
"eslint": "^4.13.0",
"eslint-plugin-spellcheck": "0.0.8",
"istanbul": "^1.1.0-alpha.1",
"line-by-line": "^0.1.5",
"mocha": "^4.0.1",
"should": "^13.1.3"
},
"scripts": {
"lint": "./node_modules/.bin/eslint index.js",
"test:clear-env": "npm unlink async-stream-reader && npm unlink && npm install",
"test:prepare-env": "npm link && npm link async-stream-reader",
"pretest": "npm run test:clear-env && npm run lint && npm run test:prepare-env",
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require should --recursive test",
"posttest": "npm run test:clear-env",
"build": "tsc"
},
"repository": "git+https://github.com/viRingbells/async-stream-reader.git",
"keywords": [
"stream",
"read",
"line",
"async",
"await"
],
"author": "Sun Haohao - typescript version by Divvito (Chris O'Kelly)",
"license": "MIT",
"bugs": {
"url": "https://github.com/viRingbells/async-stream-reader/issues"
},
"homepage": "https://github.com/viRingbells/async-stream-reader#readme",
"private": false
}