81 lines
2.1 KiB
JSON
81 lines
2.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"proxy-agent@5.0.0",
|
|
"/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools"
|
|
]
|
|
],
|
|
"_from": "proxy-agent@5.0.0",
|
|
"_id": "proxy-agent@5.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-0xQFwQ1uhDH96Wy6egwCfOAdYzs=",
|
|
"_location": "/proxy-agent",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"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.nlark.com/proxy-agent/download/proxy-agent-5.0.0.tgz?cache=0&sync_timestamp=1626290915806&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fproxy-agent%2Fdownload%2Fproxy-agent-5.0.0.tgz",
|
|
"_spec": "5.0.0",
|
|
"_where": "/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools",
|
|
"author": {
|
|
"name": "Nathan Rajlich",
|
|
"email": "nathan@tootallnate.net",
|
|
"url": "http://n8.io/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/TooTallNate/node-proxy-agent/issues"
|
|
},
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|