1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_from": "proxy-agent@^5.0.0",
- "_id": "proxy-agent@5.0.0",
- "_inBundle": false,
- "_integrity": "sha512-gkH7BkvLVkSfX9Dk27W6TyNOWWZWRilRfk1XxGNWOYJ2TuedAv1yFpCaU9QSBmBe716XOTNpYNOzhysyw8xn7g==",
- "_location": "/proxy-agent",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "proxy-agent@^5.0.0",
- "name": "proxy-agent",
- "escapedName": "proxy-agent",
- "rawSpec": "^5.0.0",
- "saveSpec": null,
- "fetchSpec": "^5.0.0"
- },
- "_requiredBy": [
- "/urllib"
- ],
- "_resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-5.0.0.tgz",
- "_shasum": "d31405c10d6e8431fde96cba7a0c027ce01d633b",
- "_spec": "proxy-agent@^5.0.0",
- "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\urllib",
- "author": {
- "name": "Nathan Rajlich",
- "email": "nathan@tootallnate.net",
- "url": "http://n8.io/"
- },
- "bugs": {
- "url": "https://github.com/TooTallNate/node-proxy-agent/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "agent-base": "^6.0.0",
- "debug": "4",
- "http-proxy-agent": "^4.0.0",
- "https-proxy-agent": "^5.0.0",
- "lru-cache": "^5.1.1",
- "pac-proxy-agent": "^5.0.0",
- "proxy-from-env": "^1.0.0",
- "socks-proxy-agent": "^5.0.0"
- },
- "deprecated": false,
- "description": "Maps proxy protocols to `http.Agent` implementations",
- "devDependencies": {
- "@types/agent-base": "^4.2.0",
- "mocha": "^6.2.1",
- "proxy": "^1.0.1",
- "socksv5": "0.0.6",
- "stream-to-buffer": "0.1.0"
- },
- "engines": {
- "node": ">= 8"
- },
- "homepage": "https://github.com/TooTallNate/node-proxy-agent",
- "keywords": [
- "http",
- "https",
- "socks",
- "agent",
- "mapping",
- "proxy",
- "cache"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "proxy-agent",
- "repository": {
- "type": "git",
- "url": "git://github.com/TooTallNate/node-proxy-agent.git"
- },
- "scripts": {
- "test": "mocha --reporter spec"
- },
- "version": "5.0.0"
- }
|