package.json
3.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"_from": "eslint-plugin-react@^7.21.5",
"_id": "eslint-plugin-react@7.21.5",
"_inBundle": false,
"_integrity": "sha512-8MaEggC2et0wSF6bUeywF7qQ46ER81irOdWS4QWxnnlAEsnzeBevk1sWh7fhpCghPpXb+8Ks7hvaft6L/xsR6g==",
"_location": "/eslint-plugin-react",
"_phantomChildren": {
"esutils": "2.0.3"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "eslint-plugin-react@^7.21.5",
"name": "eslint-plugin-react",
"escapedName": "eslint-plugin-react",
"rawSpec": "^7.21.5",
"saveSpec": null,
"fetchSpec": "^7.21.5"
},
"_requiredBy": [
"/react-scripts"
],
"_resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.21.5.tgz",
"_shasum": "50b21a412b9574bfe05b21db176e8b7b3b15bff3",
"_spec": "eslint-plugin-react@^7.21.5",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\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.1.1",
"array.prototype.flatmap": "^1.2.3",
"doctrine": "^2.1.0",
"has": "^1.0.3",
"jsx-ast-utils": "^2.4.1 || ^3.0.0",
"object.entries": "^1.1.2",
"object.fromentries": "^2.0.2",
"object.values": "^1.1.1",
"prop-types": "^15.7.2",
"resolve": "^1.18.1",
"string.prototype.matchall": "^4.0.2"
},
"deprecated": false,
"description": "React specific linting rules for ESLint",
"devDependencies": {
"@types/eslint": "^7.2.3",
"@types/estree": "0.0.45",
"@types/node": "^14.11.2",
"@typescript-eslint/parser": "^2.34.0",
"aud": "^1.1.2",
"babel-eslint": "^8.2.6",
"coveralls": "^3.1.0",
"eslint": "^3 || ^4 || ^5 || ^6 || ^7",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-eslint-plugin": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"espree": "^3.5.4",
"istanbul": "^0.4.5",
"markdown-magic": "^1.0.0",
"mocha": "^5.2.0",
"semver": "^6.3.0",
"sinon": "^7.5.0",
"typescript": "^3.9.7",
"typescript-eslint-parser": "^20.1.1"
},
"engines": {
"node": ">=4"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"lib"
],
"greenkeeper": {
"ignore": [
"semver"
]
},
"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 || ^4 || ^5 || ^6 || ^7"
},
"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",
"posttest": "aud --production",
"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.21.5"
}