Aktueller Stand
This commit is contained in:
89
backend/node_modules/remeda/package.json
generated
vendored
Normal file
89
backend/node_modules/remeda/package.json
generated
vendored
Normal file
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"name": "remeda",
|
||||
"version": "2.33.4",
|
||||
"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": "vitest",
|
||||
"test:coverage": "vitest run --coverage --project runtime",
|
||||
"test:runtime": "vitest --project runtime",
|
||||
"test:types": "vitest --project types"
|
||||
},
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user