package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "follow-redirects@1.15.6",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "follow-redirects@1.15.6",
  9. "_id": "follow-redirects@1.15.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==",
  12. "_location": "/follow-redirects",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "follow-redirects@1.15.6",
  18. "name": "follow-redirects",
  19. "escapedName": "follow-redirects",
  20. "rawSpec": "1.15.6",
  21. "saveSpec": null,
  22. "fetchSpec": "1.15.6"
  23. },
  24. "_requiredBy": [
  25. "/axios"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.6.tgz",
  28. "_spec": "1.15.6",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  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. "test": "nyc mocha"
  95. },
  96. "version": "1.15.6"
  97. }