Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
nodejs /
caniuse-lite /
[ HOME SHELL ]
Name
Size
Permission
Action
data
[ DIR ]
drwxr-xr-x
dist
[ DIR ]
drwxr-xr-x
package.json
2.07
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "caniuse-lite", "version": "1.0.30001312", "description": "A smaller version of caniuse-db, with only the essentials!", "main": "dist/unpacker/index.js", "scripts": { "integration": "node ./consumer.js > /dev/null", "pack": "node copy-mdn.js && rm -Rf data && node src/packer/index.js", "unit": "uvu . \\.test\\.js$", "test": "pnpm run pack && eslint . && pnpm run unit && pnpm run integration" }, "files": [ "data", "dist" ], "keywords": [ "support", "css", "js", "html5", "svg" ], "author": { "name": "Ben Briggs", "email": "beneb.info@gmail.com", "url": "http://beneb.info" }, "repository": "browserslist/caniuse-lite", "funding": { "type": "opencollective", "url": "https://opencollective.com/browserslist" }, "license": "CC-BY-4.0", "devDependencies": { "@babel/generator": "^7.16.8", "@babel/types": "^7.16.8", "@logux/eslint-config": "^46.1.1", "@mdn/browser-compat-data": "4.1.7", "caniuse-db": "1.0.30001312", "clean-publish": "^4.0.0", "eslint": "^8.8.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-import": "^2.25.4", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prefer-let": "^3.0.1", "eslint-plugin-promise": "^6.0.0", "uvu": "^0.5.3" }, "eslintConfig": { "extends": "@logux/eslint-config", "rules": { "security/detect-non-literal-require": "off", "node/global-require": "off", "camelcase": "off" }, "overrides": [ { "files": "dist/**/*.js", "rules": { "prefer-exponentiation-operator": "off" } }, { "files": [ "src/**/*.js", "*.js" ], "rules": { "node/no-unsupported-features/node-builtins": "off", "no-console": "off" } } ] }, "eslintIgnore": [ "data/", "dist/" ], "prettier": { "arrowParens": "avoid", "jsxSingleQuote": false, "quoteProps": "consistent", "semi": false, "singleQuote": true, "trailingComma": "none" } }
Close