package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "follow-redirects@1.13.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_from": "follow-redirects@1.13.0",
  9. "_id": "follow-redirects@1.13.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==",
  12. "_location": "/follow-redirects",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "follow-redirects@1.13.0",
  18. "name": "follow-redirects",
  19. "escapedName": "follow-redirects",
  20. "rawSpec": "1.13.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.13.0"
  23. },
  24. "_requiredBy": [
  25. "/axios",
  26. "/http-proxy"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz",
  29. "_spec": "1.13.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Ruben Verborgh",
  33. "email": "ruben@verborgh.org",
  34. "url": "https://ruben.verborgh.org/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/follow-redirects/follow-redirects/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Olivier Lalonde",
  42. "email": "olalonde@gmail.com",
  43. "url": "http://www.syskall.com"
  44. },
  45. {
  46. "name": "James Talmage",
  47. "email": "james@talmage.io"
  48. }
  49. ],
  50. "description": "HTTP and HTTPS modules that follow redirects.",
  51. "devDependencies": {
  52. "concat-stream": "^2.0.0",
  53. "eslint": "^5.16.0",
  54. "express": "^4.16.4",
  55. "lolex": "^3.1.0",
  56. "mocha": "^6.0.2",
  57. "nyc": "^14.1.1"
  58. },
  59. "engines": {
  60. "node": ">=4.0"
  61. },
  62. "files": [
  63. "*.js"
  64. ],
  65. "funding": [
  66. {
  67. "type": "individual",
  68. "url": "https://github.com/sponsors/RubenVerborgh"
  69. }
  70. ],
  71. "homepage": "https://github.com/follow-redirects/follow-redirects",
  72. "keywords": [
  73. "http",
  74. "https",
  75. "url",
  76. "redirect",
  77. "client",
  78. "location",
  79. "utility"
  80. ],
  81. "license": "MIT",
  82. "main": "index.js",
  83. "name": "follow-redirects",
  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.13.0"
  94. }