11cb0ef41Sopenharmony_ci{ 21cb0ef41Sopenharmony_ci "name": "promise-retry", 31cb0ef41Sopenharmony_ci "version": "2.0.1", 41cb0ef41Sopenharmony_ci "description": "Retries a function that returns a promise, leveraging the power of the retry module.", 51cb0ef41Sopenharmony_ci "main": "index.js", 61cb0ef41Sopenharmony_ci "scripts": { 71cb0ef41Sopenharmony_ci "test": "mocha --bail -t 10000" 81cb0ef41Sopenharmony_ci }, 91cb0ef41Sopenharmony_ci "bugs": { 101cb0ef41Sopenharmony_ci "url": "https://github.com/IndigoUnited/node-promise-retry/issues/" 111cb0ef41Sopenharmony_ci }, 121cb0ef41Sopenharmony_ci "repository": { 131cb0ef41Sopenharmony_ci "type": "git", 141cb0ef41Sopenharmony_ci "url": "git://github.com/IndigoUnited/node-promise-retry.git" 151cb0ef41Sopenharmony_ci }, 161cb0ef41Sopenharmony_ci "keywords": [ 171cb0ef41Sopenharmony_ci "retry", 181cb0ef41Sopenharmony_ci "promise", 191cb0ef41Sopenharmony_ci "backoff", 201cb0ef41Sopenharmony_ci "repeat", 211cb0ef41Sopenharmony_ci "replay" 221cb0ef41Sopenharmony_ci ], 231cb0ef41Sopenharmony_ci "author": "IndigoUnited <hello@indigounited.com> (http://indigounited.com)", 241cb0ef41Sopenharmony_ci "license": "MIT", 251cb0ef41Sopenharmony_ci "devDependencies": { 261cb0ef41Sopenharmony_ci "expect.js": "^0.3.1", 271cb0ef41Sopenharmony_ci "mocha": "^8.0.1", 281cb0ef41Sopenharmony_ci "sleep-promise": "^8.0.1" 291cb0ef41Sopenharmony_ci }, 301cb0ef41Sopenharmony_ci "dependencies": { 311cb0ef41Sopenharmony_ci "err-code": "^2.0.2", 321cb0ef41Sopenharmony_ci "retry": "^0.12.0" 331cb0ef41Sopenharmony_ci }, 341cb0ef41Sopenharmony_ci "engines": { 351cb0ef41Sopenharmony_ci "node": ">=10" 361cb0ef41Sopenharmony_ci } 371cb0ef41Sopenharmony_ci} 38