js-aladdin
Version:
### 继承了常用的js工具函数库:lodash moment qs.js big-js ramda assert
44 lines (43 loc) • 880 B
JSON
{
"name": "js-aladdin",
"version": "1.1.3",
"description": "",
"main": "./dist/lib.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:watch": "webpack --watch",
"build": "webpack build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wjhmq/feUtils.git"
},
"keywords": [
"jsAladdin",
"Aladdin",
"array",
"js",
"utils",
"util",
"function",
"func"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wjhmq/feUtils/issues"
},
"homepage": "https://github.com/wjhmq/feUtils#readme",
"devDependencies": {
"webpack": "^5.46.0",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"assert": "^2.0.0",
"big-js": "^3.1.3",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"qs": "^6.10.1",
"ramda": "^0.27.1"
}
}