{ "_from": "exponential-backoff@^3.1.1", "_id": "exponential-backoff@3.1.1", "_inBundle": false, "_integrity": "sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==", "_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.npmmirror.com/exponential-backoff/-/exponential-backoff-3.1.1.tgz", "_shasum": "64ac7526fe341ab18a39016cd22c787d01e00bf6", "_spec": "exponential-backoff@^3.1.1", "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/node-gyp", "author": { "name": "Sami Sayegh" }, "bugs": { "url": "https://github.com/coveo/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/" ], "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" }