92 lines
2.4 KiB
JSON
92 lines
2.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"eslint-plugin-react@7.12.4",
|
|
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
|
|
]
|
|
],
|
|
"_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": {},
|
|
"_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",
|
|
"_spec": "7.12.4",
|
|
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
|
|
"author": {
|
|
"name": "Yannick Croissant",
|
|
"email": "yannick.croissant+npm@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/yannickcr/eslint-plugin-react/issues"
|
|
},
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|