lc-web-request
Version:
web请求服务器工具,避免重复请求,一段时间内的数据缓存在浏览器中。
30 lines (29 loc) • 721 B
JSON
{
"name": "lc-web-request",
"version": "1.2.10",
"description": "web请求服务器工具,避免重复请求,一段时间内的数据缓存在浏览器中。",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src --out-dir dist --presets=@babel/env"
},
"author": "Linc",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sulirlinc/lc-web-request"
},
"keywords": [
"js-md5",
"axios"
],
"dependencies": {
"@babel/core": "^7.14.3",
"axios": "^0.21.1",
"crypto-js": "^4.1.1"
},
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/preset-env": "^7.14.2"
}
}