package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "follow-redirects@^1.0.0",
  3. "_id": "follow-redirects@1.14.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==",
  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.14.1.tgz",
  22. "_shasum": "d9114ded0a1cfdd334e164e6662ad02bfd91ff43",
  23. "_spec": "follow-redirects@^1.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\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. "deprecated": false,
  46. "description": "HTTP and HTTPS modules that follow redirects.",
  47. "devDependencies": {
  48. "concat-stream": "^2.0.0",
  49. "eslint": "^5.16.0",
  50. "express": "^4.16.4",
  51. "lolex": "^3.1.0",
  52. "mocha": "^6.0.2",
  53. "nyc": "^14.1.1"
  54. },
  55. "engines": {
  56. "node": ">=4.0"
  57. },
  58. "files": [
  59. "*.js"
  60. ],
  61. "funding": [
  62. {
  63. "type": "individual",
  64. "url": "https://github.com/sponsors/RubenVerborgh"
  65. }
  66. ],
  67. "homepage": "https://github.com/follow-redirects/follow-redirects",
  68. "keywords": [
  69. "http",
  70. "https",
  71. "url",
  72. "redirect",
  73. "client",
  74. "location",
  75. "utility"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "follow-redirects",
  80. "peerDependenciesMeta": {
  81. "debug": {
  82. "optional": true
  83. }
  84. },
  85. "repository": {
  86. "type": "git",
  87. "url": "git+ssh://git@github.com/follow-redirects/follow-redirects.git"
  88. },
  89. "scripts": {
  90. "lint": "eslint *.js test",
  91. "mocha": "nyc mocha",
  92. "test": "npm run lint && npm run mocha"
  93. },
  94. "version": "1.14.1"
  95. }