{
  "_args": [
    [
      "@nuxtjs/axios@5.3.6",
      "/var/www/html"
    ]
  ],
  "_from": "@nuxtjs/axios@5.3.6",
  "_id": "@nuxtjs/axios@5.3.6",
  "_inBundle": false,
  "_integrity": "sha512-kxtiHW1QCYHaztKEkBnqH/GQoQoVubHdBWMC9+X0cVaA3AwOFsGI3Ef4/dSX8coSto7D+nV8LH3rVjbaFT+KUg==",
  "_location": "/@nuxtjs/axios",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@nuxtjs/axios@5.3.6",
    "name": "@nuxtjs/axios",
    "escapedName": "@nuxtjs%2faxios",
    "scope": "@nuxtjs",
    "rawSpec": "5.3.6",
    "saveSpec": null,
    "fetchSpec": "5.3.6"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@nuxtjs/axios/-/axios-5.3.6.tgz",
  "_spec": "5.3.6",
  "_where": "/var/www/html",
  "bugs": {
    "url": "https://github.com/nuxt-community/axios-module/issues"
  },
  "dependencies": {
    "@nuxtjs/proxy": "^1.3.0",
    "axios": "^0.18.0",
    "axios-retry": "^3.1.1",
    "consola": "^1.4.4"
  },
  "description": "Secure and easy axios integration with Nuxt.js",
  "devDependencies": {
    "codecov": "^3.1.0",
    "eslint": "^5.7.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jest": "^21.25.0",
    "eslint-plugin-node": "^8.0.0",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "eslint-plugin-vue": "^4.7.1",
    "jest": "^23.6.0",
    "jsdom": "^13.0.0",
    "nuxt-edge": "^2.3.0-25680860.4503d42",
    "standard-version": "^4.4.0"
  },
  "eslintIgnore": [
    "*.template.*"
  ],
  "files": [
    "lib",
    "src",
    "dist",
    "index.d.ts"
  ],
  "homepage": "https://github.com/nuxt-community/axios-module#readme",
  "jest": {
    "testEnvironment": "node",
    "coverageDirectory": "./coverage/",
    "collectCoverage": true,
    "collectCoverageFrom": [
      "lib",
      "test",
      "!test/fixture"
    ]
  },
  "license": "MIT",
  "main": "lib/module.js",
  "name": "@nuxtjs/axios",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt-community/axios-module.git"
  },
  "scripts": {
    "dev": "nuxt test/fixture",
    "lint": "eslint lib test",
    "prepare": "npm run test",
    "release": "standard-version && git push --follow-tags && npm publish",
    "test": "npm run lint && jest"
  },
  "types": "index.d.ts",
  "version": "5.3.6"
}
