| 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/node_modules/caniuse-lite/ |
Upload File : |
{
"name": "caniuse-lite",
"version": "1.0.30001571",
"description": "A smaller version of caniuse-db, with only the essentials!",
"main": "dist/unpacker/index.js",
"scripts": {
"pack": "node copy-mdn.js && rm -Rf data && node src/packer/index.js",
"test:integration": "node ./consumer.js > /dev/null",
"test:unit": "uvu . \\.test\\.js$",
"test:lint": "eslint .",
"test": "pnpm run pack && pnpm run /^test:/"
},
"files": [
"data",
"dist"
],
"keywords": [
"support"
],
"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"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"license": "CC-BY-4.0",
"devDependencies": {
"@babel/generator": "^7.23.0",
"@babel/types": "^7.23.0",
"@logux/eslint-config": "^52.0.1",
"@mdn/browser-compat-data": "5.5.1",
"caniuse-db": "1.0.30001571",
"clean-publish": "^4.2.0",
"eslint": "^8.50.0",
"eslint-config-standard": "^17.1.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",
"uvu": "^0.5.6"
},
"eslintConfig": {
"extends": "@logux/eslint-config",
"rules": {
"perfectionist/sort-objects": "off",
"n/global-require": "off",
"camelcase": "off"
},
"overrides": [
{
"files": "dist/**/*.js",
"rules": {
"node-import/prefer-node-protocol": "off",
"prefer-exponentiation-operator": "off"
}
},
{
"files": [
"src/**/*.js",
"*.js"
],
"rules": {
"n/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"
},
"clean-publish": {
"cleanDocs": true
}
}