2017-08-13 11:22:10 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxtjs/axios",
|
2018-11-08 09:18:05 +00:00
|
|
|
"version": "5.3.6",
|
2017-08-13 11:28:03 +00:00
|
|
|
"description": "Secure and easy axios integration with Nuxt.js",
|
2017-08-13 11:22:10 +00:00
|
|
|
"license": "MIT",
|
2018-01-16 16:18:22 +00:00
|
|
|
"main": "lib/module.js",
|
2018-05-21 08:40:31 +00:00
|
|
|
"types": "index.d.ts",
|
2017-08-13 11:22:10 +00:00
|
|
|
"repository": "https://github.com/nuxt-community/axios-module",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2018-01-28 13:58:32 +00:00
|
|
|
"dev": "nuxt test/fixture",
|
2018-09-21 11:28:38 +00:00
|
|
|
"lint": "eslint lib test",
|
2017-08-13 12:10:55 +00:00
|
|
|
"test": "npm run lint && jest",
|
2017-08-13 12:23:44 +00:00
|
|
|
"release": "standard-version && git push --follow-tags && npm publish",
|
2017-08-13 14:38:22 +00:00
|
|
|
"prepare": "npm run test"
|
2017-08-13 11:22:10 +00:00
|
|
|
},
|
2018-01-29 22:19:30 +00:00
|
|
|
"eslintIgnore": [
|
|
|
|
"*.template.*"
|
|
|
|
],
|
|
|
|
"files": [
|
|
|
|
"lib",
|
|
|
|
"src",
|
2018-09-28 17:37:30 +00:00
|
|
|
"dist",
|
|
|
|
"index.d.ts"
|
2018-01-29 22:19:30 +00:00
|
|
|
],
|
2017-08-13 11:22:10 +00:00
|
|
|
"jest": {
|
|
|
|
"testEnvironment": "node",
|
|
|
|
"coverageDirectory": "./coverage/",
|
2017-09-06 18:53:45 +00:00
|
|
|
"collectCoverage": true,
|
2018-01-29 22:19:30 +00:00
|
|
|
"collectCoverageFrom": [
|
|
|
|
"lib",
|
|
|
|
"test",
|
|
|
|
"!test/fixture"
|
|
|
|
]
|
2018-01-29 22:18:26 +00:00
|
|
|
},
|
2017-08-13 11:22:10 +00:00
|
|
|
"dependencies": {
|
2018-11-24 23:00:12 +00:00
|
|
|
"@nuxtjs/proxy": "^1.3.1",
|
2018-03-05 16:43:48 +00:00
|
|
|
"axios": "^0.18.0",
|
2018-09-21 10:18:43 +00:00
|
|
|
"axios-retry": "^3.1.1",
|
2018-11-24 23:01:14 +00:00
|
|
|
"consola": "^2.3.0"
|
2017-08-13 11:22:10 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-09-21 10:18:43 +00:00
|
|
|
"codecov": "^3.1.0",
|
2018-12-27 17:22:42 +00:00
|
|
|
"eslint": "^5.11.1",
|
2018-09-21 10:18:43 +00:00
|
|
|
"eslint-config-standard": "^12.0.0",
|
|
|
|
"eslint-plugin-import": "^2.14.0",
|
2018-12-27 17:22:42 +00:00
|
|
|
"eslint-plugin-jest": "^22.1.2",
|
2018-10-30 19:56:57 +00:00
|
|
|
"eslint-plugin-node": "^8.0.0",
|
2018-09-21 10:18:43 +00:00
|
|
|
"eslint-plugin-promise": "^4.0.1",
|
|
|
|
"eslint-plugin-standard": "^4.0.0",
|
2018-12-27 17:21:14 +00:00
|
|
|
"eslint-plugin-vue": "^5.0.0",
|
2018-09-21 10:18:43 +00:00
|
|
|
"jest": "^23.6.0",
|
2018-12-27 17:22:42 +00:00
|
|
|
"jsdom": "^13.1.0",
|
2018-11-24 23:00:12 +00:00
|
|
|
"nuxt-edge": "^2.3.0-25706271.cca799c",
|
2018-09-21 10:18:43 +00:00
|
|
|
"standard-version": "^4.4.0"
|
2017-08-13 11:22:10 +00:00
|
|
|
}
|
|
|
|
}
|