package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "_from": "http-proxy-middleware@0.19.1",
  3. "_id": "http-proxy-middleware@0.19.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==",
  6. "_location": "/http-proxy-middleware",
  7. "_phantomChildren": {
  8. "arr-diff": "4.0.0",
  9. "arr-flatten": "1.1.0",
  10. "array-unique": "0.3.2",
  11. "define-property": "2.0.2",
  12. "extend-shallow": "3.0.2",
  13. "extglob": "2.0.4",
  14. "fragment-cache": "0.2.1",
  15. "is-buffer": "1.1.6",
  16. "is-extendable": "0.1.1",
  17. "isobject": "3.0.1",
  18. "kind-of": "6.0.3",
  19. "nanomatch": "1.2.13",
  20. "object.pick": "1.3.0",
  21. "regex-not": "1.0.2",
  22. "repeat-element": "1.1.4",
  23. "repeat-string": "1.6.1",
  24. "snapdragon": "0.8.2",
  25. "snapdragon-node": "2.1.1",
  26. "split-string": "3.1.0",
  27. "to-regex": "3.0.2"
  28. },
  29. "_requested": {
  30. "type": "version",
  31. "registry": true,
  32. "raw": "http-proxy-middleware@0.19.1",
  33. "name": "http-proxy-middleware",
  34. "escapedName": "http-proxy-middleware",
  35. "rawSpec": "0.19.1",
  36. "saveSpec": null,
  37. "fetchSpec": "0.19.1"
  38. },
  39. "_requiredBy": [
  40. "/webpack-dev-server"
  41. ],
  42. "_resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz",
  43. "_shasum": "183c7dc4aa1479150306498c210cdaf96080a43a",
  44. "_spec": "http-proxy-middleware@0.19.1",
  45. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\webpack-dev-server",
  46. "author": {
  47. "name": "Steven Chim"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/chimurai/http-proxy-middleware/issues"
  51. },
  52. "bundleDependencies": false,
  53. "commitlint": {
  54. "extends": [
  55. "@commitlint/config-conventional"
  56. ]
  57. },
  58. "dependencies": {
  59. "http-proxy": "^1.17.0",
  60. "is-glob": "^4.0.0",
  61. "lodash": "^4.17.11",
  62. "micromatch": "^3.1.10"
  63. },
  64. "deprecated": false,
  65. "description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
  66. "devDependencies": {
  67. "@commitlint/cli": "^7.2.1",
  68. "@commitlint/config-conventional": "^7.1.2",
  69. "browser-sync": "^2.26.3",
  70. "chai": "^4.2.0",
  71. "connect": "^3.6.6",
  72. "coveralls": "^3.0.2",
  73. "express": "^4.16.4",
  74. "husky": "^1.2.0",
  75. "istanbul": "^0.4.5",
  76. "istanbul-coveralls": "^1.0.3",
  77. "mocha": "^5.2.0",
  78. "mocha-lcov-reporter": "1.3.0",
  79. "opn": "^5.4.0",
  80. "precise-commits": "^1.0.2",
  81. "prettier": "^1.15.2",
  82. "ws": "^6.1.2"
  83. },
  84. "engines": {
  85. "node": ">=4.0.0"
  86. },
  87. "files": [
  88. "index.js",
  89. "lib"
  90. ],
  91. "homepage": "https://github.com/chimurai/http-proxy-middleware",
  92. "husky": {
  93. "hooks": {
  94. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
  95. "pre-commit": "precise-commits"
  96. }
  97. },
  98. "keywords": [
  99. "reverse",
  100. "proxy",
  101. "middleware",
  102. "http",
  103. "https",
  104. "connect",
  105. "express",
  106. "browser-sync",
  107. "gulp",
  108. "grunt-contrib-connect",
  109. "websocket",
  110. "ws",
  111. "cors"
  112. ],
  113. "license": "MIT",
  114. "main": "index.js",
  115. "name": "http-proxy-middleware",
  116. "repository": {
  117. "type": "git",
  118. "url": "git+https://github.com/chimurai/http-proxy-middleware.git"
  119. },
  120. "scripts": {
  121. "clean": "rm -rf coverage",
  122. "cover": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
  123. "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --reporter spec && istanbul-coveralls && npm run clean",
  124. "lint": "prettier \"**/*.{js,md}\" --list-different",
  125. "lint:fix": "prettier \"**/*.{js,md}\" --write",
  126. "test": "npm run lint && mocha --recursive --colors --reporter spec"
  127. },
  128. "version": "0.19.1"
  129. }