{ "_from": "eslint-plugin-react@7.12.4", "_id": "eslint-plugin-react@7.12.4", "_inBundle": false, "_integrity": "sha512-1puHJkXJY+oS1t467MjbqjvX53uQ05HXwjqDgdbGBqf5j9eeydI54G3KwiJmWciQ0HTBacIKw2jgwSBSH3yfgQ==", "_location": "/eslint-plugin-react", "_phantomChildren": { "esutils": "2.0.3" }, "_requested": { "type": "version", "registry": true, "raw": "eslint-plugin-react@7.12.4", "name": "eslint-plugin-react", "escapedName": "eslint-plugin-react", "rawSpec": "7.12.4", "saveSpec": null, "fetchSpec": "7.12.4" }, "_requiredBy": [ "/react-scripts" ], "_resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.12.4.tgz", "_shasum": "b1ecf26479d61aee650da612e425c53a99f48c8c", "_spec": "eslint-plugin-react@7.12.4", "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/sorting-algorithms/nbarrow1/bubble-sort-react/node_modules/react-scripts", "author": { "name": "Yannick Croissant", "email": "yannick.croissant+npm@gmail.com" }, "bugs": { "url": "https://github.com/yannickcr/eslint-plugin-react/issues" }, "bundleDependencies": false, "dependencies": { "array-includes": "^3.0.3", "doctrine": "^2.1.0", "has": "^1.0.3", "jsx-ast-utils": "^2.0.1", "object.fromentries": "^2.0.0", "prop-types": "^15.6.2", "resolve": "^1.9.0" }, "deprecated": false, "description": "React specific linting rules for ESLint", "devDependencies": { "babel-eslint": "^8.2.6", "coveralls": "^3.0.2", "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0", "istanbul": "^0.4.5", "mocha": "^5.2.0", "sinon": "^7.2.2", "typescript": "^3.2.2", "typescript-eslint-parser": "^20.1.1" }, "engines": { "node": ">=4" }, "files": [ "LICENSE", "README.md", "index.js", "lib" ], "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.0.0 || ^4.0.0 || ^5.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/yannickcr/eslint-plugin-react.git" }, "scripts": { "coveralls": "cat ./reports/coverage/lcov.info | coveralls", "lint": "eslint ./", "pretest": "npm run lint", "test": "npm run unit-test", "unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/lib/**/*.js tests/util/**/*.js tests/index.js" }, "version": "7.12.4" }