{
  "_from": "@nuxtjs/axios",
  "_id": "@nuxtjs/axios@5.13.1",
  "_inBundle": false,
  "_integrity": "sha512-vZpXV2AAkQ5Duejubt1k3ZgUnYowYnPvmcUt0hskd+OebmQ+jF6Wk6rOG0/9EeknOxm7mtTGgKSwdlE1jDo+xA==",
  "_location": "/@nuxtjs/axios",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "@nuxtjs/axios",
    "name": "@nuxtjs/axios",
    "escapedName": "@nuxtjs%2faxios",
    "scope": "@nuxtjs",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.13.1.tgz",
  "_shasum": "70c7444e6be8989372c249637f9287c844340f42",
  "_spec": "@nuxtjs/axios",
  "_where": "D:\\Projects\\VueJS\\front-municipal",
  "bugs": {
    "url": "https://github.com/nuxt-community/axios-module/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Pooya Parsa",
      "email": "pooya@pi0.ir"
    }
  ],
  "dependencies": {
    "@nuxtjs/proxy": "^2.1.0",
    "axios": "^0.21.1",
    "axios-retry": "^3.1.9",
    "consola": "^2.15.3",
    "defu": "^3.2.2"
  },
  "deprecated": false,
  "description": "Secure and easy Axios integration with Nuxt.js",
  "devDependencies": {
    "@babel/core": "latest",
    "@babel/preset-env": "latest",
    "@nuxtjs/eslint-config": "latest",
    "babel-eslint": "latest",
    "babel-jest": "latest",
    "codecov": "latest",
    "eslint": "latest",
    "jest": "latest",
    "nuxt-edge": "latest",
    "standard-version": "latest"
  },
  "files": [
    "lib",
    "types/*.d.ts"
  ],
  "homepage": "https://github.com/nuxt-community/axios-module#readme",
  "license": "MIT",
  "main": "lib/module.js",
  "name": "@nuxtjs/axios",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt-community/axios-module.git"
  },
  "scripts": {
    "dev": "nuxt test/fixture",
    "lint": "eslint lib test",
    "release": "yarn test && standard-version && git push --follow-tags && npm publish",
    "test": "yarn lint && jest"
  },
  "types": "types/index.d.ts",
  "version": "5.13.1"
}
