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.

package.json 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "socks-proxy-agent@^4.0.1",
  3. "_id": "socks-proxy-agent@4.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NT6syHhI9LmuEMSK6Kd2V7gNv5KFZoLE7V5udWmn0de+3Mkj3UMA/AJPLyeNUVmElCurSHtUdM3ETpR3z770Wg==",
  6. "_location": "/socks-proxy-agent",
  7. "_phantomChildren": {
  8. "es6-promisify": "5.0.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "socks-proxy-agent@^4.0.1",
  14. "name": "socks-proxy-agent",
  15. "escapedName": "socks-proxy-agent",
  16. "rawSpec": "^4.0.1",
  17. "saveSpec": null,
  18. "fetchSpec": "^4.0.1"
  19. },
  20. "_requiredBy": [
  21. "/pac-proxy-agent",
  22. "/proxy-agent"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-4.0.2.tgz",
  25. "_shasum": "3c8991f3145b2799e70e11bd5fbc8b1963116386",
  26. "_spec": "socks-proxy-agent@^4.0.1",
  27. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\proxy-agent",
  28. "author": {
  29. "name": "Nathan Rajlich",
  30. "email": "nathan@tootallnate.net",
  31. "url": "http://n8.io/"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/TooTallNate/node-socks-proxy-agent/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "agent-base": "~4.2.1",
  39. "socks": "~2.3.2"
  40. },
  41. "deprecated": false,
  42. "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
  43. "devDependencies": {
  44. "mocha": "~5.1.0",
  45. "raw-body": "~2.3.2",
  46. "socksv5": "0.0.6"
  47. },
  48. "engines": {
  49. "node": ">= 6"
  50. },
  51. "homepage": "https://github.com/TooTallNate/node-socks-proxy-agent#readme",
  52. "keywords": [
  53. "socks",
  54. "socks4",
  55. "socks4a",
  56. "proxy",
  57. "http",
  58. "https",
  59. "agent"
  60. ],
  61. "license": "MIT",
  62. "main": "./index.js",
  63. "name": "socks-proxy-agent",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/TooTallNate/node-socks-proxy-agent.git"
  67. },
  68. "scripts": {
  69. "test": "mocha --reporter spec"
  70. },
  71. "version": "4.0.2"
  72. }