{
  "_args": [
    [
      {
        "raw": "eslint-plugin-jsx-a11y@4.0.0",
        "scope": null,
        "escapedName": "eslint-plugin-jsx-a11y",
        "name": "eslint-plugin-jsx-a11y",
        "rawSpec": "4.0.0",
        "spec": "4.0.0",
        "type": "version"
      },
      "/Users/tiborkreiter/RubyProjects/sharetribe/e-lado/node_modules/react-scripts"
    ]
  ],
  "_from": "eslint-plugin-jsx-a11y@4.0.0",
  "_id": "eslint-plugin-jsx-a11y@4.0.0",
  "_inCache": true,
  "_location": "/eslint-plugin-jsx-a11y",
  "_nodeVersion": "6.1.0",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/eslint-plugin-jsx-a11y-4.0.0.tgz_1486231091894_0.8926710076630116"
  },
  "_npmUser": {
    "name": "evcohen",
    "email": "ethanvcohen@gmail.com"
  },
  "_npmVersion": "3.9.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "eslint-plugin-jsx-a11y@4.0.0",
    "scope": null,
    "escapedName": "eslint-plugin-jsx-a11y",
    "name": "eslint-plugin-jsx-a11y",
    "rawSpec": "4.0.0",
    "spec": "4.0.0",
    "type": "version"
  },
  "_requiredBy": [
    "/react-scripts"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-4.0.0.tgz",
  "_shasum": "779bb0fe7b08da564a422624911de10061e048ee",
  "_shrinkwrap": null,
  "_spec": "eslint-plugin-jsx-a11y@4.0.0",
  "_where": "/Users/tiborkreiter/RubyProjects/sharetribe/e-lado/node_modules/react-scripts",
  "author": {
    "name": "Ethan Cohen"
  },
  "bugs": {
    "url": "https://github.com/evcohen/eslint-plugin-jsx-a11y/issues"
  },
  "dependencies": {
    "aria-query": "^0.3.0",
    "ast-types-flow": "0.0.7",
    "damerau-levenshtein": "^1.0.0",
    "emoji-regex": "^6.1.0",
    "jsx-ast-utils": "^1.0.0",
    "object-assign": "^4.0.1"
  },
  "description": "Static AST checker for accessibility rules on JSX elements.",
  "devDependencies": {
    "babel-cli": "^6.14.0",
    "babel-core": "^6.14.0",
    "babel-eslint": "^7.0.0",
    "babel-jest": "^18.0.0",
    "babel-plugin-transform-flow-strip-types": "^6.21.0",
    "babel-plugin-transform-object-rest-spread": "^6.20.2",
    "babel-polyfill": "^6.16.0",
    "babel-preset-es2015": "^6.14.0",
    "coveralls": "^2.11.8",
    "eslint": "^3.12.2",
    "eslint-config-airbnb-base": "^11.0.0",
    "eslint-plugin-flowtype": "^2.29.2",
    "eslint-plugin-import": "^2.2.0",
    "expect": "^1.20.2",
    "flow-bin": "^0.38.0",
    "jest": "^18.1.0",
    "jscodeshift": "^0.3.30",
    "minimist": "^1.2.0",
    "rimraf": "^2.5.2",
    "to-ast": "^1.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "779bb0fe7b08da564a422624911de10061e048ee",
    "tarball": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-4.0.0.tgz"
  },
  "engines": {
    "node": ">=4.0"
  },
  "gitHead": "24128bb96129b74ad8a11b17924158f1372d3661",
  "homepage": "https://github.com/evcohen/eslint-plugin-jsx-a11y#readme",
  "jest": {
    "coverageReporters": [
      "lcov"
    ],
    "coverageDirectory": "reports",
    "testPathDirs": [
      "<rootDir>/__tests__"
    ],
    "testPathIgnorePatterns": [
      "<rootDir>/__tests__/__util__"
    ]
  },
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin",
    "a11y",
    "accessibility",
    "jsx"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "evcohen",
      "email": "ethanvcohen@gmail.com"
    },
    {
      "name": "jessebeach",
      "email": "splendidnoise@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/lcov.info | coveralls",
    "create": "node ./scripts/create-rule",
    "flow": "flow; test $? -eq 0 -o $? -eq 2",
    "lint": "eslint  --config .eslintrc src __tests__",
    "lint:fix": "npm run lint -- --fix",
    "prepublish": "npm run lint && npm run flow && npm run test && npm run build",
    "pretest": "npm run lint:fix && npm run flow",
    "test": "jest --bail --coverage"
  },
  "version": "4.0.0"
}
