package.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. {
  2. "_args": [
  3. [
  4. "webpack-dev-server@3.9.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "webpack-dev-server@3.9.0",
  10. "_id": "webpack-dev-server@3.9.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-E6uQ4kRrTX9URN9s/lIbqTAztwEPdvzVrcmHE8EQ9YnuT9J8Es5Wrd8n9BKg1a0oZ5EgEke/EQFgUsp18dSTBw==",
  13. "_location": "/webpack-dev-server",
  14. "_phantomChildren": {
  15. "@types/glob": "7.1.1",
  16. "anymatch": "2.0.0",
  17. "array-union": "1.0.2",
  18. "async-each": "1.0.1",
  19. "bindings": "1.5.0",
  20. "braces": "2.3.2",
  21. "decamelize": "1.2.0",
  22. "execa": "1.0.0",
  23. "fs.realpath": "1.0.0",
  24. "get-caller-file": "1.0.2",
  25. "glob": "7.1.2",
  26. "glob-parent": "3.1.0",
  27. "graceful-fs": "4.1.11",
  28. "has-flag": "3.0.0",
  29. "inflight": "1.0.6",
  30. "inherits": "2.0.3",
  31. "is-binary-path": "1.0.1",
  32. "is-glob": "4.0.0",
  33. "locate-path": "3.0.0",
  34. "mem": "4.3.0",
  35. "micromatch": "3.1.10",
  36. "minimatch": "3.0.4",
  37. "object-assign": "4.1.1",
  38. "once": "1.4.0",
  39. "p-map": "2.1.0",
  40. "path-is-absolute": "1.0.1",
  41. "path-is-inside": "1.0.2",
  42. "pinkie-promise": "2.0.1",
  43. "readable-stream": "2.3.6",
  44. "require-directory": "2.1.1",
  45. "require-main-filename": "1.0.1",
  46. "set-blocking": "2.0.0",
  47. "wrap-ansi": "2.1.0",
  48. "y18n": "3.2.1"
  49. },
  50. "_requested": {
  51. "type": "version",
  52. "registry": true,
  53. "raw": "webpack-dev-server@3.9.0",
  54. "name": "webpack-dev-server",
  55. "escapedName": "webpack-dev-server",
  56. "rawSpec": "3.9.0",
  57. "saveSpec": null,
  58. "fetchSpec": "3.9.0"
  59. },
  60. "_requiredBy": [
  61. "/@angular-devkit/build-angular"
  62. ],
  63. "_resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.9.0.tgz",
  64. "_spec": "3.9.0",
  65. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  66. "author": {
  67. "name": "Tobias Koppers @sokra"
  68. },
  69. "bin": {
  70. "webpack-dev-server": "bin/webpack-dev-server.js"
  71. },
  72. "bugs": {
  73. "url": "https://github.com/webpack/webpack-dev-server/issues"
  74. },
  75. "dependencies": {
  76. "ansi-html": "0.0.7",
  77. "bonjour": "^3.5.0",
  78. "chokidar": "^2.1.8",
  79. "compression": "^1.7.4",
  80. "connect-history-api-fallback": "^1.6.0",
  81. "debug": "^4.1.1",
  82. "del": "^4.1.1",
  83. "express": "^4.17.1",
  84. "html-entities": "^1.2.1",
  85. "http-proxy-middleware": "0.19.1",
  86. "import-local": "^2.0.0",
  87. "internal-ip": "^4.3.0",
  88. "ip": "^1.1.5",
  89. "is-absolute-url": "^3.0.3",
  90. "killable": "^1.0.1",
  91. "loglevel": "^1.6.4",
  92. "opn": "^5.5.0",
  93. "p-retry": "^3.0.1",
  94. "portfinder": "^1.0.25",
  95. "schema-utils": "^1.0.0",
  96. "selfsigned": "^1.10.7",
  97. "semver": "^6.3.0",
  98. "serve-index": "^1.9.1",
  99. "sockjs": "0.3.19",
  100. "sockjs-client": "1.4.0",
  101. "spdy": "^4.0.1",
  102. "strip-ansi": "^3.0.1",
  103. "supports-color": "^6.1.0",
  104. "url": "^0.11.0",
  105. "webpack-dev-middleware": "^3.7.2",
  106. "webpack-log": "^2.0.0",
  107. "ws": "^6.2.1",
  108. "yargs": "12.0.5"
  109. },
  110. "description": "Serves a webpack app. Updates the browser on changes.",
  111. "devDependencies": {
  112. "@babel/cli": "^7.6.4",
  113. "@babel/core": "^7.6.4",
  114. "@babel/plugin-transform-runtime": "^7.6.2",
  115. "@babel/preset-env": "^7.6.3",
  116. "@babel/runtime": "^7.6.3",
  117. "@commitlint/cli": "^8.2.0",
  118. "@commitlint/config-conventional": "^8.2.0",
  119. "babel-loader": "^8.0.6",
  120. "body-parser": "^1.19.0",
  121. "commitlint-azure-pipelines-cli": "^1.0.2",
  122. "copy-webpack-plugin": "^5.0.4",
  123. "css-loader": "^2.1.1",
  124. "eslint": "^6.5.1",
  125. "eslint-config-prettier": "^6.4.0",
  126. "eslint-config-webpack": "^1.2.5",
  127. "eslint-plugin-import": "^2.18.2",
  128. "execa": "^1.0.0",
  129. "file-loader": "^3.0.1",
  130. "html-loader": "^0.5.5",
  131. "html-webpack-plugin": "^3.2.0",
  132. "husky": "^3.0.9",
  133. "jest": "^24.9.0",
  134. "jest-junit": "^8.0.0",
  135. "jquery": "^3.4.1",
  136. "less": "^3.10.3",
  137. "less-loader": "^5.0.0",
  138. "lint-staged": "^9.4.2",
  139. "marked": "^0.7.0",
  140. "memfs": "^2.15.5",
  141. "npm-run-all": "^4.1.5",
  142. "prettier": "^1.18.2",
  143. "puppeteer": "^1.20.0",
  144. "rimraf": "^3.0.0",
  145. "standard-version": "^7.0.0",
  146. "style-loader": "^1.0.0",
  147. "supertest": "^4.0.2",
  148. "tcp-port-used": "^1.0.1",
  149. "typescript": "^3.6.4",
  150. "url-loader": "^1.1.2",
  151. "webpack": "^4.41.2",
  152. "webpack-cli": "^3.3.9"
  153. },
  154. "engines": {
  155. "node": ">= 6.11.5"
  156. },
  157. "files": [
  158. "bin",
  159. "lib",
  160. "ssl",
  161. "client"
  162. ],
  163. "homepage": "https://github.com/webpack/webpack-dev-server#readme",
  164. "license": "MIT",
  165. "main": "lib/Server.js",
  166. "name": "webpack-dev-server",
  167. "peerDependencies": {
  168. "webpack": "^4.0.0"
  169. },
  170. "repository": {
  171. "type": "git",
  172. "url": "git+https://github.com/webpack/webpack-dev-server.git"
  173. },
  174. "scripts": {
  175. "build:client": "rimraf ./client/* && npm-run-all -s -l -p \"build:client:**\"",
  176. "build:client:clients": "babel client-src/clients --out-dir client/clients",
  177. "build:client:default": "babel client-src/default --out-dir client --ignore \"./client-src/default/*.config.js\"",
  178. "build:client:index": "webpack ./client-src/default/index.js -o client/index.bundle.js --color --config client-src/default/webpack.config.js",
  179. "build:client:live": "webpack ./client-src/live/index.js -o client/live.bundle.js --color --config client-src/live/webpack.config.js",
  180. "build:client:sockjs": "webpack ./client-src/sockjs/index.js -o client/sockjs.bundle.js --color --config client-src/sockjs/webpack.config.js",
  181. "commitlint": "commitlint --from=master",
  182. "lint": "npm-run-all -l -p \"lint:**\"",
  183. "lint:js": "eslint . --cache",
  184. "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different",
  185. "lint:type": "tsc --noEmit",
  186. "prepare": "rimraf ./ssl/*.pem && npm run build:client",
  187. "pretest": "npm run lint",
  188. "release": "standard-version",
  189. "security": "npm audit",
  190. "test": "npm run test:coverage",
  191. "test:coverage": "npm run test:only -- --coverage",
  192. "test:only": "jest --forceExit",
  193. "test:watch": "npm run test:coverage --watch",
  194. "webpack-dev-server": "node examples/run-example.js"
  195. },
  196. "version": "3.9.0"
  197. }