{"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"keywords":["hash","crypto","md5","hex","buffer","browser","browserify"],"dist-tags":{"latest":"2.0.0"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"description":"Create a MD5 hash with hex encoding","readme":"# md5-hex [![Build Status](https://travis-ci.org/sindresorhus/md5-hex.svg?branch=master)](https://travis-ci.org/sindresorhus/md5-hex)\n\n> Create a MD5 hash with hex encoding\n\n*Please don't use MD5 hashes for anything sensitive!*\n\nWorks in the browser too, when used with browserify/webpack.\n\nCheckout [`hasha`](https://github.com/sindresorhus/hasha) if you need something more flexible.\n\n\n## Install\n\n```\n$ npm install --save md5-hex\n```\n\n\n## Usage\n\n```js\nconst fs = require('fs');\nconst md5Hex = require('md5-hex');\nconst buffer = fs.readFileSync('unicorn.png');\n\nmd5Hex(buffer);\n//=> '1abcb33beeb811dca15f0ac3e47b88d9'\n```\n\n\n## API\n\n### md5Hex(input)\n\n#### input\n\nType: `Buffer` `string` `Buffer[]` `string[]`\n\nPrefer buffers as they're faster to hash, but strings can be useful for small things.\n\nPass an array instead of concatenating strings and/or buffers. The output is the same, but arrays do not incur the overhead of concatenation.\n\n\n## License\n\nMIT © [Sindre Sorhus](https://sindresorhus.com)\n","repository":{"type":"git","url":"git+https://github.com/sindresorhus/md5-hex.git"},"bugs":{"url":"https://github.com/sindresorhus/md5-hex/issues"},"license":"MIT","versions":{"1.0.0":{"name":"md5-hex","version":"1.0.0","description":"Create a MD5 hash with hex encoding","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/md5-hex"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["hash","crypto","md5","hex","buffer"],"devDependencies":{"ava":"0.0.4"},"gitHead":"24537065c3d0063c796669f2921429805554ab5b","bugs":{"url":"https://github.com/sindresorhus/md5-hex/issues"},"homepage":"https://github.com/sindresorhus/md5-hex","_id":"md5-hex@1.0.0","_shasum":"b174a70432e515ad63c8ed7d6bc36f600f15526a","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"b174a70432e515ad63c8ed7d6bc36f600f15526a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/md5-hex/-/md5-hex-1.0.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"1.0.1":{"name":"md5-hex","version":"1.0.1","description":"Create a MD5 hash with hex encoding","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/md5-hex"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["hash","crypto","md5","hex","buffer"],"devDependencies":{"ava":"0.0.4"},"gitHead":"22be3374dc1f7e9e4149857db71736d04f3b90ee","bugs":{"url":"https://github.com/sindresorhus/md5-hex/issues"},"homepage":"https://github.com/sindresorhus/md5-hex","_id":"md5-hex@1.0.1","_shasum":"72d969a17770849d23dac6d8d903c21630d33ffa","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"72d969a17770849d23dac6d8d903c21630d33ffa","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/md5-hex/-/md5-hex-1.0.1.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"1.0.2":{"name":"md5-hex","version":"1.0.2","description":"Create a MD5 hash with hex encoding","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/md5-hex"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["hash","crypto","md5","hex","buffer"],"devDependencies":{"ava":"0.0.4"},"gitHead":"d8f6e8b27ff37fdcb8708c2c596e6b4fcf96bebf","bugs":{"url":"https://github.com/sindresorhus/md5-hex/issues"},"homepage":"https://github.com/sindresorhus/md5-hex","_id":"md5-hex@1.0.2","_shasum":"6dba1264bced751e902d56e2ca32c3bbfa31eaa9","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"6dba1264bced751e902d56e2ca32c3bbfa31eaa9","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/md5-hex/-/md5-hex-1.0.2.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"1.1.0":{"name":"md5-hex","version":"1.1.0","description":"Create a MD5 hash with hex encoding","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/md5-hex.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"browser":"browser.js","engines":{"node":">=0.10.0"},"scripts":{"test":"xo && ava"},"files":["index.js","browser.js"],"keywords":["hash","crypto","md5","hex","buffer","browser","browserify"],"dependencies":{"md5-o-matic":"^0.1.1"},"devDependencies":{"ava":"*","xo":"*"},"gitHead":"9722ed0e0b13d5b7dc0383308b494ccae3160faa","bugs":{"url":"https://github.com/sindresorhus/md5-hex/issues"},"homepage":"https://github.com/sindresorhus/md5-hex#readme","_id":"md5-hex@1.1.0","_shasum":"d107074c4ee81cbca7f2b61150669dce38058080","_from":".","_npmVersion":"2.14.3","_nodeVersion":"4.1.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"d107074c4ee81cbca7f2b61150669dce38058080","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/md5-hex/-/md5-hex-1.1.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"1.2.0":{"name":"md5-hex","version":"1.2.0","description":"Create a MD5 hash with hex encoding","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/md5-hex"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"browser":"browser.js","engines":{"node":">=0.10.0"},"scripts":{"test":"xo && ava"},"files":["index.js","browser.js"],"keywords":["hash","crypto","md5","hex","buffer","browser","browserify"],"dependencies":{"md5-o-matic":"^0.1.1"},"devDependencies":{"ava":"*","xo":"*"},"gitHead":"e1cf3546c29d3ea21ae8b4e9c77e2453703f6681","bugs":{"url":"https://github.com/sindresorhus/md5-hex/issues"},"homepage":"https://github.com/sindresorhus/md5-hex","_id":"md5-hex@1.2.0","_shasum":"60366a6d7c23f8241947e14ae1b7358efdc0e200","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"60366a6d7c23f8241947e14ae1b7358efdc0e200","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/md5-hex/-/md5-hex-1.2.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"1.2.1":{"name":"md5-hex","version":"1.2.1","description":"Create a MD5 hash with hex encoding","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/md5-hex.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"browser":"browser.js","engines":{"node":">=0.10.0"},"scripts":{"test":"xo && ava"},"files":["index.js","browser.js"],"keywords":["hash","crypto","md5","hex","buffer","browser","browserify"],"dependencies":{"md5-o-matic":"^0.1.1"},"devDependencies":{"ava":"*","xo":"*"},"gitHead":"93b11aa24c4c3716da81b54570e4149232600189","bugs":{"url":"https://github.com/sindresorhus/md5-hex/issues"},"homepage":"https://github.com/sindresorhus/md5-hex#readme","_id":"md5-hex@1.2.1","_shasum":"f6d12928794aedda344225644ae23e12af817001","_from":".","_npmVersion":"3.5.3","_nodeVersion":"4.2.4","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"f6d12928794aedda344225644ae23e12af817001","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/md5-hex/-/md5-hex-1.2.1.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"1.3.0":{"name":"md5-hex","version":"1.3.0","description":"Create a MD5 hash with hex encoding","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/md5-hex.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"browser":"browser.js","engines":{"node":">=0.10.0"},"scripts":{"test":"xo && ava"},"files":["index.js","browser.js"],"keywords":["hash","crypto","md5","hex","buffer","browser","browserify"],"dependencies":{"md5-o-matic":"^0.1.1"},"devDependencies":{"ava":"*","xo":"*"},"gitHead":"273d9c659a29e4cd53512f526282afd5ac1c1413","bugs":{"url":"https://github.com/sindresorhus/md5-hex/issues"},"homepage":"https://github.com/sindresorhus/md5-hex#readme","_id":"md5-hex@1.3.0","_shasum":"d2c4afe983c4370662179b8cad145219135046c4","_from":".","_npmVersion":"2.15.0","_nodeVersion":"4.4.2","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"d2c4afe983c4370662179b8cad145219135046c4","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/md5-hex/-/md5-hex-1.3.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/md5-hex-1.3.0.tgz_1460471196734_0.9732175024691969"},"directories":{}},"2.0.0":{"name":"md5-hex","version":"2.0.0","description":"Create a MD5 hash with hex encoding","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/md5-hex.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && ava"},"files":["index.js","browser.js"],"keywords":["hash","crypto","md5","hex","buffer","browser","browserify"],"dependencies":{"md5-o-matic":"^0.1.1"},"devDependencies":{"ava":"*","xo":"*"},"browser":"browser.js","gitHead":"5d8f3a88b2de9bfdf7e4f07f253dd88c102814df","bugs":{"url":"https://github.com/sindresorhus/md5-hex/issues"},"homepage":"https://github.com/sindresorhus/md5-hex#readme","_id":"md5-hex@2.0.0","_shasum":"d0588e9f1c74954492ecd24ac0ac6ce997d92e33","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.6.2","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"d0588e9f1c74954492ecd24ac0ac6ce997d92e33","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/md5-hex/-/md5-hex-2.0.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/md5-hex-2.0.0.tgz_1484310584188_0.43361427285708487"},"directories":{}}},"name":"md5-hex","time":{"modified":"2017-01-13T12:29:44.424Z","created":"2015-05-23T16:56:56.273Z","1.0.0":"2015-05-23T16:56:56.273Z","1.0.1":"2015-05-23T17:13:21.209Z","1.0.2":"2015-06-04T20:30:23.576Z","1.1.0":"2015-09-22T06:26:36.221Z","1.2.0":"2015-12-24T13:18:54.160Z","1.2.1":"2016-01-13T18:43:59.000Z","1.3.0":"2016-04-12T14:26:37.187Z","2.0.0":"2017-01-13T12:29:44.424Z"},"readmeFilename":"readme.md","homepage":"https://github.com/sindresorhus/md5-hex#readme"}