await-deadline
Version:
Helper tool that makes sure we get a response from the promise within the defined timeframe
29 lines (28 loc) • 651 B
JSON
{
"name": "await-deadline",
"version": "1.0.3",
"description": "Helper tool that makes sure we get a response from the promise within the defined timeframe",
"main": "src/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --timeout 15000 test/index.spec.js"
},
"keywords": [
"async",
"await",
"timeout",
"promise",
"resolving",
"hanging",
"deadline",
"resolve",
"reject"
],
"homepage": "https://github.com/urosh/await-deadline",
"author": "Uros Damnjanovic",
"license": "MIT",
"dependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"mocha": "^6.2.2"
}
}