1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
| {
| "_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"
| }
|
|