{ "_from": "eslint-plugin-compat@^2.1.0", "_id": "eslint-plugin-compat@2.7.0", "_inBundle": false, "_integrity": "sha512-3J4Ic1WS+SgF1smUOc62fdf7Cnrdsg0GNwKmGVPziPtWdrc2vV5Oq2ut4kG6SM5DJcxOoz/sWJIN7rkcsWh60Q==", "_location": "/eslint-plugin-compat", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "eslint-plugin-compat@^2.1.0", "name": "eslint-plugin-compat", "escapedName": "eslint-plugin-compat", "rawSpec": "^2.1.0", "saveSpec": null, "fetchSpec": "^2.1.0" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmmirror.com/eslint-plugin-compat/-/eslint-plugin-compat-2.7.0.tgz", "_shasum": "85043d41a84be4daa3aa6efbda90e5997fc7c3ff", "_spec": "eslint-plugin-compat@^2.1.0", "_where": "/data/jenkins/workspace/front-v5-web", "author": { "name": "Amila Welihinda" }, "bugs": { "url": "https://github.com/amilajack/eslint-plugin-compat/issues" }, "bundleDependencies": false, "dependencies": { "@babel/runtime": "^7.3.1", "browserslist": "^4.4.1", "caniuse-db": "^1.0.30000935", "mdn-browser-compat-data": "^0.0.65" }, "deprecated": false, "description": "Lint browser compatibility of API used", "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" }, "engines": { "node": ">=8.x", "npm": ">=6.7.0" }, "files": [ "lib" ], "homepage": "https://github.com/amilajack/eslint-plugin-compat#readme", "jest": { "testEnvironment": "node" }, "keywords": [ "eslint", "browser", "support", "api", "lint", "caniuse", "kangax" ], "license": "MIT", "main": "lib/index.js", "name": "eslint-plugin-compat", "peerDependencies": { "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/amilajack/eslint-plugin-compat.git" }, "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" }, "version": "2.7.0" }