You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "follow-redirects@^1.0.0",
  3. "_id": "follow-redirects@1.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-m/pZQy4Gj287eNy94nivy5wchN3Kp+Q5WgUPNy5lJSZ3sgkVKSYV/ZChMAQVIgx1SqfZ2zBZtPA2YlXIWxxJOQ==",
  6. "_location": "/follow-redirects",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "follow-redirects@^1.0.0",
  12. "name": "follow-redirects",
  13. "escapedName": "follow-redirects",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/http-proxy"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.7.0.tgz",
  22. "_shasum": "489ebc198dc0e7f64167bd23b03c4c19b5784c76",
  23. "_spec": "follow-redirects@^1.0.0",
  24. "_where": "C:\\Users\\ittnerpa60944\\source\\repos\\MDTWebApp\\code\\code\\node_modules\\http-proxy",
  25. "author": {
  26. "name": "Ruben Verborgh",
  27. "email": "ruben@verborgh.org",
  28. "url": "https://ruben.verborgh.org/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/follow-redirects/follow-redirects/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Olivier Lalonde",
  37. "email": "olalonde@gmail.com",
  38. "url": "http://www.syskall.com"
  39. },
  40. {
  41. "name": "James Talmage",
  42. "email": "james@talmage.io"
  43. }
  44. ],
  45. "dependencies": {
  46. "debug": "^3.2.6"
  47. },
  48. "deprecated": false,
  49. "description": "HTTP and HTTPS modules that follow redirects.",
  50. "devDependencies": {
  51. "concat-stream": "^1.6.0",
  52. "coveralls": "^3.0.2",
  53. "eslint": "^4.19.1",
  54. "express": "^4.16.2",
  55. "lolex": "^3.0.0",
  56. "mocha": "^5.0.0",
  57. "nyc": "^11.8.0"
  58. },
  59. "engines": {
  60. "node": ">=4.0"
  61. },
  62. "files": [
  63. "*.js"
  64. ],
  65. "homepage": "https://github.com/follow-redirects/follow-redirects",
  66. "keywords": [
  67. "http",
  68. "https",
  69. "url",
  70. "redirect",
  71. "client",
  72. "location",
  73. "utility"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "follow-redirects",
  78. "nyc": {
  79. "reporter": [
  80. "lcov",
  81. "text"
  82. ]
  83. },
  84. "repository": {
  85. "type": "git",
  86. "url": "git+ssh://git@github.com/follow-redirects/follow-redirects.git"
  87. },
  88. "scripts": {
  89. "lint": "eslint *.js test",
  90. "mocha": "nyc mocha",
  91. "test": "npm run lint && npm run mocha"
  92. },
  93. "version": "1.7.0"
  94. }