/var/www/cobraambalaj/node_modules/object.getownpropertydescriptors
NameSizeModeActions
test/-0755rm
.editorconfig2760644editdlrm
.eslintignore100644editdlrm
.eslintrc3550644editdlrm
.nycrc2160644editdlrm
auto.js360644editdlrm
CHANGELOG.md34500644editdlrm
implementation.js11940644editdlrm
index.js3810644editdlrm
LICENSE10820644editdlrm
package.json30610644editdlrm
polyfill.js2270644editdlrm
README.md35170644editdlrm
shim.js3810644editdlrm
Edit: /var/www/cobraambalaj/node_modules/object.getownpropertydescriptors/.eslintrc (355B)
{ "root": true, "extends": "@ljharb", "rules": { "id-length": [2, { "min": 1, "max": 30 }], "new-cap": [2, { "capIsNewExceptions": ["CreateDataProperty", "IsCallable", "RequireObjectCoercible", "ToObject"] }] }, "overrides": [ { "files": "test/**", "rules": { "max-lines-per-function": 0, "no-invalid-this": 1 }, }, ], }