{"maintainers":[{"email":"johnagan@gmail.com","name":"johnagan"}],"keywords":["webpack","plugin","clean","node"],"dist-tags":{"latest":"0.1.16"},"author":{"name":"John Agan","email":"johnagan@gmail.com"},"description":"A webpack plugin to remove your build folder(s) before building","readme":"# Clean for webpack\nA webpack plugin to remove/clean your build folder(s) before building\n\n[![Build Status][travis-image]][travis-url]\n[![Coveralls Status][coveralls-image]][coveralls-url]\n\n## Installation\n```\nnpm install clean-webpack-plugin --save-dev\n```\n\n## Example Webpack Config\n\n``` javascript\nvar CleanWebpackPlugin = require('clean-webpack-plugin');\n\nmodule.exports = {\n  plugins: [\n    new CleanWebpackPlugin(['dist', 'build'], {\n      root: '/full/project/path',\n      verbose: true,\n      dry: false,\n      exclude: ['shared.js']\n    })\n  ]\n}\n```\n\n\n## Usage\n```javascript\nnew CleanWebpackPlugin(paths [, {options}])\n```\n\n\n### Paths (Required)\nAn [array] of string paths to clean\n```javascript\n['dist', 'build']\n```\n\n### Options and defaults (Optional)\n```javascript\n{\n  \"root\": \"[location of webpack.config]\", // An absolute path for the root.\n  \"verbose\": true, // Write logs to console.\n  \"dry\": false, // Use boolean \"true\" to test/emulate delete. (will not remove files).\n                // (Default: \"false\", remove files)\n  \"exclude\": [\"files\", \"to\", \"ignore\"] // Instead of removing whole path recursively,\n                                       // remove all path's content with exclusion of provided immediate children.\n                                       // Good for not removing shared files from build directories.\n  \"watch\": false // If true, remove files on recompile. (Default: false)\n}\n```\n\n\n## License\nhttp://www.opensource.org/licenses/mit-license.php\n\n[travis-url]: https://travis-ci.org/johnagan/clean-webpack-plugin\n[travis-image]: https://travis-ci.org/johnagan/clean-webpack-plugin.svg\n\n[coveralls-url]: https://coveralls.io/github/johnagan/clean-webpack-plugin\n[coveralls-image]: https://coveralls.io/repos/johnagan/clean-webpack-plugin/badge.svg\n","repository":{"type":"git","url":"git+https://github.com/johnagan/clean-webpack-plugin.git"},"users":{"jbgutierrez":true,"nelix":true,"ackhub":true,"poorboy1991":true,"scotchulous":true,"fadihania":true,"mbaer":true,"chrisz-b612":true,"monolithed":true,"wgao19":true,"hckhanh":true,"princetoad":true,"eshinn":true,"nice_body":true,"fabioper":true,"landy2014":true,"yikuo":true,"ayoola_moore":true,"estill01":true},"bugs":{"url":"https://github.com/johnagan/clean-webpack-plugin/issues"},"license":"MIT","versions":{"0.1.0":{"name":"clean-webpack-plugin","version":"0.1.0","author":{"name":"John Agan","email":"johnagan@github.com"},"description":"A webpack plugin to remove your build folder(s) before building","homepage":"https://github.com/johnagan/clean-webpack-plugin","licenses":"MIT","main":"index.js","keywords":["webpack","plugin","clean"],"repository":{"type":"git","url":"https://github.com/johnagan/clean-webpack-plugin.git"},"bugs":{"url":"https://github.com/johnagan/clean-webpack-plugin/issues"},"devDependencies":{"rimraf":"~2.3.2"},"gitHead":"e1d010a97b123c880ac716a43584774b652f1806","_id":"clean-webpack-plugin@0.1.0","scripts":{},"_shasum":"54d925307391a52ca616b5eb3001ce29a206c9ab","_from":".","_npmVersion":"2.7.5","_nodeVersion":"0.10.21","_npmUser":{"name":"johnagan","email":"johnagan@github.com"},"maintainers":[{"name":"johnagan","email":"johnagan@github.com"}],"dist":{"shasum":"54d925307391a52ca616b5eb3001ce29a206c9ab","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/clean-webpack-plugin/-/clean-webpack-plugin-0.1.0.tgz"},"directories":{}},"0.1.1":{"name":"clean-webpack-plugin","version":"0.1.1","author":{"name":"John Agan","email":"johnagan@github.com"},"description":"A webpack plugin to remove your build folder(s) before building","homepage":"https://github.com/johnagan/clean-webpack-plugin","licenses":"MIT","main":"index.js","keywords":["webpack","plugin","clean"],"repository":{"type":"git","url":"https://github.com/johnagan/clean-webpack-plugin.git"},"bugs":{"url":"https://github.com/johnagan/clean-webpack-plugin/issues"},"devDependencies":{"rimraf":"~2.3.2"},"gitHead":"f0103905ad61d6b449b8a30181f5eb6d2d383b84","_id":"clean-webpack-plugin@0.1.1","scripts":{},"_shasum":"ab335e445fb83817bd42baf5436dca240fbb999b","_from":".","_npmVersion":"2.7.5","_nodeVersion":"0.10.21","_npmUser":{"name":"johnagan","email":"johnagan@github.com"},"maintainers":[{"name":"johnagan","email":"johnagan@github.com"}],"dist":{"shasum":"ab335e445fb83817bd42baf5436dca240fbb999b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/clean-webpack-plugin/-/clean-webpack-plugin-0.1.1.tgz"},"directories":{}},"0.1.2":{"name":"clean-webpack-plugin","version":"0.1.2","author":{"name":"John Agan","email":"johnagan@github.com"},"description":"A webpack plugin to remove your build folder(s) before building","homepage":"https://github.com/johnagan/clean-webpack-plugin","licenses":"MIT","main":"index.js","keywords":["webpack","plugin","clean"],"repository":{"type":"git","url":"https://github.com/johnagan/clean-webpack-plugin.git"},"bugs":{"url":"https://github.com/johnagan/clean-webpack-plugin/issues"},"dependencies":{"rimraf":"~2.3.2"},"gitHead":"a515d3c3714f929c80899b3a0dc3c95f05f5e1bc","_id":"clean-webpack-plugin@0.1.2","scripts":{},"_shasum":"a21202fb65480b84ece9b80cc3221f810596a727","_from":".","_npmVersion":"2.7.5","_nodeVersion":"0.10.21","_npmUser":{"name":"johnagan","email":"johnagan@github.com"},"maintainers":[{"name":"johnagan","email":"johnagan@github.com"}],"dist":{"shasum":"a21202fb65480b84ece9b80cc3221f810596a727","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/clean-webpack-plugin/-/clean-webpack-plugin-0.1.2.tgz"},"directories":{}},"0.1.3":{"name":"clean-webpack-plugin","version":"0.1.3","author":{"name":"John Agan","email":"johnagan@github.com"},"description":"A webpack plugin to remove your build folder(s) before building","homepage":"https://github.com/johnagan/clean-webpack-plugin","licenses":"MIT","main":"index.js","keywords":["webpack","plugin","clean"],"repository":{"type":"git","url":"https://github.com/johnagan/clean-webpack-plugin.git"},"bugs":{"url":"https://github.com/johnagan/clean-webpack-plugin/issues"},"dependencies":{"rimraf":"~2.3.2"},"gitHead":"290643f94da48925d54df69373202021a7f14075","_id":"clean-webpack-plugin@0.1.3","scripts":{},"_shasum":"d0dcb810e2c57575e60861aeb708f606fd2d358a","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"johnagan","email":"johnagan@github.com"},"maintainers":[{"name":"johnagan","email":"johnagan@github.com"}],"dist":{"shasum":"d0dcb810e2c57575e60861aeb708f606fd2d358a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/clean-webpack-plugin/-/clean-webpack-plugin-0.1.3.tgz"},"directories":{}},"0.1.4":{"name":"clean-webpack-plugin","version":"0.1.4","author":{"name":"John Agan","email":"johnagan@github.com"},"description":"A webpack plugin to remove your build folder(s) before building","homepage":"https://github.com/johnagan/clean-webpack-plugin","licenses":"MIT","main":"index.js","keywords":["webpack","plugin","clean"],"repository":{"type":"git","url":"https://github.com/johnagan/clean-webpack-plugin.git"},"bugs":{"url":"https://github.com/johnagan/clean-webpack-plugin/issues"},"dependencies":{"rimraf":"~2.3.2"},"gitHead":"4598ae0402fe76d1ac00eab2589f947802e64347","_id":"clean-webpack-plugin@0.1.4","scripts":{},"_shasum":"c5a66b515aac090e4035084d23c84a19e39b7df9","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"johnagan","email":"johnagan@github.com"},"maintainers":[{"name":"johnagan","email":"johnagan@github.com"}],"dist":{"shasum":"c5a66b515aac090e4035084d23c84a19e39b7df9","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/clean-webpack-plugin/-/clean-webpack-plugin-0.1.4.tgz"},"directories":{}},"0.1.5":{"name":"clean-webpack-plugin","version":"0.1.5","author":{"name":"John Agan","email":"johnagan@github.com"},"description":"A webpack plugin to remove your build folder(s) before building","homepage":"https://github.com/johnagan/clean-webpack-plugin","licenses":"MIT","main":"index.js","keywords":["webpack","plugin","clean"],"repository":{"type":"git","url":"https://github.com/johnagan/clean-webpack-plugin.git"},"bugs":{"url":"https://github.com/johnagan/clean-webpack-plugin/issues"},"dependencies":{"rimraf":"~2.3.2"},"gitHead":"fc9d1a4325e9963e680c2f7fa7b9fbafd73c4fea","_id":"clean-webpack-plugin@0.1.5","scripts":{},"_shasum":"473d7fd7088d84da191bf0eeaa15cf1059238d7e","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"johnagan","email":"johnagan@github.com"},"maintainers":[{"name":"johnagan","email":"johnagan@github.com"}],"dist":{"shasum":"473d7fd7088d84da191bf0eeaa15cf1059238d7e","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/clean-webpack-plugin/-/clean-webpack-plugin-0.1.5.tgz"},"directories":{}},"0.1.6":{"name":"clean-webpack-plugin","version":"0.1.6","author":{"name":"John Agan","email":"johnagan@github.com"},"description":"A webpack plugin to remove your build folder(s) before building","homepage":"https://github.com/johnagan/clean-webpack-plugin","licenses":"MIT","main":"index.js","keywords":["webpack","plugin","clean"],"repository":{"type":"git","url":"git+https://github.com/johnagan/clean-webpack-plugin.git"},"bugs":{"url":"https://github.com/johnagan/clean-webpack-plugin/issues"},"scripts":{"test":"mocha --recursive ./test/*_spec.js","test:watch":"npm run test -- --watch","test-travis":"istanbul cover _mocha -- -R spec ./test/*_spec.js"},"dependencies":{"rimraf":"~2.4.4"},"devDependencies":{"chai":"^3.4.1","coveralls":"^2.11.6","istanbul":"^0.4.1","mocha":"^2.3.4"},"gitHead":"8191e1f5a334cdd8db1089a5ee18be60091cedce","_id":"clean-webpack-plugin@0.1.6","_shasum":"5349a417d780786a27f05000331f15f86c40354e","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"johnagan","email":"johnagan@github.com"},"maintainers":[{"name":"johnagan","email":"johnagan@github.com"}],"dist":{"shasum":"5349a417d780786a27f05000331f15f86c40354e","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/clean-webpack-plugin/-/clean-webpack-plugin-0.1.6.tgz"},"directories":{}},"0.1.7":{"name":"clean-webpack-plugin","version":"0.1.7","author":{"name":"John Agan","email":"johnagan@github.com"},"description":"A webpack plugin to remove your build folder(s) before building","homepage":"https://github.com/johnagan/clean-webpack-plugin","licenses":"MIT","main":"index.js","keywords":["webpack","plugin","clean","node"],"repository":{"type":"git","url":"git+https://github.com/johnagan/clean-webpack-plugin.git"},"bugs":{"url":"https://github.com/johnagan/clean-webpack-plugin/issues"},"scripts":{"test":"mocha --recursive ./test/*_spec.js","test:watch":"npm run test -- --watch","test-travis":"istanbul cover _mocha -- -R spec ./test/*_spec.js"},"dependencies":{"rimraf":"~2.4.4"},"devDependencies":{"chai":"^3.4.1","coveralls":"^2.11.6","istanbul":"^0.4.1","mocha":"^2.3.4"},"gitHead":"45d1120d8d8de53c7d34f5fd5ac7b8e8b4b1924a","_id":"clean-webpack-plugin@0.1.7","_shasum":"fc6d0c4785dec133326c6d92ae1ab12ef9a4d8d9","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.0","_npmUser":{"name":"johnagan","email":"johnagan@github.com"},"maintainers":[{"name":"johnagan","email":"johnagan@github.com"}],"dist":{"shasum":"fc6d0c4785dec133326c6d92ae1ab12ef9a4d8d9","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/clean-webpack-plugin/-/clean-webpack-plugin-0.1.7.tgz"},"directories":{}},"0.1.8":{"name":"clean-webpack-plugin","version":"0.1.8","author":{"name":"John Agan","email":"johnagan@github.com"},"description":"A webpack plugin to remove your build folder(s) before building","homepage":"https://github.com/johnagan/clean-webpack-plugin","licenses":"MIT","main":"index.js","keywords":["webpack","plugin","clean","node"],"repository":{"type":"git","url":"git+https://github.com/johnagan/clean-webpack-plugin.git"},"bugs":{"url":"https://github.com/johnagan/clean-webpack-plugin/issues"},"scripts":{"test":"mocha --recursive ./test/*_spec.js","test:watch":"npm run test -- --watch","test-travis":"istanbul cover _mocha -- -R spec ./test/*_spec.js"},"dependencies":{"rimraf":"~2.5.1"},"devDependencies":{"chai":"^3.4.1","coveralls":"^2.11.6","istanbul":"^0.4.2","mocha":"^2.4.2","rewire":"^2.5.1"},"gitHead":"0e88ae6312dfa39156ce049f6256a869f27172f2","_id":"clean-webpack-plugin@0.1.8","_shasum":"8b721ca502d5c0dd2fb7983aefa34b9f2d70fcbc","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.0","_npmUser":{"name":"johnagan","email":"johnagan@github.com"},"maintainers":[{"name":"johnagan","email":"johnagan@github.com"}],"dist":{"shasum":"8b721ca502d5c0dd2fb7983aefa34b9f2d70fcbc","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/clean-webpack-plugin/-/clean-webpack-plugin-0.1.8.tgz"},"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/clean-webpack-plugin-0.1.8.tgz_1454429097411_0.5687172773759812"},"directories":{}},"0.1.9":{"name":"clean-webpack-plugin","version":"0.1.9","author":{"name":"John Agan","email":"johnagan@github.com"},"description":"A webpack plugin to remove your build folder(s) before building","homepage":"https://github.com/johnagan/clean-webpack-plugin","licenses":"MIT","main":"index.js","keywords":["webpack","plugin","clean","node"],"repository":{"type":"git","url":"git+https://github.com/johnagan/clean-webpack-plugin.git"},"bugs":{"url":"https://github.com/johnagan/clean-webpack-plugin/issues"},"scripts":{"test":"mocha --recursive ./test/*_spec.js","test:watch":"npm run test -- --watch","test-travis":"istanbul cover _mocha -- -R spec ./test/*_spec.js"},"dependencies":{"rimraf":"~2.5.1"},"devDependencies":{"chai":"^3.4.1","coveralls":"^2.11.6","istanbul":"^0.4.2","mocha":"^2.4.2","rewire":"^2.5.1"},"gitHead":"dfa095a0cba569017462db48085990a4aa072866","_id":"clean-webpack-plugin@0.1.9","_shasum":"c7805cf2f6411b62742500b2cfbe50aae9e02ea1","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.0","_npmUser":{"name":"johnagan","email":"johnagan@github.com"},"maintainers":[{"name":"johnagan","email":"johnagan@github.com"}],"dist":{"shasum":"c7805cf2f6411b62742500b2cfbe50aae9e02ea1","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/clean-webpack-plugin/-/clean-webpack-plugin-0.1.9.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/clean-webpack-plugin-0.1.9.tgz_1461736494680_0.34727301448583603"},"directories":{}},"0.1.10":{"name":"clean-webpack-plugin","version":"0.1.10","author":{"name":"John Agan","email":"johnagan@gmail.com"},"description":"A webpack plugin to remove your build folder(s) before building","homepage":"https://github.com/johnagan/clean-webpack-plugin","licenses":"MIT","main":"index.js","keywords":["webpack","plugin","clean","node"],"repository":{"type":"git","url":"git+https://github.com/johnagan/clean-webpack-plugin.git"},"bugs":{"url":"https://github.com/johnagan/clean-webpack-plugin/issues"},"scripts":{"test":"mocha --recursive ./test/*_spec.js","test:watch":"npm run test -- --watch","test-travis":"istanbul cover _mocha -- -R spec ./test/*_spec.js"},"dependencies":{"rimraf":"~2.5.1"},"devDependencies":{"chai":"^3.4.1","coveralls":"^2.11.6","istanbul":"^0.4.2","mocha":"^2.4.2","rewire":"^2.5.1"},"gitHead":"3608f87ea0c1b1957f417cdfd2bb2454bc67d807","_id":"clean-webpack-plugin@0.1.10","_shasum":"d5308bcaeb46f765eb1394e93853c69f198a7947","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"johnagan","email":"johnagan@gmail.com"},"dist":{"shasum":"d5308bcaeb46f765eb1394e93853c69f198a7947","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/clean-webpack-plugin/-/clean-webpack-plugin-0.1.10.tgz"},"maintainers":[{"name":"johnagan","email":"johnagan@github.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/clean-webpack-plugin-0.1.10.tgz_1468852716900_0.011014331132173538"},"directories":{}},"0.1.11":{"name":"clean-webpack-plugin","version":"0.1.11","author":{"name":"John Agan","email":"johnagan@gmail.com"},"description":"A webpack plugin to remove your build folder(s) before building","homepage":"https://github.com/johnagan/clean-webpack-plugin","licenses":"MIT","main":"index.js","keywords":["webpack","plugin","clean","node"],"repository":{"type":"git","url":"git+https://github.com/johnagan/clean-webpack-plugin.git"},"bugs":{"url":"https://github.com/johnagan/clean-webpack-plugin/issues"},"scripts":{"test":"mocha --recursive ./test/*_spec.js","test:watch":"npm run test -- --watch","test-travis":"istanbul cover _mocha -- -R spec ./test/*_spec.js"},"dependencies":{"rimraf":"~2.5.1"},"devDependencies":{"chai":"^3.4.1","coveralls":"^2.11.6","istanbul":"^0.4.2","mocha":"^2.4.2","rewire":"^2.5.1"},"gitHead":"bc6854cf030d5c05e8bc00c581e813f9b33cf92b","_id":"clean-webpack-plugin@0.1.11","_shasum":"5d88869c7a8578d4a8b267e0495de795991369db","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"johnagan","email":"johnagan@gmail.com"},"dist":{"shasum":"5d88869c7a8578d4a8b267e0495de795991369db","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/clean-webpack-plugin/-/clean-webpack-plugin-0.1.11.tgz"},"maintainers":[{"name":"johnagan","email":"johnagan@github.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/clean-webpack-plugin-0.1.11.tgz_1475411680085_0.7960977561306208"},"directories":{}},"0.1.12":{"name":"clean-webpack-plugin","version":"0.1.12","author":{"name":"John Agan","email":"johnagan@gmail.com"},"description":"A webpack plugin to remove your build folder(s) before building","homepage":"https://github.com/johnagan/clean-webpack-plugin","licenses":"MIT","main":"index.js","keywords":["webpack","plugin","clean","node"],"repository":{"type":"git","url":"git+https://github.com/johnagan/clean-webpack-plugin.git"},"bugs":{"url":"https://github.com/johnagan/clean-webpack-plugin/issues"},"scripts":{"test":"mocha --recursive ./test/*_spec.js","test:watch":"npm run test -- --watch","test-travis":"istanbul cover _mocha -- -R spec ./test/*_spec.js"},"dependencies":{"rimraf":"~2.5.1"},"devDependencies":{"chai":"^3.4.1","coveralls":"^2.11.6","istanbul":"^0.4.2","mocha":"^2.4.2","rewire":"^2.5.1"},"gitHead":"64c9d619adf2e32f825164d244b579d3f1c667c0","_id":"clean-webpack-plugin@0.1.12","_shasum":"95d4744b71b44193eebabdc0482c568b3296c610","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"johnagan","email":"johnagan@gmail.com"},"dist":{"shasum":"95d4744b71b44193eebabdc0482c568b3296c610","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/clean-webpack-plugin/-/clean-webpack-plugin-0.1.12.tgz"},"maintainers":[{"name":"johnagan","email":"johnagan@github.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/clean-webpack-plugin-0.1.12.tgz_1475978614456_0.5519785790238529"},"directories":{}},"0.1.13":{"name":"clean-webpack-plugin","version":"0.1.13","author":{"name":"John Agan","email":"johnagan@gmail.com"},"description":"A webpack plugin to remove your build folder(s) before building","homepage":"https://github.com/johnagan/clean-webpack-plugin","licenses":"MIT","main":"index.js","keywords":["webpack","plugin","clean","node"],"repository":{"type":"git","url":"git+https://github.com/johnagan/clean-webpack-plugin.git"},"bugs":{"url":"https://github.com/johnagan/clean-webpack-plugin/issues"},"scripts":{"test":"mocha --recursive ./test/*_spec.js","test:watch":"npm run test -- --watch","test-travis":"istanbul cover _mocha -- -R spec ./test/*_spec.js"},"dependencies":{"rimraf":"~2.5.1"},"devDependencies":{"chai":"^3.4.1","coveralls":"^2.11.6","istanbul":"^0.4.2","mocha":"^2.4.2","rewire":"^2.5.1"},"gitHead":"b4c1ab1bc49293e8e928bac72601ad73bdfee7a7","_id":"clean-webpack-plugin@0.1.13","_shasum":"c2bae9bc4dd44348123ad98e19fa55e7a9b07600","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"johnagan","email":"johnagan@gmail.com"},"dist":{"shasum":"c2bae9bc4dd44348123ad98e19fa55e7a9b07600","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/clean-webpack-plugin/-/clean-webpack-plugin-0.1.13.tgz"},"maintainers":[{"name":"johnagan","email":"johnagan@github.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/clean-webpack-plugin-0.1.13.tgz_1476059557369_0.4948890144005418"},"directories":{}},"0.1.14":{"name":"clean-webpack-plugin","version":"0.1.14","author":{"name":"John Agan","email":"johnagan@gmail.com"},"description":"A webpack plugin to remove your build folder(s) before building","homepage":"https://github.com/johnagan/clean-webpack-plugin","license":"MIT","main":"index.js","keywords":["webpack","plugin","clean","node"],"repository":{"type":"git","url":"git+https://github.com/johnagan/clean-webpack-plugin.git"},"bugs":{"url":"https://github.com/johnagan/clean-webpack-plugin/issues"},"scripts":{"test":"mocha --recursive ./test/*_spec.js","test:watch":"npm run test -- --watch","test-travis":"istanbul cover _mocha -- -R spec ./test/*_spec.js"},"dependencies":{"rimraf":"~2.5.1"},"devDependencies":{"chai":"^3.4.1","coveralls":"^2.11.6","istanbul":"^0.4.2","mocha":"^2.4.2","rewire":"^2.5.1"},"gitHead":"4ae2022b1fe363801c62617cbaf23822c59e61e5","_id":"clean-webpack-plugin@0.1.14","_shasum":"72e577e90d38a5b8a42a2d3a9c055c45b84e2194","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"johnagan","email":"johnagan@gmail.com"},"dist":{"shasum":"72e577e90d38a5b8a42a2d3a9c055c45b84e2194","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/clean-webpack-plugin/-/clean-webpack-plugin-0.1.14.tgz"},"maintainers":[{"name":"johnagan","email":"johnagan@github.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/clean-webpack-plugin-0.1.14.tgz_1478193700809_0.40324997436255217"},"directories":{}},"0.1.15":{"name":"clean-webpack-plugin","version":"0.1.15","author":{"name":"John Agan","email":"johnagan@gmail.com"},"description":"A webpack plugin to remove your build folder(s) before building","homepage":"https://github.com/johnagan/clean-webpack-plugin","license":"MIT","main":"index.js","keywords":["webpack","plugin","clean","node"],"repository":{"type":"git","url":"git+https://github.com/johnagan/clean-webpack-plugin.git"},"bugs":{"url":"https://github.com/johnagan/clean-webpack-plugin/issues"},"scripts":{"test":"mocha --recursive ./test/*_spec.js","test:watch":"npm run test -- --watch","test-travis":"istanbul cover _mocha -- -R spec ./test/*_spec.js"},"dependencies":{"rimraf":"~2.5.1"},"devDependencies":{"chai":"^3.4.1","coveralls":"^2.11.6","istanbul":"^0.4.2","mocha":"^2.4.2","rewire":"^2.5.1"},"gitHead":"1e77c650233ac8e6cc603c8bbc248ee6f7a73455","_id":"clean-webpack-plugin@0.1.15","_shasum":"facc04e0c8dba99bf451ae865ad0361f51af1df1","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.1.0","_npmUser":{"name":"johnagan","email":"johnagan@gmail.com"},"dist":{"shasum":"facc04e0c8dba99bf451ae865ad0361f51af1df1","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/clean-webpack-plugin/-/clean-webpack-plugin-0.1.15.tgz"},"maintainers":[{"name":"johnagan","email":"johnagan@github.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/clean-webpack-plugin-0.1.15.tgz_1483727421900_0.9306409591808915"},"directories":{}},"0.1.16":{"name":"clean-webpack-plugin","version":"0.1.16","author":{"name":"John Agan","email":"johnagan@gmail.com"},"description":"A webpack plugin to remove your build folder(s) before building","homepage":"https://github.com/johnagan/clean-webpack-plugin","license":"MIT","main":"index.js","keywords":["webpack","plugin","clean","node"],"repository":{"type":"git","url":"git+https://github.com/johnagan/clean-webpack-plugin.git"},"bugs":{"url":"https://github.com/johnagan/clean-webpack-plugin/issues"},"scripts":{"test":"mocha --recursive ./test/*_spec.js","test:watch":"npm run test -- --watch","test-travis":"istanbul cover _mocha -- -R spec ./test/*_spec.js"},"dependencies":{"rimraf":"~2.5.1"},"devDependencies":{"chai":"^3.4.1","coveralls":"^2.11.6","istanbul":"^0.4.2","mocha":"^2.4.2","rewire":"^2.5.1"},"gitHead":"a30bfb1dc0832724ab25b5fa2c993330856fdc0e","_id":"clean-webpack-plugin@0.1.16","_shasum":"422a8e150bf3d5abfd3d14bfacb070e80fb2e23f","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"johnagan","email":"johnagan@gmail.com"},"dist":{"shasum":"422a8e150bf3d5abfd3d14bfacb070e80fb2e23f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/clean-webpack-plugin/-/clean-webpack-plugin-0.1.16.tgz"},"maintainers":[{"name":"johnagan","email":"johnagan@github.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/clean-webpack-plugin-0.1.16.tgz_1489549781092_0.3949795023072511"},"directories":{}}},"name":"clean-webpack-plugin","time":{"modified":"2017-08-11T22:31:46.228Z","created":"2015-04-06T00:21:54.478Z","0.1.0":"2015-04-06T00:21:54.478Z","0.1.1":"2015-04-06T00:25:03.453Z","0.1.2":"2015-04-06T06:27:21.213Z","0.1.3":"2015-05-07T14:09:52.089Z","0.1.4":"2015-10-30T23:43:24.033Z","0.1.5":"2015-12-06T14:15:41.529Z","0.1.6":"2016-01-08T17:35:37.465Z","0.1.7":"2016-01-27T18:29:35.658Z","0.1.8":"2016-02-02T16:04:57.981Z","0.1.9":"2016-04-27T05:54:55.617Z","0.1.10":"2016-07-18T14:38:39.171Z","0.1.11":"2016-10-02T12:34:40.349Z","0.1.12":"2016-10-09T02:03:36.387Z","0.1.13":"2016-10-10T00:32:37.624Z","0.1.14":"2016-11-03T17:21:42.591Z","0.1.15":"2017-01-06T18:30:22.119Z","0.1.16":"2017-03-15T03:49:41.319Z"},"readmeFilename":"README.md","homepage":"https://github.com/johnagan/clean-webpack-plugin"}