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.

90 lines
2.2 KiB

  1. {
  2. "_from": "follow-redirects@^1.10.0",
  3. "_id": "follow-redirects@1.13.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==",
  6. "_location": "/follow-redirects",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "follow-redirects@^1.10.0",
  12. "name": "follow-redirects",
  13. "escapedName": "follow-redirects",
  14. "rawSpec": "^1.10.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.10.0"
  17. },
  18. "_requiredBy": [
  19. "/axios"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz",
  22. "_shasum": "b42e8d93a2a7eea5ed88633676d6597bc8e384db",
  23. "_spec": "follow-redirects@^1.10.0",
  24. "_where": "/home/alpcentaur/ProjektA/PermApp/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. "repository": {
  81. "type": "git",
  82. "url": "git+ssh://git@github.com/follow-redirects/follow-redirects.git"
  83. },
  84. "scripts": {
  85. "lint": "eslint *.js test",
  86. "mocha": "nyc mocha",
  87. "test": "npm run lint && npm run mocha"
  88. },
  89. "version": "1.13.0"
  90. }