⚝
One Hat Cyber Team
⚝
Your IP:
172.22.0.1
Server IP:
151.80.20.34
Server:
Linux 794f04d97d5e 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
Server Software:
Apache/2.4.62 (Debian)
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
nodejs
/
browserslist
/
Edit File: package.json
{ "name": "browserslist", "version": "4.21.4", "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" }, { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/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" }, "dependencies": { "caniuse-lite": "^1.0.30001400", "electron-to-chromium": "^1.4.251", "node-releases": "^2.0.6", "update-browserslist-db": "^1.0.9" }, "engines": { "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" }, "bin": { "browserslist": "cli.js" }, "types": "./index.d.ts", "devDependencies": { "@logux/eslint-config": "^47.2.0", "@size-limit/preset-small-lib": "^8.1.0", "c8": "^7.12.0", "clean-publish": "^4.0.1", "cross-spawn": "^7.0.3", "eslint": "^8.23.1", "eslint-config-standard": "^17.0.0", "eslint-plugin-es5": "^1.5.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-n": "^15.2.5", "eslint-plugin-prefer-let": "^3.0.1", "eslint-plugin-promise": "^6.0.1", "fs-extra": "^10.1.0", "nanospy": "^0.5.0", "size-limit": "^8.1.0", "uvu": "^0.5.6" }, "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": "16 KB" } ], "eslintConfig": { "plugins": [ "es5" ], "extends": [ "@logux/eslint-config", "plugin:es5/no-es2015" ], "rules": { "prefer-let/prefer-let": "off", "prefer-arrow-callback": "off", "n/global-require": "off", "object-shorthand": "off", "no-console": "off", "no-var": "off" }, "overrides": [ { "files": "test/**/*", "rules": { "n/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" } }
Simpan