保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/axios-retry/package.json
@@ -1,32 +1,27 @@
{
  "_args": [
    [
      "axios-retry@3.2.2",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "axios-retry@3.2.2",
  "_id": "axios-retry@3.2.2",
  "_from": "axios-retry@^3.1.9",
  "_id": "axios-retry@3.2.5",
  "_inBundle": false,
  "_integrity": "sha512-dalsS+nk+dw3KIJ+sXzNCAPWhgqWkJhfHFeDXBKJXo0S/Uc1YVHf+d9Vhh9WgoAFgSU2JgLnQjSB99rRfg29Sg==",
  "_integrity": "sha512-a8umkKbfIkTiYJQLx3v3TzKM85TGKB8ZQYz4zwykt2fpO64TsRlUhjaPaAb3fqMWCXFm2YhWcd8V5FHDKO9bSA==",
  "_location": "/axios-retry",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "axios-retry@3.2.2",
    "raw": "axios-retry@^3.1.9",
    "name": "axios-retry",
    "escapedName": "axios-retry",
    "rawSpec": "3.2.2",
    "rawSpec": "^3.1.9",
    "saveSpec": null,
    "fetchSpec": "3.2.2"
    "fetchSpec": "^3.1.9"
  },
  "_requiredBy": [
    "/@nuxtjs/axios"
  ],
  "_resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.2.2.tgz",
  "_spec": "3.2.2",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_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"
@@ -34,10 +29,12 @@
  "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",
@@ -57,14 +54,12 @@
    "nock": "^13.1.3",
    "prettier": "^2.4.1"
  },
  "engines": {
    "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  },
  "exports": {
    ".": {
      "import": "./lib/esm/index.js",
      "require": "./index.js"
    }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "es",
@@ -84,9 +79,6 @@
  "main": "index.js",
  "module": "lib/esm/index.js",
  "name": "axios-retry",
  "peerDependencies": {
    "axios": ">=0.21.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/softonic/axios-retry.git"
@@ -104,5 +96,5 @@
    "test": "NODE_OPTIONS=--es-module-specifier-resolution=node jasmine"
  },
  "typings": "./index.d.ts",
  "version": "3.2.2"
  "version": "3.2.5"
}