{ "_from": "tinypool@^1.1.1", "_id": "tinypool@1.1.1", "_inBundle": false, "_integrity": "sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==", "_location": "/tinypool", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "tinypool@^1.1.1", "name": "tinypool", "escapedName": "tinypool", "rawSpec": "^1.1.1", "saveSpec": null, "fetchSpec": "^1.1.1" }, "_requiredBy": [ "/vitest" ], "_resolved": "https://registry.npmmirror.com/tinypool/-/tinypool-1.1.1.tgz", "_shasum": "059f2d042bd37567fbc017d3d426bdd2a2612591", "_spec": "tinypool@^1.1.1", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\vitest", "bugs": { "url": "https://github.com/tinylibs/tinypool/issues" }, "bundleDependencies": false, "deprecated": false, "description": "A minimal and tiny Node.js Worker Thread Pool implementation, a fork of piscina, but with fewer features", "engines": { "node": "^18.0.0 || >=20.0.0" }, "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./package.json": "./package.json" }, "files": [ "dist" ], "homepage": "https://github.com/tinylibs/tinypool#readme", "keywords": [ "fast", "worker threads", "thread pool" ], "license": "MIT", "main": "./dist/index.js", "module": "./dist/index.js", "name": "tinypool", "packageManager": "pnpm@9.0.6", "pnpm": { "overrides": { "vitest>tinypool": "link:./" } }, "repository": { "type": "git", "url": "git+https://github.com/tinylibs/tinypool.git" }, "type": "module", "types": "./dist/index.d.ts", "version": "1.1.1" }