{
  "_from": "exponential-backoff@^3.1.1",
  "_id": "exponential-backoff@3.1.3",
  "_inBundle": false,
  "_integrity": "sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA==",
  "_location": "/exponential-backoff",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "exponential-backoff@^3.1.1",
    "name": "exponential-backoff",
    "escapedName": "exponential-backoff",
    "rawSpec": "^3.1.1",
    "saveSpec": null,
    "fetchSpec": "^3.1.1"
  },
  "_requiredBy": [
    "/node-gyp"
  ],
  "_resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.3.tgz",
  "_shasum": "51cf92c1c0493c766053f9d3abee4434c244d2f6",
  "_spec": "exponential-backoff@^3.1.1",
  "_where": "/var/www/html/moro/node_modules/node-gyp",
  "author": {
    "name": "Sami Sayegh"
  },
  "bugs": {
    "url": "https://github.com/coveooss/exponential-backoff/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A utility that allows retrying a function with an exponential delay between attempts.",
  "devDependencies": {
    "@types/jest": "^24.0.18",
    "@types/node": "^10.14.21",
    "husky": "^3.0.9",
    "jest": "^24.9.0",
    "lint-staged": "^9.4.2",
    "prettier": "^1.18.2",
    "ts-jest": "^24.1.0",
    "typescript": "^3.6.4"
  },
  "files": [
    "dist/",
    "src/"
  ],
  "homepage": "https://github.com/coveooss/exponential-backoff#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "jest": {
    "transform": {
      "^.+\\.ts$": "ts-jest"
    },
    "testRegex": "\\.spec\\.ts$",
    "moduleFileExtensions": [
      "ts",
      "js"
    ]
  },
  "keywords": [
    "exponential",
    "backoff",
    "retry"
  ],
  "license": "Apache-2.0",
  "lint-staged": {
    "*.{ts,json,md}": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "dist/backoff.js",
  "name": "exponential-backoff",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coveooss/exponential-backoff.git"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "types": "dist/backoff.d.ts",
  "version": "3.1.3"
}
