{
  "_args": [
    [
      {
        "raw": "eslint-plugin-react@6.2.0",
        "scope": null,
        "escapedName": "eslint-plugin-react",
        "name": "eslint-plugin-react",
        "rawSpec": "6.2.0",
        "spec": "6.2.0",
        "type": "version"
      },
      "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.zybSl3jg"
    ]
  ],
  "_from": "eslint-plugin-react@6.2.0",
  "_id": "eslint-plugin-react@6.2.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/eslint-plugin-react",
  "_nodeVersion": "6.4.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/eslint-plugin-react-6.2.0.tgz_1472385304823_0.5157896429300308"
  },
  "_npmUser": {
    "name": "yannickcr",
    "email": "yannick.croissant+npm@gmail.com"
  },
  "_npmVersion": "3.10.5",
  "_phantomChildren": {},
  "_requested": {
    "raw": "eslint-plugin-react@6.2.0",
    "scope": null,
    "escapedName": "eslint-plugin-react",
    "name": "eslint-plugin-react",
    "rawSpec": "6.2.0",
    "spec": "6.2.0",
    "type": "version"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-6.2.0.tgz",
  "_shasum": "71eb94c1f63ffe6fc7ffa41f492d97f634bee76e",
  "_shrinkwrap": null,
  "_spec": "eslint-plugin-react@6.2.0",
  "_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.zybSl3jg",
  "author": {
    "name": "Yannick Croissant",
    "email": "yannick.croissant+npm@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/yannickcr/eslint-plugin-react/issues"
  },
  "dependencies": {
    "doctrine": "^1.2.2",
    "jsx-ast-utils": "^1.3.1"
  },
  "description": "React specific linting rules for ESLint",
  "devDependencies": {
    "babel-eslint": "6.1.2",
    "coveralls": "2.11.12",
    "eslint": "3.4.0",
    "istanbul": "0.4.5",
    "mocha": "3.0.2"
  },
  "directories": {},
  "dist": {
    "shasum": "71eb94c1f63ffe6fc7ffa41f492d97f634bee76e",
    "tarball": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-6.2.0.tgz"
  },
  "engines": {
    "node": ">=0.10"
  },
  "files": [
    "LICENSE",
    "README.md",
    "index.js",
    "lib"
  ],
  "gitHead": "80fd8e16c1640626ed694f78166f03d19208b366",
  "homepage": "https://github.com/yannickcr/eslint-plugin-react",
  "keywords": [
    "eslint",
    "eslint-plugin",
    "eslintplugin",
    "react"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "yannickcr",
      "email": "yannick.croissant+npm@gmail.com"
    }
  ],
  "name": "eslint-plugin-react",
  "optionalDependencies": {},
  "peerDependencies": {
    "eslint": "^2.0.0 || ^3.0.0"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yannickcr/eslint-plugin-react.git"
  },
  "scripts": {
    "coveralls": "cat ./reports/coverage/lcov.info | coveralls",
    "lint": "eslint ./",
    "test": "npm run lint && npm run unit-test",
    "unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --reporter dot"
  },
  "version": "6.2.0"
}
