UNPKG

promise-settle

Version:

settle([...]) returns a Promise that is fulfilled when all items in the array are either fulfilled or rejected

37 lines (36 loc) 1.05 kB
{ "name": "promise-settle", "version": "0.3.0", "description": "settle([...]) returns a Promise that is fulfilled when all items in the array are either fulfilled or rejected", "main": "index.js", "engines": { "node": ">= 0.10.0" }, "scripts": { "test": "mocha -R spec test/", "cover": "istanbul cover ./node_modules/mocha/bin/_mocha --report html -- -R spec", "build": "node_modules/.bin/browserify -s Promise.settle index.js > build/promise-settle.js" }, "repository": { "type": "git", "url": "git+https://github.com/pgaubatz/node-promise-settle.git" }, "keywords": [ "es6", "promise", "settle", "Promise.settle" ], "author": "Patrick Gaubatz <patrick@gaubatz.at>", "license": "MIT", "bugs": { "url": "https://github.com/pgaubatz/node-promise-settle/issues" }, "homepage": "https://github.com/pgaubatz/node-promise-settle#readme", "dependencies": {}, "devDependencies": { "browserify": "^11.2.0", "mocha": "^2.2.4", "native-promise-only": "^0.8.1" } }