1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tests/registry/npm/https-proxy-agent/registry.json

89 lines
2.8 KiB
JSON
Raw Normal View History

{
"name": "https-proxy-agent",
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
"dist-tags": {
"latest": "7.0.5"
},
"versions": {
"7.0.5": {
"name": "https-proxy-agent",
"version": "7.0.5",
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/TooTallNate/proxy-agents.git",
"directory": "packages/https-proxy-agent"
},
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io/"
},
"license": "MIT",
"dependencies": {
"agent-base": "^7.0.2",
"debug": "4"
},
"devDependencies": {
"@types/async-retry": "^1.4.5",
"@types/debug": "4",
"@types/jest": "^29.5.1",
"@types/node": "^14.18.45",
"async-listen": "^3.0.0",
"async-retry": "^1.3.3",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4",
"proxy": "2.2.0",
"tsconfig": "0.0.0"
},
"engines": {
"node": ">= 14"
},
"scripts": {
"build": "tsc",
"test": "jest --env node --verbose --bail test/test.ts",
"test-e2e": "jest --env node --verbose --bail test/e2e.test.ts",
"lint": "eslint --ext .ts",
"pack": "node ../../scripts/pack.mjs"
},
"_id": "https-proxy-agent@7.0.5",
"bugs": {
"url": "https://github.com/TooTallNate/proxy-agents/issues"
},
"_integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==",
"_resolved": "/tmp/5180433bb9463a934c98795a9595b7a5/https-proxy-agent-7.0.5.tgz",
"_from": "file:https-proxy-agent-7.0.5.tgz",
"_nodeVersion": "20.15.0",
"_npmVersion": "10.7.0",
"dist": {
"integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==",
"shasum": "9e8b5013873299e11fab6fd548405da2d6c602b2",
"tarball": "http://localhost:4260/https-proxy-agent/https-proxy-agent-7.0.5.tgz",
"fileCount": 12,
"unpackedSize": 34878
},
"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/https-proxy-agent"
},
"license": "MIT",
"homepage": "https://github.com/TooTallNate/proxy-agents#readme",
"bugs": {
"url": "https://github.com/TooTallNate/proxy-agents/issues"
},
"readmeFilename": "README.md"
}