{ "_from": "retry-axios@^0.3.2", "_id": "retry-axios@0.3.2", "_inBundle": false, "_integrity": "sha512-jp4YlI0qyDFfXiXGhkCOliBN1G7fRH03Nqy8YdShzGqbY5/9S2x/IR6C88ls2DFkbWuL3ASkP7QD3pVrNpPgwQ==", "_location": "/retry-axios", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "retry-axios@^0.3.2", "name": "retry-axios", "escapedName": "retry-axios", "rawSpec": "^0.3.2", "saveSpec": null, "fetchSpec": "^0.3.2" }, "_requiredBy": [ "/gcp-metadata", "/google-auth-library" ], "_resolved": "https://registry.npmjs.org/retry-axios/-/retry-axios-0.3.2.tgz", "_shasum": "5757c80f585b4cc4c4986aa2ffd47a60c6d35e13", "_spec": "retry-axios@^0.3.2", "_where": "C:\\Users\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\functions\\node_modules\\google-auth-library", "author": { "name": "Justin Beckwith" }, "bugs": { "url": "https://github.com/JustinBeckwith/retry-axios/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Retry HTTP requests with Axios.", "devDependencies": { "@types/mocha": "^2.2.48", "@types/nock": "^9.1.2", "@types/node": "^9.4.6", "axios": "^0.18.0", "codecov": "^3.0.0", "gts": "^0.5.3", "js-green-licenses": "^0.4.0", "mocha": "^5.0.1", "nock": "^9.1.6", "nyc": "^11.4.1", "source-map-support": "^0.5.3", "typescript": "~2.7.2" }, "files": [ "build/src", "LICENSE", "packge.json", "README.md" ], "homepage": "https://github.com/JustinBeckwith/retry-axios#readme", "keywords": [ "axios", "retry" ], "license": "Apache-2.0", "main": "./build/src/index.js", "name": "retry-axios", "nyc": { "exclude": [ "build/test" ] }, "peerDependencies": { "axios": "*" }, "repository": { "type": "git", "url": "git+https://github.com/JustinBeckwith/retry-axios.git" }, "scripts": { "check": "gts check", "clean": "gts clean", "codecov": "nyc report --reporter=json && codecov -f coverage/*.json", "compile": "tsc -p .", "fix": "gts fix", "license-check": "jsgl --local .", "posttest": "npm run check && npm run license-check", "prepare": "npm run compile", "pretest": "npm run compile", "test": "nyc mocha build/test --timeout 5000 --require source-map-support/register" }, "types": "./build/src/index.d.ts", "version": "0.3.2" }