package.json
2.74 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
{
"_from": "html-webpack-plugin@^2.30.1",
"_id": "html-webpack-plugin@2.30.1",
"_inBundle": false,
"_integrity": "sha1-f5xCG36pHsRg9WUn1430hO51N9U=",
"_location": "/html-webpack-plugin",
"_phantomChildren": {
"big.js": "3.2.0",
"emojis-list": "2.1.0",
"json5": "0.5.1",
"object-assign": "4.1.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "html-webpack-plugin@^2.30.1",
"name": "html-webpack-plugin",
"escapedName": "html-webpack-plugin",
"rawSpec": "^2.30.1",
"saveSpec": null,
"fetchSpec": "^2.30.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-2.30.1.tgz",
"_shasum": "7f9c421b7ea91ec460f56527d78df484ee7537d5",
"_spec": "html-webpack-plugin@^2.30.1",
"_where": "C:\\Users\\Administrator\\Desktop\\新建文件夹\\一二三\\src\\finance_serv",
"author": {
"name": "Charles Blaxland",
"email": "charles.blaxland@gmail.com",
"url": "https://github.com/ampedandwired"
},
"bugs": {
"url": "https://github.com/jantimon/html-webpack-plugin/issues"
},
"bundleDependencies": false,
"dependencies": {
"bluebird": "^3.4.7",
"html-minifier": "^3.2.3",
"loader-utils": "^0.2.16",
"lodash": "^4.17.3",
"pretty-error": "^2.0.2",
"toposort": "^1.0.0"
},
"deprecated": false,
"description": "Simplifies creation of HTML files to serve your webpack bundles",
"devDependencies": {
"appcache-webpack-plugin": "^1.3.0",
"css-loader": "^0.26.1",
"dir-compare": "1.3.0",
"es6-promise": "^4.0.5",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-loader": "^0.4.4",
"jade": "^1.11.0",
"jade-loader": "^0.8.0",
"jasmine": "^2.5.2",
"rimraf": "^2.5.4",
"semistandard": "8.0.0",
"style-loader": "^0.13.1",
"underscore-template-loader": "^0.7.3",
"url-loader": "^0.5.7",
"webpack": "^1.14.0",
"webpack-recompilation-simulator": "^1.3.0"
},
"files": [
"index.js",
"default_index.ejs",
"lib/"
],
"homepage": "https://github.com/jantimon/html-webpack-plugin",
"keywords": [
"webpack",
"plugin",
"html",
"html-webpack-plugin"
],
"license": "MIT",
"main": "index.js",
"name": "html-webpack-plugin",
"peerDependencies": {
"webpack": "1 || ^2 || ^2.1.0-beta || ^2.2.0-rc || ^3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jantimon/html-webpack-plugin.git"
},
"scripts": {
"build-examples": "node examples/build-examples.js",
"prepublish": "npm run test",
"pretest": "semistandard",
"test": "jasmine"
},
"semistandard": {
"ignore": [
"examples/*/dist/**/*.*"
]
},
"version": "2.30.1"
}