UNPKG

lch-request

Version:

基于uniapp网络请求API封装的轻量级网络请求库,支持自动刷新token,请求拦截,请求中断,自动重试等特性

42 lines (41 loc) 1.02 kB
{ "name": "lch-request", "version": "1.8.7", "description": "基于uniapp网络请求API封装的轻量级网络请求库,支持自动刷新token,请求拦截,请求中断,自动重试等特性", "main": "dist/index.js", "module": "dist/esm/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "LICENSE", "README.md", "CHANGELOG.md" ], "keywords": [ "网络请求", "uniapp", "请求拦截", "请求中断", "刷新token", "lwu-request" ], "author": "kviewui@163.com", "license": "MIT", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "devDependencies": { "@dcloudio/types": "^3.2.11", "@types/node": "^18.15.8", "@types/wechat-miniprogram": "^3.4.1" }, "homepage": "https://lwur.fdproxy.cn", "repository": { "type": "git", "url": "git+https://github.com/ZhiIsland/lwu-request.git" }, "bugs": { "url": "https://github.com/kviewui/lwu-request/issues" } }