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
| {
| "_args": [
| [
| "is-retry-allowed@2.2.0",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "is-retry-allowed@2.2.0",
| "_id": "is-retry-allowed@2.2.0",
| "_inBundle": false,
| "_integrity": "sha512-XVm7LOeLpTW4jV19QSH38vkswxoLud8sQ57YwJVTPWdiaI9I8keEhGFpBlslyVsgdQy4Opg8QOLb8YRgsyZiQg==",
| "_location": "/is-retry-allowed",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "is-retry-allowed@2.2.0",
| "name": "is-retry-allowed",
| "escapedName": "is-retry-allowed",
| "rawSpec": "2.2.0",
| "saveSpec": null,
| "fetchSpec": "2.2.0"
| },
| "_requiredBy": [
| "/axios-retry"
| ],
| "_resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-2.2.0.tgz",
| "_spec": "2.2.0",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Sindre Sorhus",
| "email": "sindresorhus@gmail.com",
| "url": "sindresorhus.com"
| },
| "bugs": {
| "url": "https://github.com/sindresorhus/is-retry-allowed/issues"
| },
| "description": "Check whether a request can be retried based on the `error.code`",
| "devDependencies": {
| "ava": "^3.14.0",
| "tsd": "^0.14.0",
| "xo": "^0.36.1"
| },
| "engines": {
| "node": ">=10"
| },
| "files": [
| "index.js",
| "index.d.ts"
| ],
| "funding": {
| "url": "https://github.com/sponsors/sindresorhus"
| },
| "homepage": "https://github.com/sindresorhus/is-retry-allowed#readme",
| "keywords": [
| "retry",
| "retries",
| "allowed",
| "check",
| "http",
| "https",
| "request",
| "fetch"
| ],
| "license": "MIT",
| "name": "is-retry-allowed",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/sindresorhus/is-retry-allowed.git"
| },
| "scripts": {
| "test": "xo && ava && tsd"
| },
| "version": "2.2.0"
| }
|
|