@pnpm/tarball-fetcher
Version:
Fetcher for packages hosted as tarballs
74 lines • 1.99 kB
JSON
{
"name": "@pnpm/tarball-fetcher",
"version": "1001.0.2",
"description": "Fetcher for packages hosted as tarballs",
"keywords": [
"pnpm",
"pnpm10",
"fetcher",
"tarball"
],
"license": "MIT",
"funding": "https://opencollective.com/pnpm",
"repository": "https://github.com/pnpm/pnpm/blob/main/fetching/tarball-fetcher",
"homepage": "https://github.com/pnpm/pnpm/blob/main/fetching/tarball-fetcher#readme",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js"
},
"files": [
"lib",
"!*.map"
],
"dependencies": {
"@pnpm/fs.packlist": "2.0.0",
"@zkochan/retry": "^0.2.0",
"lodash.throttle": "4.1.1",
"p-map-values": "^1.0.0",
"path-temp": "^2.1.0",
"ramda": "npm:@pnpm/ramda@0.28.1",
"rename-overwrite": "^6.0.2",
"@pnpm/core-loggers": "1000.1.5",
"@pnpm/fetcher-base": "1000.0.7",
"@pnpm/fetching-types": "1000.1.0",
"@pnpm/graceful-fs": "1000.0.0",
"@pnpm/prepare-package": "1000.0.10",
"@pnpm/error": "1000.0.2"
},
"peerDependencies": {
"@pnpm/logger": ">=5.1.0 <1001.0.0",
"@pnpm/worker": "^1000.1.2"
},
"devDependencies": {
"@types/lodash.throttle": "4.1.7",
"@types/ramda": "0.29.12",
"@types/retry": "^0.12.5",
"@types/ssri": "^7.1.5",
"nock": "13.3.4",
"ssri": "10.0.5",
"tempy": "^1.0.1",
"@pnpm/cafs-types": "1000.0.0",
"@pnpm/fetch": "1000.1.6",
"@pnpm/create-cafs-store": "1000.0.9",
"@pnpm/logger": "1000.0.0",
"@pnpm/tarball-fetcher": "1001.0.2",
"@pnpm/test-fixtures": "0.1.37",
"@pnpm/types": "1000.3.0"
},
"engines": {
"node": ">=18.12"
},
"jest": {
"preset": "@pnpm/jest-config"
},
"scripts": {
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"compile": "tsc --build && pnpm run lint --fix"
}
}