UNPKG

remeda

Version:

A utility library for JavaScript and Typescript.

90 lines (89 loc) 2.51 kB
{ "name": "remeda", "version": "2.33.1", "type": "module", "description": "A utility library for JavaScript and Typescript.", "repository": { "type": "git", "url": "git+https://github.com/remeda/remeda.git" }, "homepage": "https://remedajs.com/", "bugs": { "url": "https://github.com/remeda/remeda/issues" }, "author": "Łukasz Sentkiewicz", "funding": "https://github.com/sponsors/remeda", "license": "MIT", "main": "dist/index.cjs", "module": "dist/index.js", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "files": [ "dist/*" ], "keywords": [ "algo", "algorithm", "curried", "fp", "functional", "generics", "lodash", "ramda", "stdlib", "toolkit", "ts", "types", "typescript", "underscore", "util", "utilities", "utility", "utils" ], "scripts": { "build": "tsdown", "check": "tsc --project tsconfig.source.json", "check:dist": "tsc --project tsconfig.dist.json", "format": "prettier . --write", "lint": "eslint --fix --max-warnings 0 --cache --cache-location ./node_modules/.cache/eslint/", "publish:jsr": "jsr publish", "publish:preview": "pkg-pr-new publish --compact --template ../stackblitz-template/", "release": "semantic-release", "test": "tsc --project tsconfig.tests.json && vitest --typecheck.enabled --typecheck.ignoreSourceErrors", "test:coverage": "vitest run --coverage", "test:runtime": "tsc --project tsconfig.tests.json && vitest", "test:typing": "tsc --version && vitest --typecheck.only --typecheck.ignoreSourceErrors" }, "devDependencies": { "@arethetypeswrong/core": "^0.18.2", "@eslint/js": "^9.39.2", "@types/eslint-config-prettier": "^6.11.3", "@types/node": "^25.0.3", "@vitest/coverage-v8": "^4.0.16", "@vitest/eslint-plugin": "^1.6.4", "eslint": "~9.39.2", "eslint-config-prettier": "^10.1.8", "eslint-plugin-jsdoc": "^61.5.0", "eslint-plugin-unicorn": "^62.0.0", "jiti": "^2.6.1", "jsr": "^0.13.5", "lint-staged": "^16.2.7", "pkg-pr-new": "^0.0.62", "prettier": "^3.7.4", "prettier-plugin-pkg": "^0.21.2", "prettier-plugin-sh": "^0.18.0", "publint": "^0.3.16", "semantic-release": "^25.0.2", "tsdown": "^0.18.4", "type-fest": "^5.3.1", "typescript": "^5.9.3", "typescript-eslint": "^8.51.0", "vitest": "^4.0.16" }, "sideEffects": false }