2025-04-19 15:38:48 +08:00

83 lines
2.1 KiB
JSON

{
"_from": "agent-base@^7.1.0",
"_id": "agent-base@7.1.1",
"_inBundle": false,
"_integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
"_location": "/http-proxy-agent/agent-base",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "agent-base@^7.1.0",
"name": "agent-base",
"escapedName": "agent-base",
"rawSpec": "^7.1.0",
"saveSpec": null,
"fetchSpec": "^7.1.0"
},
"_requiredBy": [
"/http-proxy-agent"
],
"_resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-7.1.1.tgz",
"_shasum": "bdbded7dfb096b751a2a087eeeb9664725b2e317",
"_spec": "agent-base@^7.1.0",
"_where": "D:\\ruyi\\案例\\node_modules\\http-proxy-agent",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io/"
},
"bugs": {
"url": "https://github.com/TooTallNate/proxy-agents/issues"
},
"bundleDependencies": false,
"dependencies": {
"debug": "^4.3.4"
},
"deprecated": false,
"description": "Turn a function into an `http.Agent` instance",
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/jest": "^29.5.1",
"@types/node": "^14.18.45",
"@types/semver": "^7.3.13",
"@types/ws": "^6.0.4",
"async-listen": "^3.0.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"tsconfig": "0.0.0",
"typescript": "^5.0.4",
"ws": "^3.3.3"
},
"engines": {
"node": ">= 14"
},
"files": [
"dist"
],
"homepage": "https://github.com/TooTallNate/proxy-agents#readme",
"keywords": [
"http",
"agent",
"base",
"barebones",
"https"
],
"license": "MIT",
"main": "./dist/index.js",
"name": "agent-base",
"repository": {
"type": "git",
"url": "git+https://github.com/TooTallNate/proxy-agents.git",
"directory": "packages/agent-base"
},
"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.1.1"
}