UNPKG

fast-sort-lens

Version:
80 lines (79 loc) 2.09 kB
{ "name": "fast-sort-lens", "version": "0.0.4", "packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184", "description": "API wrapper around fast-sort", "type": "module", "keywords": [ "sort", "order-by", "orderBy", "fast-sort", "fast-sort-wrapper", "finder-sort" ], "license": "MIT", "homepage": "https://github.com/magicdawn/fast-sort-lens#readme", "bugs": { "url": "https://github.com/magicdawn/fast-sort-lens/issues" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/magicdawn/fast-sort-lens.git" }, "author": "magicdawn", "files": [ "dist/" ], "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "scripts": { "test": "vitest run", "prepare": "husky", "test:dev": "vitest", "test-cover": "vitest run --coverage", "dev": "tsdown --watch", "build": "tsdown", "prepublishOnly": "npm run build" }, "dependencies": { "fast-sort": "^3.4.1" }, "devDependencies": { "@magicdawn/eslint-config": "^1.5.6", "@magicdawn/finder-sort": "^0.4.0", "@magicdawn/prettier-config": "^0.1.0", "@swc/core": "^1.12.9", "@types/node": "^24.0.10", "@typescript-eslint/eslint-plugin": "^8.35.1", "@typescript-eslint/parser": "^8.35.1", "@vitest/coverage-v8": "^3.2.4", "eslint": "^9.30.1", "eslint-config-prettier": "^10.1.5", "husky": "^9.1.7", "lint-staged": "^16.1.2", "prettier": "^3.6.2", "tsdown": "^0.12.9", "typescript": "^5.8.3", "vitest": "^3.2.4" }, "lint-staged": { "*.{?(c|m)(j|t)s?(x),json,y?(a)ml}": [ "eslint --fix", "prettier --write" ], "!*.{?(c|m)(j|t)s?(x),json,y?(a)ml}": [ "prettier --write --ignore-unknown" ] } }