| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_args": [
- [
- "proxy-agent@2.0.0",
- "E:\\2023\\5\\myjadmin"
- ]
- ],
- "_development": true,
- "_from": "proxy-agent@2.0.0",
- "_id": "proxy-agent@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-KAJqqQk7BZ/2aWcQ6aVLrA3NzTGNt69HBBFYnqTCy93DbtLSkXJZseFmpBzGI3+aon4B4rkAFxWJwzcb1cvCgA==",
- "_location": "/proxy-agent",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "proxy-agent@2.0.0",
- "name": "proxy-agent",
- "escapedName": "proxy-agent",
- "rawSpec": "2.0.0",
- "saveSpec": null,
- "fetchSpec": "2.0.0"
- },
- "_requiredBy": [
- "/nightwatch"
- ],
- "_resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-2.0.0.tgz",
- "_spec": "2.0.0",
- "_where": "E:\\2023\\5\\myjadmin",
- "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": "2",
- "debug": "2",
- "extend": "3",
- "http-proxy-agent": "1",
- "https-proxy-agent": "1",
- "lru-cache": "~2.6.5",
- "pac-proxy-agent": "1",
- "socks-proxy-agent": "2"
- },
- "description": "Maps proxy protocols to `http.Agent` implementations",
- "devDependencies": {
- "mocha": "2",
- "proxy": "0.2.3",
- "socksv5": "0.0.6",
- "stream-to-buffer": "0.1.0"
- },
- "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": "2.0.0"
- }
|