atm-request
Version:
基于axios的前端异步请求,提供便捷API以供调用
24 lines (23 loc) • 507 B
JSON
{
"name": "atm-request",
"version": "0.0.50",
"description": "基于axios的前端异步请求,提供便捷API以供调用",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitee.com/automannn/atm-request.git"
},
"keywords": [
"前端"
],
"author": "automannn",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"lodash": "^4.17.21",
"qs": "^6.11.0"
}
}