{
  "_args": [
    [
      {
        "raw": "eslint-plugin-jsx-a11y@2.0.1",
        "scope": null,
        "escapedName": "eslint-plugin-jsx-a11y",
        "name": "eslint-plugin-jsx-a11y",
        "rawSpec": "2.0.1",
        "spec": "2.0.1",
        "type": "version"
      },
      "/Users/gaearon/p/create-react-app"
    ]
  ],
  "_from": "eslint-plugin-jsx-a11y@2.0.1",
  "_id": "eslint-plugin-jsx-a11y@2.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/eslint-plugin-jsx-a11y",
  "_nodeVersion": "5.11.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/eslint-plugin-jsx-a11y-2.0.1.tgz_1468427974231_0.9658283789176494"
  },
  "_npmUser": {
    "name": "evcohen",
    "email": "ethanvcohen@gmail.com"
  },
  "_npmVersion": "3.8.6",
  "_phantomChildren": {},
  "_requested": {
    "raw": "eslint-plugin-jsx-a11y@2.0.1",
    "scope": null,
    "escapedName": "eslint-plugin-jsx-a11y",
    "name": "eslint-plugin-jsx-a11y",
    "rawSpec": "2.0.1",
    "spec": "2.0.1",
    "type": "version"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-2.0.1.tgz",
  "_shasum": "f3be0689f320c4067645625f69a2e493b532bf95",
  "_shrinkwrap": null,
  "_spec": "eslint-plugin-jsx-a11y@2.0.1",
  "_where": "/Users/gaearon/p/create-react-app",
  "author": {
    "name": "Ethan Cohen"
  },
  "bugs": {
    "url": "https://github.com/evcohen/eslint-plugin-jsx-a11y/issues"
  },
  "dependencies": {
    "damerau-levenshtein": "^1.0.0",
    "jsx-ast-utils": "^1.0.0",
    "object-assign": "^4.0.1"
  },
  "description": "A static analysis linter of jsx and their accessibility with screen readers.",
  "devDependencies": {
    "babel-cli": "^6.6.0",
    "babel-core": "^6.6.0",
    "babel-eslint": "^6.0.0",
    "babel-preset-es2015": "^6.6.0",
    "coveralls": "^2.11.8",
    "eslint": "^2.10.2",
    "eslint-config-airbnb-base": "^3.0.1",
    "eslint-plugin-import": "^1.8.1",
    "istanbul": "^1.0.0-alpha.2",
    "mocha": "^2.4.5",
    "rimraf": "^2.5.2"
  },
  "directories": {},
  "dist": {
    "shasum": "f3be0689f320c4067645625f69a2e493b532bf95",
    "tarball": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-2.0.1.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "gitHead": "7e215a27ecc7dc77cba9b3721dc0c712fada07ac",
  "homepage": "https://github.com/evcohen/eslint-plugin-jsx-a11y#readme",
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin",
    "a11y",
    "accessibility",
    "jsx"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "evcohen",
      "email": "ethanvcohen@gmail.com"
    },
    {
      "name": "lencioni",
      "email": "joe.lencioni@gmail.com"
    }
  ],
  "name": "eslint-plugin-jsx-a11y",
  "optionalDependencies": {},
  "peerDependencies": {
    "eslint": "^2.10.2 || 3.x"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/evcohen/eslint-plugin-jsx-a11y.git"
  },
  "scripts": {
    "build": "rimraf lib && babel src --out-dir lib && cp -R src/util/attributes lib/util/attributes",
    "coveralls": "cat ./reports/coverage/lcov.info | coveralls",
    "lint": "eslint  --config .eslintrc src tests",
    "prepublish": "npm run lint && npm run test && npm run build",
    "pretest": "npm run lint",
    "test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --compilers js:babel-core/register --reporter dot"
  },
  "version": "2.0.1"
}
