package.json 1.7 KB

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