You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "proxy-agent@3",
  3. "_id": "proxy-agent@3.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WudaR0eTsDx33O3EJE16PjBRZWcX8GqCEeERw1W3hZJgH/F2a46g7jty6UGty6NeJ4CKQy8ds2CJPMiyeqaTvw==",
  6. "_location": "/proxy-agent",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "proxy-agent@3",
  12. "name": "proxy-agent",
  13. "escapedName": "proxy-agent",
  14. "rawSpec": "3",
  15. "saveSpec": null,
  16. "fetchSpec": "3"
  17. },
  18. "_requiredBy": [
  19. "/superagent-proxy"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-3.1.1.tgz",
  22. "_shasum": "7e04e06bf36afa624a1540be247b47c970bd3014",
  23. "_spec": "proxy-agent@3",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\superagent-proxy",
  25. "author": {
  26. "name": "Nathan Rajlich",
  27. "email": "nathan@tootallnate.net",
  28. "url": "http://n8.io/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/TooTallNate/node-proxy-agent/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "agent-base": "^4.2.0",
  36. "debug": "4",
  37. "http-proxy-agent": "^2.1.0",
  38. "https-proxy-agent": "^3.0.0",
  39. "lru-cache": "^5.1.1",
  40. "pac-proxy-agent": "^3.0.1",
  41. "proxy-from-env": "^1.0.0",
  42. "socks-proxy-agent": "^4.0.1"
  43. },
  44. "deprecated": false,
  45. "description": "Maps proxy protocols to `http.Agent` implementations",
  46. "devDependencies": {
  47. "@types/agent-base": "^4.2.0",
  48. "mocha": "^6.2.1",
  49. "proxy": "^1.0.1",
  50. "socksv5": "0.0.6",
  51. "stream-to-buffer": "0.1.0"
  52. },
  53. "engines": {
  54. "node": ">=6"
  55. },
  56. "homepage": "https://github.com/TooTallNate/node-proxy-agent",
  57. "keywords": [
  58. "http",
  59. "https",
  60. "socks",
  61. "agent",
  62. "mapping",
  63. "proxy",
  64. "cache"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "proxy-agent",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/TooTallNate/node-proxy-agent.git"
  72. },
  73. "scripts": {
  74. "test": "mocha --reporter spec"
  75. },
  76. "version": "3.1.1"
  77. }