This commit is contained in:
parent
7a9bf3199a
commit
c294e2e9ae
5702 changed files with 465039 additions and 34 deletions
45
node_modules/synckit/package.json
generated
vendored
Normal file
45
node_modules/synckit/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"name": "synckit",
|
||||
"version": "0.11.12",
|
||||
"type": "module",
|
||||
"description": "Perform async work synchronously in Node.js using `worker_threads` with first-class TypeScript support.",
|
||||
"repository": "https://github.com/un-ts/synckit.git",
|
||||
"author": "JounQin <admin@1stg.me> (https://www.1stG.me)",
|
||||
"funding": "https://opencollective.com/synckit",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^14.18.0 || >=16.0.0"
|
||||
},
|
||||
"main": "./lib/index.cjs",
|
||||
"types": "./lib/index.d.cts",
|
||||
"module": "./lib/index.js",
|
||||
"exports": {
|
||||
"import": {
|
||||
"types": "./lib/index.d.ts",
|
||||
"default": "./lib/index.js"
|
||||
},
|
||||
"require": {
|
||||
"types": "./lib/index.d.cts",
|
||||
"default": "./lib/index.cjs"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"index.d.cts",
|
||||
"lib",
|
||||
"!**/*.tsbuildinfo"
|
||||
],
|
||||
"keywords": [
|
||||
"deasync",
|
||||
"make-synchronized",
|
||||
"make-synchronous",
|
||||
"sync",
|
||||
"sync-exec",
|
||||
"sync-rpc",
|
||||
"sync-threads",
|
||||
"synchronize",
|
||||
"synckit"
|
||||
],
|
||||
"dependencies": {
|
||||
"@pkgr/core": "^0.2.9"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue