@3r/tool
Version:
🏃包含一些常用方法例如对象深克隆、递归调用、一一对比/数组交集、并集、差集/二维向量点乘、叉乘/股票KDJ、MACD、RSI、BOLL/验证为空、车牌号、邮箱、身份证、统一社会信用代码、手机号、版本对比/转换日期、星座、身份证解析、字节/随机颜色、手机号、身份证号码、统一社会信用代码...持续更新整合
70 lines • 2.27 kB
JSON
{
"name": "@3r/tool",
"version": "1.6.1",
"description": "🏃包含一些常用方法例如对象深克隆、递归调用、一一对比/数组交集、并集、差集/二维向量点乘、叉乘/股票KDJ、MACD、RSI、BOLL/验证为空、车牌号、邮箱、身份证、统一社会信用代码、手机号、版本对比/转换日期、星座、身份证解析、字节/随机颜色、手机号、身份证号码、统一社会信用代码...持续更新整合",
"main": "index.js",
"type": "module",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "jest --coverage",
"test:codecov": "jest --coverage --config jest.config.codecov.cjs",
"build": "npm run build:readme && npx tsc && npm run build:compress",
"build:readme": "npx tsc -p tsconfig.test.json && node ./build/readme.js",
"build:compress": "node ./build/compress.js",
"lint": "npx eslint src/lib/*.ts --fix",
"docs": "npx typedoc src/index.ts"
},
"keywords": [
"typescript",
"market",
"convertor",
"common",
"vertor2",
"verify",
"math",
"animation",
"randoms",
"map",
"tools",
"fakery"
],
"author": "3r",
"license": "MIT",
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.50.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"jest": "^29.7.0",
"octokit": "^3.1.1",
"typedoc": "^0.25.1",
"typescript": "5.3",
"uglify-js": "^3.17.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linyisonger/3r.Tool.git"
},
"bugs": {
"url": "https://github.com/linyisonger/3r.Tool/issues"
},
"homepage": "https://github.com/linyisonger/3r.Tool#readme",
"unpkg": "index.js",
"jsdelivr": "index.js",
"typings": "index.d.ts",
"gitHooks": {
"pre-commit": "build:readme"
},
"directories": {},
"publishConfig": {
"access": "public"
}
}