![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/@nuxtjs/axios/ |
{ "name": "@nuxtjs/axios", "version": "5.13.6", "description": "Secure and easy Axios integration with Nuxt.js", "repository": "nuxt-community/axios-module", "license": "MIT", "contributors": [ "Pooya Parsa <[email protected]>" ], "main": "lib/module.js", "types": "types/index.d.ts", "files": [ "lib", "types/*.d.ts" ], "scripts": { "dev": "nuxt test/fixture", "lint": "eslint lib test", "release": "yarn test && standard-version && git push --follow-tags && npm publish", "test": "yarn lint && jest" }, "dependencies": { "@nuxtjs/proxy": "^2.1.0", "axios": "^0.21.1", "axios-retry": "^3.1.9", "consola": "^2.15.3", "defu": "^5.0.0" }, "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" } }