gaga-js-utils
Version:
js tools
105 lines (104 loc) • 2.18 kB
JSON
{
"name": "gaga-js-utils",
"version": "1.0.0",
"description": "js tools",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "gagalong",
"license": "ISC",
"files": [
"index.js",
"src"
],
"private": false,
"scripts": {
"test": "jest",
"watch": "jest --watchAll",
"coverage": "jest --coverage"
},
"keywords": [
"gaga-js-utils",
"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"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"jest": "^26.0.1"
},
"devDependencies": {
"husky": "7.0.2"
}
}