API/api.medcify.app/node_modules/socks-proxy-agent/package.json

96 lines
2.6 KiB
JSON
Raw Permalink Normal View History

2022-09-26 06:11:44 +00:00
{
"_from": "socks-proxy-agent@^5.0.0",
"_id": "socks-proxy-agent@5.0.1",
"_inBundle": false,
"_integrity": "sha512-vZdmnjb9a2Tz6WEQVIurybSwElwPxMZaIc7PzqbJTrezcKNznv6giT7J7tZDZ1BojVaa1jvO/UiUdhDVB0ACoQ==",
"_location": "/socks-proxy-agent",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "socks-proxy-agent@^5.0.0",
"name": "socks-proxy-agent",
"escapedName": "socks-proxy-agent",
"rawSpec": "^5.0.0",
"saveSpec": null,
"fetchSpec": "^5.0.0"
},
"_requiredBy": [
"/pac-proxy-agent",
"/proxy-agent"
],
"_resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-5.0.1.tgz",
"_shasum": "032fb583048a29ebffec2e6a73fca0761f48177e",
"_spec": "socks-proxy-agent@^5.0.0",
"_where": "/var/www/api.medcify.app/node_modules/proxy-agent",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io/"
},
"bugs": {
"url": "https://github.com/TooTallNate/node-socks-proxy-agent/issues"
},
"bundleDependencies": false,
"dependencies": {
"agent-base": "^6.0.2",
"debug": "4",
"socks": "^2.3.3"
},
"deprecated": false,
"description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
"devDependencies": {
"@types/debug": "4",
"@types/node": "^12.12.11",
"@typescript-eslint/eslint-plugin": "1.6.0",
"@typescript-eslint/parser": "1.1.0",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "4.1.0",
"eslint-import-resolver-typescript": "1.1.1",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.12.4",
"mocha": "^6.2.2",
"proxy": "1",
"raw-body": "^2.3.2",
"rimraf": "^3.0.0",
"socksv5": "github:TooTallNate/socksv5#fix/dstSock-close-event",
"typescript": "^3.5.3"
},
"engines": {
"node": ">= 6"
},
"files": [
"dist"
],
"homepage": "https://github.com/TooTallNate/node-socks-proxy-agent#readme",
"keywords": [
"socks",
"socks4",
"socks4a",
"socks5",
"socks5h",
"proxy",
"http",
"https",
"agent"
],
"license": "MIT",
"main": "dist/index",
"name": "socks-proxy-agent",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/node-socks-proxy-agent.git"
},
"scripts": {
"build": "tsc",
"prebuild": "rimraf dist",
"prepublishOnly": "npm run build",
"test": "mocha --reporter spec",
"test-lint": "eslint src --ext .js,.ts"
},
"typings": "dist/index",
"version": "5.0.1"
}