UNPKG

promise-mix

Version:

Node module with some useful Promise composition functionalities.

48 lines (47 loc) 1.1 kB
{ "name": "promise-mix", "version": "1.8.4", "description": "Node module with some useful Promise composition functionalities.", "main": "index.js", "scripts": { "test": "./node_modules/istanbul/lib/cli.js cover ./node_modules/.bin/_mocha", "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls" }, "keywords": [ "promise", "combine", "reduce", "aggregate", "merge", "logic", "filter", "mux", "utilities", "looping" ], "author": "Onheiron", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/Onheiron/promise-mix.git" }, "bugs": { "url": "https://github.com/Onheiron/promise-mix/issues" }, "homepage": "https://github.com/Onheiron/promise-mix#readme", "devDependencies": { "chai": "^3.5.0", "coveralls": "^3.0.2", "eslint": "^3.14.1", "eslint-plugin-node": "^8.0.1", "istanbul": "^0.4.5", "mocha": "^3.5.3", "mocha-lcov-reporter": "^1.3.0" }, "engines": { "node": ">=9.0.0" }, "dependencies": { "npm": "^6.5.0" } }