add enter functionality and resolve title show bug
This commit is contained in:
68
kitabcitab/node_modules/eslint-plugin-react-hooks/package.json
generated
vendored
68
kitabcitab/node_modules/eslint-plugin-react-hooks/package.json
generated
vendored
@@ -1,11 +1,44 @@
|
||||
{
|
||||
"name": "eslint-plugin-react-hooks",
|
||||
"_args": [
|
||||
[
|
||||
"eslint-plugin-react-hooks@4.6.0",
|
||||
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
|
||||
]
|
||||
],
|
||||
"_from": "eslint-plugin-react-hooks@4.6.0",
|
||||
"_id": "eslint-plugin-react-hooks@4.6.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==",
|
||||
"_location": "/eslint-plugin-react-hooks",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "eslint-plugin-react-hooks@4.6.0",
|
||||
"name": "eslint-plugin-react-hooks",
|
||||
"escapedName": "eslint-plugin-react-hooks",
|
||||
"rawSpec": "4.6.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.6.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/eslint-config-next"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz",
|
||||
"_spec": "4.6.0",
|
||||
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
|
||||
"bugs": {
|
||||
"url": "https://github.com/facebook/react/issues"
|
||||
},
|
||||
"description": "ESLint rules for React Hooks",
|
||||
"version": "4.6.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react.git",
|
||||
"directory": "packages/eslint-plugin-react-hooks"
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/parser-v2": "npm:@typescript-eslint/parser@^2.26.0",
|
||||
"@typescript-eslint/parser-v3": "npm:@typescript-eslint/parser@^3.10.0",
|
||||
"@typescript-eslint/parser-v4": "npm:@typescript-eslint/parser@^4.1.0",
|
||||
"@typescript-eslint/parser-v5": "npm:@typescript-eslint/parser@^5.0.0-0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
@@ -13,6 +46,7 @@
|
||||
"index.js",
|
||||
"cjs"
|
||||
],
|
||||
"homepage": "https://reactjs.org/",
|
||||
"keywords": [
|
||||
"eslint",
|
||||
"eslint-plugin",
|
||||
@@ -20,20 +54,14 @@
|
||||
"react"
|
||||
],
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/facebook/react/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
},
|
||||
"homepage": "https://reactjs.org/",
|
||||
"name": "eslint-plugin-react-hooks",
|
||||
"peerDependencies": {
|
||||
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/parser-v2": "npm:@typescript-eslint/parser@^2.26.0",
|
||||
"@typescript-eslint/parser-v3": "npm:@typescript-eslint/parser@^3.10.0",
|
||||
"@typescript-eslint/parser-v4": "npm:@typescript-eslint/parser@^4.1.0",
|
||||
"@typescript-eslint/parser-v5": "npm:@typescript-eslint/parser@^5.0.0-0"
|
||||
}
|
||||
}
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/facebook/react.git",
|
||||
"directory": "packages/eslint-plugin-react-hooks"
|
||||
},
|
||||
"version": "4.6.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user