{
  "_from": "eslint-plugin-jsx-a11y@^5.1.1",
  "_id": "eslint-plugin-jsx-a11y@5.1.1",
  "_inBundle": false,
  "_integrity": "sha512-5I9SpoP7gT4wBFOtXT8/tXNPYohHBVfyVfO17vkbC7r9kEIxYJF12D3pKqhk8+xnk12rfxKClS3WCFpVckFTPQ==",
  "_location": "/eslint-plugin-jsx-a11y",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "eslint-plugin-jsx-a11y@^5.1.1",
    "name": "eslint-plugin-jsx-a11y",
    "escapedName": "eslint-plugin-jsx-a11y",
    "rawSpec": "^5.1.1",
    "saveSpec": null,
    "fetchSpec": "^5.1.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-5.1.1.tgz",
  "_shasum": "5c96bb5186ca14e94db1095ff59b3e2bd94069b1",
  "_spec": "eslint-plugin-jsx-a11y@^5.1.1",
  "_where": "/var/lib/jenkins/workspace/cawg-app-h5",
  "author": {
    "name": "Ethan Cohen"
  },
  "bugs": {
    "url": "https://github.com/evcohen/eslint-plugin-jsx-a11y/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "aria-query": "^0.7.0",
    "array-includes": "^3.0.3",
    "ast-types-flow": "0.0.7",
    "axobject-query": "^0.1.0",
    "damerau-levenshtein": "^1.0.0",
    "emoji-regex": "^6.1.0",
    "jsx-ast-utils": "^1.4.0"
  },
  "deprecated": false,
  "description": "Static AST checker for accessibility rules on JSX elements.",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.25.0",
    "babel-eslint": "^7.2.3",
    "babel-jest": "^20.0.3",
    "babel-plugin-transform-es2015-template-literals": "^6.22.0",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-polyfill": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "coveralls": "^2.13.1",
    "eslint": "^3.19.0",
    "eslint-config-airbnb-base": "^11.2.0",
    "eslint-plugin-flowtype": "^2.34.0",
    "eslint-plugin-import": "^2.3.0",
    "expect": "^1.20.2",
    "flow-bin": "^0.47.0",
    "jest": "^20.0.4",
    "jscodeshift": "^0.3.30",
    "minimist": "^1.2.0",
    "rimraf": "^2.6.1",
    "safe-publish-latest": "^1.1.1",
    "to-ast": "^1.0.0"
  },
  "engines": {
    "node": ">=4.0"
  },
  "homepage": "https://github.com/evcohen/eslint-plugin-jsx-a11y#readme",
  "jest": {
    "coverageReporters": [
      "lcov"
    ],
    "coverageDirectory": "reports",
    "roots": [
      "<rootDir>/__tests__"
    ],
    "testPathIgnorePatterns": [
      "<rootDir>/__tests__/__util__"
    ]
  },
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin",
    "a11y",
    "accessibility",
    "jsx"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "eslint-plugin-jsx-a11y",
  "peerDependencies": {
    "eslint": "^2.10.2 || ^3 || ^4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/evcohen/eslint-plugin-jsx-a11y.git"
  },
  "scripts": {
    "build": "rimraf lib && babel src --out-dir lib --copy-files",
    "coveralls": "cat ./reports/lcov.info | coveralls",
    "create": "node ./scripts/create-rule",
    "flow": "if [ ! -e ./.flowconfig ]; then echo \"Could not find .flowconfig\"; else flow; test $? -eq 0 -o $? -eq 2; fi",
    "lint": "eslint  --config .eslintrc src __tests__ __mocks__ scripts",
    "lint:fix": "npm run lint -- --fix",
    "prepublish": "safe-publish-latest && npm run lint && npm run flow && npm run test && npm run build",
    "pretest": "npm run lint:fix && npm run flow",
    "test": "jest --coverage __tests__/**/*",
    "test:ci": "npm test -- --ci --runInBand"
  },
  "version": "5.1.1"
}
