UNPKG

async-aggregate

Version:

Asynchronously aggregate arguments across calls to a function

42 lines (41 loc) 1.11 kB
{ "name": "async-aggregate", "version": "0.1.0", "description": "Asynchronously aggregate arguments across calls to a function", "main": "lib/async-aggregate.js", "scripts": { "build": "babel src -d lib", "build-test": "babel test-src -d test", "test": "npm run build && npm run build-test && mocha" }, "repository": { "type": "git", "url": "git+https://github.com/bhritchie/async-aggregate.git" }, "keywords": [ "async", "arguments", "aggregator", "reducer", "collector" ], "author": "Brendan Ritchie", "license": "ISC", "bugs": { "url": "https://github.com/bhritchie/async-aggregate/issues" }, "homepage": "https://github.com/bhritchie/async-aggregate#readme", "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.25.0", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-preset-es2015": "^6.24.1", "chai": "^4.1.0", "chai-as-promised": "^7.1.1", "chai-counting": "^1.0.1", "lodash": "^4.17.4", "mocha": "^3.4.2", "sinon": "^2.3.7", "sinon-chai": "^2.11.0" } }