Premier commit

This commit is contained in:
2025-04-14 12:00:00 +02:00
commit 4c33d81d95
606 changed files with 67995 additions and 0 deletions

13
node_modules/call-bound/.eslintrc generated vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}