package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "follow-redirects@^1.0.0",
  3. "_id": "follow-redirects@1.11.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KZm0V+ll8PfBrKwMzdo5D13b1bur9Iq9Zd/RMmAoQQcl2PxxFml8cxXPaaPYVbV0RjNjq1CU7zIzAOqtUPudmA==",
  6. "_location": "/follow-redirects",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "follow-redirects@^1.0.0",
  12. "name": "follow-redirects",
  13. "escapedName": "follow-redirects",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/http-proxy"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.11.0.tgz",
  22. "_shasum": "afa14f08ba12a52963140fe43212658897bc0ecb",
  23. "_spec": "follow-redirects@^1.0.0",
  24. "_where": "G:\\micro\\react\\cld2\\node_modules\\http-proxy",
  25. "author": {
  26. "name": "Ruben Verborgh",
  27. "email": "ruben@verborgh.org",
  28. "url": "https://ruben.verborgh.org/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/follow-redirects/follow-redirects/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Olivier Lalonde",
  37. "email": "olalonde@gmail.com",
  38. "url": "http://www.syskall.com"
  39. },
  40. {
  41. "name": "James Talmage",
  42. "email": "james@talmage.io"
  43. }
  44. ],
  45. "dependencies": {
  46. "debug": "^3.0.0"
  47. },
  48. "deprecated": false,
  49. "description": "HTTP and HTTPS modules that follow redirects.",
  50. "devDependencies": {
  51. "concat-stream": "^2.0.0",
  52. "eslint": "^5.16.0",
  53. "express": "^4.16.4",
  54. "lolex": "^3.1.0",
  55. "mocha": "^6.0.2",
  56. "nyc": "^14.1.1"
  57. },
  58. "engines": {
  59. "node": ">=4.0"
  60. },
  61. "files": [
  62. "*.js"
  63. ],
  64. "homepage": "https://github.com/follow-redirects/follow-redirects",
  65. "keywords": [
  66. "http",
  67. "https",
  68. "url",
  69. "redirect",
  70. "client",
  71. "location",
  72. "utility"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "follow-redirects",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+ssh://git@github.com/follow-redirects/follow-redirects.git"
  80. },
  81. "scripts": {
  82. "lint": "eslint *.js test",
  83. "mocha": "nyc mocha",
  84. "test": "npm run lint && npm run mocha"
  85. },
  86. "version": "1.11.0"
  87. }