| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "_args": [
- [
- "pac-proxy-agent@2.0.0",
- "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
- ]
- ],
- "_from": "pac-proxy-agent@2.0.0",
- "_id": "pac-proxy-agent@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-t57UiJpi5mFLTvjheC1SNSwIhml3+ElNOj69iRrydtQXZJr8VIFYSDtyPi/3ZysA62kD2dmww6pDlzk0VaONZg==",
- "_location": "/pac-proxy-agent",
- "_phantomChildren": {
- "extend": "3.0.1"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "pac-proxy-agent@2.0.0",
- "name": "pac-proxy-agent",
- "escapedName": "pac-proxy-agent",
- "rawSpec": "2.0.0",
- "saveSpec": null,
- "fetchSpec": "2.0.0"
- },
- "_requiredBy": [
- "/proxy-agent"
- ],
- "_resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-2.0.0.tgz",
- "_spec": "2.0.0",
- "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
- "author": {
- "name": "Nathan Rajlich",
- "email": "nathan@tootallnate.net",
- "url": "http://n8.io/"
- },
- "bugs": {
- "url": "https://github.com/TooTallNate/node-pac-proxy-agent/issues"
- },
- "dependencies": {
- "agent-base": "^2.1.1",
- "debug": "^2.6.8",
- "get-uri": "^2.0.0",
- "http-proxy-agent": "^1.0.0",
- "https-proxy-agent": "^1.0.0",
- "pac-resolver": "^3.0.0",
- "raw-body": "^2.2.0",
- "socks-proxy-agent": "^3.0.0"
- },
- "description": "A PAC file proxy `http.Agent` implementation for HTTP",
- "devDependencies": {
- "mocha": "^3.4.2",
- "proxy": "0.2.3",
- "socksv5": "0.0.6"
- },
- "homepage": "https://github.com/TooTallNate/node-pac-proxy-agent",
- "keywords": [
- "pac",
- "proxy",
- "agent",
- "http",
- "https",
- "socks",
- "request",
- "access"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "pac-proxy-agent",
- "repository": {
- "type": "git",
- "url": "git://github.com/TooTallNate/node-pac-proxy-agent.git"
- },
- "scripts": {
- "test": "mocha --reporter spec"
- },
- "version": "2.0.0"
- }
|