add enter functionality and resolve title show bug
This commit is contained in:
92
kitabcitab/node_modules/eslint-plugin-react/package.json
generated
vendored
92
kitabcitab/node_modules/eslint-plugin-react/package.json
generated
vendored
@@ -1,29 +1,44 @@
|
||||
{
|
||||
"name": "eslint-plugin-react",
|
||||
"version": "7.31.11",
|
||||
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
|
||||
"description": "React specific linting rules for ESLint",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"prepack": "npmignore --auto --commentLines=autogenerated",
|
||||
"prelint": "npm run lint:docs",
|
||||
"lint:docs": "markdownlint \"**/*.md\"",
|
||||
"postlint:docs": "npm run update:eslint-docs -- --check",
|
||||
"lint": "eslint .",
|
||||
"postlint": "npm run type-check",
|
||||
"pretest": "npm run lint",
|
||||
"test": "npm run unit-test",
|
||||
"posttest": "aud --production",
|
||||
"type-check": "tsc",
|
||||
"unit-test": "istanbul cover node_modules/mocha/bin/_mocha tests/lib/**/*.js tests/util/**/*.js tests/index.js",
|
||||
"update:eslint-docs": "eslint-doc-generator --ignore-config all --config-emoji recommended,💼 --url-configs \"https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs\""
|
||||
"_args": [
|
||||
[
|
||||
"eslint-plugin-react@7.31.11",
|
||||
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
|
||||
]
|
||||
],
|
||||
"_from": "eslint-plugin-react@7.31.11",
|
||||
"_id": "eslint-plugin-react@7.31.11",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==",
|
||||
"_location": "/eslint-plugin-react",
|
||||
"_phantomChildren": {
|
||||
"esutils": "2.0.3",
|
||||
"is-core-module": "2.11.0",
|
||||
"path-parse": "1.0.7",
|
||||
"supports-preserve-symlinks-flag": "1.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jsx-eslint/eslint-plugin-react"
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "eslint-plugin-react@7.31.11",
|
||||
"name": "eslint-plugin-react",
|
||||
"escapedName": "eslint-plugin-react",
|
||||
"rawSpec": "7.31.11",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "7.31.11"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/eslint-config-next"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.11.tgz",
|
||||
"_spec": "7.31.11",
|
||||
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
|
||||
"author": {
|
||||
"name": "Yannick Croissant",
|
||||
"email": "yannick.croissant+npm@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jsx-eslint/eslint-plugin-react/issues"
|
||||
},
|
||||
"homepage": "https://github.com/jsx-eslint/eslint-plugin-react",
|
||||
"bugs": "https://github.com/jsx-eslint/eslint-plugin-react/issues",
|
||||
"dependencies": {
|
||||
"array-includes": "^3.1.6",
|
||||
"array.prototype.flatmap": "^1.3.1",
|
||||
@@ -41,6 +56,7 @@
|
||||
"semver": "^6.3.0",
|
||||
"string.prototype.matchall": "^4.0.8"
|
||||
},
|
||||
"description": "React specific linting rules for ESLint",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.2",
|
||||
"@babel/eslint-parser": "^7.19.1",
|
||||
@@ -72,12 +88,10 @@
|
||||
"typescript": "^3.9.9",
|
||||
"typescript-eslint-parser": "^20.1.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"homepage": "https://github.com/jsx-eslint/eslint-plugin-react",
|
||||
"keywords": [
|
||||
"eslint",
|
||||
"eslint-plugin",
|
||||
@@ -85,6 +99,11 @@
|
||||
"react"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "eslint-plugin-react",
|
||||
"peerDependencies": {
|
||||
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
|
||||
},
|
||||
"publishConfig": {
|
||||
"ignore": [
|
||||
".github/",
|
||||
@@ -99,5 +118,24 @@
|
||||
"tsconfig.json",
|
||||
".markdownlint*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jsx-eslint/eslint-plugin-react.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"lint:docs": "markdownlint \"**/*.md\"",
|
||||
"postlint": "npm run type-check",
|
||||
"postlint:docs": "npm run update:eslint-docs -- --check",
|
||||
"posttest": "aud --production",
|
||||
"prelint": "npm run lint:docs",
|
||||
"prepack": "npmignore --auto --commentLines=autogenerated",
|
||||
"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",
|
||||
"update:eslint-docs": "eslint-doc-generator --ignore-config all --config-emoji recommended,💼 --url-configs \"https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs\""
|
||||
},
|
||||
"version": "7.31.11"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user