package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "follow-redirects@1.5.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "follow-redirects@1.5.0",
  10. "_id": "follow-redirects@1.5.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-fdrt472/9qQ6Kgjvb935ig6vJCuofpBUD14f9Vb+SLlm7xIe4Qva5gey8EKtv8lp7ahE1wilg3xL1znpVGtZIA==",
  13. "_location": "/follow-redirects",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "follow-redirects@1.5.0",
  19. "name": "follow-redirects",
  20. "escapedName": "follow-redirects",
  21. "rawSpec": "1.5.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.5.0"
  24. },
  25. "_requiredBy": [
  26. "/http-proxy"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.0.tgz",
  29. "_spec": "1.5.0",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Olivier Lalonde",
  33. "email": "olalonde@gmail.com",
  34. "url": "http://www.syskall.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/olalonde/follow-redirects/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "James Talmage",
  42. "email": "james@talmage.io"
  43. },
  44. {
  45. "name": "Ruben Verborgh",
  46. "email": "ruben@verborgh.org",
  47. "url": "https://ruben.verborgh.org/"
  48. }
  49. ],
  50. "dependencies": {
  51. "debug": "^3.1.0"
  52. },
  53. "description": "HTTP and HTTPS modules that follow redirects.",
  54. "devDependencies": {
  55. "bluebird": "^3.5.1",
  56. "concat-stream": "^1.6.0",
  57. "coveralls": "^3.0.0",
  58. "eslint": "^4.19.1",
  59. "express": "^4.16.2",
  60. "mocha": "^5.0.0",
  61. "nyc": "^11.8.0"
  62. },
  63. "engines": {
  64. "node": ">=4.0"
  65. },
  66. "files": [
  67. "index.js",
  68. "create.js",
  69. "http.js",
  70. "https.js"
  71. ],
  72. "homepage": "https://github.com/olalonde/follow-redirects",
  73. "keywords": [
  74. "http",
  75. "https",
  76. "url",
  77. "redirect",
  78. "client",
  79. "location",
  80. "utility"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "name": "follow-redirects",
  85. "nyc": {
  86. "reporter": [
  87. "lcov",
  88. "text"
  89. ]
  90. },
  91. "repository": {
  92. "type": "git",
  93. "url": "git+ssh://git@github.com/olalonde/follow-redirects.git"
  94. },
  95. "scripts": {
  96. "lint": "eslint *.js test",
  97. "mocha": "nyc mocha",
  98. "test": "npm run lint && npm run mocha"
  99. },
  100. "version": "1.5.0"
  101. }