| Server IP : 74.208.250.37 / Your IP : 216.73.216.114 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ubuntu 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : miferval ( 1000) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/share/nodejs/browserslist/ |
Upload File : |
{
"name": "browserslist",
"version": "4.22.1",
"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"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
"repository": "browserslist/browserslist",
"scripts": {
"unit": "NODE_ENV=test uvu test .test.js",
"test:coverage": "c8 pnpm unit",
"test:lint": "eslint .",
"test:size": "size-limit",
"test": "pnpm run /^test:/"
},
"dependencies": {
"caniuse-lite": "^1.0.30001541",
"electron-to-chromium": "^1.4.535",
"node-releases": "^2.0.13",
"update-browserslist-db": "^1.0.13"
},
"engines": {
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
},
"bin": {
"browserslist": "cli.js"
},
"types": "./index.d.ts",
"devDependencies": {
"@logux/eslint-config": "^52.0.1",
"@size-limit/preset-small-lib": "^9.0.0",
"c8": "^8.0.1",
"clean-publish": "^4.2.0",
"cross-spawn": "^7.0.3",
"eslint": "^8.50.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-es5": "^1.5.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-perfectionist": "^2.1.0",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.1.1",
"fs-extra": "^11.1.1",
"nanospy": "^1.0.0",
"size-limit": "^9.0.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": "17 KB"
}
],
"eslintConfig": {
"plugins": [
"es5"
],
"extends": [
"@logux/eslint-config",
"plugin:es5/no-es2015"
],
"rules": {
"node-import/prefer-node-protocol": "off",
"perfectionist/sort-objects": "off",
"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"
}
}