package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "follow-redirects@^1.14.9",
  3. "_id": "follow-redirects@1.15.11",
  4. "_inBundle": false,
  5. "_integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
  6. "_location": "/follow-redirects",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "follow-redirects@^1.14.9",
  12. "name": "follow-redirects",
  13. "escapedName": "follow-redirects",
  14. "rawSpec": "^1.14.9",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.14.9"
  17. },
  18. "_requiredBy": [
  19. "/axios",
  20. "/http-proxy"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.11.tgz",
  23. "_shasum": "777d73d72a92f8ec4d2e410eb47352a56b8e8340",
  24. "_spec": "follow-redirects@^1.14.9",
  25. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\axios",
  26. "author": {
  27. "name": "Ruben Verborgh",
  28. "email": "ruben@verborgh.org",
  29. "url": "https://ruben.verborgh.org/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/follow-redirects/follow-redirects/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Olivier Lalonde",
  38. "email": "olalonde@gmail.com",
  39. "url": "http://www.syskall.com"
  40. },
  41. {
  42. "name": "James Talmage",
  43. "email": "james@talmage.io"
  44. }
  45. ],
  46. "deprecated": false,
  47. "description": "HTTP and HTTPS modules that follow redirects.",
  48. "devDependencies": {
  49. "concat-stream": "^2.0.0",
  50. "eslint": "^5.16.0",
  51. "express": "^4.16.4",
  52. "lolex": "^3.1.0",
  53. "mocha": "^6.0.2",
  54. "nyc": "^14.1.1"
  55. },
  56. "engines": {
  57. "node": ">=4.0"
  58. },
  59. "files": [
  60. "*.js"
  61. ],
  62. "funding": [
  63. {
  64. "type": "individual",
  65. "url": "https://github.com/sponsors/RubenVerborgh"
  66. }
  67. ],
  68. "homepage": "https://github.com/follow-redirects/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. "peerDependenciesMeta": {
  82. "debug": {
  83. "optional": true
  84. }
  85. },
  86. "repository": {
  87. "type": "git",
  88. "url": "git+ssh://git@github.com/follow-redirects/follow-redirects.git"
  89. },
  90. "scripts": {
  91. "lint": "eslint *.js test",
  92. "test": "nyc mocha"
  93. },
  94. "version": "1.15.11"
  95. }