You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

98 lines
2.6 KiB

{
"_args": [
[
"socks-proxy-agent@6.1.1",
"/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui"
]
],
"_development": true,
"_from": "socks-proxy-agent@6.1.1",
"_id": "socks-proxy-agent@6.1.1",
"_inBundle": false,
"_integrity": "sha512-t8J0kG3csjA4g6FTbsMOWws+7R7vuRC8aQ/wy3/1OWmsgwA68zs/+cExQ0koSitUDXqhufF/YJr9wtNMZHw5Ew==",
"_location": "/socks-proxy-agent",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "socks-proxy-agent@6.1.1",
"name": "socks-proxy-agent",
"escapedName": "socks-proxy-agent",
"rawSpec": "6.1.1",
"saveSpec": null,
"fetchSpec": "6.1.1"
},
"_requiredBy": [
"/make-fetch-happen"
],
"_resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.1.1.tgz",
"_spec": "6.1.1",
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io/"
},
"bugs": {
"url": "https://github.com/TooTallNate/node-socks-proxy-agent/issues"
},
"dependencies": {
"agent-base": "^6.0.2",
"debug": "^4.3.1",
"socks": "^2.6.1"
},
"description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
"devDependencies": {
"@types/debug": "latest",
"@types/node": "latest",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"eslint": "latest",
"eslint-config-airbnb": "latest",
"eslint-config-prettier": "latest",
"eslint-import-resolver-typescript": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-jsx-a11y": "latest",
"eslint-plugin-react": "latest",
"mocha": "latest",
"proxy": "latest",
"raw-body": "latest",
"rimraf": "latest",
"socksv5": "github:TooTallNate/socksv5#fix/dstSock-close-event",
"typescript": "latest"
},
"engines": {
"node": ">= 10"
},
"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.d.ts",
"version": "6.1.1"
}