{ "name": "eslint-plugin-compat", "version": "2.7.0", "description": "Lint browser compatibility of API used", "main": "lib/index.js", "repository": { "type": "git", "url": "git+https://github.com/amilajack/eslint-plugin-compat.git" }, "keywords": [ "eslint", "browser", "support", "api", "lint", "caniuse", "kangax" ], "author": "Amila Welihinda", "license": "MIT", "bugs": { "url": "https://github.com/amilajack/eslint-plugin-compat/issues" }, "files": [ "lib" ], "homepage": "https://github.com/amilajack/eslint-plugin-compat#readme", "scripts": { "build": "cross-env NODE_ENV=production rm -rf lib && babel src --out-dir lib", "flow": "flow", "flow-typed": "flow-typed install --ignoreDeps peer dev", "lint": "eslint --cache --format=node_modules/eslint-formatter-pretty .", "spec": "jest", "test": " yarn lint && yarn build && cross-env NODE_ENV=test yarn spec", "test-all": "cross-env NODE_ENV=test yarn lint && yarn flow && yarn spec && yarn build", "version": "yarn build" }, "jest": { "testEnvironment": "node" }, "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.2.2", "@babel/polyfill": "^7.2.5", "@babel/preset-env": "^7.3.1", "@babel/preset-flow": "^7.0.0", "@babel/register": "^7.0.0", "babel-core": "^7.0.0-bridge", "babel-jest": "^24.1.0", "cross-env": "^5.2.0", "download-cli": "^1.1.1", "eslint": "^5.13.0", "eslint-config-bliss": "^3.2.0", "eslint-formatter-pretty": "^2.1.1", "eslint-plugin-flowtype-errors": "^3.6.0", "flow-bin": "^0.92.1", "flow-typed": "^2.5.1", "jest-cli": "^24.1.0" }, "dependencies": { "@babel/runtime": "^7.3.1", "browserslist": "^4.4.1", "caniuse-db": "^1.0.30000935", "mdn-browser-compat-data": "^0.0.65" }, "peerDependencies": { "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0" }, "engines": { "node": ">=8.x", "npm": ">=6.7.0" } }