UNPKG

mahmud-js-tools

Version:

一个简单而实用的JavaScript工具库,包含多种常用的工具函数。

47 lines (46 loc) 982 B
{ "name": "mahmud-js-tools", "version": "1.0.12", "description": "一个简单而实用的JavaScript工具库,包含多种常用的工具函数。", "main": "dist/index.js", "files": [ "dist", "src" ], "keywords": [ "javascript", "utils", "tools", "library", "deepClone", "debounce", "isEqual", "throttle", "random", "formatTime", "isUrl", "unique", "capitalize", "camelCase", "shuffle", "sleep" ], "repository": { "type": "git", "url": "https://gitee.com/mahmudtjcu/js-utils-library-formatter" }, "homepage": "https://gitee.com/mahmudtjcu", "scripts": { "build": "rollup -c", "test": "jest", "prepublish": "npm run build && npm test" }, "author": "https://gitee.com/mahmudtjcu", "license": "ISC", "devDependencies": { "@rollup/plugin-node-resolve": "^16.0.1", "jest": "^29.7.0", "rollup": "^2.79.2", "rollup-plugin-terser": "^7.0.2" } }