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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "pac-proxy-agent@^3.0.1",
  3. "_id": "pac-proxy-agent@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-44DUg21G/liUZ48dJpUSjZnFfZro/0K5JTyFYLBcmh9+T6Ooi4/i4efwUiEy0+4oQusCBqWdhv16XohIj1GqnQ==",
  6. "_location": "/pac-proxy-agent",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pac-proxy-agent@^3.0.1",
  12. "name": "pac-proxy-agent",
  13. "escapedName": "pac-proxy-agent",
  14. "rawSpec": "^3.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.1"
  17. },
  18. "_requiredBy": [
  19. "/proxy-agent"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-3.0.1.tgz",
  22. "_shasum": "115b1e58f92576cac2eba718593ca7b0e37de2ad",
  23. "_spec": "pac-proxy-agent@^3.0.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\proxy-agent",
  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-pac-proxy-agent/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "agent-base": "^4.2.0",
  36. "debug": "^4.1.1",
  37. "get-uri": "^2.0.0",
  38. "http-proxy-agent": "^2.1.0",
  39. "https-proxy-agent": "^3.0.0",
  40. "pac-resolver": "^3.0.0",
  41. "raw-body": "^2.2.0",
  42. "socks-proxy-agent": "^4.0.1"
  43. },
  44. "deprecated": false,
  45. "description": "A PAC file proxy `http.Agent` implementation for HTTP",
  46. "devDependencies": {
  47. "mocha": "6",
  48. "proxy": "^1.0.1",
  49. "socksv5": "0.0.6"
  50. },
  51. "homepage": "https://github.com/TooTallNate/node-pac-proxy-agent",
  52. "keywords": [
  53. "pac",
  54. "proxy",
  55. "agent",
  56. "http",
  57. "https",
  58. "socks",
  59. "request",
  60. "access"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "pac-proxy-agent",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/TooTallNate/node-pac-proxy-agent.git"
  68. },
  69. "scripts": {
  70. "test": "mocha --reporter spec"
  71. },
  72. "version": "3.0.1"
  73. }