You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
99 lines
2.8 KiB
99 lines
2.8 KiB
{ |
|
"_from": "eslint-plugin-react@7.14.3", |
|
"_id": "eslint-plugin-react@7.14.3", |
|
"_inBundle": false, |
|
"_integrity": "sha512-EzdyyBWC4Uz2hPYBiEJrKCUi2Fn+BJ9B/pJQcjw5X+x/H2Nm59S4MJIvL4O5NEE0+WbnQwEBxWY03oUk+Bc3FA==", |
|
"_location": "/eslint-plugin-react", |
|
"_phantomChildren": { |
|
"esutils": "2.0.3" |
|
}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "eslint-plugin-react@7.14.3", |
|
"name": "eslint-plugin-react", |
|
"escapedName": "eslint-plugin-react", |
|
"rawSpec": "7.14.3", |
|
"saveSpec": null, |
|
"fetchSpec": "7.14.3" |
|
}, |
|
"_requiredBy": [ |
|
"/react-scripts" |
|
], |
|
"_resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.14.3.tgz", |
|
"_shasum": "911030dd7e98ba49e1b2208599571846a66bdf13", |
|
"_spec": "eslint-plugin-react@7.14.3", |
|
"_where": "/home/f2256342/forge/udemy-react/burger/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.1.0", |
|
"object.entries": "^1.1.0", |
|
"object.fromentries": "^2.0.0", |
|
"object.values": "^1.1.0", |
|
"prop-types": "^15.7.2", |
|
"resolve": "^1.10.1" |
|
}, |
|
"deprecated": false, |
|
"description": "React specific linting rules for ESLint", |
|
"devDependencies": { |
|
"@types/eslint": "^4.16.6", |
|
"@types/estree": "0.0.39", |
|
"@types/node": "^12.0.0", |
|
"babel-eslint": "^8.2.6", |
|
"coveralls": "^3.0.2", |
|
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0", |
|
"eslint-config-airbnb-base": "^13.1.0", |
|
"eslint-plugin-import": "^2.17.2", |
|
"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 || ^6.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 ./", |
|
"postlint": "npm run type-check", |
|
"pretest": "npm run lint", |
|
"test": "npm run unit-test", |
|
"type-check": "tsc", |
|
"unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/lib/**/*.js tests/util/**/*.js tests/index.js" |
|
}, |
|
"version": "7.14.3" |
|
}
|
|
|