加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.51 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "lomind",
"version": "0.0.42",
"title": "lomind",
"description": "Lomind is a tool library deeply inspired by Lodash, yet it's not intended to be a direct replacement for Lodash. The reason lies in Lodash's already proven excellence in performance and reliability. Instead, Lomind aims to assimilate the best practices from numerous outstanding open-source libraries while expanding its capabilities. It introduces a greater array of modular and high-performance utilities, particularly tailored for enhanced programming experiences in JavaScript, React Hooks, and Vue Hooks.",
"private": false,
"tags": [
"kwooshung",
"lomind",
"lodash",
"randoms",
"algorithms",
"string",
"math"
],
"keywords": [
"kwooshung",
"lomind",
"lodash",
"randoms",
"algorithms",
"string",
"math"
],
"author": "kwooshung",
"homepage": "https://github.com/kwooshung/Lomind",
"repository": {
"type": "git",
"url": "https://github.com/kwooshung/Lomind.git"
},
"bugs": {
"url": "https://github.com/kwooshung/Lomind/issues"
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
}
},
"files": [
"dist"
],
"scripts": {
"prepare": "husky install",
"dev": "tsup --watch",
"build": "tsup --minify",
"test": "vitest",
"test:watch": "vitest watch --coverage",
"test:ci": "vitest run --coverage",
"eslint": "eslint . --fix --cache --quiet --report-unused-disable-directives --max-warnings 0 --ext .js,.cjs,.jsx,.ts,.cts,.tsx"
},
"license": "MIT",
"devDependencies": {
"@kwooshung/cvlar": "^1.3.8",
"@swc/core": "^1.7.18",
"@testing-library/jest-dom": "^6.5.0",
"@types/crypto-js": "^4.2.2",
"@types/node": "^22.5.0",
"@types/randomatic": "^3.1.5",
"@types/ua-parser-js": "^0.7.39",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@vitest/coverage-v8": "^2.0.5",
"commitlint": "^19.4.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.5",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"swc-loader": "^0.2.6",
"terser": "^5.31.6",
"ts-loader": "^9.5.1",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
},
"dependencies": {
"crypto-js": "^4.2.0",
"ua-parser-js": "^1.0.38"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化