package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "follow-redirects@^1.2.5",
  3. "_id": "follow-redirects@1.2.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FrMqZ/FONtHnbqO651UPpfRUVukIEwJhXMfdr/JWAmrDbeYBu773b1J6gdWDyRIj4hvvzQEHoEOTrdR8o6KLYA==",
  6. "_location": "/follow-redirects",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "follow-redirects@^1.2.5",
  12. "name": "follow-redirects",
  13. "escapedName": "follow-redirects",
  14. "rawSpec": "^1.2.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.5"
  17. },
  18. "_requiredBy": [
  19. "/axios"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.2.6.tgz",
  22. "_shasum": "4dcdc7e4ab3dd6765a97ff89c3b4c258117c79bf",
  23. "_spec": "follow-redirects@^1.2.5",
  24. "_where": "Z:\\优软云金融服务\\finance-parent\\node_modules\\axios",
  25. "author": {
  26. "name": "Olivier Lalonde",
  27. "email": "olalonde@gmail.com",
  28. "url": "http://www.syskall.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/olalonde/follow-redirects/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "James Talmage",
  37. "email": "james@talmage.io"
  38. },
  39. {
  40. "name": "Ruben Verborgh",
  41. "email": "ruben@verborgh.org",
  42. "url": "https://ruben.verborgh.org/"
  43. }
  44. ],
  45. "dependencies": {
  46. "debug": "^3.1.0"
  47. },
  48. "deprecated": false,
  49. "description": "HTTP and HTTPS modules that follow redirects.",
  50. "devDependencies": {
  51. "bluebird": "^3.4.0",
  52. "concat-stream": "^1.5.2",
  53. "coveralls": "^3.0.0",
  54. "express": "^4.13.0",
  55. "mocha": "^4.0.1",
  56. "nyc": "^11.3.0",
  57. "xo": "^0.17.1"
  58. },
  59. "engines": {
  60. "node": ">=4.0"
  61. },
  62. "files": [
  63. "index.js",
  64. "create.js",
  65. "http.js",
  66. "https.js"
  67. ],
  68. "homepage": "https://github.com/olalonde/follow-redirects",
  69. "keywords": [
  70. "http",
  71. "https",
  72. "url",
  73. "redirect",
  74. "client",
  75. "location",
  76. "utility"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "follow-redirects",
  81. "nyc": {
  82. "reporter": [
  83. "lcov",
  84. "text"
  85. ]
  86. },
  87. "repository": {
  88. "type": "git",
  89. "url": "git+ssh://git@github.com/olalonde/follow-redirects.git"
  90. },
  91. "scripts": {
  92. "test": "xo && BLUEBIRD_DEBUG=1 nyc mocha"
  93. },
  94. "version": "1.2.6",
  95. "xo": {
  96. "envs": [
  97. "mocha"
  98. ]
  99. }
  100. }