UNPKG

js-util-libsjia

Version:
106 lines 2.15 kB
{ "name": "js-util-libsjia", "description": "jiahui的js常见的函数工具库", "version": "1.0.0", "author": "huangjiahui <1003609932@qq.com>", "license": "MIT", "main": "index.js", "files": [ "index.js", "src" ], "private": false, "scripts": { "test": "jest", "watch": "jest --watchAll", "coverage": "jest --coverage" }, "keywords": [ "js-util-libs", "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/fuzhaoyang/js-util-libs.git", "repository": { "type": "git", "url": "git+https://github.com/fuzhaoyang/js-util-libs.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "dependencies": { "jest": "^26.0.1" }, "devDependencies": { "husky": "7.0.2" } }