{"_id":"murmur2js","_rev":"4423823","name":"murmur2js","description":"An optimized JavaScript implementation of the MurmurHash algorithm.","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"intelligibabble","email":""}],"time":{"modified":"2026-04-08T13:48:48.000Z","created":"2017-02-13T00:39:39.597Z","1.0.0":"2017-02-13T00:39:39.597Z"},"users":{},"author":"","repository":{"type":"git","url":"git+https://github.com/lelandrichardson/murmur2js.git"},"versions":{"1.0.0":{"name":"murmur2js","version":"1.0.0","description":"An optimized JavaScript implementation of the MurmurHash algorithm.","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/lelandrichardson/murmur2js.git"},"author":"","license":"MIT","bugs":{"url":"https://github.com/lelandrichardson/murmur2js/issues"},"homepage":"https://github.com/lelandrichardson/murmur2js#readme","gitHead":"8c57f31f9792fe76ae87d20e571623ccd851c2e1","_id":"murmur2js@1.0.0","_shasum":"8f836c365d020d74e5cae5b96af2e768fa48d659","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"intelligibabble","email":"leland.m.richardson@gmail.com"},"dist":{"shasum":"8f836c365d020d74e5cae5b96af2e768fa48d659","size":6823,"noattachment":false,"key":"/murmur2js/-/murmur2js-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/murmur2js/download/murmur2js-1.0.0.tgz"},"maintainers":[{"name":"intelligibabble","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/murmur2js-1.0.0.tgz_1486946377645_0.7143751422408968"},"directories":{},"publish_time":1486946379597,"_hasShrinkwrap":false,"_cnpm_publish_time":1486946379597,"_cnpmcore_publish_time":"2021-12-18T22:18:42.330Z"}},"readme":"# murmur2js\n\nAn optimized and minimal JavaScript implementation of the MurmurHash 2 algorithm.\n\nThis implementation has been largely taken from [Gary Court's implementation](https://github.com/garycourt/murmurhash-js)\nand this was mostly just done to put this implementation on NPM.\n\n## Installation\n\n```bash\nnpm i --save murmur2js\n```\n\n## Usage\n\n```js\nvar murmurHash = require('murmur2js');\nconsole.log(murmurHash('abcd')); // 646393889\n```\n","_attachments":{},"homepage":"https://github.com/lelandrichardson/murmur2js#readme","bugs":{"url":"https://github.com/lelandrichardson/murmur2js/issues"},"license":"MIT"}