Files
2023-03-08 16:17:26 +01:00

79 lines
1.9 KiB
JSON

{
"_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.",
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"exports": {
"types": "./lib/index.d.ts",
"import": "./lib/index.js",
"require": "./lib/index.cjs"
},
"files": [
"lib",
"!**/*.tsbuildinfo"
],
"funding": "https://opencollective.com/unts",
"homepage": "https://github.com/un-ts/synckit#readme",
"keywords": [
"deasync",
"make-synchronous",
"sync",
"sync-exec",
"sync-rpc",
"sync-threads",
"synchronize",
"synckit"
],
"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"
}