package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "socks-proxy-agent@2.1.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "socks-proxy-agent@2.1.1",
  10. "_id": "socks-proxy-agent@2.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-sFtmYqdUK5dAMh85H0LEVFUCO7OhJJe1/z2x/Z6mxp3s7/QPf1RkZmpZy+BpuU0bEjcV9npqKjq9Y3kwFUjnxw==",
  13. "_location": "/socks-proxy-agent",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "socks-proxy-agent@2.1.1",
  19. "name": "socks-proxy-agent",
  20. "escapedName": "socks-proxy-agent",
  21. "rawSpec": "2.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.1"
  24. },
  25. "_requiredBy": [
  26. "/pac-proxy-agent",
  27. "/proxy-agent"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-2.1.1.tgz",
  30. "_spec": "2.1.1",
  31. "_where": "E:\\2023\\5\\myjadmin",
  32. "author": {
  33. "name": "Nathan Rajlich",
  34. "email": "nathan@tootallnate.net",
  35. "url": "http://n8.io/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/TooTallNate/node-socks-proxy-agent/issues"
  39. },
  40. "dependencies": {
  41. "agent-base": "2",
  42. "extend": "3",
  43. "socks": "~1.1.5"
  44. },
  45. "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
  46. "devDependencies": {
  47. "mocha": "2",
  48. "raw-body": "^2.2.0",
  49. "socksv5": "0.0.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": "socks-proxy-agent.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": "2.1.1"
  72. }