| Server IP : 107.13.46.68 / Your IP : 216.73.216.232 Web Server : Apache/2.4.58 (Ubuntu) System : Linux mariOS 6.8.0-51-generic #52-Ubuntu SMP PREEMPT_DYNAMIC Thu Dec 5 13:09:44 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/node_modules/update-browserslist-db/ |
Upload File : |
{
"name": "update-browserslist-db",
"version": "1.0.13",
"description": "CLI tool to update caniuse-lite to refresh target browsers from Browserslist config",
"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/update-db",
"types": "./index.d.ts",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"scripts": {
"unit": "uvu test .test.js",
"test:lint": "eslint .",
"test:coverage": "c8 pnpm unit",
"test": "pnpm run /^test:/"
},
"dependencies": {
"escalade": "^3.1.1",
"picocolors": "^1.0.0"
},
"peerDependencies": {
"browserslist": ">= 4.21.0"
},
"bin": "cli.js",
"devDependencies": {
"@logux/eslint-config": "^52.0.1",
"browserslist": "^4.21.10",
"c8": "^8.0.1",
"clean-publish": "^4.2.0",
"eslint": "^8.49.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-node-imports": "^1.0.2",
"eslint-plugin-perfectionist": "^2.1.0",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.1.1",
"fs-extra": "^11.1.1",
"nanoid": "^3.3.6",
"uvu": "^0.5.6"
},
"clean-publish": {
"cleanDocs": true
},
"c8": {
"exclude": [
"**/*.test.*"
],
"lines": 100,
"reporter": "lcov",
"check-coverage": true
},
"size-limit": [
{
"path": "index.js",
"limit": "16 KB"
}
],
"eslintConfig": {
"extends": "@logux/eslint-config",
"rules": {
"node-import/prefer-node-protocol": "off",
"n/global-require": "off"
},
"overrides": [
{
"files": "*.test.js",
"rules": {
"no-control-regex": "off"
}
}
]
},
"prettier": {
"arrowParens": "avoid",
"jsxSingleQuote": false,
"quoteProps": "consistent",
"semi": false,
"singleQuote": true,
"trailingComma": "none"
}
}