github-pages-deploy-action/node_modules/eslint-plugin-react/package.json

116 lines
3.1 KiB
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
"eslint-plugin-react@7.19.0",
2020-03-31 20:40:00 +08:00
"."
2020-03-22 05:13:25 +08:00
]
],
"_development": true,
"_from": "eslint-plugin-react@7.19.0",
"_id": "eslint-plugin-react@7.19.0",
"_inBundle": false,
"_integrity": "sha512-SPT8j72CGuAP+JFbT0sJHOB80TX/pu44gQ4vXH/cq+hQTiY2PuZ6IHkqXJV6x1b28GDdo1lbInjKUrrdUf0LOQ==",
"_location": "/eslint-plugin-react",
"_phantomChildren": {
"esutils": "2.0.3"
2020-03-07 11:45:40 +08:00
},
2020-03-22 05:13:25 +08:00
"_requested": {
"type": "version",
"registry": true,
"raw": "eslint-plugin-react@7.19.0",
"name": "eslint-plugin-react",
"escapedName": "eslint-plugin-react",
"rawSpec": "7.19.0",
"saveSpec": null,
"fetchSpec": "7.19.0"
},
"_requiredBy": [
"/eslint-plugin-github"
2020-03-07 11:45:40 +08:00
],
2020-03-22 05:13:25 +08:00
"_resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.19.0.tgz",
"_spec": "7.19.0",
2020-03-31 20:40:00 +08:00
"_where": ".",
2020-03-22 05:13:25 +08:00
"author": {
"name": "Yannick Croissant",
"email": "yannick.croissant+npm@gmail.com"
},
"bugs": {
"url": "https://github.com/yannickcr/eslint-plugin-react/issues"
2020-03-07 11:45:40 +08:00
},
"dependencies": {
"array-includes": "^3.1.1",
"doctrine": "^2.1.0",
"has": "^1.0.3",
"jsx-ast-utils": "^2.2.3",
"object.entries": "^1.1.1",
"object.fromentries": "^2.0.2",
"object.values": "^1.1.1",
"prop-types": "^15.7.2",
"resolve": "^1.15.1",
"semver": "^6.3.0",
"string.prototype.matchall": "^4.0.2",
"xregexp": "^4.3.0"
},
2020-03-22 05:13:25 +08:00
"description": "React specific linting rules for ESLint",
2020-03-07 11:45:40 +08:00
"devDependencies": {
"@types/eslint": "^6.1.8",
"@types/estree": "0.0.42",
"@types/node": "^13.7.4",
"babel-eslint": "^8.2.6",
"coveralls": "^3.0.9",
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-eslint-plugin": "^2.2.1",
"eslint-plugin-import": "^2.20.1",
"istanbul": "^0.4.5",
"markdown-magic": "^1.0.0",
"mocha": "^5.2.0",
"sinon": "^7.5.0",
"typescript": "^3.8.2",
"typescript-eslint-parser": "^20.1.1"
},
"engines": {
"node": ">=4"
},
2020-03-22 05:13:25 +08:00
"files": [
"LICENSE",
"README.md",
"index.js",
"lib"
],
"greenkeeper": {
"ignore": [
"semver"
]
},
"homepage": "https://github.com/yannickcr/eslint-plugin-react",
2020-03-07 11:45:40 +08:00
"keywords": [
"eslint",
"eslint-plugin",
"eslintplugin",
"react"
],
"license": "MIT",
2020-03-22 05:13:25 +08:00
"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 ./coverage/lcov.info | coveralls",
"generate-list-of-rules": "md-magic --path README.md",
"generate-list-of-rules:check": "npm run generate-list-of-rules && git diff --exit-code README.md",
"lint": "eslint ./",
"postlint": "npm run type-check",
"pretest": "npm run lint",
"test": "npm run unit-test",
"type-check": "tsc",
"unit-test": "istanbul cover node_modules/mocha/bin/_mocha tests/lib/**/*.js tests/util/**/*.js tests/index.js"
},
"version": "7.19.0"
2020-03-07 11:45:40 +08:00
}