{ "_from": "last-line-stream@^1.0.0", "_id": "last-line-stream@1.0.0", "_inBundle": false, "_integrity": "sha1-0bZNafhv8kry0EiDos7uFFIKVgA=", "_location": "/last-line-stream", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "last-line-stream@^1.0.0", "name": "last-line-stream", "escapedName": "last-line-stream", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/ava" ], "_resolved": "https://registry.npmjs.org/last-line-stream/-/last-line-stream-1.0.0.tgz", "_shasum": "d1b64d69f86ff24af2d04883a2ceee14520a5600", "_spec": "last-line-stream@^1.0.0", "_where": "/home/mwinter/www/unboundedpress/node_modules/ava", "author": { "name": "James Talmage", "email": "james@talmage.io", "url": "github.com/jamestalmage" }, "bugs": { "url": "https://github.com/jamestalmage/last-line-stream/issues" }, "bundleDependencies": false, "dependencies": { "through2": "^2.0.0" }, "deprecated": false, "description": "A PassThrough stream that keeps track of last line written", "devDependencies": { "ava": "^0.9.1", "coveralls": "^2.11.6", "nyc": "^5.3.0", "xo": "^0.12.1" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js", "tracker.js" ], "homepage": "https://github.com/jamestalmage/last-line-stream#readme", "keywords": [ "stream", "streams", "line", "lines", "newline", "spy", "last", "passthrough", "pass-through", "pass", "through" ], "license": "MIT", "name": "last-line-stream", "repository": { "type": "git", "url": "git+https://github.com/jamestalmage/last-line-stream.git" }, "scripts": { "test": "xo && nyc --reporter=lcov --reporter=text --cache ava" }, "version": "1.0.0" }