UNPKG

egg-axios-plus

Version:

适用于egg框架完成基本的http请求,支持async/await操作,实现egg框架下agent/app挂载,支持后端请求

69 lines (68 loc) 1.71 kB
{ "name": "egg-axios-plus", "version": "3.1.3", "description": "适用于egg框架完成基本的http请求,支持async/await操作,实现egg框架下agent/app挂载,支持后端请求", "eggPlugin": { "name": "axiosPlus" }, "keywords": [ "公众号:Rong阶级好可爱", "axios", "egg-axios", "egg-axios-plus", "egg", "eggjs", "curl Request", "Http Request", "egg-plugin" ], "dependencies": { "axios": "^0.27.2", "lodash": "^4.17.21" }, "devDependencies": { "autod": "^3.0.1", "autod-egg": "^1.1.0", "egg": "^2.16.0", "egg-bin": "^4.11.0", "egg-ci": "^1.11.0", "egg-mock": "^3.21.0", "eslint": "^5.13.0", "eslint-config-egg": "^7.1.0" }, "engines": { "node": ">=8.0.0" }, "scripts": { "test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local", "test-local": "egg-bin test", "cov": "egg-bin cov", "lint": "eslint .", "ci": "egg-bin pkgfiles --check && npm run lint && npm run cov", "pkgfiles": "egg-bin pkgfiles", "autod": "autod" }, "files": [ "app", "config", "lib", "agent.js", "app.js" ], "ci": { "version": "8, 10" }, "repository": { "type": "git", "url": "https://github.com/mmdapl/egg-axios-plus.git" }, "bugs": { "url": "https://github.com/mmdapl/egg-axios-plus/issues" }, "homepage": "https://github.com/mmdapl/egg-axios-plus/#readme", "author": "Taylor", "license": "MIT", "__npminstall_done": "Mon Apr 20 2020 14:25:46 GMT+0800 (GMT+08:00)", "_from": "egg-axios-plus@2.1.0", "_resolved": "https://registry.npm.taobao.org/egg-axios-plus/download/egg-axios-plus-2.1.0.tgz" }