{
  "_args": [
    [
      "eslint-plugin-jsx-a11y@^1.2.0",
      "/Users/nico/Documents/dhis/webapps/d2-ui"
    ]
  ],
  "_from": "eslint-plugin-jsx-a11y@>=1.2.0 <2.0.0",
  "_id": "eslint-plugin-jsx-a11y@1.3.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/eslint-plugin-jsx-a11y",
  "_nodeVersion": "6.1.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/eslint-plugin-jsx-a11y-1.3.0.tgz_1465142279064_0.11090778931975365"
  },
  "_npmUser": {
    "email": "ethanvcohen@gmail.com",
    "name": "evcohen"
  },
  "_npmVersion": "3.9.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "eslint-plugin-jsx-a11y",
    "raw": "eslint-plugin-jsx-a11y@^1.2.0",
    "rawSpec": "^1.2.0",
    "scope": null,
    "spec": ">=1.2.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-1.3.0.tgz",
  "_shasum": "f15138c7d5194c1519155709129c6f1258377236",
  "_shrinkwrap": null,
  "_spec": "eslint-plugin-jsx-a11y@^1.2.0",
  "_where": "/Users/nico/Documents/dhis/webapps/d2-ui",
  "author": {
    "name": "Ethan Cohen"
  },
  "bugs": {
    "url": "https://github.com/evcohen/eslint-plugin-jsx-a11y/issues"
  },
  "dependencies": {
    "damerau-levenshtein": "^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.2.0",
    "istanbul": "^1.0.0-alpha.2",
    "mocha": "^2.4.5",
    "rimraf": "^2.5.2"
  },
  "directories": {},
  "dist": {
    "shasum": "f15138c7d5194c1519155709129c6f1258377236",
    "tarball": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-1.3.0.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "gitHead": "b884b198fd010fc12c9f34cab71cef9075a2c9a1",
  "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": [
    {
      "email": "ethanvcohen@gmail.com",
      "name": "evcohen"
    },
    {
      "email": "joe.lencioni@gmail.com",
      "name": "lencioni"
    }
  ],
  "name": "eslint-plugin-jsx-a11y",
  "optionalDependencies": {},
  "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.js .",
    "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": "1.3.0"
}
