repeat-promise-until-resolved
Version:
A utility for easily repeating a promise-based task, until it succeeds. Works both in Node and in the browser.
31 lines (30 loc) • 685 B
JSON
{
"name": "repeat-promise-until-resolved",
"version": "1.1.1",
"description": "",
"types": "index.d.ts",
"main": "index.js",
"homepage": "https://github.com/ibrod83/repeat-promise-until-resolved",
"bugs": {
"url": "https://github.com/ibrod83/repeat-promise-until-resolved/issues"
},
"scripts": {
"test": "mocha index.test.js"
},
"author": "ibrod83",
"license": "ISC",
"keywords": [
"promise",
"javascript",
"async",
"repeat",
"nodejs"
],
"devDependencies": {
"axios": "^1.4.0",
"axios-mock-adapter": "^1.21.5",
"expect": "^29.5.0",
"mocha": "^10.2.0",
"rimraf": "^5.0.1"
}
}