package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "follow-redirects@1.5.10",
  3. "_id": "follow-redirects@1.5.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==",
  6. "_location": "/follow-redirects",
  7. "_phantomChildren": {
  8. "ms": "2.0.0"
  9. },
  10. "_requested": {
  11. "type": "version",
  12. "registry": true,
  13. "raw": "follow-redirects@1.5.10",
  14. "name": "follow-redirects",
  15. "escapedName": "follow-redirects",
  16. "rawSpec": "1.5.10",
  17. "saveSpec": null,
  18. "fetchSpec": "1.5.10"
  19. },
  20. "_requiredBy": [
  21. "/axios"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz",
  24. "_shasum": "7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a",
  25. "_spec": "follow-redirects@1.5.10",
  26. "_where": "E:\\workspace\\node\\qipai_server\\node_modules\\axios",
  27. "author": {
  28. "name": "Ruben Verborgh",
  29. "email": "ruben@verborgh.org",
  30. "url": "https://ruben.verborgh.org/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/follow-redirects/follow-redirects/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Olivier Lalonde",
  39. "email": "olalonde@gmail.com",
  40. "url": "http://www.syskall.com"
  41. },
  42. {
  43. "name": "James Talmage",
  44. "email": "james@talmage.io"
  45. }
  46. ],
  47. "dependencies": {
  48. "debug": "=3.1.0"
  49. },
  50. "deprecated": false,
  51. "description": "HTTP and HTTPS modules that follow redirects.",
  52. "devDependencies": {
  53. "concat-stream": "^1.6.0",
  54. "coveralls": "^3.0.2",
  55. "eslint": "^4.19.1",
  56. "express": "^4.16.2",
  57. "mocha": "^5.0.0",
  58. "nyc": "^11.8.0"
  59. },
  60. "engines": {
  61. "node": ">=4.0"
  62. },
  63. "files": [
  64. "index.js",
  65. "create.js",
  66. "http.js",
  67. "https.js"
  68. ],
  69. "homepage": "https://github.com/follow-redirects/follow-redirects",
  70. "keywords": [
  71. "http",
  72. "https",
  73. "url",
  74. "redirect",
  75. "client",
  76. "location",
  77. "utility"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "follow-redirects",
  82. "nyc": {
  83. "reporter": [
  84. "lcov",
  85. "text"
  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.5.10"
  98. }