package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. "http-proxy-middleware@0.19.2",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "http-proxy-middleware@0.19.2",
  10. "_id": "http-proxy-middleware@0.19.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-aYk1rTKqLTus23X3L96LGNCGNgWpG4cG0XoZIT1GUPhhulEHX/QalnO6Vbo+WmKWi4AL2IidjuC0wZtbpg0yhQ==",
  13. "_location": "/http-proxy-middleware",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "http-proxy-middleware@0.19.2",
  19. "name": "http-proxy-middleware",
  20. "escapedName": "http-proxy-middleware",
  21. "rawSpec": "0.19.2",
  22. "saveSpec": null,
  23. "fetchSpec": "0.19.2"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.19.2.tgz",
  29. "_spec": "0.19.2",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Steven Chim"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/chimurai/http-proxy-middleware/issues"
  36. },
  37. "commitlint": {
  38. "extends": [
  39. "@commitlint/config-conventional"
  40. ]
  41. },
  42. "dependencies": {
  43. "http-proxy": "^1.18.1",
  44. "is-glob": "^4.0.0",
  45. "lodash": "^4.17.11",
  46. "micromatch": "^3.1.10"
  47. },
  48. "description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
  49. "devDependencies": {
  50. "@commitlint/cli": "^7.2.1",
  51. "@commitlint/config-conventional": "^7.1.2",
  52. "browser-sync": "^2.26.3",
  53. "chai": "^4.2.0",
  54. "connect": "^3.6.6",
  55. "coveralls": "^3.0.2",
  56. "express": "^4.16.4",
  57. "husky": "^1.2.0",
  58. "istanbul": "^0.4.5",
  59. "istanbul-coveralls": "^1.0.3",
  60. "mocha": "^5.2.0",
  61. "mocha-lcov-reporter": "1.3.0",
  62. "opn": "^5.4.0",
  63. "precise-commits": "^1.0.2",
  64. "prettier": "^1.15.2",
  65. "ws": "^6.1.2"
  66. },
  67. "engines": {
  68. "node": ">=4.0.0"
  69. },
  70. "files": [
  71. "index.js",
  72. "lib"
  73. ],
  74. "homepage": "https://github.com/chimurai/http-proxy-middleware",
  75. "husky": {
  76. "hooks": {
  77. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
  78. "pre-commit": "precise-commits"
  79. }
  80. },
  81. "keywords": [
  82. "reverse",
  83. "proxy",
  84. "middleware",
  85. "http",
  86. "https",
  87. "connect",
  88. "express",
  89. "browser-sync",
  90. "gulp",
  91. "grunt-contrib-connect",
  92. "websocket",
  93. "ws",
  94. "cors"
  95. ],
  96. "license": "MIT",
  97. "main": "index.js",
  98. "name": "http-proxy-middleware",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/chimurai/http-proxy-middleware.git"
  102. },
  103. "scripts": {
  104. "clean": "rm -rf coverage",
  105. "cover": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
  106. "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --reporter spec && istanbul-coveralls && npm run clean",
  107. "lint": "prettier \"**/*.{js,md}\" --list-different",
  108. "lint:fix": "prettier \"**/*.{js,md}\" --write",
  109. "test": "mocha --recursive --colors --reporter spec"
  110. },
  111. "version": "0.19.2"
  112. }