[6a3a178] | 1 | {
|
---|
[e29cc2e] | 2 | "_from": "socks-proxy-agent@^6.0.0",
|
---|
| 3 | "_id": "socks-proxy-agent@6.1.1",
|
---|
[59329aa] | 4 | "_inBundle": false,
|
---|
[e29cc2e] | 5 | "_integrity": "sha512-t8J0kG3csjA4g6FTbsMOWws+7R7vuRC8aQ/wy3/1OWmsgwA68zs/+cExQ0koSitUDXqhufF/YJr9wtNMZHw5Ew==",
|
---|
[59329aa] | 6 | "_location": "/socks-proxy-agent",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
[e29cc2e] | 9 | "type": "range",
|
---|
[59329aa] | 10 | "registry": true,
|
---|
[e29cc2e] | 11 | "raw": "socks-proxy-agent@^6.0.0",
|
---|
[59329aa] | 12 | "name": "socks-proxy-agent",
|
---|
| 13 | "escapedName": "socks-proxy-agent",
|
---|
[e29cc2e] | 14 | "rawSpec": "^6.0.0",
|
---|
[59329aa] | 15 | "saveSpec": null,
|
---|
[e29cc2e] | 16 | "fetchSpec": "^6.0.0"
|
---|
[6a3a178] | 17 | },
|
---|
[59329aa] | 18 | "_requiredBy": [
|
---|
| 19 | "/make-fetch-happen"
|
---|
[6a3a178] | 20 | ],
|
---|
[e29cc2e] | 21 | "_resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.1.1.tgz",
|
---|
| 22 | "_shasum": "e664e8f1aaf4e1fb3df945f09e3d94f911137f87",
|
---|
| 23 | "_spec": "socks-proxy-agent@^6.0.0",
|
---|
| 24 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\make-fetch-happen",
|
---|
[59329aa] | 25 | "author": {
|
---|
| 26 | "name": "Nathan Rajlich",
|
---|
| 27 | "email": "nathan@tootallnate.net",
|
---|
| 28 | "url": "http://n8.io/"
|
---|
| 29 | },
|
---|
[6a3a178] | 30 | "bugs": {
|
---|
| 31 | "url": "https://github.com/TooTallNate/node-socks-proxy-agent/issues"
|
---|
| 32 | },
|
---|
[e29cc2e] | 33 | "bundleDependencies": false,
|
---|
[6a3a178] | 34 | "dependencies": {
|
---|
| 35 | "agent-base": "^6.0.2",
|
---|
| 36 | "debug": "^4.3.1",
|
---|
| 37 | "socks": "^2.6.1"
|
---|
| 38 | },
|
---|
[e29cc2e] | 39 | "deprecated": false,
|
---|
[59329aa] | 40 | "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
|
---|
[6a3a178] | 41 | "devDependencies": {
|
---|
| 42 | "@types/debug": "latest",
|
---|
| 43 | "@types/node": "latest",
|
---|
| 44 | "@typescript-eslint/eslint-plugin": "latest",
|
---|
| 45 | "@typescript-eslint/parser": "latest",
|
---|
| 46 | "eslint": "latest",
|
---|
| 47 | "eslint-config-airbnb": "latest",
|
---|
| 48 | "eslint-config-prettier": "latest",
|
---|
| 49 | "eslint-import-resolver-typescript": "latest",
|
---|
| 50 | "eslint-plugin-import": "latest",
|
---|
| 51 | "eslint-plugin-jsx-a11y": "latest",
|
---|
| 52 | "eslint-plugin-react": "latest",
|
---|
| 53 | "mocha": "latest",
|
---|
| 54 | "proxy": "latest",
|
---|
| 55 | "raw-body": "latest",
|
---|
| 56 | "rimraf": "latest",
|
---|
[59329aa] | 57 | "socksv5": "github:TooTallNate/socksv5#fix/dstSock-close-event",
|
---|
[6a3a178] | 58 | "typescript": "latest"
|
---|
| 59 | },
|
---|
| 60 | "engines": {
|
---|
| 61 | "node": ">= 10"
|
---|
[59329aa] | 62 | },
|
---|
| 63 | "files": [
|
---|
| 64 | "dist"
|
---|
| 65 | ],
|
---|
| 66 | "homepage": "https://github.com/TooTallNate/node-socks-proxy-agent#readme",
|
---|
| 67 | "keywords": [
|
---|
| 68 | "socks",
|
---|
| 69 | "socks4",
|
---|
| 70 | "socks4a",
|
---|
| 71 | "socks5",
|
---|
| 72 | "socks5h",
|
---|
| 73 | "proxy",
|
---|
| 74 | "http",
|
---|
| 75 | "https",
|
---|
| 76 | "agent"
|
---|
| 77 | ],
|
---|
| 78 | "license": "MIT",
|
---|
| 79 | "main": "dist/index",
|
---|
| 80 | "name": "socks-proxy-agent",
|
---|
| 81 | "repository": {
|
---|
| 82 | "type": "git",
|
---|
| 83 | "url": "git://github.com/TooTallNate/node-socks-proxy-agent.git"
|
---|
| 84 | },
|
---|
| 85 | "scripts": {
|
---|
| 86 | "build": "tsc",
|
---|
| 87 | "prebuild": "rimraf dist",
|
---|
| 88 | "prepublishOnly": "npm run build",
|
---|
| 89 | "test": "mocha --reporter spec",
|
---|
| 90 | "test-lint": "eslint src --ext .js,.ts"
|
---|
| 91 | },
|
---|
[e29cc2e] | 92 | "typings": "dist/index.d.ts",
|
---|
| 93 | "version": "6.1.1"
|
---|
[6a3a178] | 94 | }
|
---|