package.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. {
  2. "_from": "webpack-dev-server@3.1.5",
  3. "_id": "webpack-dev-server@3.1.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LVHg+EPwZLHIlfvokSTgtJqO/vI5CQi89fASb5JEDtVMDjY0yuIEqPPdMiKaBJIB/Ab7v/UN/sYZ7WsZvntQKw==",
  6. "_location": "/webpack-dev-server",
  7. "_phantomChildren": {
  8. "arr-diff": "4.0.0",
  9. "array-unique": "0.3.2",
  10. "assign-symbols": "1.0.0",
  11. "async-each": "1.0.6",
  12. "braces": "2.3.2",
  13. "code-point-at": "1.1.0",
  14. "cross-spawn": "5.1.0",
  15. "decamelize": "1.2.0",
  16. "extglob": "2.0.4",
  17. "fragment-cache": "0.2.1",
  18. "graceful-fs": "4.2.11",
  19. "inherits": "2.0.4",
  20. "is-accessor-descriptor": "1.0.1",
  21. "is-data-descriptor": "1.0.1",
  22. "is-extglob": "2.1.1",
  23. "is-glob": "4.0.3",
  24. "is-plain-object": "2.0.4",
  25. "is-stream": "1.1.0",
  26. "isobject": "3.0.1",
  27. "kind-of": "6.0.3",
  28. "mimic-fn": "1.2.0",
  29. "nan": "2.20.0",
  30. "nanomatch": "1.2.13",
  31. "normalize-path": "3.0.0",
  32. "npm-run-path": "2.0.2",
  33. "number-is-nan": "1.0.1",
  34. "object.pick": "1.3.0",
  35. "p-finally": "1.0.0",
  36. "path-dirname": "1.0.2",
  37. "path-is-absolute": "1.0.1",
  38. "readable-stream": "2.3.8",
  39. "regex-not": "1.0.2",
  40. "remove-trailing-separator": "1.1.0",
  41. "require-directory": "2.1.1",
  42. "set-blocking": "2.0.0",
  43. "signal-exit": "3.0.7",
  44. "snapdragon": "0.8.2",
  45. "strip-eof": "1.0.0",
  46. "to-regex": "3.0.2",
  47. "upath": "1.2.0",
  48. "which-module": "2.0.1"
  49. },
  50. "_requested": {
  51. "type": "version",
  52. "registry": true,
  53. "raw": "webpack-dev-server@3.1.5",
  54. "name": "webpack-dev-server",
  55. "escapedName": "webpack-dev-server",
  56. "rawSpec": "3.1.5",
  57. "saveSpec": null,
  58. "fetchSpec": "3.1.5"
  59. },
  60. "_requiredBy": [
  61. "#DEV:/"
  62. ],
  63. "_resolved": "https://registry.npmmirror.com/webpack-dev-server/-/webpack-dev-server-3.1.5.tgz",
  64. "_shasum": "87477252e1ac6789303fb8cd3e585fa5d508a401",
  65. "_spec": "webpack-dev-server@3.1.5",
  66. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web",
  67. "author": {
  68. "name": "Tobias Koppers @sokra"
  69. },
  70. "bin": {
  71. "webpack-dev-server": "bin/webpack-dev-server.js"
  72. },
  73. "bugs": {
  74. "url": "https://github.com/webpack/webpack-dev-server/issues"
  75. },
  76. "bundleDependencies": false,
  77. "dependencies": {
  78. "ansi-html": "0.0.7",
  79. "array-includes": "^3.0.3",
  80. "bonjour": "^3.5.0",
  81. "chokidar": "^2.0.0",
  82. "compression": "^1.5.2",
  83. "connect-history-api-fallback": "^1.3.0",
  84. "debug": "^3.1.0",
  85. "del": "^3.0.0",
  86. "express": "^4.16.2",
  87. "html-entities": "^1.2.0",
  88. "http-proxy-middleware": "~0.18.0",
  89. "import-local": "^1.0.0",
  90. "internal-ip": "1.2.0",
  91. "ip": "^1.1.5",
  92. "killable": "^1.0.0",
  93. "loglevel": "^1.4.1",
  94. "opn": "^5.1.0",
  95. "portfinder": "^1.0.9",
  96. "selfsigned": "^1.9.1",
  97. "serve-index": "^1.7.2",
  98. "sockjs": "0.3.19",
  99. "sockjs-client": "1.1.5",
  100. "spdy": "^3.4.1",
  101. "strip-ansi": "^3.0.0",
  102. "supports-color": "^5.1.0",
  103. "webpack-dev-middleware": "3.1.3",
  104. "webpack-log": "^1.1.2",
  105. "yargs": "11.0.0"
  106. },
  107. "deprecated": false,
  108. "description": "Serves a webpack app. Updates the browser on changes.",
  109. "devDependencies": {
  110. "babel-cli": "^6.26.0",
  111. "babel-core": "^6.26.0",
  112. "babel-loader": "^7.1.4",
  113. "babel-preset-env": "^1.6.1",
  114. "codecov.io": "^0.1.6",
  115. "copy-webpack-plugin": "^4.5.1",
  116. "css-loader": "^0.28.10",
  117. "eslint": "^4.18.2",
  118. "eslint-config-webpack": "^1.2.5",
  119. "eslint-plugin-import": "^2.9.0",
  120. "execa": "^0.9.0",
  121. "file-loader": "^1.1.11",
  122. "html-loader": "^0.5.5",
  123. "html-webpack-plugin": "^3.0.6",
  124. "istanbul": "^0.4.5",
  125. "jquery": "^3.2.1",
  126. "less": "^3.7.1",
  127. "less-loader": "^4.1.0",
  128. "marked": "^0.3.17",
  129. "mocha": "^3.5.3",
  130. "mocha-sinon": "^2.0.0",
  131. "semver": "^5.4.1",
  132. "should": "^13.2.0",
  133. "sinon": "^4.4.2",
  134. "style-loader": "^0.20.3",
  135. "supertest": "^3.0.0",
  136. "url-loader": "^0.6.2",
  137. "webpack": "^4.16.1",
  138. "webpack-cli": "^2.0.14",
  139. "ws": "^4.1.0"
  140. },
  141. "engines": {
  142. "node": ">=6.11.5"
  143. },
  144. "files": [
  145. "lib/",
  146. "bin",
  147. "client/",
  148. "ssl/"
  149. ],
  150. "homepage": "https://github.com/webpack/webpack-dev-server",
  151. "license": "MIT",
  152. "main": "lib/Server.js",
  153. "maintainers": [
  154. {
  155. "name": "Andrew Powell",
  156. "email": "andrew@shellscape.org",
  157. "url": "shellscape.org"
  158. }
  159. ],
  160. "name": "webpack-dev-server",
  161. "peerDependencies": {
  162. "webpack": "^4.0.0-beta.1"
  163. },
  164. "repository": {
  165. "type": "git",
  166. "url": "git+https://github.com/webpack/webpack-dev-server.git"
  167. },
  168. "scripts": {
  169. "beautify": "npm run lint -- --fix",
  170. "build:index": "webpack ./client-src/default/index.js -o client/index.bundle.js --color --config client-src/default/webpack.config.js",
  171. "build:live": "webpack ./client-src/live/index.js -o client/live.bundle.js --color --config client-src/live/webpack.config.js",
  172. "build:sockjs": "webpack ./client-src/sockjs/index.js -o client/sockjs.bundle.js --color --config client-src/sockjs/webpack.config.js",
  173. "ci": "npm run cover -- --report lcovonly && npm run test",
  174. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  175. "lint": "eslint bin lib test examples client-src",
  176. "mocha": "mocha --full-trace --check-leaks",
  177. "prepublish": "(rm ssl/*.pem || true) && npm run -s transpile:index && npm run -s build:live && npm run -s build:index && npm run -s build:sockjs",
  178. "test": "npm run lint && npm run mocha",
  179. "transpile:index": "babel client-src/default --out-dir client --ignore *.config.js",
  180. "webpack-dev-server": "cd $INIT_CWD && node ../../../bin/webpack-dev-server.js"
  181. },
  182. "version": "3.1.5"
  183. }