加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 878 Bytes
一键复制 编辑 原始数据 按行查看 历史
yichengxian 提交于 2021-09-06 17:08 . 新增关键字
{
"name": "y-node-tool",
"version": "1.0.0",
"description": "nodejs工具封装合集",
"main": "index.js",
"scripts": {
"eslint": "eslint core/**",
"eslint-fix": "eslint --fix core/** ",
"generate-docs": "jsdoc -t node_modules/docdash -R README.md -r core/** -d ../nodeTool-doc"
},
"repository": {
"type": "git",
"url": "https://gitee.com/yichengxian/nodeTool.git"
},
"keywords": [
"nodeTool",
"tool",
"util",
"md5",
"NetUtil",
"StringUtil",
"ObjectUtil",
"DateUtil",
"uuid",
"snowflake",
"mapUtil",
"randomUtil",
"weightUtil",
"streamUtil",
"bufferUtil",
"pageUtil",
"phoneUtil",
"arrayUtil",
"uuidUtil",
"osUtil",
"UrlUtil",
"ReUtil",
"RequestUtil"
],
"author": "yichengxian",
"license": "MIT",
"directories": {
"test": "test"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化