mirror of
https://github.com/rjNemo/federation
synced 2026-06-09 19:46:40 +00:00
67 lines
1.5 KiB
JSON
67 lines
1.5 KiB
JSON
{
|
|
"name": "make-fetch-happen",
|
|
"version": "8.0.10",
|
|
"description": "Opinionated, caching, retrying fetch client",
|
|
"main": "index.js",
|
|
"files": [
|
|
"*.js",
|
|
"lib",
|
|
"utils"
|
|
],
|
|
"scripts": {
|
|
"preversion": "npm t",
|
|
"postversion": "npm publish",
|
|
"prepublishOnly": "git push --follow-tags",
|
|
"test": "tap test/*.js",
|
|
"posttest": "npm run lint",
|
|
"lint": "standard"
|
|
},
|
|
"repository": "https://github.com/npm/make-fetch-happen",
|
|
"keywords": [
|
|
"http",
|
|
"request",
|
|
"fetch",
|
|
"mean girls",
|
|
"caching",
|
|
"cache",
|
|
"subresource integrity"
|
|
],
|
|
"author": {
|
|
"name": "Kat Marchán",
|
|
"email": "kzm@zkat.tech",
|
|
"twitter": "maybekatz"
|
|
},
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"agentkeepalive": "^4.1.0",
|
|
"cacache": "^15.0.0",
|
|
"http-cache-semantics": "^4.0.4",
|
|
"http-proxy-agent": "^4.0.1",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"is-lambda": "^1.0.1",
|
|
"lru-cache": "^6.0.0",
|
|
"minipass": "^3.1.3",
|
|
"minipass-collect": "^1.0.2",
|
|
"minipass-fetch": "^1.3.0",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.2",
|
|
"promise-retry": "^1.1.1",
|
|
"socks-proxy-agent": "^5.0.0",
|
|
"ssri": "^8.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"mkdirp": "^1.0.3",
|
|
"nock": "^11.9.1",
|
|
"npmlog": "^4.1.2",
|
|
"require-inject": "^1.4.2",
|
|
"rimraf": "^2.7.1",
|
|
"safe-buffer": "^5.2.0",
|
|
"standard": "^14.3.1",
|
|
"standard-version": "^7.1.0",
|
|
"tacks": "^1.2.6",
|
|
"tap": "^14.10.6"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
}
|