uawdijnntqw1x1x1
IP : 216.73.216.110
Hostname : 6.87.74.97.host.secureserver.net
Kernel : Linux 6.87.74.97.host.secureserver.net 4.18.0-553.83.1.el8_10.x86_64 #1 SMP Mon Nov 10 04:22:44 EST 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
emeraadmin
/
.htpasswds
/
..
/
public_html
/
test
/
..
/
node_modules
/
..
/
4d695
/
.eslintrc.tar
/
/
home/emeraadmin/public_html/node_modules/get-intrinsic/.eslintrc000064400000001133151677260600021170 0ustar00{ "root": true, "extends": "@ljharb", "env": { "es6": true, "es2017": true, "es2020": true, "es2021": true, "es2022": true, }, "rules": { "array-bracket-newline": 0, "complexity": 0, "eqeqeq": [2, "allow-null"], "func-name-matching": 0, "id-length": 0, "max-lines": 0, "max-lines-per-function": [2, 90], "max-params": [2, 4], "max-statements": 0, "max-statements-per-line": [2, { "max": 2 }], "multiline-comment-style": 0, "no-magic-numbers": 0, "sort-keys": 0, }, "overrides": [ { "files": "test/**", "rules": { "new-cap": 0, }, }, ], } home/emeraadmin/public_html/node_modules/es-define-property/.eslintrc000064400000000220151677265020022127 0ustar00{ "root": true, "extends": "@ljharb", "rules": { "new-cap": ["error", { "capIsNewExceptions": [ "GetIntrinsic", ], }], }, } home/emeraadmin/public_html/node_modules/rw/.eslintrc000064400000000074151677271220017044 0ustar00env: node: true extends: "eslint:recommended" home/emeraadmin/public_html/node_modules/summernote/.eslintrc000064400000000640151677272220020612 0ustar00{ "extends": "standard", "plugins": [ "chai-friendly" ], "rules": { "semi": [2, "always"], "space-before-function-paren": ["error", "never"], "no-useless-escape": 0, "no-unused-expressions": 0, "chai-friendly/no-unused-expressions": 2 }, "env": { "es6": true, "browser": true, "jquery": true, "mocha": true } } home/emeraadmin/public_html/node_modules/qs/.eslintrc000064400000002002151677301530017026 0ustar00{ "root": true, "extends": "@ljharb", "ignorePatterns": [ "dist/", ], "rules": { "complexity": 0, "consistent-return": 1, "func-name-matching": 0, "id-length": [2, { "min": 1, "max": 25, "properties": "never" }], "indent": [2, 4], "max-lines-per-function": [2, { "max": 150 }], "max-params": [2, 18], "max-statements": [2, 100], "multiline-comment-style": 0, "no-continue": 1, "no-magic-numbers": 0, "no-restricted-syntax": [2, "BreakStatement", "DebuggerStatement", "ForInStatement", "LabeledStatement", "WithStatement"], }, "overrides": [ { "files": "test/**", "rules": { "function-paren-newline": 0, "max-lines-per-function": 0, "max-statements": 0, "no-buffer-constructor": 0, "no-extend-native": 0, "no-throw-literal": 0, }, }, ], } home/emeraadmin/public_html/node_modules/define-data-property/.eslintrc000064400000000443151677320420022434 0ustar00{ "root": true, "extends": "@ljharb", "rules": { "complexity": 0, "id-length": 0, "new-cap": ["error", { "capIsNewExceptions": [ "GetIntrinsic", ], }], }, "overrides": [ { "files": "test/**", "rules": { "max-lines-per-function": "off", }, }, ], } home/emeraadmin/public_html/node_modules/es-errors/.eslintrc000064400000000053151677324500020332 0ustar00{ "root": true, "extends": "@ljharb", } home/emeraadmin/public_html/node_modules/set-function-length/.eslintrc000064400000000624151677354140022315 0ustar00{ "root": true, "extends": "@ljharb", "rules": { "id-length": "off", "new-cap": ["error", { "capIsNewExceptions": [ "GetIntrinsic" ], }], "no-extra-parens": "off", }, "overrides": [ { "files": ["test/**/*.js"], "rules": { "id-length": "off", "max-lines-per-function": "off", "multiline-comment-style": "off", "no-empty-function": "off", }, }, ], } home/emeraadmin/public_html/node_modules/gopd/.eslintrc000064400000000340151677410420017336 0ustar00{ "root": true, "extends": "@ljharb", "rules": { "func-style": [2, "declaration"], "id-length": 0, "multiline-comment-style": 0, "new-cap": [2, { "capIsNewExceptions": [ "GetIntrinsic", ], }], }, } home/emeraadmin/public_html/node_modules/resolve/.eslintrc000064400000003227151677414360020102 0ustar00{ "root": true, "extends": "@ljharb", "rules": { "indent": [2, 4], "strict": 0, "complexity": 0, "consistent-return": 0, "curly": 0, "dot-notation": [2, { "allowKeywords": true }], "func-name-matching": 0, "func-style": 0, "global-require": 1, "id-length": [2, { "min": 1, "max": 40 }], "max-lines": [2, 350], "max-lines-per-function": 0, "max-nested-callbacks": 0, "max-params": 0, "max-statements-per-line": [2, { "max": 2 }], "max-statements": 0, "no-magic-numbers": 0, "no-shadow": 0, "no-use-before-define": 0, "sort-keys": 0, }, "overrides": [ { "files": "bin/**", "rules": { "no-process-exit": "off", }, }, { "files": "example/**", "rules": { "no-console": 0, }, }, { "files": "test/resolver/nested_symlinks/mylib/*.js", "rules": { "no-throw-literal": 0, }, }, { "files": "test/**", "parserOptions": { "ecmaVersion": 5, "allowReserved": false, }, "rules": { "dot-notation": [2, { "allowPattern": "throws" }], "max-lines": 0, "max-lines-per-function": 0, "no-unused-vars": [2, { "vars": "all", "args": "none" }], }, }, ], "ignorePatterns": [ "./test/resolver/malformed_package_json/package.json", ], } home/emeraadmin/public_html/node_modules/call-bind/.eslintrc000064400000000320151701401120020211 0ustar00{ "root": true, "extends": "@ljharb", "rules": { "func-name-matching": 0, "id-length": 0, "new-cap": [2, { "capIsNewExceptions": [ "GetIntrinsic", ], }], "no-magic-numbers": 0, }, } home/emeraadmin/public_html/node_modules/proxy-from-env/.eslintrc000064400000001347151701444130021316 0ustar00{ "env": { "node": true }, "rules": { "array-bracket-spacing": [2, "never"], "block-scoped-var": 2, "brace-style": [2, "1tbs"], "camelcase": 1, "computed-property-spacing": [2, "never"], "curly": 2, "eol-last": 2, "eqeqeq": [2, "smart"], "max-depth": [1, 3], "max-len": [1, 80], "max-statements": [1, 15], "new-cap": 1, "no-extend-native": 2, "no-mixed-spaces-and-tabs": 2, "no-trailing-spaces": 2, "no-unused-vars": 1, "no-use-before-define": [2, "nofunc"], "object-curly-spacing": [2, "never"], "quotes": [2, "single", "avoid-escape"], "semi": [2, "always"], "keyword-spacing": [2, {"before": true, "after": true}], "space-unary-ops": 2 } }
/home/emeraadmin/.htpasswds/../public_html/test/../node_modules/../4d695/.eslintrc.tar