{
  "_from": "retry-axios@<3.x",
  "_id": "retry-axios@2.6.0",
  "_inBundle": false,
  "_integrity": "sha512-pOLi+Gdll3JekwuFjXO3fTq+L9lzMQGcSq7M5gIjExcl3Gu1hd4XXuf5o3+LuSBsaULQH7DiNbsqPd1chVpQGQ==",
  "_location": "/retry-axios",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "retry-axios@<3.x",
    "name": "retry-axios",
    "escapedName": "retry-axios",
    "rawSpec": "<3.x",
    "saveSpec": null,
    "fetchSpec": "<3.x"
  },
  "_requiredBy": [
    "/@googlemaps/google-maps-services-js"
  ],
  "_resolved": "https://registry.npmjs.org/retry-axios/-/retry-axios-2.6.0.tgz",
  "_shasum": "d4dc5c8a8e73982e26a705e46a33df99a28723e0",
  "_spec": "retry-axios@<3.x",
  "_where": "/var/www/html/carbono/node_modules/@googlemaps/google-maps-services-js",
  "author": {
    "name": "Justin Beckwith"
  },
  "browserslist": "> 1%, last 2 versions, Firefox ESR",
  "bugs": {
    "url": "https://github.com/JustinBeckwith/retry-axios/issues"
  },
  "bundleDependencies": false,
  "c8": {
    "exclude": [
      "build/test",
      "dist"
    ]
  },
  "deprecated": false,
  "description": "Retry HTTP requests with Axios.",
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/preset-env": "^7.4.5",
    "@types/mocha": "^9.0.0",
    "@types/node": "^14.0.0",
    "@types/sinon": "^10.0.0",
    "axios": "^0.21.0",
    "babel-plugin-transform-es2015-modules-umd": "^6.24.1",
    "c8": "^7.0.0",
    "gts": "^3.0.0",
    "js-green-licenses": "^3.0.0",
    "microbundle": "^0.11.0",
    "mocha": "^9.0.0",
    "nock": "^13.0.0",
    "semantic-release": "^17.0.4",
    "sinon": "^11.0.0",
    "typescript": "~4.3.0"
  },
  "engines": {
    "node": ">=10.7.0"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/JustinBeckwith/retry-axios#readme",
  "keywords": [
    "axios",
    "retry"
  ],
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "module": "dist/index.module.js",
  "name": "retry-axios",
  "peerDependencies": {
    "axios": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JustinBeckwith/retry-axios.git"
  },
  "scripts": {
    "build-web": "microbundle",
    "clean": "gts clean",
    "compile": "tsc --target ES5 --module CommonJS",
    "fix": "gts fix",
    "license-check": "jsgl --local .",
    "lint": "gts check",
    "prepare": "npm run build-web",
    "pretest": "npm run compile",
    "test": "c8 mocha build/test",
    "umd": "rm -rf umd && babel build/src -d umd --source-maps"
  },
  "source": "src/index.ts",
  "types": "dist/src/index.d.ts",
  "unpkg": "dist/index.umd.js",
  "version": "2.6.0"
}
