{ "_from": "tinypool@^0.8.2", "_id": "tinypool@0.8.2", "_inBundle": false, "_integrity": "sha512-SUszKYe5wgsxnNOVlBYO6IC+8VGWdVGZWAqUxp3UErNBtptZvWbwyUOyzNL59zigz2rCA92QiL3wvG+JDSdJdQ==", "_location": "/tinypool", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "tinypool@^0.8.2", "name": "tinypool", "escapedName": "tinypool", "rawSpec": "^0.8.2", "saveSpec": null, "fetchSpec": "^0.8.2" }, "_requiredBy": [ "/vitest" ], "_resolved": "https://registry.npmjs.org/tinypool/-/tinypool-0.8.2.tgz", "_shasum": "84013b03dc69dacb322563a475d4c0a9be00f82a", "_spec": "tinypool@^0.8.2", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer/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": ">=14.0.0" }, "files": [ "dist/**" ], "homepage": "https://github.com/tinylibs/tinypool#readme", "keywords": [ "fast", "worker threads", "thread pool" ], "license": "MIT", "main": "./dist/esm/index.js", "module": "./dist/esm/index.js", "name": "tinypool", "packageManager": "pnpm@8.4.0", "repository": { "type": "git", "url": "git+https://github.com/tinylibs/tinypool.git" }, "type": "module", "types": "./dist/index.d.ts", "version": "0.8.2" }