node-fetch-retry-timeout
Version:
node-fetch with retries and timeout. Done right.
32 lines (31 loc) • 695 B
JSON
{
"name": "node-fetch-retry-timeout",
"version": "1.2.1",
"description": "node-fetch with retries and timeout. Done right.",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"author": "Anton Sidashin <etebipha@hi2.in> (https://pixeljets.com)",
"repository": {
"type": "git",
"url": "https://github.com/restyler/node-fetch-retry-timeout"
},
"keywords": [
"node-fetch",
"request",
"retry",
"timeout"
],
"license": "ISC",
"dependencies": {
"abort-controller": "^3.0.0",
"node-fetch": "^2.6.5"
},
"devDependencies": {
"get-port": "^5.1.1",
"mocha": "^9.1.2",
"nock": "^13.1.3",
"proxy-agent": "^5.0.0"
}
}