1 Star 0 Fork 0

YG/js工具函数

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.32 KB
一键复制 编辑 原始数据 按行查看 历史
YG 提交于 2024-07-10 09:53 . npm install yg-js-utils
{
"name": "yg-js-utils",
"description": "js常见的函数工具库",
"version": "1.0.0",
"author": "331886820@163.com",
"license": "MIT",
"main": "index.js",
"files": [
"index.js",
"src"
],
"private": false,
"scripts": {
"test": "jest",
"watch": "jest --watchAll",
"coverage": "jest --coverage"
},
"keywords": [
"yg-js-utils",
"js工具",
"函数库",
"js-util",
"debounce",
"throttle",
"deepCopy",
"apply",
"bind",
"call",
"dateFormat",
"beforeDateFormat",
"getWeek",
"escapeHtml",
"matchingAllImg",
"scrollAnimation",
"scrollToTop",
"loadScript",
"getUrlParms",
"bubbleSort",
"counterSort",
"insertSort",
"mergeSort",
"sort",
"selectionSort",
"shallCopy",
"flat",
"unique",
"arrScrambling",
"isEmail",
"isPhone",
"isURL",
"isWeiXin",
"isQQ",
"isCarNo",
"password",
"isCn",
"isPostNo",
"isRGB",
"isIdCard",
"isIpv4",
"bankCardCheck",
"getOSType",
"cliboard",
"checkBrowser",
"cookieSet",
"cookieGet",
"cookieRemove",
"getHtmlText",
"base64Decode",
"base64Encode",
"utf8Decode",
"utf8Encode",
"checkNum",
"isObject",
"isEmptyObject",
"isArray",
"isType",
"trim",
"thousandth",
"changeToChinese",
"formatSize",
"loadStyle",
"arrayToTree",
"randomString",
"randomRange",
"randomNum",
"digitUppercase",
"telFormat",
"scrollToBottom",
"isVersion",
"isPassport",
"largeNumberAdd",
"largeNumbersMultiply",
"fistLetterUpper"
],
"homepage": "https://github.com/331886820/yg-js-utils",
"repository": {
"type": "git",
"url": "git+https://github.com/331886820/yg-js-utils"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"jest": "^26.0.1"
},
"devDependencies": {
"husky": "7.0.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yg331886820/yg-js-utils.git
git@gitee.com:yg331886820/yg-js-utils.git
yg331886820
yg-js-utils
js工具函数
master

搜索帮助