{"maintainers":[{"name":"erm0l0v","email":"erm0l0v@ya.ru"}],"keywords":["webpack","hash","plugin","md5"],"dist-tags":{"latest":"0.0.5"},"author":{"name":"Kirill Ermolov"},"description":"Plugin to replace a standard webpack chunkhash with md5.","readme":"# webpack-md5-hash\n\n[![NPM](https://nodei.co/npm/webpack-md5-hash.png)](https://npmjs.org/package/webpack-md5-hash)\n\nPlugin to replace a standard webpack chunkhash with md5.\n\n## Installation\n\n```\nnpm install webpack-md5-hash --save-dev\n```\n\n## Usage\n\nJust add this plugin as usual.\n\n``` javascript\n\n// webpack.config.js\n\nvar WebpackMd5Hash = require('webpack-md5-hash');\n\nmodule.exports = {\n    // ...\n    output: {\n        //...\n        chunkFilename: \"[chunkhash].[id].chunk.js\"\n    },\n    plugins: [\n        new WebpackMd5Hash()\n    ]\n};\n\n```\n\n## Development\n\n### Setup Docker\n\n* Install [Doker Toolbox](https://www.docker.com/docker-toolbox)\n* Setup [Docker Machine](https://docs.docker.com/machine/get-started/)\n\n### Generate Docker files\n\n* Change versions on node and webpack in *versions.json*\n* Run `./build.js gen_docker` to generate files\n\n### Run tests\n\n* Build Docker images `docker-compose build`\n* Run tests `docker-compose up` or `docker-compose up | grep exited`\n\n### Run tests for specific environment\n\n> Example: you need test code on node v0.12 and webpack v1.8\n\n* Build image `docker-compose build test_n_0.12_w_1.8`\n* Run tests `docker-compose run --rm test_n_0.12_w_1.8`\n\nAnd now instead of standard value of chunkhash you'll get a md5 based on chunk's modules.\n","repository":{"type":"git","url":"git+https://github.com/erm0l0v/webpack-md5-hash.git"},"users":{"sqrtthree":true,"wangfeia":true,"usex":true},"bugs":{"url":"https://github.com/erm0l0v/webpack-md5-hash/issues"},"license":"MIT","versions":{"0.0.1":{"name":"webpack-md5-hash","version":"0.0.1","description":"Plugin to replace a standard webpack chunkhash with md5.","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"https://github.com/erm0l0v/webpack-md5-hash.git"},"keywords":["webpack","hash","plugin","md5"],"author":{"name":"Kirill Ermolov"},"license":"MIT","bugs":{"url":"https://github.com/erm0l0v/webpack-md5-hash/issues"},"homepage":"https://github.com/erm0l0v/webpack-md5-hash","dependencies":{"md5":"^2.0.0"},"gitHead":"ea3aae31c37a40e46567d8eb81e3505970401bfd","_id":"webpack-md5-hash@0.0.1","_shasum":"a0e19b6bbbfe91b1bfff3f8acc74d39a9c257558","_from":".","_npmVersion":"2.1.18","_nodeVersion":"0.10.35","_npmUser":{"name":"erm0l0v","email":"erm0l0v@ya.ru"},"dist":{"shasum":"a0e19b6bbbfe91b1bfff3f8acc74d39a9c257558","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/webpack-md5-hash/-/webpack-md5-hash-0.0.1.tgz"},"maintainers":[{"name":"erm0l0v","email":"erm0l0v@ya.ru"}],"directories":{}},"0.0.3":{"name":"webpack-md5-hash","version":"0.0.3","description":"Plugin to replace a standard webpack chunkhash with md5.","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"https://github.com/erm0l0v/webpack-md5-hash.git"},"keywords":["webpack","hash","plugin","md5"],"author":{"name":"Kirill Ermolov"},"license":"MIT","bugs":{"url":"https://github.com/erm0l0v/webpack-md5-hash/issues"},"homepage":"https://github.com/erm0l0v/webpack-md5-hash","dependencies":{"md5":"^2.0.0"},"gitHead":"455d05cca203ca235e5f30e72dc1807d83b85a14","_id":"webpack-md5-hash@0.0.3","_shasum":"cda3cb5f4199dedda5e9d5ee63b997cd0dc72287","_from":".","_npmVersion":"2.1.18","_nodeVersion":"0.10.35","_npmUser":{"name":"erm0l0v","email":"erm0l0v@ya.ru"},"dist":{"shasum":"cda3cb5f4199dedda5e9d5ee63b997cd0dc72287","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/webpack-md5-hash/-/webpack-md5-hash-0.0.3.tgz"},"maintainers":[{"name":"erm0l0v","email":"erm0l0v@ya.ru"}],"directories":{}},"0.0.4":{"name":"webpack-md5-hash","version":"0.0.4","description":"Plugin to replace a standard webpack chunkhash with md5.","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"https://github.com/erm0l0v/webpack-md5-hash.git"},"keywords":["webpack","hash","plugin","md5"],"author":{"name":"Kirill Ermolov"},"license":"MIT","bugs":{"url":"https://github.com/erm0l0v/webpack-md5-hash/issues"},"homepage":"https://github.com/erm0l0v/webpack-md5-hash","dependencies":{"md5":"^2.0.0"},"gitHead":"adf22c4716e9112a9e5ce6c02f96c46ec5f97d7b","_id":"webpack-md5-hash@0.0.4","_shasum":"9c690480867e584f345dd11ba85b5833883e908d","_from":".","_npmVersion":"2.1.18","_nodeVersion":"0.10.35","_npmUser":{"name":"erm0l0v","email":"erm0l0v@ya.ru"},"dist":{"shasum":"9c690480867e584f345dd11ba85b5833883e908d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/webpack-md5-hash/-/webpack-md5-hash-0.0.4.tgz"},"maintainers":[{"name":"erm0l0v","email":"erm0l0v@ya.ru"}],"directories":{}},"0.0.5":{"name":"webpack-md5-hash","version":"0.0.5","description":"Plugin to replace a standard webpack chunkhash with md5.","main":"index.js","scripts":{"clean":"rimraf dist","pretest":"jshint","test":"jasmine-node --captureExceptions spec"},"repository":{"type":"git","url":"git+https://github.com/erm0l0v/webpack-md5-hash.git"},"keywords":["webpack","hash","plugin","md5"],"author":{"name":"Kirill Ermolov"},"contributors":[{"name":"Sebastien Dubois","email":"seb@dsebastien.net","url":"https://www.dsebastien.net"}],"license":"MIT","bugs":{"url":"https://github.com/erm0l0v/webpack-md5-hash/issues"},"homepage":"https://github.com/erm0l0v/webpack-md5-hash","dependencies":{"md5":"^2.0.0"},"devDependencies":{"argparse":"^1.0.4","jasmine-node":"^1.14.5","jshint":"^2.8.0","rimraf":"^2.5.0"},"gitHead":"918ef9678ffac532718fa1684f17531517187362","_id":"webpack-md5-hash@0.0.5","_shasum":"d9f1899ead664459dd8b6b0c926ac71cfbd7bc7a","_from":".","_npmVersion":"3.3.8","_nodeVersion":"4.2.1","_npmUser":{"name":"erm0l0v","email":"erm0l0v@ya.ru"},"dist":{"shasum":"d9f1899ead664459dd8b6b0c926ac71cfbd7bc7a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/webpack-md5-hash/-/webpack-md5-hash-0.0.5.tgz"},"maintainers":[{"name":"erm0l0v","email":"erm0l0v@ya.ru"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/webpack-md5-hash-0.0.5.tgz_1455273421691_0.14060834562405944"},"directories":{}}},"name":"webpack-md5-hash","contributors":[{"name":"Sebastien Dubois","email":"seb@dsebastien.net","url":"https://www.dsebastien.net"}],"time":{"modified":"2017-05-21T20:40:52.898Z","created":"2015-08-19T18:47:36.157Z","0.0.1":"2015-08-19T18:47:36.157Z","0.0.3":"2015-08-24T15:51:50.849Z","0.0.4":"2015-08-24T16:10:11.901Z","0.0.5":"2016-02-12T10:37:05.025Z"},"readmeFilename":"README.md","homepage":"https://github.com/erm0l0v/webpack-md5-hash"}