加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
邓慧杰 提交于 2022-03-31 19:35 . 新增cache函数,本地缓存封装
{
"name": "j-weapons",
"version": "1.5.0",
"author": "GHBJayce",
"description": "J武器。一个开箱即用的函数库。平时自己在做开发时所用到的一些常用函数方法。",
"keywords": [
"javascript",
"utils",
"utility",
"utilities",
"utility-library",
"utility-function"
],
"main": "dist/j-weapons.min.js",
"scripts": {
"test": "jest",
"build:js": "webpack --mode development --progress --config build/webpack.prod.config.js",
"build:compress": "webpack --mode production --progress --config build/webpack.prod.compress.config.js",
"dev": "webpack --mode development --progress --config build/webpack.dev.config.js",
"build": "npm run build:compress"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-transform-object-assign": "^7.14.5",
"babel-loader": "^8.2.2",
"babel-preset-env": "^7.0.0-beta.3",
"jest": "^27.0.6",
"lodash": "^4.17.21",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/GHBJayce/j-weapons.git"
},
"bugs": {
"url": "https://github.com/GHBJayce/j-weapons/issues"
},
"homepage": "https://github.com/GHBJayce/j-weapons#readme"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化