{
  "_args": [
    [
      "eslint-plugin-react@7.25.1",
      "/var/www/html/dev_photogram/photogram-web"
    ]
  ],
  "_development": true,
  "_from": "eslint-plugin-react@7.25.1",
  "_id": "eslint-plugin-react@7.25.1",
  "_inBundle": false,
  "_integrity": "sha512-P4j9K1dHoFXxDNP05AtixcJEvIT6ht8FhYKsrkY0MPCPaUMYijhpWwNiRDZVtA8KFuZOkGSeft6QwH8KuVpJug==",
  "_location": "/eslint-plugin-react",
  "_phantomChildren": {
    "esutils": "2.0.3",
    "is-core-module": "2.5.0",
    "path-parse": "1.0.7"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "eslint-plugin-react@7.25.1",
    "name": "eslint-plugin-react",
    "escapedName": "eslint-plugin-react",
    "rawSpec": "7.25.1",
    "saveSpec": null,
    "fetchSpec": "7.25.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.25.1.tgz",
  "_spec": "7.25.1",
  "_where": "/var/www/html/dev_photogram/photogram-web",
  "author": {
    "name": "Yannick Croissant",
    "email": "yannick.croissant+npm@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/yannickcr/eslint-plugin-react/issues"
  },
  "dependencies": {
    "array-includes": "^3.1.3",
    "array.prototype.flatmap": "^1.2.4",
    "doctrine": "^2.1.0",
    "estraverse": "^5.2.0",
    "has": "^1.0.3",
    "jsx-ast-utils": "^2.4.1 || ^3.0.0",
    "minimatch": "^3.0.4",
    "object.entries": "^1.1.4",
    "object.fromentries": "^2.0.4",
    "object.values": "^1.1.4",
    "prop-types": "^15.7.2",
    "resolve": "^2.0.0-next.3",
    "string.prototype.matchall": "^4.0.5"
  },
  "description": "React specific linting rules for ESLint",
  "devDependencies": {
    "@types/eslint": "=7.2.10",
    "@types/estree": "^0.0.47",
    "@types/node": "^14.14.37",
    "@typescript-eslint/parser": "^2.34.0 || ^3.10.1 || ~4.0",
    "aud": "^1.1.5",
    "babel-eslint": "^8 || ^9 || ^10.1.0",
    "eslint": "^3 || ^4 || ^5 || ^6 || ^7",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-eslint-plugin": "^2.3.0 || ^3.3.1",
    "eslint-plugin-import": "^2.24.2",
    "eslint-remote-tester": "^1.3.0",
    "eslint-remote-tester-repositories": "^0.0.2",
    "espree": "^3.5.4",
    "istanbul": "^0.4.5",
    "markdown-magic": "^2.5.2",
    "mocha": "^5.2.0",
    "semver": "^6.3.0",
    "sinon": "^7.5.0",
    "typescript": "^3.9.9",
    "typescript-eslint-parser": "^20.1.1"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "LICENSE",
    "README.md",
    "index.js",
    "lib"
  ],
  "greenkeeper": {
    "ignore": [
      "semver"
    ]
  },
  "homepage": "https://github.com/yannickcr/eslint-plugin-react",
  "keywords": [
    "eslint",
    "eslint-plugin",
    "eslintplugin",
    "react"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "eslint-plugin-react",
  "peerDependencies": {
    "eslint": "^3 || ^4 || ^5 || ^6 || ^7"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yannickcr/eslint-plugin-react.git"
  },
  "scripts": {
    "generate-list-of-rules": "md-magic --path README.md",
    "generate-list-of-rules:check": "npm run generate-list-of-rules && git diff --exit-code README.md",
    "lint": "eslint ./",
    "postlint": "npm run type-check",
    "posttest": "aud --production",
    "pretest": "npm run lint",
    "test": "npm run unit-test",
    "type-check": "tsc",
    "unit-test": "istanbul cover node_modules/mocha/bin/_mocha tests/lib/**/*.js tests/util/**/*.js tests/index.js"
  },
  "version": "7.25.1"
}
