{ "name": "@pnpm/fetch", "version": "2.1.2", "description": "node-fetch with retries", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=10.13" }, "scripts": { "lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts", "_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/fetch/coverage ts-node packages/fetch/test --type-check", "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 (https://www.kochan.io/)", "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "peerDependencies": { "@pnpm/logger": "^3.1.0" }, "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/fetch#readme", "dependencies": { "@pnpm/core-loggers": "workspace:^4.2.0", "@pnpm/fetching-types": "workspace:^1.0.0", "@pnpm/npm-registry-agent": "workspace:^3.0.1", "@zkochan/retry": "^0.2.0", "node-fetch": "2.6.0", "node-fetch-unix": "2.3.0" }, "devDependencies": { "@pnpm/fetch": "link:", "@pnpm/logger": "^3.2.2", "@types/node-fetch": "^2.5.7", "cpy-cli": "^3.1.1", "nock": "12.0.3" }, "funding": "https://opencollective.com/pnpm" }