projecte_ionic/node_modules/socks-proxy-agent/package.json
2022-02-09 18:30:03 +01:00

95 lines
2.6 KiB
JSON
Executable file

{
"_from": "socks-proxy-agent@^6.0.0",
"_id": "socks-proxy-agent@6.1.0",
"_inBundle": false,
"_integrity": "sha512-57e7lwCN4Tzt3mXz25VxOErJKXlPfXmkMLnk310v/jwW20jWRVcgsOit+xNkN3eIEdB47GwnfAEBLacZ/wVIKg==",
"_location": "/socks-proxy-agent",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "socks-proxy-agent@^6.0.0",
"name": "socks-proxy-agent",
"escapedName": "socks-proxy-agent",
"rawSpec": "^6.0.0",
"saveSpec": null,
"fetchSpec": "^6.0.0"
},
"_requiredBy": [
"/make-fetch-happen"
],
"_resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.1.0.tgz",
"_shasum": "869cf2d7bd10fea96c7ad3111e81726855e285c3",
"_spec": "socks-proxy-agent@^6.0.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/make-fetch-happen",
"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.3.1",
"socks": "^2.6.1"
},
"deprecated": false,
"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",
"version": "6.1.0"
}