UNPKG

abacus-events

Version:
56 lines 1.22 kB
{ "name": "abacus-events", "description": "Iterate over a stream of Node events", "license": "Apache-2.0", "version": "1.1.5", "private": false, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/tree/master/lib/utils/events", "bugs": { "url": "https://github.com/cloudfoundry-incubator/cf-abacus/issues" }, "repository": { "type": "git", "url": "http://github.com/cloudfoundry-incubator/cf-abacus.git" }, "keywords": [ "cf", "abacus" ], "files": [ ".npmrc", "src/" ], "main": "src/index.js", "scripts": { "test": "abacus-eslint && nyc abacus-mocha", "generate-coverage": "nyc report --reporter=lcovonly", "lint": "abacus-eslint", "pub": "publish" }, "dependencies": { "emit-stream": "^0.1.2", "underscore": "^1.9.1", "through": "^2.3.4" }, "devDependencies": { "abacus-eslint": "^1.1.5", "abacus-mocha": "^1.1.5", "nyc": "^13.0.1", "abacus-publish": "^1.1.5" }, "nyc": { "cache": true, "reporter": [ "text", "html" ], "exclude": [ "src/test/**" ] }, "engines": { "node": ">=8.10.0 <9.0.0", "npm": "<5.0.0", "yarn": ">=1.2.1" } }