add enter functionality and resolve title show bug

This commit is contained in:
ismailsosic
2023-03-08 16:17:26 +01:00
parent 71811fac4b
commit f09648dd67
420 changed files with 21395 additions and 1067108 deletions

View File

@@ -1,7 +1,57 @@
{
"name": "get-tsconfig",
"version": "4.2.0",
"_args": [
[
"get-tsconfig@4.2.0",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
],
"_from": "get-tsconfig@4.2.0",
"_id": "get-tsconfig@4.2.0",
"_inBundle": false,
"_integrity": "sha512-X8u8fREiYOE6S8hLbq99PeykTDoLVnxvF4DjWKJmz9xy2nNRdUcV8ZN9tniJFeKyTU3qnC9lL8n4Chd6LmVKHg==",
"_location": "/get-tsconfig",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "get-tsconfig@4.2.0",
"name": "get-tsconfig",
"escapedName": "get-tsconfig",
"rawSpec": "4.2.0",
"saveSpec": null,
"fetchSpec": "4.2.0"
},
"_requiredBy": [
"/eslint-import-resolver-typescript"
],
"_resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.2.0.tgz",
"_spec": "4.2.0",
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
"author": {
"name": "Hiroki Osame",
"email": "hiroki.osame@gmail.com"
},
"bugs": {
"url": "https://github.com/privatenumber/get-tsconfig/issues"
},
"description": "Find and parse the tsconfig.json file from a directory path",
"exports": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"files": [
"dist"
],
"funding": "https://github.com/privatenumber/get-tsconfig?sponsor=1",
"homepage": "https://github.com/privatenumber/get-tsconfig#readme",
"imports": {
"#get-tsconfig": {
"types": "./src/index.ts",
"development": "./src/index.ts",
"default": "./dist/index.mjs"
}
},
"keywords": [
"get-tsconfig",
"get",
@@ -10,28 +60,13 @@
"tsconfig.json"
],
"license": "MIT",
"repository": "privatenumber/get-tsconfig",
"funding": "https://github.com/privatenumber/get-tsconfig?sponsor=1",
"author": {
"name": "Hiroki Osame",
"email": "hiroki.osame@gmail.com"
},
"files": [
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
"name": "get-tsconfig",
"repository": {
"type": "git",
"url": "git+https://github.com/privatenumber/get-tsconfig.git"
},
"imports": {
"#get-tsconfig": {
"types": "./src/index.ts",
"development": "./src/index.ts",
"default": "./dist/index.mjs"
}
}
}
"types": "./dist/index.d.ts",
"version": "4.2.0"
}