package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. "/http-proxy"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz",
  25. "_shasum": "7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a",
  26. "_spec": "follow-redirects@1.5.10",
  27. "_where": "D:\\workSpace\\dealer_front\\node_modules\\axios",
  28. "author": {
  29. "name": "Ruben Verborgh",
  30. "email": "ruben@verborgh.org",
  31. "url": "https://ruben.verborgh.org/"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/follow-redirects/follow-redirects/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Olivier Lalonde",
  40. "email": "olalonde@gmail.com",
  41. "url": "http://www.syskall.com"
  42. },
  43. {
  44. "name": "James Talmage",
  45. "email": "james@talmage.io"
  46. }
  47. ],
  48. "dependencies": {
  49. "debug": "=3.1.0"
  50. },
  51. "deprecated": false,
  52. "description": "HTTP and HTTPS modules that follow redirects.",
  53. "devDependencies": {
  54. "concat-stream": "^1.6.0",
  55. "coveralls": "^3.0.2",
  56. "eslint": "^4.19.1",
  57. "express": "^4.16.2",
  58. "mocha": "^5.0.0",
  59. "nyc": "^11.8.0"
  60. },
  61. "engines": {
  62. "node": ">=4.0"
  63. },
  64. "files": [
  65. "index.js",
  66. "create.js",
  67. "http.js",
  68. "https.js"
  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. "nyc": {
  84. "reporter": [
  85. "lcov",
  86. "text"
  87. ]
  88. },
  89. "repository": {
  90. "type": "git",
  91. "url": "git+ssh://git@github.com/follow-redirects/follow-redirects.git"
  92. },
  93. "scripts": {
  94. "lint": "eslint *.js test",
  95. "mocha": "nyc mocha",
  96. "test": "npm run lint && npm run mocha"
  97. },
  98. "version": "1.5.10"
  99. }