-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 3.2 KB
/
Copy pathpackage.json
File metadata and controls
116 lines (116 loc) · 3.2 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
{
"name": "webpack",
"version": "1.9.5",
"author": {
"name": "Tobias Koppers @sokra"
},
"description": "Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jade, coffee, css, less, ... and your custom stuff.",
"dependencies": {
"async": "~0.9.0",
"clone": "~1.0.2",
"enhanced-resolve": "~0.8.2",
"esprima": "~1.2.0",
"interpret": "^0.5.2",
"memory-fs": "~0.2.0",
"mkdirp": "~0.5.0",
"optimist": "~0.6.0",
"supports-color": "^1.2.0",
"tapable": "~0.1.8",
"uglify-js": "~2.4.13",
"watchpack": "^0.2.1",
"webpack-core": "~0.6.0"
},
"peerDependencies": {
"node-libs-browser": ">= 0.4.0 <=0.5.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"devDependencies": {
"benchmark": "^1.0.0",
"bundle-loader": "~0.5.0",
"coffee-loader": "~0.7.1",
"component-webpack-plugin": "~0.2.0",
"coveralls": "^2.11.2",
"css-loader": "~0.12.0",
"eslint": "^0.21.0",
"express": "~3.4.8",
"extract-text-webpack-plugin": "~0.7.0",
"file-loader": "~0.8.0",
"i18n-webpack-plugin": "~0.2.0",
"istanbul": "^0.3.13",
"jade-loader": "~0.7.0",
"json-loader": "~0.5.1",
"less-loader": "^2.0.0",
"microtime": "^1.2.0",
"mocha": "~2.2.0",
"mocha-lcov-reporter": "0.0.2",
"raw-loader": "~0.5.0",
"script-loader": "~0.6.0",
"should": "^6.0.1",
"style-loader": "~0.12.0",
"url-loader": "~0.5.0",
"val-loader": "~0.5.0",
"vm-browserify": "~0.0.0",
"webpack-dev-middleware": "^1.0.0",
"worker-loader": "~0.6.0"
},
"engines": {
"node": ">=0.6"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/webpack/webpack.git"
},
"homepage": "http://github.com/webpack/webpack",
"main": "lib/webpack.js",
"web": "lib/webpack.web.js",
"bin": {
"webpack": "./bin/webpack.js"
},
"files": [
"lib/",
"bin/",
"buildin/",
"hot/",
"web_modules/"
],
"scripts": {
"pretest": "npm run lint",
"test": "mocha",
"travis": "npm run cover -- --report lcovonly",
"lint": "eslint lib",
"precover": "npm run lint",
"cover": "istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha",
"publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish"
},
"gitHead": "e37a50683f74d6996373186db757289256a41bf7",
"bugs": {
"url": "https://github.com/webpack/webpack/issues"
},
"_id": "webpack@1.9.5",
"_shasum": "4438070fe9bc6b628600c1743574543b6da3e337",
"_from": "webpack@*",
"_npmVersion": "2.9.0",
"_nodeVersion": "0.12.2",
"_npmUser": {
"name": "sokra",
"email": "tobias.koppers@googlemail.com"
},
"maintainers": [
{
"name": "sokra",
"email": "tobias.koppers@googlemail.com"
}
],
"dist": {
"shasum": "4438070fe9bc6b628600c1743574543b6da3e337",
"tarball": "http://registry.npmjs.org/webpack/-/webpack-1.9.5.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/webpack/-/webpack-1.9.5.tgz",
"readme": "ERROR: No README data found!"
}