package.json 1.8 KB

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