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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "agent-base@^4.2.0",
  3. "_id": "agent-base@4.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==",
  6. "_location": "/agent-base",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "agent-base@^4.2.0",
  12. "name": "agent-base",
  13. "escapedName": "agent-base",
  14. "rawSpec": "^4.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.2.0"
  17. },
  18. "_requiredBy": [
  19. "/http-proxy-agent",
  20. "/https-proxy-agent",
  21. "/pac-proxy-agent",
  22. "/proxy-agent"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz",
  25. "_shasum": "8165f01c436009bccad0b1d122f05ed770efc6ee",
  26. "_spec": "agent-base@^4.2.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-agent-base/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "es6-promisify": "^5.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Turn a function into an `http.Agent` instance",
  42. "devDependencies": {
  43. "@types/es6-promisify": "^5.0.0",
  44. "@types/node": "^10.5.3",
  45. "mocha": "^3.4.2",
  46. "ws": "^3.0.0"
  47. },
  48. "engines": {
  49. "node": ">= 4.0.0"
  50. },
  51. "homepage": "https://github.com/TooTallNate/node-agent-base#readme",
  52. "keywords": [
  53. "http",
  54. "agent",
  55. "base",
  56. "barebones",
  57. "https"
  58. ],
  59. "license": "MIT",
  60. "main": "./index.js",
  61. "name": "agent-base",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/TooTallNate/node-agent-base.git"
  65. },
  66. "scripts": {
  67. "test": "mocha --reporter spec"
  68. },
  69. "version": "4.3.0"
  70. }