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.9KB

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