{
  "_from": "synckit@^0.11.12",
  "_id": "synckit@0.11.12",
  "_inBundle": false,
  "_integrity": "sha512-Bh7QjT8/SuKUIfObSXNHNSK6WHo6J1tHCqJsuaFDP7gP0fkzSfTxI8y85JrppZ0h8l0maIgc2tfuZQ6/t3GtnQ==",
  "_location": "/synckit",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "synckit@^0.11.12",
    "name": "synckit",
    "escapedName": "synckit",
    "rawSpec": "^0.11.12",
    "saveSpec": null,
    "fetchSpec": "^0.11.12"
  },
  "_requiredBy": [
    "/eslint-plugin-prettier"
  ],
  "_resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.12.tgz",
  "_shasum": "abe74124264fbc00a48011b0d98bdc1cffb64a7b",
  "_spec": "synckit@^0.11.12",
  "_where": "/var/www/tecnibi/node_modules/eslint-plugin-prettier",
  "author": {
    "name": "JounQin",
    "email": "admin@1stg.me",
    "url": "https://www.1stG.me"
  },
  "bugs": {
    "url": "https://github.com/un-ts/synckit/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@pkgr/core": "^0.2.9"
  },
  "deprecated": false,
  "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": {
    "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"
  ],
  "funding": "https://opencollective.com/synckit",
  "homepage": "https://github.com/un-ts/synckit#readme",
  "keywords": [
    "deasync",
    "make-synchronized",
    "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.cts",
  "version": "0.11.12"
}
