{
    "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"
    }
}
