{ "_from": "quansync@^0.2.11", "_id": "quansync@0.2.11", "_inBundle": false, "_integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==", "_location": "/quansync", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "quansync@^0.2.11", "name": "quansync", "escapedName": "quansync", "rawSpec": "^0.2.11", "saveSpec": null, "fetchSpec": "^0.2.11" }, "_requiredBy": [ "/local-pkg" ], "_resolved": "https://registry.npmmirror.com/quansync/-/quansync-0.2.11.tgz", "_shasum": "f9c3adda2e1272e4f8cf3f1457b04cbdb4ee692a", "_spec": "quansync@^0.2.11", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\local-pkg", "author": { "name": "Anthony Fu", "email": "anthonyfu117@hotmail.com" }, "bugs": { "url": "https://github.com/quansync-dev/quansync/issues" }, "bundleDependencies": false, "contributors": [ { "name": "三咲智子 Kevin Deng", "email": "sxzz@sxzz.moe" } ], "deprecated": false, "description": "Create sync/async APIs with usable logic", "devDependencies": { "@antfu/eslint-config": "^5.2.1", "@types/node": "^24.3.0", "bumpp": "^10.2.3", "eslint": "^9.33.0", "gensync": "1.0.0-beta.2", "lint-staged": "^16.1.5", "mitata": "^1.0.34", "simple-git-hooks": "^2.13.1", "tsx": "^4.20.4", "typescript": "^5.9.2", "unbuild": "^3.6.1", "vite": "^7.1.2", "vitest": "^3.2.4" }, "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./macro": { "import": "./dist/macro.mjs", "require": "./dist/macro.cjs" }, "./types": { "import": "./dist/types.mjs", "require": "./dist/types.cjs" } }, "files": [ "dist" ], "funding": [ { "type": "individual", "url": "https://github.com/sponsors/antfu" }, { "type": "individual", "url": "https://github.com/sponsors/sxzz" } ], "homepage": "https://github.com/quansync-dev/quansync#readme", "keywords": [ "async", "sync", "generator" ], "license": "MIT", "lint-staged": { "*": "eslint --fix" }, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "name": "quansync", "repository": { "type": "git", "url": "git+https://github.com/quansync-dev/quansync.git" }, "scripts": { "benchmark": "node scripts/benchmark.js", "build": "unbuild", "dev": "unbuild --stub", "lint": "eslint .", "release": "bumpp", "start": "tsx src/index.ts", "test": "vitest", "typecheck": "tsc --noEmit" }, "sideEffects": false, "simple-git-hooks": { "pre-commit": "pnpm lint-staged" }, "type": "module", "types": "./dist/index.d.mts", "typesVersions": { "*": { "*": [ "./dist/*", "./*" ] } }, "version": "0.2.11" }