UNPKG

@planjs/utils

Version:

🔧 Common tools collection

105 lines (104 loc) • 2.59 kB
{ "name": "@planjs/utils", "version": "1.18.4", "description": "🔧 Common tools collection", "keywords": [ "es6", "promise", "fp", "bom", "ts-utils", "uuid" ], "homepage": "https://planjs.github.io/utils/", "bugs": { "url": "https://github.com/planjs/utils/issues" }, "repository": { "type": "git", "url": "git+https://github.com/planjs/utils.git" }, "license": "ISC", "author": { "name": "fupengl", "email": "fupenglxy@gmail.com", "url": "https://github.com/fupengl" }, "sideEffects": false, "main": "lib/index.js", "module": "es/index.js", "typings": "typings/index.d.ts", "files": [ "lib", "es", "typings" ], "scripts": { "build": "stan-builder", "doc": "typedoc --gitRevision master", "lint:fix": "eslint --fix --ext js,ts src", "prepare": "npx husky install && pnpm build", "prepublishOnly": "pnpm release", "prepush": "git-branch-is master && pnpm doc", "release": "./scripts/release.sh", "serve:doc": "npx http-server docs", "start": "stan-builder -w", "test": "jest -u", "watch:doc": "typedoc --watch --preserveWatchOutput" }, "lint-staged": { "*.{js,ts,tsx}": [ "eslint --fix", "git add" ], "*.{json,json,css,scss}": [ "prettier --write", "git add" ], "package.json": [ "npx sort-package-json", "git add" ] }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "dependencies": { "@babel/runtime": "^7.19.4", "@types/lodash.clonedeep": "^4.5.6", "@types/lodash.debounce": "^4.0.6", "@types/lodash.throttle": "^4.1.6", "decimal.js": "^10.3.1", "event-target-shim": "^6.0.2", "lodash.clonedeep": "^4.5.0", "lodash.debounce": "^4.0.8", "lodash.throttle": "^4.1.1", "query-string": "^7.0.1" }, "devDependencies": { "@commitlint/cli": "^9.1.2", "@commitlint/config-conventional": "^11.0.0", "@planjs/fabric": "^0.0.91-alpha.0", "@types/jest": "^26.0.23", "@types/node": "^17.0.25", "babel-jest": "^27.0.5", "commitizen": "^4.2.4", "conventional-changelog-cli": "^2.1.1", "cz-conventional-changelog": "^3.3.0", "husky": "^8.0.1", "jest": "^26.4.2", "lint-staged": "^10.2.13", "pnpm": "^7.11.0", "stan-builder": "^0.19.1", "standard-version": "^9.3.1", "ts-jest": "^26.3.0", "typedoc": "^0.20.36", "typescript": "4.2.4" }, "packageManager": "^pnpm@7.11.0", "publishConfig": { "access": "public" } }