package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "http-proxy@1.17.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "http-proxy@1.17.0",
  10. "_id": "http-proxy@1.17.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Taqn+3nNvYRfJ3bGvKfBSRwy1v6eePlm3oc/aWVxZp57DQr5Eq3xhKJi7Z4hZpS8PC3H4qI+Yly5EmFacGuA/g==",
  13. "_location": "/http-proxy",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "http-proxy@1.17.0",
  19. "name": "http-proxy",
  20. "escapedName": "http-proxy",
  21. "rawSpec": "1.17.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.17.0"
  24. },
  25. "_requiredBy": [
  26. "/http-proxy-middleware",
  27. "/karma"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.17.0.tgz",
  30. "_spec": "1.17.0",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "Charlie Robbins",
  34. "email": "charlie.robbins@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/nodejitsu/node-http-proxy/issues"
  38. },
  39. "dependencies": {
  40. "eventemitter3": "^3.0.0",
  41. "follow-redirects": "^1.0.0",
  42. "requires-port": "^1.0.0"
  43. },
  44. "description": "HTTP proxying for the masses",
  45. "devDependencies": {
  46. "async": "^2.0.0",
  47. "concat-stream": "^1.6.2",
  48. "expect.js": "~0.3.1",
  49. "mocha": "^3.5.3",
  50. "nyc": "^11.7.1",
  51. "semver": "^5.0.3",
  52. "socket.io": "^2.1.0",
  53. "socket.io-client": "^2.1.0",
  54. "sse": "0.0.6",
  55. "ws": "^0.8.0"
  56. },
  57. "engines": {
  58. "node": ">=4.0.0"
  59. },
  60. "homepage": "https://github.com/nodejitsu/node-http-proxy#readme",
  61. "license": "MIT",
  62. "main": "index.js",
  63. "maintainers": [
  64. {
  65. "name": "jcrugzz",
  66. "email": "jcrugzz@gmail.com"
  67. }
  68. ],
  69. "name": "http-proxy",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/nodejitsu/node-http-proxy.git"
  73. },
  74. "scripts": {
  75. "mocha": "mocha test/*-test.js",
  76. "test": "nyc --reporter=text --reporter=lcov npm run mocha"
  77. },
  78. "version": "1.17.0"
  79. }