package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "follow-redirects@1.15.2",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "follow-redirects@1.15.2",
  10. "_id": "follow-redirects@1.15.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==",
  13. "_location": "/follow-redirects",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "follow-redirects@1.15.2",
  19. "name": "follow-redirects",
  20. "escapedName": "follow-redirects",
  21. "rawSpec": "1.15.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.15.2"
  24. },
  25. "_requiredBy": [
  26. "/http-proxy"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.2.tgz",
  29. "_spec": "1.15.2",
  30. "_where": "/Users/mac/projects/mime/mine",
  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. "peerDependenciesMeta": {
  85. "debug": {
  86. "optional": true
  87. }
  88. },
  89. "repository": {
  90. "type": "git",
  91. "url": "git+ssh://git@github.com/follow-redirects/follow-redirects.git"
  92. },
  93. "scripts": {
  94. "lint": "eslint *.js test",
  95. "mocha": "nyc mocha",
  96. "test": "npm run lint && npm run mocha"
  97. },
  98. "version": "1.15.2"
  99. }