change to nodejs

This commit is contained in:
adrian
2025-10-27 22:24:20 +01:00
parent f3671429ee
commit 8a0d1ad4d1
639 changed files with 73033 additions and 61 deletions

13
node_modules/dunder-proto/.nycrc generated vendored Normal file
View File

@ -0,0 +1,13 @@
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"lines": 86,
"statements": 85.93,
"functions": 82.43,
"branches": 76.06,
"exclude": [
"coverage",
"test"
]
}