package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "follow-redirects@1.4.1",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "follow-redirects@1.4.1",
  10. "_id": "follow-redirects@1.4.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-uxYePVPogtya1ktGnAAXOacnbIuRMB4dkvqeNz2qTtTQsuzSfbDolV+wMMKxAmCx0bLgAKLbBOkjItMbbkR1vg==",
  13. "_location": "/follow-redirects",
  14. "_phantomChildren": {
  15. "ms": "2.0.0"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "follow-redirects@1.4.1",
  21. "name": "follow-redirects",
  22. "escapedName": "follow-redirects",
  23. "rawSpec": "1.4.1",
  24. "saveSpec": null,
  25. "fetchSpec": "1.4.1"
  26. },
  27. "_requiredBy": [
  28. "/axios",
  29. "/http-proxy"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.4.1.tgz",
  32. "_spec": "1.4.1",
  33. "_where": "D:\\projects\\dealer_front",
  34. "author": {
  35. "name": "Olivier Lalonde",
  36. "email": "olalonde@gmail.com",
  37. "url": "http://www.syskall.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/olalonde/follow-redirects/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "James Talmage",
  45. "email": "james@talmage.io"
  46. },
  47. {
  48. "name": "Ruben Verborgh",
  49. "email": "ruben@verborgh.org",
  50. "url": "https://ruben.verborgh.org/"
  51. }
  52. ],
  53. "dependencies": {
  54. "debug": "^3.1.0"
  55. },
  56. "description": "HTTP and HTTPS modules that follow redirects.",
  57. "devDependencies": {
  58. "bluebird": "^3.5.1",
  59. "concat-stream": "^1.6.0",
  60. "coveralls": "^3.0.0",
  61. "eslint": "^4.16.0",
  62. "express": "^4.16.2",
  63. "mocha": "^5.0.0",
  64. "nyc": "^11.4.1"
  65. },
  66. "engines": {
  67. "node": ">=4.0"
  68. },
  69. "files": [
  70. "index.js",
  71. "create.js",
  72. "http.js",
  73. "https.js"
  74. ],
  75. "homepage": "https://github.com/olalonde/follow-redirects",
  76. "keywords": [
  77. "http",
  78. "https",
  79. "url",
  80. "redirect",
  81. "client",
  82. "location",
  83. "utility"
  84. ],
  85. "license": "MIT",
  86. "main": "index.js",
  87. "name": "follow-redirects",
  88. "nyc": {
  89. "reporter": [
  90. "lcov",
  91. "text"
  92. ]
  93. },
  94. "repository": {
  95. "type": "git",
  96. "url": "git+ssh://git@github.com/olalonde/follow-redirects.git"
  97. },
  98. "scripts": {
  99. "lint": "eslint *.js test",
  100. "mocha": "nyc mocha",
  101. "test": "npm run lint && npm run mocha"
  102. },
  103. "version": "1.4.1"
  104. }