1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/registry/npm/http-proxy-agent/registry.json
David Sherret 8539cacbbe
chore: update more registry.json files (#25615)
Extracted out of https://github.com/denoland/deno/pull/25614

It's better for these to be non-minified because then diffs are better
when adding new versions.
2024-09-13 15:27:20 +01:00

85 lines
2.6 KiB
JSON

{
"name": "http-proxy-agent",
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
"dist-tags": {
"latest": "7.0.2"
},
"versions": {
"7.0.2": {
"name": "http-proxy-agent",
"version": "7.0.2",
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/TooTallNate/proxy-agents.git",
"directory": "packages/http-proxy-agent"
},
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io/"
},
"license": "MIT",
"dependencies": {
"agent-base": "^7.1.0",
"debug": "^4.3.4"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/jest": "^29.5.1",
"@types/node": "^14.18.45",
"async-listen": "^3.0.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4",
"proxy": "2.1.1",
"tsconfig": "0.0.0"
},
"engines": {
"node": ">= 14"
},
"scripts": {
"build": "tsc",
"test": "jest --env node --verbose --bail",
"lint": "eslint . --ext .ts",
"pack": "node ../../scripts/pack.mjs"
},
"bugs": {
"url": "https://github.com/TooTallNate/proxy-agents/issues"
},
"_id": "http-proxy-agent@7.0.2",
"_integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
"_resolved": "/tmp/42ba4e26e53ed178ce9214ff542db94a/http-proxy-agent-7.0.2.tgz",
"_from": "file:http-proxy-agent-7.0.2.tgz",
"_nodeVersion": "20.11.0",
"_npmVersion": "10.2.4",
"dist": {
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
"shasum": "9a8b1f246866c028509486585f62b8f2c18c270e",
"tarball": "http://localhost:4260/http-proxy-agent/http-proxy-agent-7.0.2.tgz",
"fileCount": 8,
"unpackedSize": 23348
},
"directories": {},
"_hasShrinkwrap": false
}
},
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TooTallNate/proxy-agents.git",
"directory": "packages/http-proxy-agent"
},
"homepage": "https://github.com/TooTallNate/proxy-agents#readme",
"bugs": {
"url": "https://github.com/TooTallNate/proxy-agents/issues"
},
"license": "MIT",
"readmeFilename": "README.md"
}