⚝
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
/
caniuse-lite
/
View File Name :
package.json
{ "name": "caniuse-lite", "version": "1.0.30001436", "description": "A smaller version of caniuse-db, with only the essentials!", "main": "dist/unpacker/index.js", "scripts": { "integration": "node ./consumer.js > /dev/null", "pack": "node copy-mdn.js && rm -Rf data && node src/packer/index.js", "unit": "uvu . \\.test\\.js$", "test": "pnpm run pack && eslint . && pnpm run unit && pnpm run integration" }, "files": [ "data", "dist" ], "keywords": [ "support", "css", "js", "html5", "svg" ], "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" } ], "license": "CC-BY-4.0", "devDependencies": { "@babel/generator": "^7.19.0", "@babel/types": "^7.19.0", "@logux/eslint-config": "^47.2.0", "@mdn/browser-compat-data": "5.2.20", "caniuse-db": "1.0.30001436", "clean-publish": "^4.0.1", "eslint": "^8.23.1", "eslint-config-standard": "^17.0.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", "uvu": "^0.5.6" }, "eslintConfig": { "extends": "@logux/eslint-config", "rules": { "n/global-require": "off", "camelcase": "off" }, "overrides": [ { "files": "dist/**/*.js", "rules": { "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" } }