UI for Zipcoin Blue

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "follow-redirects@^1.0.0",
  3. "_id": "follow-redirects@1.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-v9GI1hpaqq1ZZR6pBD1+kI7O24PhDvNGNodjS3MdcEqyrahCp8zbtpv+2B/krUnSmUH80lbAS7MrdeK5IylgKg==",
  6. "_location": "/follow-redirects",
  7. "_phantomChildren": {
  8. "ms": "2.0.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "follow-redirects@^1.0.0",
  14. "name": "follow-redirects",
  15. "escapedName": "follow-redirects",
  16. "rawSpec": "^1.0.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^1.0.0"
  19. },
  20. "_requiredBy": [
  21. "/http-proxy"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.1.tgz",
  24. "_shasum": "67a8f14f5a1f67f962c2c46469c79eaec0a90291",
  25. "_spec": "follow-redirects@^1.0.0",
  26. "_where": "/Users/clementO/Desktop/blueCoin-UI/node_modules/http-proxy",
  27. "author": {
  28. "name": "Olivier Lalonde",
  29. "email": "olalonde@gmail.com",
  30. "url": "http://www.syskall.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/olalonde/follow-redirects/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "James Talmage",
  39. "email": "james@talmage.io"
  40. },
  41. {
  42. "name": "Ruben Verborgh",
  43. "email": "ruben@verborgh.org",
  44. "url": "https://ruben.verborgh.org/"
  45. }
  46. ],
  47. "dependencies": {
  48. "debug": "^3.1.0"
  49. },
  50. "deprecated": false,
  51. "description": "HTTP and HTTPS modules that follow redirects.",
  52. "devDependencies": {
  53. "bluebird": "^3.5.1",
  54. "concat-stream": "^1.6.0",
  55. "coveralls": "^3.0.0",
  56. "eslint": "^4.19.1",
  57. "express": "^4.16.2",
  58. "mocha": "^5.0.0",
  59. "nyc": "^11.8.0"
  60. },
  61. "engines": {
  62. "node": ">=4.0"
  63. },
  64. "files": [
  65. "index.js",
  66. "create.js",
  67. "http.js",
  68. "https.js"
  69. ],
  70. "homepage": "https://github.com/olalonde/follow-redirects",
  71. "keywords": [
  72. "http",
  73. "https",
  74. "url",
  75. "redirect",
  76. "client",
  77. "location",
  78. "utility"
  79. ],
  80. "license": "MIT",
  81. "main": "index.js",
  82. "name": "follow-redirects",
  83. "nyc": {
  84. "reporter": [
  85. "lcov",
  86. "text"
  87. ]
  88. },
  89. "repository": {
  90. "type": "git",
  91. "url": "git+ssh://git@github.com/olalonde/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.5.1"
  99. }