package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "follow-redirects@1.7.0",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "follow-redirects@1.7.0",
  10. "_id": "follow-redirects@1.7.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-SJ68GY3A5/ZBZ70jsDxMGbV4THY=",
  13. "_location": "/follow-redirects",
  14. "_phantomChildren": {
  15. "ms": "2.1.2"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "follow-redirects@1.7.0",
  21. "name": "follow-redirects",
  22. "escapedName": "follow-redirects",
  23. "rawSpec": "1.7.0",
  24. "saveSpec": null,
  25. "fetchSpec": "1.7.0"
  26. },
  27. "_requiredBy": [
  28. "/http-proxy"
  29. ],
  30. "_resolved": "http://registry.npm.taobao.org/follow-redirects/download/follow-redirects-1.7.0.tgz",
  31. "_spec": "1.7.0",
  32. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  33. "author": {
  34. "name": "Ruben Verborgh",
  35. "email": "ruben@verborgh.org",
  36. "url": "https://ruben.verborgh.org/"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/follow-redirects/follow-redirects/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Olivier Lalonde",
  44. "email": "olalonde@gmail.com",
  45. "url": "http://www.syskall.com"
  46. },
  47. {
  48. "name": "James Talmage",
  49. "email": "james@talmage.io"
  50. }
  51. ],
  52. "dependencies": {
  53. "debug": "^3.2.6"
  54. },
  55. "description": "HTTP and HTTPS modules that follow redirects.",
  56. "devDependencies": {
  57. "concat-stream": "^1.6.0",
  58. "coveralls": "^3.0.2",
  59. "eslint": "^4.19.1",
  60. "express": "^4.16.2",
  61. "lolex": "^3.0.0",
  62. "mocha": "^5.0.0",
  63. "nyc": "^11.8.0"
  64. },
  65. "engines": {
  66. "node": ">=4.0"
  67. },
  68. "files": [
  69. "*.js"
  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. "nyc": {
  85. "reporter": [
  86. "lcov",
  87. "text"
  88. ]
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git+ssh://git@github.com/follow-redirects/follow-redirects.git"
  93. },
  94. "scripts": {
  95. "lint": "eslint *.js test",
  96. "mocha": "nyc mocha",
  97. "test": "npm run lint && npm run mocha"
  98. },
  99. "version": "1.7.0"
  100. }