83 lines
2.1 KiB
JSON
83 lines
2.1 KiB
JSON
{
|
|
"_from": "http-proxy-agent@^7.0.2",
|
|
"_id": "http-proxy-agent@7.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
|
"_location": "/http-proxy-agent",
|
|
"_phantomChildren": {
|
|
"debug": "4.3.7"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "http-proxy-agent@^7.0.2",
|
|
"name": "http-proxy-agent",
|
|
"escapedName": "http-proxy-agent",
|
|
"rawSpec": "^7.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^7.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
|
"_shasum": "9a8b1f246866c028509486585f62b8f2c18c270e",
|
|
"_spec": "http-proxy-agent@^7.0.2",
|
|
"_where": "D:\\ruyi\\案例",
|
|
"author": {
|
|
"name": "Nathan Rajlich",
|
|
"email": "nathan@tootallnate.net",
|
|
"url": "http://n8.io/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/TooTallNate/proxy-agents/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"agent-base": "^7.1.0",
|
|
"debug": "^4.3.4"
|
|
},
|
|
"deprecated": false,
|
|
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
|
|
"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",
|
|
"proxy": "2.1.1",
|
|
"ts-jest": "^29.1.0",
|
|
"tsconfig": "0.0.0",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/TooTallNate/proxy-agents#readme",
|
|
"keywords": [
|
|
"http",
|
|
"proxy",
|
|
"endpoint",
|
|
"agent"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"name": "http-proxy-agent",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/TooTallNate/proxy-agents.git",
|
|
"directory": "packages/http-proxy-agent"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"lint": "eslint . --ext .ts",
|
|
"pack": "node ../../scripts/pack.mjs",
|
|
"test": "jest --env node --verbose --bail"
|
|
},
|
|
"types": "./dist/index.d.ts",
|
|
"version": "7.0.2"
|
|
}
|