87 lines
2.3 KiB
JSON
Executable file
87 lines
2.3 KiB
JSON
Executable file
{
|
|
"_args": [
|
|
[
|
|
"eslint-plugin-react@7.4.0",
|
|
"/Users/omar/Desktop/innovationDriveApp/now-ui-dashboard-react-v1.0.2"
|
|
]
|
|
],
|
|
"_from": "eslint-plugin-react@7.4.0",
|
|
"_id": "eslint-plugin-react@7.4.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-tvjU9u3VqmW2vVuYnE8Qptq+6ji4JltjOjJ9u7VAOxVYkUkyBZWRvNYKbDv5fN+L6wiA+4we9+qQahZ0m63XEA==",
|
|
"_location": "/eslint-plugin-react",
|
|
"_phantomChildren": {
|
|
"array-includes": "3.0.3"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "eslint-plugin-react@7.4.0",
|
|
"name": "eslint-plugin-react",
|
|
"escapedName": "eslint-plugin-react",
|
|
"rawSpec": "7.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "7.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/react-scripts"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.4.0.tgz",
|
|
"_spec": "7.4.0",
|
|
"_where": "/Users/omar/Desktop/innovationDriveApp/now-ui-dashboard-react-v1.0.2",
|
|
"author": {
|
|
"name": "Yannick Croissant",
|
|
"email": "yannick.croissant+npm@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/yannickcr/eslint-plugin-react/issues"
|
|
},
|
|
"dependencies": {
|
|
"doctrine": "^2.0.0",
|
|
"has": "^1.0.1",
|
|
"jsx-ast-utils": "^2.0.0",
|
|
"prop-types": "^15.5.10"
|
|
},
|
|
"description": "React specific linting rules for ESLint",
|
|
"devDependencies": {
|
|
"babel-eslint": "^7.2.3",
|
|
"coveralls": "^2.13.1",
|
|
"eslint": "^4.3.0",
|
|
"istanbul": "0.4.5",
|
|
"mocha": "^3.5.0"
|
|
},
|
|
"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"
|
|
},
|
|
"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/**/*.js -- --reporter dot"
|
|
},
|
|
"version": "7.4.0"
|
|
}
|