xxm-test-js
Version:
xxm-js通用js工具(utils)库
74 lines (73 loc) • 1.49 kB
JSON
{
"name": "xxm-test-js",
"version": "1.2.13",
"description": "xxm-js通用js工具(utils)库",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"xxm",
"test",
"js",
"TS",
"typeScript",
"utils",
"debounce",
"deepCopy",
"flattenArray",
"formatThousands",
"getQueryObject",
"getWeek",
"handleTime",
"isType",
"copyTextToClipboard",
"sortArray",
"throttle",
"cleanArray",
"copyTextToClipboard",
"flattenTree",
"convertToTree",
"arrayToString",
"stringToArray",
"categorizeBy",
"lookupDictLabel",
"createExistenceChecker",
"customSortMethod",
"enterFullscreen",
"exitFullscreen",
"getFullscreenElement",
"observeElementResize",
"unobserveElementResize",
"findPathInTree",
"getRandomInt",
"htmlEscape",
"htmlUnescape",
"cssEscape",
"jsEscape",
"workEvent",
"TimeThread",
"getRelativeTime"
],
"author": "xxm",
"files": [
"dist"
],
"license": "ISC",
"scripts": {
"build": "npx tsc -p .",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:deploy": "npm run docs:build && gh-pages -d docs/.vuepress/dist"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"gh-pages": "^6.2.0",
"jest": "^29.7.0",
"typescript": "^5.6.3",
"vuepress": "^1.9.10"
},
"dependencies": {}
}