add enter functionality and resolve title show bug
This commit is contained in:
102
kitabcitab/node_modules/@swc/helpers/package.json
generated
vendored
102
kitabcitab/node_modules/@swc/helpers/package.json
generated
vendored
@@ -1,38 +1,70 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"@swc/helpers@0.4.14",
|
||||
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
|
||||
]
|
||||
],
|
||||
"_from": "@swc/helpers@0.4.14",
|
||||
"_id": "@swc/helpers@0.4.14",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==",
|
||||
"_location": "/@swc/helpers",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@swc/helpers@0.4.14",
|
||||
"name": "@swc/helpers",
|
||||
"version": "0.4.14",
|
||||
"description": "External helpers for the swc project.",
|
||||
"esnext": "src/index.mjs",
|
||||
"module": "src/index.mjs",
|
||||
"main": "lib/index.js",
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
"build": "swc -V && bash ./scripts/build.sh",
|
||||
"prepublishOnly": "bash ./scripts/build.sh"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/swc-project/swc.git"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npmjs.org/",
|
||||
"access": "public"
|
||||
},
|
||||
"keywords": [
|
||||
"swc",
|
||||
"helpers"
|
||||
],
|
||||
"author": "강동윤 <kdy1997.dev@gmail.com>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/swc-project/swc/issues"
|
||||
},
|
||||
"homepage": "https://swc.rs",
|
||||
"devDependencies": {
|
||||
"@swc/cli": "^0.1.36",
|
||||
"@swc/core": "=1.3.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.4.0"
|
||||
}
|
||||
"escapedName": "@swc%2fhelpers",
|
||||
"scope": "@swc",
|
||||
"rawSpec": "0.4.14",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.4.14"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/next"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.14.tgz",
|
||||
"_spec": "0.4.14",
|
||||
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
|
||||
"author": {
|
||||
"name": "강동윤",
|
||||
"email": "kdy1997.dev@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/swc-project/swc/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.4.0"
|
||||
},
|
||||
"description": "External helpers for the swc project.",
|
||||
"devDependencies": {
|
||||
"@swc/cli": "^0.1.36",
|
||||
"@swc/core": "=1.3.3"
|
||||
},
|
||||
"esnext": "src/index.mjs",
|
||||
"homepage": "https://swc.rs",
|
||||
"keywords": [
|
||||
"swc",
|
||||
"helpers"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"module": "src/index.mjs",
|
||||
"name": "@swc/helpers",
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npmjs.org/",
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/swc-project/swc.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "swc -V && bash ./scripts/build.sh",
|
||||
"prepublishOnly": "bash ./scripts/build.sh"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"version": "0.4.14"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user