{
  "_args": [
    [
      {
        "raw": "eslint-plugin-jsx-a11y@2.2.3",
        "scope": null,
        "escapedName": "eslint-plugin-jsx-a11y",
        "name": "eslint-plugin-jsx-a11y",
        "rawSpec": "2.2.3",
        "spec": "2.2.3",
        "type": "version"
      },
      "/Users/emvu/src/mivnet/create-react-app/packages/react-scripts"
    ]
  ],
  "_from": "eslint-plugin-jsx-a11y@2.2.3",
  "_id": "eslint-plugin-jsx-a11y@2.2.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/eslint-plugin-jsx-a11y",
  "_nodeVersion": "6.1.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/eslint-plugin-jsx-a11y-2.2.3.tgz_1475940924128_0.7890685545280576"
  },
  "_npmUser": {
    "name": "evcohen",
    "email": "ethanvcohen@gmail.com"
  },
  "_npmVersion": "3.9.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "eslint-plugin-jsx-a11y@2.2.3",
    "scope": null,
    "escapedName": "eslint-plugin-jsx-a11y",
    "name": "eslint-plugin-jsx-a11y",
    "rawSpec": "2.2.3",
    "spec": "2.2.3",
    "type": "version"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-2.2.3.tgz",
  "_shasum": "4e35cb71b8a7db702ac415c806eb8e8d9ea6c65d",
  "_shrinkwrap": null,
  "_spec": "eslint-plugin-jsx-a11y@2.2.3",
  "_where": "/Users/emvu/src/mivnet/create-react-app/packages/react-scripts",
  "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.14.0",
    "babel-core": "^6.14.0",
    "babel-eslint": "^7.0.0",
    "babel-preset-es2015": "^6.14.0",
    "coveralls": "^2.11.8",
    "eslint": "^3.0.0",
    "eslint-config-airbnb-base": "^8.0.0",
    "eslint-plugin-import": "^1.16.0",
    "istanbul": "^1.0.0-alpha.2",
    "mocha": "^3.0.0",
    "rimraf": "^2.5.2"
  },
  "directories": {},
  "dist": {
    "shasum": "4e35cb71b8a7db702ac415c806eb8e8d9ea6c65d",
    "tarball": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-2.2.3.tgz"
  },
  "engines": {
    "node": ">=4.0"
  },
  "gitHead": "9b9c72b051d0518e317a4fb420270cfd85737e3c",
  "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": "ljharb",
      "email": "ljharb@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",
    "lint:fix": "npm run lint -- --fix",
    "prepublish": "npm run lint && npm run test && npm run build",
    "pretest": "npm run lint:fix",
    "test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --compilers js:babel-core/register --reporter dot"
  },
  "version": "2.2.3"
}
