{ "_from": "webpack-dev-server@3.1.5", "_id": "webpack-dev-server@3.1.5", "_inBundle": false, "_integrity": "sha512-LVHg+EPwZLHIlfvokSTgtJqO/vI5CQi89fASb5JEDtVMDjY0yuIEqPPdMiKaBJIB/Ab7v/UN/sYZ7WsZvntQKw==", "_location": "/webpack-dev-server", "_phantomChildren": { "arr-diff": "4.0.0", "array-unique": "0.3.2", "assign-symbols": "1.0.0", "async-each": "1.0.6", "braces": "2.3.2", "code-point-at": "1.1.0", "cross-spawn": "5.1.0", "decamelize": "1.2.0", "extglob": "2.0.4", "fragment-cache": "0.2.1", "graceful-fs": "4.2.11", "inherits": "2.0.4", "is-accessor-descriptor": "1.0.1", "is-data-descriptor": "1.0.1", "is-extglob": "2.1.1", "is-glob": "4.0.3", "is-plain-object": "2.0.4", "is-stream": "1.1.0", "isobject": "3.0.1", "kind-of": "6.0.3", "mimic-fn": "1.2.0", "nan": "2.22.2", "nanomatch": "1.2.13", "normalize-path": "3.0.0", "npm-run-path": "2.0.2", "number-is-nan": "1.0.1", "object.pick": "1.3.0", "p-finally": "1.0.0", "path-dirname": "1.0.2", "path-is-absolute": "1.0.1", "readable-stream": "2.3.8", "regex-not": "1.0.2", "remove-trailing-separator": "1.1.0", "require-directory": "2.1.1", "set-blocking": "2.0.0", "signal-exit": "3.0.7", "snapdragon": "0.8.2", "strip-eof": "1.0.0", "to-regex": "3.0.2", "upath": "1.2.0", "which-module": "2.0.1" }, "_requested": { "type": "version", "registry": true, "raw": "webpack-dev-server@3.1.5", "name": "webpack-dev-server", "escapedName": "webpack-dev-server", "rawSpec": "3.1.5", "saveSpec": null, "fetchSpec": "3.1.5" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmmirror.com/webpack-dev-server/-/webpack-dev-server-3.1.5.tgz", "_shasum": "87477252e1ac6789303fb8cd3e585fa5d508a401", "_spec": "webpack-dev-server@3.1.5", "_where": "D:\\wxfiles\\WeChat Files\\wxid_nwzh0d8ul35q22\\FileStorage\\File\\2025-04\\安装教程\\安装教程\\2、其他安装方法【手动安装】\\1、手动安装方法\\前端调试代码\\W72crm_web-master", "author": { "name": "Tobias Koppers @sokra" }, "bin": { "webpack-dev-server": "bin/webpack-dev-server.js" }, "bugs": { "url": "https://github.com/webpack/webpack-dev-server/issues" }, "bundleDependencies": false, "dependencies": { "ansi-html": "0.0.7", "array-includes": "^3.0.3", "bonjour": "^3.5.0", "chokidar": "^2.0.0", "compression": "^1.5.2", "connect-history-api-fallback": "^1.3.0", "debug": "^3.1.0", "del": "^3.0.0", "express": "^4.16.2", "html-entities": "^1.2.0", "http-proxy-middleware": "~0.18.0", "import-local": "^1.0.0", "internal-ip": "1.2.0", "ip": "^1.1.5", "killable": "^1.0.0", "loglevel": "^1.4.1", "opn": "^5.1.0", "portfinder": "^1.0.9", "selfsigned": "^1.9.1", "serve-index": "^1.7.2", "sockjs": "0.3.19", "sockjs-client": "1.1.5", "spdy": "^3.4.1", "strip-ansi": "^3.0.0", "supports-color": "^5.1.0", "webpack-dev-middleware": "3.1.3", "webpack-log": "^1.1.2", "yargs": "11.0.0" }, "deprecated": false, "description": "Serves a webpack app. Updates the browser on changes.", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-loader": "^7.1.4", "babel-preset-env": "^1.6.1", "codecov.io": "^0.1.6", "copy-webpack-plugin": "^4.5.1", "css-loader": "^0.28.10", "eslint": "^4.18.2", "eslint-config-webpack": "^1.2.5", "eslint-plugin-import": "^2.9.0", "execa": "^0.9.0", "file-loader": "^1.1.11", "html-loader": "^0.5.5", "html-webpack-plugin": "^3.0.6", "istanbul": "^0.4.5", "jquery": "^3.2.1", "less": "^3.7.1", "less-loader": "^4.1.0", "marked": "^0.3.17", "mocha": "^3.5.3", "mocha-sinon": "^2.0.0", "semver": "^5.4.1", "should": "^13.2.0", "sinon": "^4.4.2", "style-loader": "^0.20.3", "supertest": "^3.0.0", "url-loader": "^0.6.2", "webpack": "^4.16.1", "webpack-cli": "^2.0.14", "ws": "^4.1.0" }, "engines": { "node": ">=6.11.5" }, "files": [ "lib/", "bin", "client/", "ssl/" ], "homepage": "https://github.com/webpack/webpack-dev-server", "license": "MIT", "main": "lib/Server.js", "maintainers": [ { "name": "Andrew Powell", "email": "andrew@shellscape.org", "url": "shellscape.org" } ], "name": "webpack-dev-server", "peerDependencies": { "webpack": "^4.0.0-beta.1" }, "repository": { "type": "git", "url": "git+https://github.com/webpack/webpack-dev-server.git" }, "scripts": { "beautify": "npm run lint -- --fix", "build:index": "webpack ./client-src/default/index.js -o client/index.bundle.js --color --config client-src/default/webpack.config.js", "build:live": "webpack ./client-src/live/index.js -o client/live.bundle.js --color --config client-src/live/webpack.config.js", "build:sockjs": "webpack ./client-src/sockjs/index.js -o client/sockjs.bundle.js --color --config client-src/sockjs/webpack.config.js", "ci": "npm run cover -- --report lcovonly && npm run test", "cover": "istanbul cover node_modules/mocha/bin/_mocha", "lint": "eslint bin lib test examples client-src", "mocha": "mocha --full-trace --check-leaks", "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", "test": "npm run lint && npm run mocha", "transpile:index": "babel client-src/default --out-dir client --ignore *.config.js", "webpack-dev-server": "cd $INIT_CWD && node ../../../bin/webpack-dev-server.js" }, "version": "3.1.5" }