package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "follow-redirects@^1.10.0",
  3. "_id": "follow-redirects@1.15.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==",
  6. "_location": "/follow-redirects",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "follow-redirects@^1.10.0",
  12. "name": "follow-redirects",
  13. "escapedName": "follow-redirects",
  14. "rawSpec": "^1.10.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.10.0"
  17. },
  18. "_requiredBy": [
  19. "/axios",
  20. "/http-proxy"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.1.tgz",
  23. "_shasum": "0ca6a452306c9b276e4d3127483e29575e207ad5",
  24. "_spec": "follow-redirects@^1.10.0",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\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. "mocha": "nyc mocha",
  93. "test": "npm run lint && npm run mocha"
  94. },
  95. "version": "1.15.1"
  96. }