UI for Zipcoin Blue

package.json 2.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "http-proxy-middleware@^0.17.4",
  3. "_id": "http-proxy-middleware@0.17.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ZC6ISIUdZvCdTxJJEoRtuutBuDM=",
  6. "_location": "/http-proxy-middleware",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "http-proxy-middleware@^0.17.4",
  12. "name": "http-proxy-middleware",
  13. "escapedName": "http-proxy-middleware",
  14. "rawSpec": "^0.17.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.17.4"
  17. },
  18. "_requiredBy": [
  19. "/@ionic/cli-utils"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.17.4.tgz",
  22. "_shasum": "642e8848851d66f09d4f124912846dbaeb41b833",
  23. "_spec": "http-proxy-middleware@^0.17.4",
  24. "_where": "/Users/clementO/Desktop/blueCoin-UI/node_modules/@ionic/cli-utils",
  25. "author": {
  26. "name": "Steven Chim"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/chimurai/http-proxy-middleware/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "http-proxy": "^1.16.2",
  34. "is-glob": "^3.1.0",
  35. "lodash": "^4.17.2",
  36. "micromatch": "^2.3.11"
  37. },
  38. "deprecated": false,
  39. "description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
  40. "devDependencies": {
  41. "browser-sync": "^2.18.2",
  42. "chai": "^3.5.0",
  43. "connect": "^3.5.0",
  44. "coveralls": "^2.11.15",
  45. "express": "^4.14.0",
  46. "istanbul": "^0.4.5",
  47. "istanbul-coveralls": "^1.0.3",
  48. "mocha": "^3.2.0",
  49. "mocha-lcov-reporter": "1.2.0",
  50. "opn": "^4.0.2",
  51. "ws": "^1.1.1"
  52. },
  53. "files": [
  54. "index.js",
  55. "lib"
  56. ],
  57. "homepage": "https://github.com/chimurai/http-proxy-middleware",
  58. "keywords": [
  59. "reverse",
  60. "proxy",
  61. "middleware",
  62. "http",
  63. "https",
  64. "connect",
  65. "express",
  66. "browser-sync",
  67. "gulp",
  68. "grunt-contrib-connect",
  69. "websocket",
  70. "ws",
  71. "cors"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "name": "http-proxy-middleware",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/chimurai/http-proxy-middleware.git"
  79. },
  80. "scripts": {
  81. "clean": "rm -rf coverage",
  82. "cover": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
  83. "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --reporter spec && istanbul-coveralls && npm run clean",
  84. "test": "mocha --recursive --colors --reporter spec"
  85. },
  86. "version": "0.17.4"
  87. }