norm-axios
Version:
Norm Axios 是一个基于 Axios 的约定式请求库,提供了约定式的请求方式与强大的 Hook API,帮助你更高效的开发。
51 lines • 1.2 kB
JSON
{
"name": "norm-axios",
"version": "1.0.24",
"description": "Norm Axios 是一个基于 Axios 的约定式请求库,提供了约定式的请求方式与强大的 Hook API,帮助你更高效的开发。",
"type": "module",
"main": "cjs/index.cjs",
"module": "esm/index.js",
"types": "esm/index.d.ts",
"unpkg": "umd/index.js",
"jsdelivr": "umd/index.js",
"exports": {
".": {
"types": "./esm/index.d.ts",
"import": "./esm/index.js",
"require": "./cjs/index.cjs"
}
},
"files": [
"cjs",
"esm",
"umd"
],
"keywords": [
"axios",
"vue-request",
"ahooks",
"vue-query",
"react-query",
"约定式请求",
"norm-axios"
],
"author": "SongPeng <419626398@qq.com>",
"license": "MIT",
"homepage": "https://github.com/songpeng154/norm-axios.git",
"repository": {
"type": "git",
"url": "https://github.com/songpeng154/norm-axios.git"
},
"bugs": {
"url": "https://github.com/songpeng154/norm-axios.gitt/issues"
},
"dependencies": {
"@vueuse/core": "^12.8.2",
"es-toolkit": "^1.34.1",
"mitt": "^3.0.1"
},
"peerDependencies": {
"axios": "^1.8.1",
"vue": "^3.5.13"
}
}