mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-28 16:52:13 -05:00
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "@pnpm/fetch",
|
|
"version": "2.1.10",
|
|
"description": "node-fetch with retries",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"engines": {
|
|
"node": ">=12.17"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
|
|
"_test": "jest",
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/fetch",
|
|
"keywords": [
|
|
"fetch",
|
|
"npm"
|
|
],
|
|
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "^3.2.3"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/fetch#readme",
|
|
"dependencies": {
|
|
"@pnpm/core-loggers": "workspace:5.0.3",
|
|
"@pnpm/fetching-types": "workspace:1.0.0",
|
|
"@pnpm/npm-registry-agent": "workspace:3.1.1",
|
|
"@zkochan/retry": "^0.2.0",
|
|
"node-fetch": "^2.6.1",
|
|
"node-fetch-unix": "2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/logger": "^3.2.3",
|
|
"@types/node-fetch": "^2.5.7",
|
|
"cpy-cli": "^3.1.1",
|
|
"nock": "12.0.3"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|