package.json
4.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"_from": "webpack-dev-server@^2.9.1",
"_id": "webpack-dev-server@2.11.2",
"_inBundle": false,
"_integrity": "sha512-zrPoX97bx47vZiAXfDrkw8pe9QjJ+lunQl3dypojyWwWr1M5I2h0VSrMPfTjopHQPRNn+NqfjcMmhoLcUJe2gA==",
"_location": "/webpack-dev-server",
"_phantomChildren": {
"code-point-at": "1.1.0",
"decamelize": "1.2.0",
"error-ex": "1.3.2",
"get-caller-file": "1.0.3",
"graceful-fs": "4.1.11",
"is-utf8": "0.2.1",
"lcid": "1.0.0",
"ms": "2.0.0",
"normalize-package-data": "2.4.0",
"number-is-nan": "1.0.1",
"pinkie-promise": "2.0.1",
"require-directory": "2.1.1",
"require-main-filename": "1.0.1",
"set-blocking": "2.0.0",
"strip-ansi": "3.0.1",
"wrap-ansi": "2.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "webpack-dev-server@^2.9.1",
"name": "webpack-dev-server",
"escapedName": "webpack-dev-server",
"rawSpec": "^2.9.1",
"saveSpec": null,
"fetchSpec": "^2.9.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-2.11.2.tgz",
"_shasum": "1f4f4c78bf1895378f376815910812daf79a216f",
"_spec": "webpack-dev-server@^2.9.1",
"_where": "C:\\Users\\Administrator\\Desktop\\新建文件夹\\一二三\\src\\finance_serv",
"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.17.4",
"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.4",
"spdy": "^3.4.1",
"strip-ansi": "^3.0.0",
"supports-color": "^5.1.0",
"webpack-dev-middleware": "1.12.2",
"yargs": "6.6.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.2",
"babel-preset-env": "^1.6.1",
"codecov.io": "^0.1.6",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.5",
"eslint": "^4.5.0",
"eslint-config-webpack": "^1.2.5",
"eslint-plugin-import": "^2.7.0",
"execa": "^0.8.0",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"istanbul": "^0.4.5",
"jquery": "^3.2.1",
"less": "^2.5.1",
"less-loader": "^4.0.5",
"marked": "^0.3.9",
"mocha": "^3.5.3",
"mocha-sinon": "^2.0.0",
"pug": "^2.0.0-beta5",
"pug-loader": "^2.3.0",
"semver": "^5.4.1",
"should": "^13.2.0",
"sinon": "^4.1.3",
"style-loader": "^0.19.1",
"supertest": "^3.0.0",
"uglifyjs-webpack-plugin": "^1.0.0-beta.2",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"ws": "^4.0.0"
},
"engines": {
"node": ">=4.7"
},
"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": "^2.2.0 || ^3.0.0"
},
"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 client/index.bundle.js --color --config client-src/default/webpack.config.js",
"build:live": "webpack ./client-src/live/index.js client/live.bundle.js --color --config client-src/live/webpack.config.js",
"build:sockjs": "webpack ./client-src/sockjs/index.js 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": "2.11.2"
}