package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "follow-redirects@1.15.0",
  3. "_id": "follow-redirects@1.15.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ==",
  6. "_location": "/follow-redirects",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "follow-redirects@1.15.0",
  12. "name": "follow-redirects",
  13. "escapedName": "follow-redirects",
  14. "rawSpec": "1.15.0",
  15. "saveSpec": null,
  16. "fetchSpec": "1.15.0"
  17. },
  18. "_requiredBy": [
  19. "/axios",
  20. "/http-proxy"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.0.tgz",
  23. "_shasum": "06441868281c86d0dda4ad8bdaead2d02dca89d4",
  24. "_spec": "follow-redirects@1.15.0",
  25. "_where": "/Users/lihai/jolijoli/pad_spa/node_modules/axios",
  26. "author": {
  27. "name": "Ruben Verborgh",
  28. "email": "ruben@verborgh.org",
  29. "url": "https://ruben.verborgh.org/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/follow-redirects/follow-redirects/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Olivier Lalonde",
  38. "email": "olalonde@gmail.com",
  39. "url": "http://www.syskall.com"
  40. },
  41. {
  42. "name": "James Talmage",
  43. "email": "james@talmage.io"
  44. }
  45. ],
  46. "deprecated": false,
  47. "description": "HTTP and HTTPS modules that follow redirects.",
  48. "devDependencies": {
  49. "concat-stream": "^2.0.0",
  50. "eslint": "^5.16.0",
  51. "express": "^4.16.4",
  52. "lolex": "^3.1.0",
  53. "mocha": "^6.0.2",
  54. "nyc": "^14.1.1"
  55. },
  56. "engines": {
  57. "node": ">=4.0"
  58. },
  59. "files": [
  60. "*.js"
  61. ],
  62. "funding": [
  63. {
  64. "type": "individual",
  65. "url": "https://github.com/sponsors/RubenVerborgh"
  66. }
  67. ],
  68. "homepage": "https://github.com/follow-redirects/follow-redirects",
  69. "keywords": [
  70. "http",
  71. "https",
  72. "url",
  73. "redirect",
  74. "client",
  75. "location",
  76. "utility"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "follow-redirects",
  81. "peerDependenciesMeta": {
  82. "debug": {
  83. "optional": true
  84. }
  85. },
  86. "repository": {
  87. "type": "git",
  88. "url": "git+ssh://git@github.com/follow-redirects/follow-redirects.git"
  89. },
  90. "scripts": {
  91. "lint": "eslint *.js test",
  92. "mocha": "nyc mocha",
  93. "test": "npm run lint && npm run mocha"
  94. },
  95. "version": "1.15.0"
  96. }