package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "follow-redirects@1.15.2",
  5. "/Users/chenpengming/代码/小艾微纳园"
  6. ]
  7. ],
  8. "_from": "follow-redirects@1.15.2",
  9. "_id": "follow-redirects@1.15.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==",
  12. "_location": "/follow-redirects",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "follow-redirects@1.15.2",
  18. "name": "follow-redirects",
  19. "escapedName": "follow-redirects",
  20. "rawSpec": "1.15.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.15.2"
  23. },
  24. "_requiredBy": [
  25. "/axios"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.2.tgz",
  28. "_spec": "1.15.2",
  29. "_where": "/Users/chenpengming/代码/小艾微纳园",
  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. "peerDependenciesMeta": {
  84. "debug": {
  85. "optional": true
  86. }
  87. },
  88. "repository": {
  89. "type": "git",
  90. "url": "git+ssh://git@github.com/follow-redirects/follow-redirects.git"
  91. },
  92. "scripts": {
  93. "lint": "eslint *.js test",
  94. "mocha": "nyc mocha",
  95. "test": "npm run lint && npm run mocha"
  96. },
  97. "version": "1.15.2"
  98. }