UNPKG

1.08 kBJSONView Raw
1{
2 "name": "webpack-stream",
3 "version": "5.0.0",
4 "description": "Run webpack as a stream",
5 "license": "MIT",
6 "homepage": "https://github.com/shama/webpack-stream",
7 "repository": "shama/webpack-stream",
8 "author": {
9 "name": "Kyle Robinson Young",
10 "email": "kyle@dontkry.com",
11 "url": "http://dontkry.com"
12 },
13 "engines": {
14 "node": ">= 6.11.5"
15 },
16 "scripts": {
17 "test": "semistandard && node test/test.js"
18 },
19 "files": [
20 "index.js"
21 ],
22 "semistandard": {
23 "ignore": [
24 "test/fixtures",
25 "examples"
26 ]
27 },
28 "dependencies": {
29 "fancy-log": "^1.3.2",
30 "lodash.clone": "^4.3.2",
31 "lodash.some": "^4.2.2",
32 "memory-fs": "^0.4.1",
33 "plugin-error": "^1.0.1",
34 "supports-color": "^5.3.0",
35 "through": "^2.3.8",
36 "vinyl": "^2.1.0",
37 "webpack": "^4.7.0"
38 },
39 "devDependencies": {
40 "gulp": "^3.9.0",
41 "rimraf": "^2.4.4",
42 "semistandard": "^12.0.1",
43 "tape": "^4.9.0",
44 "vinyl-fs": "^3.0.2",
45 "vinyl-named": "^1.1.0"
46 },
47 "keywords": [
48 "gulpplugin",
49 "webpack",
50 "stream"
51 ]
52}