package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "socks-proxy-agent@4.0.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "socks-proxy-agent@4.0.2",
  10. "_id": "socks-proxy-agent@4.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-NT6syHhI9LmuEMSK6Kd2V7gNv5KFZoLE7V5udWmn0de+3Mkj3UMA/AJPLyeNUVmElCurSHtUdM3ETpR3z770Wg==",
  13. "_location": "/socks-proxy-agent",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "socks-proxy-agent@4.0.2",
  19. "name": "socks-proxy-agent",
  20. "escapedName": "socks-proxy-agent",
  21. "rawSpec": "4.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.2"
  24. },
  25. "_requiredBy": [
  26. "/make-fetch-happen"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-4.0.2.tgz",
  29. "_spec": "4.0.2",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  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.2.1",
  41. "socks": "~2.3.2"
  42. },
  43. "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
  44. "devDependencies": {
  45. "mocha": "~5.1.0",
  46. "raw-body": "~2.3.2",
  47. "socksv5": "0.0.6"
  48. },
  49. "engines": {
  50. "node": ">= 6"
  51. },
  52. "homepage": "https://github.com/TooTallNate/node-socks-proxy-agent#readme",
  53. "keywords": [
  54. "socks",
  55. "socks4",
  56. "socks4a",
  57. "proxy",
  58. "http",
  59. "https",
  60. "agent"
  61. ],
  62. "license": "MIT",
  63. "main": "./index.js",
  64. "name": "socks-proxy-agent",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/TooTallNate/node-socks-proxy-agent.git"
  68. },
  69. "scripts": {
  70. "test": "mocha --reporter spec"
  71. },
  72. "version": "4.0.2"
  73. }