{ "_from": "pull-live@^1.0.1", "_id": "pull-live@1.0.1", "_inBundle": false, "_integrity": "sha1-pOzuAeMwFV6RJLu89HYfIbOPUfU=", "_location": "/pull-live", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "pull-live@^1.0.1", "name": "pull-live", "escapedName": "pull-live", "rawSpec": "^1.0.1", "saveSpec": null, "fetchSpec": "^1.0.1" }, "_requiredBy": [ "/pull-level" ], "_resolved": "https://registry.npmjs.org/pull-live/-/pull-live-1.0.1.tgz", "_shasum": "a4ecee01e330155e9124bbbcf4761f21b38f51f5", "_spec": "pull-live@^1.0.1", "_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/pull-level", "author": { "name": "Dominic Tarr", "email": "dominic.tarr@gmail.com", "url": "http://dominictarr.com" }, "bugs": { "url": "https://github.com/dominictarr/pull-live/issues" }, "bundleDependencies": false, "dependencies": { "pull-cat": "^1.1.9", "pull-stream": "^3.4.0" }, "deprecated": false, "description": "construct a pull-stream for reading from a writable source, can read old records, new (live) records, or both.", "devDependencies": { "pull-pushable": "^2.0.0", "tape": "^4.5.1" }, "homepage": "https://github.com/dominictarr/pull-live", "license": "MIT", "name": "pull-live", "repository": { "type": "git", "url": "git://github.com/dominictarr/pull-live.git" }, "scripts": { "test": "set -e; for t in test/*.js; do node $t; done" }, "version": "1.0.1" }