1 Star 0 Fork 0

zhong / posinda-utils-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
zhong 提交于 2022-06-22 15:53 . 添加高阶函数工具
{
"name": "posinda-utils-js",
"version": "0.0.5",
"description": "utils for frontend,javascript",
"main": "index.ts",
"typings": "index.d.ts",
"scripts": {
"build": "webpack --progress --config webpack.build.js",
"test:module": "mocha --reporter spec --require ts-node/register test/*.ts",
"doc:build": "typedoc src/doc.ts",
"esm": "esbuild src/index.ts --bundle --minify --format=esm --sourcemap --legal-comments=eof --outfile=dist/esm/utils.js"
},
"keywords": [
"utils",
"js",
"javascript"
],
"author": "zhong66 <zhonghome66@gmail.com>",
"repository": "https://gitee.com/mygiteezhong/posinda-utils-js.git",
"license": "MIT",
"dependencies": {
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"chai": "^4.3.4",
"clean-webpack-plugin": "^4.0.0",
"esbuild": "^0.14.36",
"lodash": "^4.17.21",
"mocha": "^9.1.3",
"ts-loader": "^9.2.5",
"ts-node": "^10.4.0",
"typedoc": "^0.22.13",
"typescript": "^4.3.5",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 version",
"not ie <= 8"
]
}
TypeScript
1
https://gitee.com/mygiteezhong/posinda-utils-js.git
git@gitee.com:mygiteezhong/posinda-utils-js.git
mygiteezhong
posinda-utils-js
posinda-utils-js
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891