package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "agent-base@4.2.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "agent-base@4.2.1",
  10. "_id": "agent-base@4.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-JVwXMr9nHYTUXsBFKUqhJwvlcYU/blreOEUkhNR2eXZIvwd+c+o5V4MgDPKWnMS/56awN3TRzIP+KoPn+roQtg==",
  13. "_location": "/agent-base",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "agent-base@4.2.1",
  19. "name": "agent-base",
  20. "escapedName": "agent-base",
  21. "rawSpec": "4.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.2.1"
  24. },
  25. "_requiredBy": [
  26. "/http-proxy-agent",
  27. "/https-proxy-agent",
  28. "/socks-proxy-agent"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.2.1.tgz",
  31. "_spec": "4.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-agent-base/issues"
  40. },
  41. "dependencies": {
  42. "es6-promisify": "^5.0.0"
  43. },
  44. "description": "Turn a function into an `http.Agent` instance",
  45. "devDependencies": {
  46. "mocha": "^3.4.2",
  47. "ws": "^3.0.0"
  48. },
  49. "engines": {
  50. "node": ">= 4.0.0"
  51. },
  52. "homepage": "https://github.com/TooTallNate/node-agent-base#readme",
  53. "keywords": [
  54. "http",
  55. "agent",
  56. "base",
  57. "barebones",
  58. "https"
  59. ],
  60. "license": "MIT",
  61. "main": "./index.js",
  62. "name": "agent-base",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/TooTallNate/node-agent-base.git"
  66. },
  67. "scripts": {
  68. "test": "mocha --reporter spec"
  69. },
  70. "version": "4.2.1"
  71. }