@pnpm/tarball-fetcher
Version:
Fetcher for packages hosted as tarballs
77 lines • 2.07 kB
JSON
{
"name": "@pnpm/tarball-fetcher",
"version": "1006.0.6",
"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/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": "commonjs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js"
},
"files": [
"lib",
"!*.map"
],
"dependencies": {
"@zkochan/retry": "^0.2.0",
"lodash.throttle": "4.1.1",
"p-map-values": "^1.0.0",
"path-temp": "^2.1.1",
"ramda": "npm:@pnpm/ramda@0.28.1",
"rename-overwrite": "^6.0.6",
"@pnpm/core-loggers": "1001.0.9",
"@pnpm/error": "1000.1.0",
"@pnpm/fetching-types": "1000.2.1",
"@pnpm/fs.packlist": "1000.0.0",
"@pnpm/prepare-package": "1001.0.7",
"@pnpm/graceful-fs": "1000.1.0",
"@pnpm/fetcher-base": "1001.2.2",
"@pnpm/types": "1001.3.0"
},
"peerDependencies": {
"@pnpm/logger": "^1001.0.1",
"@pnpm/worker": "^1000.6.7"
},
"devDependencies": {
"@jest/globals": "29.7.0",
"@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/fetch": "1001.0.0",
"@pnpm/create-cafs-store": "1000.0.33",
"@pnpm/logger": "1001.0.1",
"@pnpm/cafs-types": "1000.1.0",
"@pnpm/tarball-fetcher": "1006.0.6",
"@pnpm/types": "1001.3.0",
"@pnpm/test-fixtures": "1000.0.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"
}
}