/home/techb158/balavpn.abdallabala.com/node_modules/object.fromentries
NameSizeModeActions
test/-0777rm
.editorconfig2860666editdlrm
.eslintrc4910666editdlrm
.nycrc1390666editdlrm
auto.js360666editdlrm
CHANGELOG.md48850666editdlrm
implementation.js6680666editdlrm
index.js3900666editdlrm
LICENSE10710666editdlrm
package.json22040666editdlrm
polyfill.js1990666editdlrm
README.md23030666editdlrm
shim.js3310666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/object.fromentries/.eslintrc (491B)
{ "root": true, "extends": "@ljharb", "rules": { "id-length": 0, "new-cap": [2, { "capIsNewExceptions": [ "AddEntriesFromIterable", "CreateDataPropertyOrThrow", "Get", "GetIterator", "IsArray", "IteratorStep", "IteratorClose", "IteratorValue", "ThrowCompletion", "ToPropertyKey", "Type", "RequireObjectCoercible", ], }], }, "overrides": [ { "files": "test/**", "rules": { "no-invalid-this": 1, }, }, ], }