{ "name": "@pnpm/tarball-fetcher", "version": "1003.0.0", "description": "Fetcher for packages hosted as tarballs", "keywords": [ "pnpm", "pnpm11", "fetcher", "tarball" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/tree/main/fetching/tarball-fetcher", "homepage": "https://github.com/pnpm/pnpm/tree/main/fetching/tarball-fetcher#readme", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": "./lib/index.js" }, "files": [ "lib", "!*.map" ], "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "prepublishOnly": "pnpm run compile", "_test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest", "test": "pnpm run compile && pnpm run _test", "compile": "tsgo --build && pnpm run lint --fix" }, "dependencies": { "@pnpm/core-loggers": "workspace:*", "@pnpm/error": "workspace:*", "@pnpm/fetcher-base": "workspace:*", "@pnpm/fetching-types": "workspace:*", "@pnpm/fs.packlist": "workspace:*", "@pnpm/graceful-fs": "workspace:*", "@pnpm/prepare-package": "workspace:*", "@pnpm/types": "workspace:*", "@zkochan/retry": "catalog:", "lodash.throttle": "catalog:", "p-map-values": "catalog:", "path-temp": "catalog:", "ramda": "catalog:", "rename-overwrite": "catalog:" }, "peerDependencies": { "@pnpm/logger": "catalog:", "@pnpm/worker": "workspace:^" }, "devDependencies": { "@jest/globals": "catalog:", "@pnpm/cafs-types": "workspace:*", "@pnpm/create-cafs-store": "workspace:*", "@pnpm/fetch": "workspace:*", "@pnpm/logger": "workspace:*", "@pnpm/tarball-fetcher": "workspace:*", "@pnpm/test-fixtures": "workspace:*", "@pnpm/types": "workspace:*", "@pnpm/util.lex-comparator": "catalog:", "@types/lodash.throttle": "catalog:", "@types/ramda": "catalog:", "@types/retry": "catalog:", "@types/ssri": "catalog:", "nock": "catalog:", "ssri": "catalog:", "tempy": "catalog:" }, "engines": { "node": ">=22.13" }, "jest": { "preset": "@pnpm/jest-config" } }