package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "follow-redirects@1.13.0",
  5. "D:\\2023\\4\\wwbsr"
  6. ]
  7. ],
  8. "_from": "follow-redirects@1.13.0",
  9. "_id": "follow-redirects@1.13.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-tC6Nk6Kn7qXtiGM2dtZZe8jjhNs=",
  12. "_location": "/follow-redirects",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "follow-redirects@1.13.0",
  18. "name": "follow-redirects",
  19. "escapedName": "follow-redirects",
  20. "rawSpec": "1.13.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.13.0"
  23. },
  24. "_requiredBy": [
  25. "/axios"
  26. ],
  27. "_resolved": "https://registry.npm.taobao.org/follow-redirects/download/follow-redirects-1.13.0.tgz?cache=0&sync_timestamp=1597057976909&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffollow-redirects%2Fdownload%2Ffollow-redirects-1.13.0.tgz",
  28. "_spec": "1.13.0",
  29. "_where": "D:\\2023\\4\\wwbsr",
  30. "author": {
  31. "name": "Ruben Verborgh",
  32. "email": "ruben@verborgh.org",
  33. "url": "https://ruben.verborgh.org/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/follow-redirects/follow-redirects/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Olivier Lalonde",
  41. "email": "olalonde@gmail.com",
  42. "url": "http://www.syskall.com"
  43. },
  44. {
  45. "name": "James Talmage",
  46. "email": "james@talmage.io"
  47. }
  48. ],
  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. "funding": [
  65. {
  66. "type": "individual",
  67. "url": "https://github.com/sponsors/RubenVerborgh"
  68. }
  69. ],
  70. "homepage": "https://github.com/follow-redirects/follow-redirects",
  71. "keywords": [
  72. "http",
  73. "https",
  74. "url",
  75. "redirect",
  76. "client",
  77. "location",
  78. "utility"
  79. ],
  80. "license": "MIT",
  81. "main": "index.js",
  82. "name": "follow-redirects",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+ssh://git@github.com/follow-redirects/follow-redirects.git"
  86. },
  87. "scripts": {
  88. "lint": "eslint *.js test",
  89. "mocha": "nyc mocha",
  90. "test": "npm run lint && npm run mocha"
  91. },
  92. "version": "1.13.0"
  93. }