Your IP : 216.73.216.86


Current Path : /home/emeraadmin/public_html/node_modules/npm/node_modules/exponential-backoff/
Upload File :
Current File : /home/emeraadmin/public_html/node_modules/npm/node_modules/exponential-backoff/package.json

{
  "_id": "exponential-backoff@3.1.1",
  "_inBundle": true,
  "_location": "/npm/exponential-backoff",
  "_phantomChildren": {},
  "_requiredBy": [
    "/npm/node-gyp"
  ],
  "author": {
    "name": "Sami Sayegh"
  },
  "bugs": {
    "url": "https://github.com/coveo/exponential-backoff/issues"
  },
  "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/"
  ],
  "homepage": "https://github.com/coveo/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/coveo/exponential-backoff.git"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "types": "dist/backoff.d.ts",
  "version": "3.1.1"
}