{"maintainers":[{"email":"tyler@tylerpaulthompson.com","name":"tptee"},{"email":"huynh.stefan@gmail.com","name":"stefvhuynh"},{"email":"exogen@gmail.com","name":"exogen"},{"email":"ken_wheeler@me.com","name":"thekenwheeler"},{"email":"imranolas@gmail.com","name":"imranolas"},{"email":"me@ericbaer.com","name":"baer"},{"email":"per@sproutlab.com","name":"coopy"},{"email":"bolin.chris@gmail.com","name":"chrisbolin"},{"email":"david.davidson@formidablelabs.com","name":"david-davidson"},{"email":"ryan@eastridge.me","name":"eastridge"},{"email":"lauren.eastridge@formidablelabs.com","name":"boygirl"},{"email":"mhink1103@gmail.com","name":"mhink"},{"email":"jrwilson@gmail.com","name":"jason.wilson"},{"email":"derekgmaffett@gmail.com","name":"derekmaffett"},{"email":"emma.brillhart@gmail.com","name":"ebrillhart"},{"email":"redfield.stefan@gmail.com","name":"redfieldstefan"},{"email":"spoonart@gmail.com","name":"bmathews"},{"email":"kyle@kylecesmat.com","name":"kylecesmat"},{"email":"lavalle.paula@gmail.com","name":"paulathevalley"},{"email":"ryan@loose-bits.com","name":"ryan.roemer"},{"email":"admin@formidablelabs.com","name":"formidable-owner"}],"keywords":["webpack","cli","plugin","dashboard"],"dist-tags":{"latest":"0.4.0","next":"1.0.0-2"},"author":{"name":"Ken Wheeler"},"description":"a CLI dashboard for webpack dev server","readme":"#webpack-dashboard\n\nA CLI dashboard for your webpack dev server\n\n### What's this all about?\n\nWhen using webpack, especially for a dev server, you are probably used to seeing something like this:\n\n![http://i.imgur.com/p1uAqkD.png](http://i.imgur.com/p1uAqkD.png)\n\nThat's cool, but it's mostly noise and scrolly and not super helpful. This plugin changes that. Now when you run your dev server, you basically work at NASA:\n\n![http://i.imgur.com/5BWa1hB.png](http://i.imgur.com/5BWa1hB.png)\n\n### Install\n\n`npm install webpack-dashboard --save-dev`\n\n### Use\n\n***OS X Terminal.app users:*** Make sure that **View → Allow Mouse Reporting** is enabled, otherwise scrolling through logs and modules won't work. If your version of Terminal.app doesn't have this feature, you may want to check out an alternative such as [iTerm2](https://www.iterm2.com/index.html).\n\nFirst, import the plugin and add it to your webpack config, or apply it to your compiler:\n\n```js\n// Import the plugin:\nvar DashboardPlugin = require('webpack-dashboard/plugin');\n\n// If you aren't using express, add it to your webpack configs plugins section:\nplugins: [\n    new DashboardPlugin()\n]\n\n// If you are using an express based dev server, add it with compiler.apply\ncompiler.apply(new DashboardPlugin());\n```\nIf using a custom port, the port number must be included in the options object here, as well as passed using the -p flag in the call to webpack-dashboard. See how below:\n\n```js\nplugins: [\n    new DashboardPlugin({ port: 3001 })\n]\n```\n\nIn the latest version, you can either run your app, and run `webpack-dashboard` independently (by installing with `npm install webpack-dashboard -g`) or run webpack-dashboard from your `package.json`. So if your dev server start script previously looked like:\n\n```js\n\"scripts\": {\n    \"dev\": \"node index.js\"\n}\n```\n\nYou would change that to:\n\n```js\n\"scripts\": {\n    \"dev\": \"webpack-dashboard -- node index.js\"\n}\n```\nNow you can just run your start script like normal, except now, you are awesome. Not that you weren't before. I'm just saying. More so.\n\n#### Run it\n\nFinally, start your server using whatever command you have set up. Either you have `npm run dev` or `npm start` pointed at `node devServer.js` or something along those lines.\n\nThen, sit back and pretend you're an astronaut.\n\n### API\n\n#### webpack-dashboard (CLI)\n##### Options\n\n - `-c, --color [color]` - Custom ANSI color for your dashboard\n - `-m, --minimal` - Runs the dashboard in minimal mode\n - `-t, --title [title]` - Set title of terminal window\n - `-p, --port [port]` - Custom port for socket communication\n\n##### Arguments\n\n`[command]` - The command you want to run, i.e. `webpack-dashboard -- node index.js`\n\n#### Webpack plugin\n#### Options\n\n - `port` - Custom port for socket communication\n - `handler` - Plugin handler method, i.e. `dashboard.setData`\n\n*Note: you can also just pass a function in as an argument, which then becomes the handler, i.e. `new DashboardPlugin(dashboard.setData)`*\n\n#### Credits\n\nModule output deeply inspired by: [https://github.com/robertknight/webpack-bundle-size-analyzer](https://github.com/robertknight/webpack-bundle-size-analyzer)\n\nError output deeply inspired by: [https://github.com/facebookincubator/create-react-app](https://github.com/facebookincubator/create-react-app)\n","repository":{"type":"git","url":"git+https://github.com/FormidableLabs/webpack-dashboard.git"},"users":{"ahmedelgabri":true,"mhinton":true,"edm00se":true,"rmanalan":true,"vutran":true,"hal9zillion":true,"xyyjk":true,"john-goldsmith":true,"rpnna":true,"vteixeira":true,"truckfondue":true,"fadihania":true,"bmcallis":true,"evanj0hnson":true,"rafszul":true,"holly":true,"ljfer":true,"panos277":true,"jamesdh":true,"mapharia":true,"jetbug123":true,"goldencrow":true,"byoigres":true,"monkeykode":true,"shuoshubao":true,"nice_body":true,"martinspinks":true,"eshinn":true,"cygik":true,"drewigg":true,"bsara":true},"bugs":{"url":"https://github.com/FormidableLabs/webpack-dashboard/issues"},"license":"MIT","versions":{"0.0.1-alpha.1":{"name":"webpack-dashboard","version":"0.0.1-alpha.1","description":"a CLI dashboard for webpack dev server","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/FormidableLabs/webpack-dashboard.git"},"keywords":["webpack","cli","plugin","dashboard"],"author":{"name":"Ken Wheeler"},"license":"MIT","bugs":{"url":"https://github.com/FormidableLabs/webpack-dashboard/issues"},"homepage":"https://github.com/FormidableLabs/webpack-dashboard#readme","peerDependencies":{"webpack":"*"},"dependencies":{"blessed":"^0.1.81","filesize":"^3.3.0"},"gitHead":"75ddff3120ab8fdcf8726ea1768969f6a4ef9b56","_id":"webpack-dashboard@0.0.1-alpha.1","_shasum":"850dfcab49f0787db8b241d3744bbaa32cc479f4","_from":".","_npmVersion":"3.9.2","_nodeVersion":"5.4.0","_npmUser":{"name":"thekenwheeler","email":"ken_wheeler@me.com"},"dist":{"shasum":"850dfcab49f0787db8b241d3744bbaa32cc479f4","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/webpack-dashboard/-/webpack-dashboard-0.0.1-alpha.1.tgz"},"maintainers":[{"name":"thekenwheeler","email":"ken_wheeler@me.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/webpack-dashboard-0.0.1-alpha.1.tgz_1471200081480_0.6386334004346281"},"directories":{}},"0.0.1":{"name":"webpack-dashboard","version":"0.0.1","description":"a CLI dashboard for webpack dev server","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/FormidableLabs/webpack-dashboard.git"},"keywords":["webpack","cli","plugin","dashboard"],"author":{"name":"Ken Wheeler"},"license":"MIT","bugs":{"url":"https://github.com/FormidableLabs/webpack-dashboard/issues"},"homepage":"https://github.com/FormidableLabs/webpack-dashboard#readme","peerDependencies":{"webpack":"*"},"dependencies":{"blessed":"^0.1.81","filesize":"^3.3.0"},"gitHead":"86842df1398117bc2ce9f7b4f60b437b2db6239b","_id":"webpack-dashboard@0.0.1","_shasum":"e0af4c954980efab37492805733aaf601ae9f7c0","_from":".","_npmVersion":"3.9.2","_nodeVersion":"5.4.0","_npmUser":{"name":"thekenwheeler","email":"ken_wheeler@me.com"},"dist":{"shasum":"e0af4c954980efab37492805733aaf601ae9f7c0","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/webpack-dashboard/-/webpack-dashboard-0.0.1.tgz"},"maintainers":[{"name":"thekenwheeler","email":"ken_wheeler@me.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/webpack-dashboard-0.0.1.tgz_1471267998873_0.3291250003967434"},"directories":{}},"0.1.0":{"name":"webpack-dashboard","version":"0.1.0","description":"a CLI dashboard for webpack dev server","bin":{"webpack-dashboard":"bin/webpack-dashboard.js"},"main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/FormidableLabs/webpack-dashboard.git"},"keywords":["webpack","cli","plugin","dashboard"],"author":{"name":"Ken Wheeler"},"license":"MIT","bugs":{"url":"https://github.com/FormidableLabs/webpack-dashboard/issues"},"homepage":"https://github.com/FormidableLabs/webpack-dashboard#readme","peerDependencies":{"webpack":"*"},"dependencies":{"blessed":"^0.1.81","commander":"^2.9.0","filesize":"^3.3.0","json-socket":"^0.1.2","webpack":"^1.13.1"},"gitHead":"761dcc7ac823ca83e41e8d8b48e9fbc193dce40a","_id":"webpack-dashboard@0.1.0","_shasum":"f5e834e4ac491a9721559ca02a37841bf70eaf24","_from":".","_npmVersion":"3.9.2","_nodeVersion":"5.4.0","_npmUser":{"name":"thekenwheeler","email":"ken_wheeler@me.com"},"dist":{"shasum":"f5e834e4ac491a9721559ca02a37841bf70eaf24","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/webpack-dashboard/-/webpack-dashboard-0.1.0.tgz"},"maintainers":[{"name":"thekenwheeler","email":"ken_wheeler@me.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/webpack-dashboard-0.1.0.tgz_1471482965633_0.5905439348425716"},"directories":{}},"0.1.1":{"name":"webpack-dashboard","version":"0.1.1","description":"a CLI dashboard for webpack dev server","bin":{"webpack-dashboard":"bin/webpack-dashboard.js"},"main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/FormidableLabs/webpack-dashboard.git"},"keywords":["webpack","cli","plugin","dashboard"],"author":{"name":"Ken Wheeler"},"license":"MIT","bugs":{"url":"https://github.com/FormidableLabs/webpack-dashboard/issues"},"homepage":"https://github.com/FormidableLabs/webpack-dashboard#readme","peerDependencies":{"webpack":"*"},"dependencies":{"blessed":"^0.1.81","commander":"^2.9.0","filesize":"^3.3.0","json-socket":"^0.1.2","webpack":"^1.13.1"},"gitHead":"5536b6e1bb51103679e3e53531411412d876351c","_id":"webpack-dashboard@0.1.1","_shasum":"4e8e0a866dfbc0d3b51219647aae6936610769e0","_from":".","_npmVersion":"3.9.2","_nodeVersion":"5.4.0","_npmUser":{"name":"thekenwheeler","email":"ken_wheeler@me.com"},"dist":{"shasum":"4e8e0a866dfbc0d3b51219647aae6936610769e0","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/webpack-dashboard/-/webpack-dashboard-0.1.1.tgz"},"maintainers":[{"name":"thekenwheeler","email":"ken_wheeler@me.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/webpack-dashboard-0.1.1.tgz_1471483034605_0.5523308657575399"},"directories":{}},"0.1.2":{"name":"webpack-dashboard","version":"0.1.2","description":"a CLI dashboard for webpack dev server","bin":{"webpack-dashboard":"bin/webpack-dashboard.js"},"main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/FormidableLabs/webpack-dashboard.git"},"keywords":["webpack","cli","plugin","dashboard"],"author":{"name":"Ken Wheeler"},"license":"MIT","bugs":{"url":"https://github.com/FormidableLabs/webpack-dashboard/issues"},"homepage":"https://github.com/FormidableLabs/webpack-dashboard#readme","peerDependencies":{"webpack":"*"},"dependencies":{"blessed":"^0.1.81","commander":"^2.9.0","cross-spawn":"^4.0.0","filesize":"^3.3.0","json-socket":"^0.1.2","webpack":"^1.13.1"},"gitHead":"22f6accda6902abd418fae6dc9cfc2faf99aee3c","_id":"webpack-dashboard@0.1.2","_shasum":"a0b37b0812172052d2d43072924f25328354c6eb","_from":".","_npmVersion":"3.9.2","_nodeVersion":"5.4.0","_npmUser":{"name":"thekenwheeler","email":"ken_wheeler@me.com"},"dist":{"shasum":"a0b37b0812172052d2d43072924f25328354c6eb","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/webpack-dashboard/-/webpack-dashboard-0.1.2.tgz"},"maintainers":[{"name":"thekenwheeler","email":"ken_wheeler@me.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/webpack-dashboard-0.1.2.tgz_1471610961447_0.34504178701899946"},"directories":{}},"0.1.3":{"name":"webpack-dashboard","version":"0.1.3","description":"a CLI dashboard for webpack dev server","bin":{"webpack-dashboard":"bin/webpack-dashboard.js"},"main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/FormidableLabs/webpack-dashboard.git"},"keywords":["webpack","cli","plugin","dashboard"],"author":{"name":"Ken Wheeler"},"license":"MIT","bugs":{"url":"https://github.com/FormidableLabs/webpack-dashboard/issues"},"homepage":"https://github.com/FormidableLabs/webpack-dashboard#readme","peerDependencies":{"webpack":"*"},"dependencies":{"blessed":"^0.1.81","commander":"^2.9.0","cross-spawn":"^4.0.0","filesize":"^3.3.0","json-socket":"^0.1.2","supports-color":"^3.1.2","webpack":"^1.13.1"},"gitHead":"20f95f293656d629036bd17181f15ea6dcfd5e04","_id":"webpack-dashboard@0.1.3","_shasum":"314128786fdb5f371d63b20df4349ca36589f45b","_from":".","_npmVersion":"3.9.2","_nodeVersion":"5.4.0","_npmUser":{"name":"thekenwheeler","email":"ken_wheeler@me.com"},"dist":{"shasum":"314128786fdb5f371d63b20df4349ca36589f45b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/webpack-dashboard/-/webpack-dashboard-0.1.3.tgz"},"maintainers":[{"name":"thekenwheeler","email":"ken_wheeler@me.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/webpack-dashboard-0.1.3.tgz_1471618375899_0.8549415108282119"},"directories":{}},"0.1.4":{"name":"webpack-dashboard","version":"0.1.4","description":"a CLI dashboard for webpack dev server","bin":{"webpack-dashboard":"bin/webpack-dashboard.js"},"main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/FormidableLabs/webpack-dashboard.git"},"keywords":["webpack","cli","plugin","dashboard"],"author":{"name":"Ken Wheeler"},"license":"MIT","bugs":{"url":"https://github.com/FormidableLabs/webpack-dashboard/issues"},"homepage":"https://github.com/FormidableLabs/webpack-dashboard#readme","peerDependencies":{"webpack":"*"},"dependencies":{"blessed":"^0.1.81","commander":"^2.9.0","cross-spawn":"^4.0.0","filesize":"^3.3.0","json-socket":"^0.1.2","supports-color":"^3.1.2","webpack":"^1.13.1"},"gitHead":"6c35b36b88ca6fefd44b71bff8fbb4658a890520","_id":"webpack-dashboard@0.1.4","_shasum":"055d14e42af753fc2255c750585b73dc039655b0","_from":".","_npmVersion":"3.9.2","_nodeVersion":"5.4.0","_npmUser":{"name":"thekenwheeler","email":"ken_wheeler@me.com"},"dist":{"shasum":"055d14e42af753fc2255c750585b73dc039655b0","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/webpack-dashboard/-/webpack-dashboard-0.1.4.tgz"},"maintainers":[{"name":"thekenwheeler","email":"ken_wheeler@me.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/webpack-dashboard-0.1.4.tgz_1471618753347_0.9667688207700849"},"directories":{}},"0.1.5":{"name":"webpack-dashboard","version":"0.1.5","description":"a CLI dashboard for webpack dev server","bin":{"webpack-dashboard":"bin/webpack-dashboard.js"},"main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/FormidableLabs/webpack-dashboard.git"},"keywords":["webpack","cli","plugin","dashboard"],"author":{"name":"Ken Wheeler"},"license":"MIT","bugs":{"url":"https://github.com/FormidableLabs/webpack-dashboard/issues"},"homepage":"https://github.com/FormidableLabs/webpack-dashboard#readme","peerDependencies":{"webpack":"*"},"dependencies":{"blessed":"^0.1.81","commander":"^2.9.0","cross-spawn":"^4.0.0","filesize":"^3.3.0","socket.io":"^1.4.8","webpack":"^1.13.1"},"gitHead":"49792c4adb0ddefdf9ca09051075c6645524d806","_id":"webpack-dashboard@0.1.5","_shasum":"d3fe5576c7fdffc3658129e7fbedeaf297f9e01d","_from":".","_npmVersion":"3.9.2","_nodeVersion":"5.4.0","_npmUser":{"name":"thekenwheeler","email":"ken_wheeler@me.com"},"dist":{"shasum":"d3fe5576c7fdffc3658129e7fbedeaf297f9e01d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/webpack-dashboard/-/webpack-dashboard-0.1.5.tgz"},"maintainers":[{"name":"thekenwheeler","email":"ken_wheeler@me.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/webpack-dashboard-0.1.5.tgz_1471629425559_0.08367073675617576"},"directories":{}},"0.1.6":{"name":"webpack-dashboard","version":"0.1.6","description":"a CLI dashboard for webpack dev server","bin":{"webpack-dashboard":"bin/webpack-dashboard.js"},"main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/FormidableLabs/webpack-dashboard.git"},"keywords":["webpack","cli","plugin","dashboard"],"author":{"name":"Ken Wheeler"},"license":"MIT","bugs":{"url":"https://github.com/FormidableLabs/webpack-dashboard/issues"},"homepage":"https://github.com/FormidableLabs/webpack-dashboard#readme","peerDependencies":{"webpack":"*"},"dependencies":{"blessed":"^0.1.81","commander":"^2.9.0","cross-spawn":"^4.0.0","filesize":"^3.3.0","socket.io":"^1.4.8","socket.io-client":"^1.4.8","webpack":"^1.13.1"},"gitHead":"97db812ef02be7a2e2eb3204b0434d8e17a9429a","_id":"webpack-dashboard@0.1.6","_shasum":"f4b2e754599a734665f1567485faebdb43b26033","_from":".","_npmVersion":"3.10.5","_nodeVersion":"4.3.0","_npmUser":{"name":"exogen","email":"exogen@gmail.com"},"dist":{"shasum":"f4b2e754599a734665f1567485faebdb43b26033","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/webpack-dashboard/-/webpack-dashboard-0.1.6.tgz"},"maintainers":[{"name":"exogen","email":"exogen@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/webpack-dashboard-0.1.6.tgz_1471646316882_0.5157889388501644"},"directories":{}},"0.1.7":{"name":"webpack-dashboard","version":"0.1.7","description":"a CLI dashboard for webpack dev server","bin":{"webpack-dashboard":"bin/webpack-dashboard.js"},"main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/FormidableLabs/webpack-dashboard.git"},"keywords":["webpack","cli","plugin","dashboard"],"author":{"name":"Ken Wheeler"},"license":"MIT","bugs":{"url":"https://github.com/FormidableLabs/webpack-dashboard/issues"},"homepage":"https://github.com/FormidableLabs/webpack-dashboard#readme","peerDependencies":{"webpack":"*"},"dependencies":{"blessed":"^0.1.81","commander":"^2.9.0","cross-spawn":"^4.0.0","filesize":"^3.3.0","socket.io":"^1.4.8","socket.io-client":"^1.4.8","webpack":"^1.13.1"},"gitHead":"039494e338c4b55fe7b2dd06f56f2b7574a3f3d5","_id":"webpack-dashboard@0.1.7","_shasum":"aa58a914b9927bcdeee9fe4df4cea868016ebd72","_from":".","_npmVersion":"3.9.2","_nodeVersion":"5.4.0","_npmUser":{"name":"thekenwheeler","email":"ken_wheeler@me.com"},"dist":{"shasum":"aa58a914b9927bcdeee9fe4df4cea868016ebd72","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/webpack-dashboard/-/webpack-dashboard-0.1.7.tgz"},"maintainers":[{"name":"exogen","email":"exogen@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/webpack-dashboard-0.1.7.tgz_1471895734380_0.5162892697844654"},"directories":{}},"0.1.8":{"name":"webpack-dashboard","version":"0.1.8","description":"a CLI dashboard for webpack dev server","bin":{"webpack-dashboard":"bin/webpack-dashboard.js"},"main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/FormidableLabs/webpack-dashboard.git"},"keywords":["webpack","cli","plugin","dashboard"],"author":{"name":"Ken Wheeler"},"license":"MIT","bugs":{"url":"https://github.com/FormidableLabs/webpack-dashboard/issues"},"homepage":"https://github.com/FormidableLabs/webpack-dashboard#readme","peerDependencies":{"webpack":"*"},"dependencies":{"blessed":"^0.1.81","commander":"^2.9.0","cross-spawn":"^4.0.0","filesize":"^3.3.0","socket.io":"^1.4.8","socket.io-client":"^1.4.8","webpack":"^1.13.1"},"gitHead":"ae8142e81407c85ad652035651823f6039061aa2","_id":"webpack-dashboard@0.1.8","_shasum":"48a642feb727260c3530ea77a4047c79b1791bd9","_from":".","_npmVersion":"3.9.2","_nodeVersion":"5.4.0","_npmUser":{"name":"thekenwheeler","email":"ken_wheeler@me.com"},"dist":{"shasum":"48a642feb727260c3530ea77a4047c79b1791bd9","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/webpack-dashboard/-/webpack-dashboard-0.1.8.tgz"},"maintainers":[{"name":"exogen","email":"exogen@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/webpack-dashboard-0.1.8.tgz_1472036554527_0.07209014100953937"},"directories":{}},"0.2.0":{"name":"webpack-dashboard","version":"0.2.0","description":"a CLI dashboard for webpack dev server","bin":{"webpack-dashboard":"bin/webpack-dashboard.js"},"main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/FormidableLabs/webpack-dashboard.git"},"keywords":["webpack","cli","plugin","dashboard"],"author":{"name":"Ken Wheeler"},"license":"MIT","bugs":{"url":"https://github.com/FormidableLabs/webpack-dashboard/issues"},"homepage":"https://github.com/FormidableLabs/webpack-dashboard#readme","peerDependencies":{"webpack":"*"},"dependencies":{"blessed":"^0.1.81","commander":"^2.9.0","cross-spawn":"^4.0.0","filesize":"^3.3.0","socket.io":"^1.4.8","socket.io-client":"^1.4.8","webpack":"^1.13.1"},"gitHead":"c09d4b43c592e4b108d306c30b8509c5acc7c9af","_id":"webpack-dashboard@0.2.0","_shasum":"04eef9d3e8a368a16dec167814c9a7f1fa226c9f","_from":".","_npmVersion":"3.10.6","_nodeVersion":"4.4.6","_npmUser":{"name":"exogen","email":"exogen@gmail.com"},"dist":{"shasum":"04eef9d3e8a368a16dec167814c9a7f1fa226c9f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/webpack-dashboard/-/webpack-dashboard-0.2.0.tgz"},"maintainers":[{"name":"exogen","email":"exogen@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/webpack-dashboard-0.2.0.tgz_1474853713889_0.45651813759468496"},"directories":{}},"0.2.1":{"name":"webpack-dashboard","version":"0.2.1","description":"a CLI dashboard for webpack dev server","bin":{"webpack-dashboard":"bin/webpack-dashboard.js"},"main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/FormidableLabs/webpack-dashboard.git"},"keywords":["webpack","cli","plugin","dashboard"],"author":{"name":"Ken Wheeler"},"license":"MIT","bugs":{"url":"https://github.com/FormidableLabs/webpack-dashboard/issues"},"homepage":"https://github.com/FormidableLabs/webpack-dashboard#readme","peerDependencies":{"webpack":"*"},"dependencies":{"blessed":"^0.1.81","commander":"^2.9.0","cross-spawn":"^4.0.0","filesize":"^3.3.0","socket.io":"^1.4.8","socket.io-client":"^1.4.8"},"gitHead":"451b5e375184486ad06da501fce4eb5d124e892c","_id":"webpack-dashboard@0.2.1","_shasum":"87e1be50ff055d055b796a2c54381f32af2f55b9","_from":".","_npmVersion":"3.10.10","_nodeVersion":"7.3.0","_npmUser":{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},"dist":{"shasum":"87e1be50ff055d055b796a2c54381f32af2f55b9","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/webpack-dashboard/-/webpack-dashboard-0.2.1.tgz"},"maintainers":[{"name":"exogen","email":"exogen@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/webpack-dashboard-0.2.1.tgz_1483484039942_0.6620048866607249"},"directories":{}},"0.3.0":{"name":"webpack-dashboard","version":"0.3.0","description":"a CLI dashboard for webpack dev server","bin":{"webpack-dashboard":"bin/webpack-dashboard.js"},"main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/FormidableLabs/webpack-dashboard.git"},"keywords":["webpack","cli","plugin","dashboard"],"author":{"name":"Ken Wheeler"},"license":"MIT","bugs":{"url":"https://github.com/FormidableLabs/webpack-dashboard/issues"},"homepage":"https://github.com/FormidableLabs/webpack-dashboard#readme","peerDependencies":{"webpack":"*"},"dependencies":{"blessed":"^0.1.81","commander":"^2.9.0","cross-spawn":"^4.0.0","filesize":"^3.3.0","socket.io":"^1.4.8","socket.io-client":"^1.4.8"},"gitHead":"9b05915b69958b0614c5c80f69096c50b74de3b7","_id":"webpack-dashboard@0.3.0","_shasum":"d0fe182a0976a8ff0ea01b0507f29a034cd60a1c","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"thekenwheeler","email":"ken_wheeler@me.com"},"dist":{"shasum":"d0fe182a0976a8ff0ea01b0507f29a034cd60a1c","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/webpack-dashboard/-/webpack-dashboard-0.3.0.tgz"},"maintainers":[{"name":"exogen","email":"exogen@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/webpack-dashboard-0.3.0.tgz_1485531881642_0.567501021316275"},"directories":{}},"1.0.0-0":{"name":"webpack-dashboard","version":"1.0.0-0","description":"a CLI dashboard for webpack dev server","bin":{"webpack-dashboard":"bin/webpack-dashboard.js"},"main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1","lint":"eslint ."},"repository":{"type":"git","url":"git+https://github.com/FormidableLabs/webpack-dashboard.git"},"keywords":["webpack","cli","plugin","dashboard"],"author":{"name":"Ken Wheeler"},"license":"MIT","bugs":{"url":"https://github.com/FormidableLabs/webpack-dashboard/issues"},"homepage":"https://github.com/FormidableLabs/webpack-dashboard#readme","peerDependencies":{"webpack":"*"},"dependencies":{"babel-core":"^6.24.0","babel-traverse":"^6.23.1","babel-types":"^6.23.0","babylon":"^6.16.1","blessed":"^0.1.81","bluebird":"^3.5.0","chalk":"^1.1.3","commander":"^2.9.0","cross-spawn":"^4.0.0","filesize":"^3.3.0","handlebars":"^4.0.6","inspectpack":"^1.1.1","lodash":"^4.17.4","socket.io":"^1.4.8","socket.io-client":"^1.4.8","webpack":"^2.3.2","webpack-dev-server":"^2.4.2"},"devDependencies":{"babel-eslint":"^7.2.1","eslint":"^3.18.0","eslint-config-formidable":"^2.0.1","eslint-plugin-filenames":"^1.1.0","eslint-plugin-import":"^2.2.0"},"gitHead":"b198b589e5b1fdb26f1cfcd5f3c34913d8cdf41b","_id":"webpack-dashboard@1.0.0-0","_shasum":"39218dedd207224a0463756b5acae1d3c280899c","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"tptee","email":"tyler@tylerpaulthompson.com"},"dist":{"shasum":"39218dedd207224a0463756b5acae1d3c280899c","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/webpack-dashboard/-/webpack-dashboard-1.0.0-0.tgz"},"maintainers":[{"name":"exogen","email":"exogen@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/webpack-dashboard-1.0.0-0.tgz_1492200145029_0.05248913820832968"},"directories":{}},"1.0.0-1":{"name":"webpack-dashboard","version":"1.0.0-1","description":"a CLI dashboard for webpack dev server","bin":{"webpack-dashboard":"bin/webpack-dashboard.js"},"main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1","lint":"eslint ."},"repository":{"type":"git","url":"git+https://github.com/FormidableLabs/webpack-dashboard.git"},"keywords":["webpack","cli","plugin","dashboard"],"author":{"name":"Ken Wheeler"},"license":"MIT","bugs":{"url":"https://github.com/FormidableLabs/webpack-dashboard/issues"},"homepage":"https://github.com/FormidableLabs/webpack-dashboard#readme","peerDependencies":{"webpack":"*"},"dependencies":{"babel-core":"^6.24.0","babel-traverse":"^6.23.1","babel-types":"^6.23.0","babylon":"^6.16.1","blessed":"^0.1.81","bluebird":"^3.5.0","chalk":"^1.1.3","commander":"^2.9.0","cross-spawn":"^4.0.0","filesize":"^3.3.0","handlebars":"^4.0.6","inspectpack":"^1.1.1","lodash":"^4.17.4","socket.io":"^1.4.8","socket.io-client":"^1.4.8","webpack":"^2.3.2","webpack-dev-server":"^2.4.2"},"devDependencies":{"babel-eslint":"^7.2.1","eslint":"^3.18.0","eslint-config-formidable":"^2.0.1","eslint-plugin-filenames":"^1.1.0","eslint-plugin-import":"^2.2.0"},"gitHead":"4bf9126adf3fdc8daf31a9997afd8f27b1c01a76","_id":"webpack-dashboard@1.0.0-1","_shasum":"5cf630a563c6c90ce7e65ce1b1ae58bdc5dbbcae","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"tptee","email":"tyler@tylerpaulthompson.com"},"dist":{"shasum":"5cf630a563c6c90ce7e65ce1b1ae58bdc5dbbcae","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/webpack-dashboard/-/webpack-dashboard-1.0.0-1.tgz"},"maintainers":[{"name":"exogen","email":"exogen@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/webpack-dashboard-1.0.0-1.tgz_1492466179671_0.7161756702698767"},"directories":{}},"0.4.0":{"name":"webpack-dashboard","version":"0.4.0","description":"a CLI dashboard for webpack dev server","bin":{"webpack-dashboard":"bin/webpack-dashboard.js"},"main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/FormidableLabs/webpack-dashboard.git"},"keywords":["webpack","cli","plugin","dashboard"],"author":{"name":"Ken Wheeler"},"license":"MIT","bugs":{"url":"https://github.com/FormidableLabs/webpack-dashboard/issues"},"homepage":"https://github.com/FormidableLabs/webpack-dashboard#readme","peerDependencies":{"webpack":"*"},"dependencies":{"blessed":"^0.1.81","commander":"^2.9.0","cross-spawn":"^4.0.0","filesize":"^3.3.0","socket.io":"^1.4.8","socket.io-client":"^1.4.8"},"gitHead":"1484c84c316dc4be5b9a95da161f9279834b9ec1","_id":"webpack-dashboard@0.4.0","_shasum":"9e1d516ee31c8c5e4436148dc3eb09efe9e0c55f","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"exogen","email":"exogen@gmail.com"},"dist":{"shasum":"9e1d516ee31c8c5e4436148dc3eb09efe9e0c55f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/webpack-dashboard/-/webpack-dashboard-0.4.0.tgz"},"maintainers":[{"name":"exogen","email":"exogen@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/webpack-dashboard-0.4.0.tgz_1493317964774_0.4091425316873938"},"directories":{}},"1.0.0-2":{"name":"webpack-dashboard","version":"1.0.0-2","description":"a CLI dashboard for webpack dev server","bin":{"webpack-dashboard":"bin/webpack-dashboard.js"},"main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1","lint":"eslint ."},"repository":{"type":"git","url":"git+https://github.com/FormidableLabs/webpack-dashboard.git"},"keywords":["webpack","cli","plugin","dashboard"],"author":{"name":"Ken Wheeler"},"license":"MIT","bugs":{"url":"https://github.com/FormidableLabs/webpack-dashboard/issues"},"homepage":"https://github.com/FormidableLabs/webpack-dashboard#readme","peerDependencies":{"webpack":"*"},"dependencies":{"babel-core":"^6.24.0","babel-traverse":"^6.23.1","babel-types":"^6.23.0","babylon":"^6.16.1","blessed":"^0.1.81","bluebird":"^3.5.0","chalk":"^1.1.3","commander":"^2.9.0","cross-spawn":"^4.0.0","filesize":"^3.3.0","handlebars":"^4.0.6","inspectpack":"^1.2.0","lodash":"^4.17.4","socket.io":"^1.4.8","socket.io-client":"^1.4.8","webpack":"^2.3.2","webpack-dev-server":"^2.4.2"},"devDependencies":{"babel-eslint":"^7.2.1","eslint":"^3.18.0","eslint-config-formidable":"^2.0.1","eslint-plugin-filenames":"^1.1.0","eslint-plugin-import":"^2.2.0"},"gitHead":"a5be1ad40f03ebe57ac1bd4790715ed09011e8bc","_id":"webpack-dashboard@1.0.0-2","_shasum":"23c49a617e1fb9d77e588e6c93ccbcfa374b09a3","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"tptee","email":"tyler@tylerpaulthompson.com"},"dist":{"shasum":"23c49a617e1fb9d77e588e6c93ccbcfa374b09a3","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/webpack-dashboard/-/webpack-dashboard-1.0.0-2.tgz"},"maintainers":[{"name":"exogen","email":"exogen@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/webpack-dashboard-1.0.0-2.tgz_1493334763130_0.26113406172953546"},"directories":{}}},"name":"webpack-dashboard","time":{"modified":"2017-07-06T00:23:35.211Z","created":"2016-08-14T18:41:23.245Z","0.0.1-alpha.1":"2016-08-14T18:41:23.245Z","0.0.1":"2016-08-15T13:33:20.637Z","0.1.0":"2016-08-18T01:16:06.409Z","0.1.1":"2016-08-18T01:17:15.408Z","0.1.2":"2016-08-19T12:49:22.615Z","0.1.3":"2016-08-19T14:52:56.136Z","0.1.4":"2016-08-19T14:59:13.592Z","0.1.5":"2016-08-19T17:57:07.709Z","0.1.6":"2016-08-19T22:38:37.113Z","0.1.7":"2016-08-22T19:55:35.986Z","0.1.8":"2016-08-24T11:02:37.080Z","0.2.0":"2016-09-26T01:35:15.220Z","0.2.1":"2017-01-03T22:54:02.142Z","0.3.0":"2017-01-27T15:44:42.316Z","1.0.0-0":"2017-04-14T20:02:25.315Z","1.0.0-1":"2017-04-17T21:56:19.932Z","0.4.0":"2017-04-27T18:32:46.492Z","1.0.0-2":"2017-04-27T23:12:43.377Z"},"readmeFilename":"README.md","homepage":"https://github.com/FormidableLabs/webpack-dashboard#readme"}