blob: b4f178b727678afea9333b1054acfebfcf4fe877 [file] [log] [blame]
{
"_args": [
[
"eslint-plugin-react@7.14.2",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_from": "eslint-plugin-react@7.14.2",
"_id": "eslint-plugin-react@7.14.2",
"_inBundle": false,
"_integrity": "sha512-jZdnKe3ip7FQOdjxks9XPN0pjUKZYq48OggNMd16Sk+8VXx6JOvXmlElxROCgp7tiUsTsze3jd78s/9AFJP2mA==",
"_location": "/eslint-plugin-react",
"_phantomChildren": {
"esutils": "2.0.2",
"path-parse": "1.0.6"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "eslint-plugin-react@7.14.2",
"name": "eslint-plugin-react",
"escapedName": "eslint-plugin-react",
"rawSpec": "7.14.2",
"saveSpec": null,
"fetchSpec": "7.14.2"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.14.2.tgz",
"_spec": "7.14.2",
"_where": "/Users/jaslan/Development/nifi-fds/target/frontend-working-directory",
"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.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"
},
"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.2"
}