package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "socks@1.1.10",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "socks@1.1.10",
  10. "_id": "socks@1.1.10",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ArX4vGPULWjKDKgUnW8YzfI2uXW7kzgkJuB0GnFBA/PfT3exrrOk+7Wk2oeb894Qf20u1PWv9LEgrO0Z82qAzA==",
  13. "_location": "/socks",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "socks@1.1.10",
  19. "name": "socks",
  20. "escapedName": "socks",
  21. "rawSpec": "1.1.10",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.10"
  24. },
  25. "_requiredBy": [
  26. "/socks-proxy-agent"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/socks/-/socks-1.1.10.tgz",
  29. "_spec": "1.1.10",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Josh Glazebrook"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/JoshGlazebrook/socks/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Samuel Gordalina"
  40. }
  41. ],
  42. "dependencies": {
  43. "ip": "^1.1.4",
  44. "smart-buffer": "^1.0.13"
  45. },
  46. "description": "A SOCKS proxy client supporting SOCKS 4, 4a, and 5. (also supports BIND/Associate)",
  47. "engines": {
  48. "node": ">= 0.10.0",
  49. "npm": ">= 1.3.5"
  50. },
  51. "homepage": "https://github.com/JoshGlazebrook/socks",
  52. "keywords": [
  53. "socks",
  54. "proxy",
  55. "client",
  56. "tor",
  57. "bind",
  58. "associate",
  59. "socks 4",
  60. "socks 4a",
  61. "socks 5",
  62. "agent"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "socks",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/JoshGlazebrook/socks.git"
  70. },
  71. "version": "1.1.10"
  72. }