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 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "http-proxy-agent@^2.1.0",
  3. "_id": "http-proxy-agent@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qwHbBLV7WviBl0rQsOzH6o5lwyOIvwp/BdFnvVxXORldu5TmjFfjzBcWUWS5kWAZhmv+JtiDhSuQCp4sBfbIgg==",
  6. "_location": "/http-proxy-agent",
  7. "_phantomChildren": {
  8. "ms": "2.0.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "http-proxy-agent@^2.1.0",
  14. "name": "http-proxy-agent",
  15. "escapedName": "http-proxy-agent",
  16. "rawSpec": "^2.1.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^2.1.0"
  19. },
  20. "_requiredBy": [
  21. "/pac-proxy-agent",
  22. "/proxy-agent"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-2.1.0.tgz",
  25. "_shasum": "e4821beef5b2142a2026bd73926fe537631c5405",
  26. "_spec": "http-proxy-agent@^2.1.0",
  27. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\proxy-agent",
  28. "author": {
  29. "name": "Nathan Rajlich",
  30. "email": "nathan@tootallnate.net",
  31. "url": "http://n8.io/"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/TooTallNate/node-http-proxy-agent/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "agent-base": "4",
  39. "debug": "3.1.0"
  40. },
  41. "deprecated": false,
  42. "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
  43. "devDependencies": {
  44. "mocha": "3",
  45. "proxy": "~0.2.3"
  46. },
  47. "engines": {
  48. "node": ">= 4.5.0"
  49. },
  50. "homepage": "https://github.com/TooTallNate/node-http-proxy-agent#readme",
  51. "keywords": [
  52. "http",
  53. "proxy",
  54. "endpoint",
  55. "agent"
  56. ],
  57. "license": "MIT",
  58. "main": "./index.js",
  59. "name": "http-proxy-agent",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/TooTallNate/node-http-proxy-agent.git"
  63. },
  64. "scripts": {
  65. "test": "mocha --reporter spec"
  66. },
  67. "version": "2.1.0"
  68. }