| Current Path : /home/emeraadmin/public_html/node_modules/npm/node_modules/promise-retry/ |
| Current File : /home/emeraadmin/public_html/node_modules/npm/node_modules/promise-retry/package.json |
{
"_id": "promise-retry@2.0.1",
"_inBundle": true,
"_location": "/npm/promise-retry",
"_phantomChildren": {},
"_requiredBy": [
"/npm/@npmcli/git",
"/npm/@sigstore/sign",
"/npm/make-fetch-happen",
"/npm/pacote"
],
"author": {
"name": "IndigoUnited",
"email": "hello@indigounited.com",
"url": "http://indigounited.com"
},
"bugs": {
"url": "https://github.com/IndigoUnited/node-promise-retry/issues/"
},
"dependencies": {
"err-code": "^2.0.2",
"retry": "^0.12.0"
},
"description": "Retries a function that returns a promise, leveraging the power of the retry module.",
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^8.0.1",
"sleep-promise": "^8.0.1"
},
"engines": {
"node": ">=10"
},
"homepage": "https://github.com/IndigoUnited/node-promise-retry#readme",
"keywords": [
"retry",
"promise",
"backoff",
"repeat",
"replay"
],
"license": "MIT",
"main": "index.js",
"name": "promise-retry",
"repository": {
"type": "git",
"url": "git://github.com/IndigoUnited/node-promise-retry.git"
},
"scripts": {
"test": "mocha --bail -t 10000"
},
"version": "2.0.1"
}