package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "socks-proxy-agent@3.0.1",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "socks-proxy-agent@3.0.1",
  9. "_id": "socks-proxy-agent@3.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-ZwEDymm204mTzvdqyUqOdovVr2YRd2NYskrYrF2LXyZ9qDiMAoFESGK8CRphiO7rtbo2Y757k2Nia3x2hGtalA==",
  12. "_location": "/socks-proxy-agent",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "socks-proxy-agent@3.0.1",
  18. "name": "socks-proxy-agent",
  19. "escapedName": "socks-proxy-agent",
  20. "rawSpec": "3.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.1"
  23. },
  24. "_requiredBy": [
  25. "/pac-proxy-agent",
  26. "/proxy-agent"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-3.0.1.tgz",
  29. "_spec": "3.0.1",
  30. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  31. "author": {
  32. "name": "Nathan Rajlich",
  33. "email": "nathan@tootallnate.net",
  34. "url": "http://n8.io/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/TooTallNate/node-socks-proxy-agent/issues"
  38. },
  39. "dependencies": {
  40. "agent-base": "^4.1.0",
  41. "socks": "^1.1.10"
  42. },
  43. "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
  44. "devDependencies": {
  45. "mocha": "^3.4.2",
  46. "raw-body": "^2.2.0",
  47. "socksv5": "0.0.6"
  48. },
  49. "homepage": "https://github.com/TooTallNate/node-socks-proxy-agent#readme",
  50. "keywords": [
  51. "socks",
  52. "socks4",
  53. "socks4a",
  54. "proxy",
  55. "http",
  56. "https",
  57. "agent"
  58. ],
  59. "license": "MIT",
  60. "main": "./index.js",
  61. "name": "socks-proxy-agent",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/TooTallNate/node-socks-proxy-agent.git"
  65. },
  66. "scripts": {
  67. "test": "mocha --reporter spec"
  68. },
  69. "version": "3.0.1"
  70. }