{ "name": "@pnpm/node.fetcher", "version": "4.0.14", "description": "Node.js artifacts fetcher", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "exports": { ".": "./lib/index.js" }, "engines": { "node": ">=18.12" }, "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "compile": "tsc --build && pnpm run lint --fix" }, "repository": "https://github.com/pnpm/pnpm/blob/main/env/node.fetcher", "keywords": [ "pnpm9", "pnpm", "env", "node.js" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/main/env/node.fetcher#readme", "dependencies": { "@pnpm/create-cafs-store": "workspace:*", "@pnpm/error": "workspace:*", "@pnpm/fetcher-base": "workspace:*", "@pnpm/fetching-types": "workspace:*", "@pnpm/pick-fetcher": "workspace:*", "@pnpm/tarball-fetcher": "workspace:*", "adm-zip": "catalog:", "detect-libc": "catalog:", "rename-overwrite": "catalog:", "tempy": "catalog:" }, "devDependencies": { "@pnpm/cafs-types": "workspace:*", "@pnpm/node.fetcher": "workspace:*", "@pnpm/prepare": "workspace:*", "@types/adm-zip": "catalog:", "node-fetch": "catalog:" } }