This commit is contained in:
2024-10-01 20:52:49 +05:30
commit fa7f2f00f4
523 changed files with 65370 additions and 0 deletions

9
node_modules/es-define-property/.nycrc generated vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"test"
]
}