wallet-core/node_modules/last-line-stream/package.json

45 lines
849 B
JSON
Raw Normal View History

2017-05-28 00:38:50 +02:00
{
"name": "last-line-stream",
"version": "1.0.0",
"description": "A PassThrough stream that keeps track of last line written",
"license": "MIT",
"repository": "jamestalmage/last-line-stream",
"author": {
"name": "James Talmage",
"email": "james@talmage.io",
"url": "github.com/jamestalmage"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && nyc --reporter=lcov --reporter=text --cache ava"
},
"files": [
"index.js",
"tracker.js"
],
"keywords": [
"stream",
"streams",
"line",
"lines",
"newline",
"spy",
"last",
"passthrough",
"pass-through",
"pass",
"through"
],
"dependencies": {
"through2": "^2.0.0"
},
"devDependencies": {
"ava": "^0.9.1",
"coveralls": "^2.11.6",
"nyc": "^5.3.0",
"xo": "^0.12.1"
}
}