UNPKG

js-utils-chs

Version:

自定义工具函数库

26 lines (25 loc) 522 B
{ "name": "js-utils-chs", "version": "1.0.4", "description": "自定义工具函数库", "main": "./dist/atguigu-utils.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build:watch": "webpack --watch" }, "keywords": [ "deepClone", "deepMege", "timeFormat", "timeForm", "debounce", "throttle", "test" ], "author": "CH", "license": "ISC", "dependencies": { "webpack": "^5.49.0", "webpack-cli": "^4.7.2" } }