add enter functionality and resolve title show bug
This commit is contained in:
69
kitabcitab/node_modules/synckit/package.json
generated
vendored
69
kitabcitab/node_modules/synckit/package.json
generated
vendored
@@ -1,27 +1,59 @@
|
||||
{
|
||||
"name": "synckit",
|
||||
"version": "0.8.4",
|
||||
"type": "module",
|
||||
"_args": [
|
||||
[
|
||||
"synckit@0.8.4",
|
||||
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
|
||||
]
|
||||
],
|
||||
"_from": "synckit@0.8.4",
|
||||
"_id": "synckit@0.8.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Dn2ZkzMdSX827QbowGbU/4yjWuvNaCoScLLoMo/yKbu+P4GBR6cRGKZH27k6a9bRzdqcyd1DE96pQtQ6uNkmyw==",
|
||||
"_location": "/synckit",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "synckit@0.8.4",
|
||||
"name": "synckit",
|
||||
"escapedName": "synckit",
|
||||
"rawSpec": "0.8.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.8.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/eslint-import-resolver-typescript"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/synckit/-/synckit-0.8.4.tgz",
|
||||
"_spec": "0.8.4",
|
||||
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
|
||||
"author": {
|
||||
"name": "JounQin",
|
||||
"email": "admin@1stg.me",
|
||||
"url": "https://www.1stG.me"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/un-ts/synckit/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pkgr/utils": "^2.3.1",
|
||||
"tslib": "^2.4.0"
|
||||
},
|
||||
"description": "Perform async work synchronously in Node.js using `worker_threads` with first-class TypeScript support.",
|
||||
"repository": "git+https://github.com/un-ts/synckit.git",
|
||||
"author": "JounQin (https://www.1stG.me) <admin@1stg.me>",
|
||||
"funding": "https://opencollective.com/unts",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^14.18.0 || >=16.0.0"
|
||||
},
|
||||
"main": "./lib/index.cjs",
|
||||
"module": "./lib/index.js",
|
||||
"exports": {
|
||||
"types": "./lib/index.d.ts",
|
||||
"import": "./lib/index.js",
|
||||
"require": "./lib/index.cjs"
|
||||
},
|
||||
"types": "./lib/index.d.ts",
|
||||
"files": [
|
||||
"lib",
|
||||
"!**/*.tsbuildinfo"
|
||||
],
|
||||
"funding": "https://opencollective.com/unts",
|
||||
"homepage": "https://github.com/un-ts/synckit#readme",
|
||||
"keywords": [
|
||||
"deasync",
|
||||
"make-synchronous",
|
||||
@@ -32,8 +64,15 @@
|
||||
"synchronize",
|
||||
"synckit"
|
||||
],
|
||||
"dependencies": {
|
||||
"@pkgr/utils": "^2.3.1",
|
||||
"tslib": "^2.4.0"
|
||||
}
|
||||
}
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.cjs",
|
||||
"module": "./lib/index.js",
|
||||
"name": "synckit",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/un-ts/synckit.git"
|
||||
},
|
||||
"type": "module",
|
||||
"types": "./lib/index.d.ts",
|
||||
"version": "0.8.4"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user