package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "socks-proxy-agent@^4.0.0",
  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.0",
  14. "name": "socks-proxy-agent",
  15. "escapedName": "socks-proxy-agent",
  16. "rawSpec": "^4.0.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^4.0.0"
  19. },
  20. "_requiredBy": [
  21. "/make-fetch-happen"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-4.0.2.tgz",
  24. "_shasum": "3c8991f3145b2799e70e11bd5fbc8b1963116386",
  25. "_spec": "socks-proxy-agent@^4.0.0",
  26. "_where": "/Users/isaacs/dev/npm/cli/node_modules/make-fetch-happen",
  27. "author": {
  28. "name": "Nathan Rajlich",
  29. "email": "nathan@tootallnate.net",
  30. "url": "http://n8.io/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/TooTallNate/node-socks-proxy-agent/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "agent-base": "~4.2.1",
  38. "socks": "~2.3.2"
  39. },
  40. "deprecated": false,
  41. "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
  42. "devDependencies": {
  43. "mocha": "~5.1.0",
  44. "raw-body": "~2.3.2",
  45. "socksv5": "0.0.6"
  46. },
  47. "engines": {
  48. "node": ">= 6"
  49. },
  50. "homepage": "https://github.com/TooTallNate/node-socks-proxy-agent#readme",
  51. "keywords": [
  52. "socks",
  53. "socks4",
  54. "socks4a",
  55. "proxy",
  56. "http",
  57. "https",
  58. "agent"
  59. ],
  60. "license": "MIT",
  61. "main": "./index.js",
  62. "name": "socks-proxy-agent",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/TooTallNate/node-socks-proxy-agent.git"
  66. },
  67. "scripts": {
  68. "test": "mocha --reporter spec"
  69. },
  70. "version": "4.0.2"
  71. }