installed dependecies

This commit is contained in:
2025-06-20 20:52:03 +02:00
commit b6f72d059d
610 changed files with 68519 additions and 0 deletions

17
backend/node_modules/call-bind-apply-helpers/.eslintrc generated vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"root": true,
"extends": "@ljharb",
"rules": {
"func-name-matching": 0,
"id-length": 0,
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
"no-extra-parens": 0,
"no-magic-numbers": 0,
},
}