{ "name": "@pnpm/worker", "version": "1000.0.6", "description": "A worker for extracting package taralls to the store", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "scripts": { "lint": "eslint \"src/**/*.ts\"", "prepublishOnly": "pnpm run compile", "test": "pnpm run compile", "compile": "tsc --build && pnpm run lint --fix" }, "repository": "https://github.com/pnpm/pnpm/blob/main/worker", "keywords": [ "pnpm10", "pnpm", "tarball" ], "engines": { "node": ">=18.12" }, "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/main/worker#readme", "peerDependencies": { "@pnpm/logger": ">=5.1.0 <1001.0.0" }, "dependencies": { "@pnpm/cafs-types": "workspace:*", "@pnpm/create-cafs-store": "workspace:*", "@pnpm/crypto.polyfill": "workspace:*", "@pnpm/error": "workspace:*", "@pnpm/exec.pkg-requires-build": "workspace:*", "@pnpm/fs.hard-link-dir": "workspace:*", "@pnpm/graceful-fs": "workspace:*", "@pnpm/store.cafs": "workspace:*", "@pnpm/symlink-dependency": "workspace:*", "@rushstack/worker-pool": "catalog:", "is-windows": "catalog:", "load-json-file": "catalog:", "shell-quote": "catalog:" }, "devDependencies": { "@pnpm/logger": "workspace:*", "@pnpm/types": "workspace:*", "@pnpm/worker": "workspace:*", "@types/is-windows": "catalog:", "@types/shell-quote": "catalog:" }, "funding": "https://opencollective.com/pnpm", "exports": { ".": "./lib/index.js" }, "jest": { "preset": "@pnpm/jest-config" } }