package.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. {
  2. "_args": [
  3. [
  4. "webpack-dev-server@2.11.5",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "webpack-dev-server@2.11.5",
  10. "_id": "webpack-dev-server@2.11.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-7TdOKKt7G3sWEhPKV0zP+nD0c4V9YKUJ3wDdBwQsZNo58oZIRoVIu66pg7PYkBW8A74msP9C2kLwmxGHndz/pw==",
  13. "_location": "/webpack-dev-server",
  14. "_phantomChildren": {
  15. "arr-flatten": "1.1.0",
  16. "array-unique": "0.3.2",
  17. "async-each": "1.0.3",
  18. "code-point-at": "1.1.0",
  19. "decamelize": "1.2.0",
  20. "error-ex": "1.3.2",
  21. "get-caller-file": "1.0.3",
  22. "graceful-fs": "4.2.4",
  23. "inherits": "2.0.4",
  24. "is-extendable": "0.1.1",
  25. "is-extglob": "2.1.1",
  26. "is-glob": "4.0.1",
  27. "is-utf8": "0.2.1",
  28. "isobject": "3.0.1",
  29. "kind-of": "3.2.2",
  30. "lcid": "1.0.0",
  31. "micromatch": "3.1.10",
  32. "normalize-package-data": "2.5.0",
  33. "normalize-path": "3.0.0",
  34. "number-is-nan": "1.0.1",
  35. "path-dirname": "1.0.2",
  36. "path-is-absolute": "1.0.1",
  37. "pinkie-promise": "2.0.1",
  38. "readable-stream": "2.3.7",
  39. "remove-trailing-separator": "1.1.0",
  40. "repeat-element": "1.1.3",
  41. "repeat-string": "1.6.1",
  42. "require-directory": "2.1.1",
  43. "require-main-filename": "1.0.1",
  44. "set-blocking": "2.0.0",
  45. "snapdragon": "0.8.2",
  46. "snapdragon-node": "2.1.1",
  47. "split-string": "3.1.0",
  48. "strip-ansi": "3.0.1",
  49. "to-regex": "3.0.2",
  50. "upath": "1.2.0",
  51. "wrap-ansi": "2.1.0"
  52. },
  53. "_requested": {
  54. "type": "version",
  55. "registry": true,
  56. "raw": "webpack-dev-server@2.11.5",
  57. "name": "webpack-dev-server",
  58. "escapedName": "webpack-dev-server",
  59. "rawSpec": "2.11.5",
  60. "saveSpec": null,
  61. "fetchSpec": "2.11.5"
  62. },
  63. "_requiredBy": [
  64. "#DEV:/"
  65. ],
  66. "_resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-2.11.5.tgz",
  67. "_spec": "2.11.5",
  68. "_where": "E:\\amr1.0\\AMR",
  69. "author": {
  70. "name": "Tobias Koppers @sokra"
  71. },
  72. "bin": {
  73. "webpack-dev-server": "bin/webpack-dev-server.js"
  74. },
  75. "bugs": {
  76. "url": "https://github.com/webpack/webpack-dev-server/issues"
  77. },
  78. "dependencies": {
  79. "ansi-html": "0.0.7",
  80. "array-includes": "^3.0.3",
  81. "bonjour": "^3.5.0",
  82. "chokidar": "^2.1.2",
  83. "compression": "^1.7.3",
  84. "connect-history-api-fallback": "^1.3.0",
  85. "debug": "^3.1.0",
  86. "del": "^3.0.0",
  87. "express": "^4.16.2",
  88. "html-entities": "^1.2.0",
  89. "http-proxy-middleware": "^0.19.1",
  90. "import-local": "^1.0.0",
  91. "internal-ip": "1.2.0",
  92. "ip": "^1.1.5",
  93. "killable": "^1.0.0",
  94. "loglevel": "^1.4.1",
  95. "opn": "^5.1.0",
  96. "portfinder": "^1.0.9",
  97. "selfsigned": "^1.9.1",
  98. "serve-index": "^1.9.1",
  99. "sockjs": "0.3.19",
  100. "sockjs-client": "1.1.5",
  101. "spdy": "^4.0.0",
  102. "strip-ansi": "^3.0.0",
  103. "supports-color": "^5.1.0",
  104. "webpack-dev-middleware": "1.12.2",
  105. "yargs": "6.6.0"
  106. },
  107. "description": "Serves a webpack app. Updates the browser on changes.",
  108. "devDependencies": {
  109. "babel-cli": "^6.26.0",
  110. "babel-core": "^6.26.3",
  111. "babel-loader": "^7.1.2",
  112. "babel-preset-env": "^1.7.0",
  113. "codecov.io": "^0.1.6",
  114. "copy-webpack-plugin": "^4.3.1",
  115. "css-loader": "^0.28.5",
  116. "eslint": "^4.5.0",
  117. "eslint-config-webpack": "^1.2.5",
  118. "eslint-plugin-import": "^2.7.0",
  119. "execa": "^0.8.0",
  120. "file-loader": "^1.1.6",
  121. "html-webpack-plugin": "^2.30.1",
  122. "istanbul": "^0.4.5",
  123. "jquery": "^3.2.1",
  124. "less": "^2.5.1",
  125. "less-loader": "^4.0.5",
  126. "marked": "^0.3.9",
  127. "mocha": "^3.5.3",
  128. "mocha-sinon": "^2.0.0",
  129. "pug": "^2.0.3",
  130. "pug-loader": "^2.3.0",
  131. "semver": "^5.4.1",
  132. "should": "^13.2.0",
  133. "sinon": "^4.1.3",
  134. "style-loader": "^0.19.1",
  135. "supertest": "^3.0.0",
  136. "uglifyjs-webpack-plugin": "^1.0.0-beta.2",
  137. "url-loader": "^0.6.2",
  138. "webpack": "^3.10.0",
  139. "ws": "^4.0.0"
  140. },
  141. "engines": {
  142. "node": ">=4.7"
  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": "^2.2.0 || ^3.0.0"
  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 client/index.bundle.js --color --config client-src/default/webpack.config.js",
  171. "build:live": "webpack ./client-src/live/index.js client/live.bundle.js --color --config client-src/live/webpack.config.js",
  172. "build:sockjs": "webpack ./client-src/sockjs/index.js 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": "2.11.5"
  183. }