代码拉取完成,页面将自动刷新
{
"name": "node-cache",
"version": "1.0.0",
"description": "web storage utils",
"main": "dist/web-storage-util.umd.js",
"module": "dist/web-storage-util.es5.js",
"scripts": {
"lint": "eslint --ext .ts src",
"lint:fix": "yarn lint --fix",
"prebuild": "rimraf dist",
"build": "rimraf dist && tsc --module commonjs && rollup -c rollup.config.ts"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.ts": [
"eslint --ext .ts --fix"
]
},
"keywords": [
"web",
"web storage",
"cache"
],
"author": "Zn",
"license": "ISC",
"git": "https://gitee.com/zorn/web-storage-utils.git",
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.2",
"husky": "^4.2.5",
"lint-staged": "^10.1.3",
"prettier": "^2.0.4",
"rimraf": "^3.0.2",
"rollup": "^2.6.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.5.0",
"rollup-plugin-typescript2": "^0.27.0",
"typescript": "^3.8.3"
},
"dependencies": {
"lodash": "^4.17.15"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。