add enter functionality and resolve title show bug
This commit is contained in:
55
kitabcitab/node_modules/client-only/package.json
generated
vendored
55
kitabcitab/node_modules/client-only/package.json
generated
vendored
@@ -1,19 +1,52 @@
|
||||
{
|
||||
"name": "client-only",
|
||||
"description": "This is a marker package to indicate that a module can only be used in Client Components.",
|
||||
"keywords": [
|
||||
"react"
|
||||
"_args": [
|
||||
[
|
||||
"client-only@0.0.1",
|
||||
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
|
||||
]
|
||||
],
|
||||
"version": "0.0.1",
|
||||
"homepage": "https://reactjs.org/",
|
||||
"bugs": "https://github.com/facebook/react/issues",
|
||||
"license": "MIT",
|
||||
"files": ["index.js", "error.js"],
|
||||
"main": "index.js",
|
||||
"_from": "client-only@0.0.1",
|
||||
"_id": "client-only@0.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
|
||||
"_location": "/client-only",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "client-only@0.0.1",
|
||||
"name": "client-only",
|
||||
"escapedName": "client-only",
|
||||
"rawSpec": "0.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/styled-jsx"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
|
||||
"_spec": "0.0.1",
|
||||
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
|
||||
"bugs": {
|
||||
"url": "https://github.com/facebook/react/issues"
|
||||
},
|
||||
"description": "This is a marker package to indicate that a module can only be used in Client Components.",
|
||||
"exports": {
|
||||
".": {
|
||||
"react-server": "./error.js",
|
||||
"default": "./index.js"
|
||||
}
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"error.js"
|
||||
],
|
||||
"homepage": "https://reactjs.org/",
|
||||
"keywords": [
|
||||
"react"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "client-only",
|
||||
"version": "0.0.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user