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
89
90
91
92
93
94
95
96
97
98
99
100
| {
| "_from": "axios-retry@^3.1.9",
| "_id": "axios-retry@3.2.5",
| "_inBundle": false,
| "_integrity": "sha512-a8umkKbfIkTiYJQLx3v3TzKM85TGKB8ZQYz4zwykt2fpO64TsRlUhjaPaAb3fqMWCXFm2YhWcd8V5FHDKO9bSA==",
| "_location": "/axios-retry",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "axios-retry@^3.1.9",
| "name": "axios-retry",
| "escapedName": "axios-retry",
| "rawSpec": "^3.1.9",
| "saveSpec": null,
| "fetchSpec": "^3.1.9"
| },
| "_requiredBy": [
| "/@nuxtjs/axios"
| ],
| "_resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.2.5.tgz",
| "_shasum": "64952992837c7d9a12eec156a2694a7945f60895",
| "_spec": "axios-retry@^3.1.9",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxtjs\\axios",
| "author": {
| "name": "Rubén Norte",
| "email": "ruben.norte@softonic.com"
| },
| "bugs": {
| "url": "https://github.com/softonic/axios-retry/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "@babel/runtime": "^7.15.4",
| "is-retry-allowed": "^2.2.0"
| },
| "deprecated": false,
| "description": "Axios plugin that intercepts failed requests and retries them whenever posible.",
| "devDependencies": {
| "@babel/cli": "^7.15.7",
| "@babel/core": "^7.15.5",
| "@babel/plugin-transform-runtime": "^7.15.8",
| "@babel/preset-env": "^7.15.6",
| "axios": "^0.21.2",
| "eslint": "^7.32.0",
| "eslint-config-airbnb-base": "^14.2.1",
| "eslint-config-prettier": "^8.3.0",
| "eslint-plugin-import": "^2.24.2",
| "eslint-plugin-jasmine": "^4.1.2",
| "eslint-plugin-prettier": "^4.0.0",
| "husky": "^7.0.2",
| "jasmine": "^3.9.0",
| "lint-staged": "^11.2.0",
| "nock": "^13.1.3",
| "prettier": "^2.4.1"
| },
| "exports": {
| ".": {
| "import": "./lib/esm/index.js",
| "require": "./index.js"
| },
| "./package.json": "./package.json"
| },
| "files": [
| "es",
| "lib",
| "index.js",
| "index.d.ts"
| ],
| "homepage": "https://github.com/softonic/axios-retry",
| "license": "Apache-2.0",
| "lint-staged": {
| "*.+(js|mjs)": [
| "eslint --cache --fix",
| "prettier --write"
| ],
| "*.js": "eslint --cache --fix"
| },
| "main": "index.js",
| "module": "lib/esm/index.js",
| "name": "axios-retry",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/softonic/axios-retry.git"
| },
| "scripts": {
| "build": "rm -rf lib && babel es -d lib/esm --source-maps && babel es -d lib/cjs --config-file ./babel.config.cjs.json --source-maps && ./fixup",
| "lint": "eslint es/**/*.mjs spec/**/*.spec.mjs",
| "postrelease": "npm run push && npm publish",
| "prebuild": "npm run test",
| "prepare": "husky install",
| "prerelease": "npm run build",
| "pretest": "npm run lint",
| "push": "git push origin master && git push origin --tags",
| "release": "npm version -m \"New version: %s\"",
| "test": "NODE_OPTIONS=--es-module-specifier-resolution=node jasmine"
| },
| "typings": "./index.d.ts",
| "version": "3.2.5"
| }
|
|