package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "follow-redirects@^1.15.6",
  3. "_id": "follow-redirects@1.15.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==",
  6. "_location": "/follow-redirects",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "follow-redirects@^1.15.6",
  12. "name": "follow-redirects",
  13. "escapedName": "follow-redirects",
  14. "rawSpec": "^1.15.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.15.6"
  17. },
  18. "_requiredBy": [
  19. "/axios"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz",
  22. "_shasum": "7f815c0cda4249c74ff09e95ef97c23b5fd0399b",
  23. "_spec": "follow-redirects@^1.15.6",
  24. "_where": "C:\\Users\\LvKun\\Desktop\\offline-pdf-app\\node_modules\\axios",
  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. "test": "nyc mocha"
  92. },
  93. "version": "1.15.6"
  94. }