package.json
3.42 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
{
"_from": "webpack-bundle-analyzer@^2.9.0",
"_id": "webpack-bundle-analyzer@2.13.1",
"_inBundle": false,
"_integrity": "sha512-rwxyfecTAxoarCC9VlHlIpfQCmmJ/qWD5bpbjkof+7HrNhTNZIwZITxN6CdlYL2axGmwNUQ+tFgcSOiNXMf/sQ==",
"_location": "/webpack-bundle-analyzer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "webpack-bundle-analyzer@^2.9.0",
"name": "webpack-bundle-analyzer",
"escapedName": "webpack-bundle-analyzer",
"rawSpec": "^2.9.0",
"saveSpec": null,
"fetchSpec": "^2.9.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.13.1.tgz",
"_shasum": "07d2176c6e86c3cdce4c23e56fae2a7b6b4ad526",
"_spec": "webpack-bundle-analyzer@^2.9.0",
"_where": "C:\\Users\\Administrator\\Desktop\\新建文件夹\\一二三\\src\\finance_serv",
"author": {
"name": "Yury Grunin",
"email": "grunin.ya@ya.ru"
},
"bin": {
"webpack-bundle-analyzer": "lib/bin/analyzer.js"
},
"bugs": {
"url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues"
},
"bundleDependencies": false,
"changelog": "https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
"dependencies": {
"acorn": "^5.3.0",
"bfj-node4": "^5.2.0",
"chalk": "^2.3.0",
"commander": "^2.13.0",
"ejs": "^2.5.7",
"express": "^4.16.2",
"filesize": "^3.5.11",
"gzip-size": "^4.1.0",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"opener": "^1.4.3",
"ws": "^4.0.0"
},
"deprecated": false,
"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
"devDependencies": {
"babel-core": "6.26.0",
"babel-eslint": "8.2.1",
"babel-loader": "7.1.2",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-react-jsx": "6.24.1",
"babel-preset-env": "1.6.1",
"chai": "4.1.2",
"chai-subset": "1.6.0",
"classnames": "2.2.5",
"css-loader": "0.28.9",
"del": "3.0.0",
"eslint": "4.16.0",
"eslint-config-th0r": "1.0.0",
"eslint-config-th0r-react": "1.0.0",
"eslint-plugin-react": "7.6.1",
"exports-loader": "0.6.4",
"gulp": "4.0.0",
"gulp-babel": "7.0.1",
"mocha": "5.0.0",
"nightmare": "2.10.0",
"preact": "8.2.7",
"sinon": "4.2.2",
"stream-combiner2": "1.1.1",
"style-loader": "0.20.1",
"webpack": "3.10.0",
"webpack-dev-server": "2.11.1"
},
"engines": {
"node": ">= 4"
},
"files": [
"public",
"lib",
"src",
"views"
],
"homepage": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
"keywords": [
"webpack",
"bundle",
"analyzer",
"modules",
"size",
"interactive",
"chart",
"treemap",
"zoomable",
"zoom"
],
"license": "MIT",
"main": "lib/index.js",
"name": "webpack-bundle-analyzer",
"repository": {
"type": "git",
"url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git"
},
"scripts": {
"build": "gulp build",
"lint": "eslint --ext js,jsx .",
"npm-publish": "npm run lint && npm run build && npm test && npm publish",
"start": "gulp watch",
"test": "mocha --exit --require babel-core/register",
"test-dev": "mocha --watch --require babel-core/register"
},
"version": "2.13.1"
}