{"maintainers":[{"email":"npm@dcousens.com","name":"anonymous"},{"email":"ljharb@gmail.com","name":"anonymous"},{"email":"calvin.metcalf@gmail.com","name":"anonymous"},{"email":"blackhole@livebox.sh","name":"anonymous"},{"email":"jprichardson@gmail.com","name":"anonymous"}],"keywords":["crypto","hmac"],"dist-tags":{"latest":"1.1.7"},"description":"node style hmacs in the browser","readme":"# create-hmac\n\n[![NPM Package](https://img.shields.io/npm/v/create-hmac.svg?style=flat-square)](https://www.npmjs.org/package/create-hmac)\n[![Build Status](https://img.shields.io/travis/crypto-browserify/createHmac.svg?branch=master&style=flat-square)](https://travis-ci.org/crypto-browserify/createHmac)\n[![Dependency status](https://img.shields.io/david/crypto-browserify/createHmac.svg?style=flat-square)](https://david-dm.org/crypto-browserify/createHmac#info=dependencies)\n\n[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)\n\nNode style HMACs for use in the browser, with native HMAC functions in node. API is the same as HMACs in node:\n\n```js\nvar createHmac = require('create-hmac')\nvar hmac = createHmac('sha224', Buffer.from('secret key'))\nhmac.update('synchronous write') //optional encoding parameter\nhmac.digest() // synchronously get result with optional encoding parameter\n\nhmac.write('write to it as a stream')\nhmac.end() //remember it's a stream\nhmac.read() //only if you ended it as a stream though\n```\n","repository":{"type":"git","url":"git+https://github.com/crypto-browserify/createHmac.git"},"bugs":{"url":"https://github.com/crypto-browserify/createHmac/issues"},"license":"MIT","versions":{"1.0.0":{"name":"create-hmac","version":"1.0.0","description":"node style hmacs in the browser","main":"create-hmac.js","scripts":{"test":"node test.js | tspec"},"repository":{"type":"git","url":"https://github.com/crypto-browserify/createHmac.git"},"keywords":["crypto","hmac"],"author":"","license":"MIT","bugs":{"url":"https://github.com/crypto-browserify/createHmac/issues"},"homepage":"https://github.com/crypto-browserify/createHmac","devDependencies":{"hash-test-vectors":"^1.3.2","tap-spec":"^2.1.2","tape":"^3.0.3"},"dependencies":{"create-hash":"^1.0.0"},"gitHead":"2275bd55bb52f1b3dd3075fb075910c47acd9c57","_id":"create-hmac@1.0.0","_shasum":"1d7710b82a6e577dc23e4e05c4e3f5cde9a226ab","_from":".","_npmVersion":"2.1.10","_nodeVersion":"0.10.35","_npmUser":{"name":"anonymous","email":"calvin.metcalf@gmail.com"},"maintainers":[{"name":"anonymous","email":"calvin.metcalf@gmail.com"}],"dist":{"shasum":"1d7710b82a6e577dc23e4e05c4e3f5cde9a226ab","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/create-hmac/-/create-hmac-1.0.0.tgz","integrity":"sha512-FTj30j5vKXkrGdnVN34vXxYuO3lSDtus88axyteM/Gfm40MDUyJgQdYIYtvX4qWLdXMQeboTJTPlrcU3YBrfhQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFSaYL/IQhHh2P+0RBuX67Zlts1DtBnunknf/A8PUixBAiEAhlb1Ls9lrz4HeDF4AKKzs2gPPLrOVg6aDlFxkfwTljE="}]},"directories":{}},"1.0.1":{"name":"create-hmac","version":"1.0.1","description":"node style hmacs in the browser","main":"create-hmac.js","scripts":{"test":"node test.js | tspec"},"repository":{"type":"git","url":"https://github.com/crypto-browserify/createHmac.git"},"keywords":["crypto","hmac"],"author":"","license":"MIT","bugs":{"url":"https://github.com/crypto-browserify/createHmac/issues"},"homepage":"https://github.com/crypto-browserify/createHmac","devDependencies":{"hash-test-vectors":"^1.3.2","tap-spec":"^2.1.2","tape":"^3.0.3"},"dependencies":{"create-hash":"^1.0.0","inherits":"^2.0.1"},"gitHead":"b4e96baae9c9dd72641abc182a2bb28fdf65209c","_id":"create-hmac@1.0.1","_shasum":"63eb04ac4782182d9b3a0dd08d18b24e42856f5c","_from":".","_npmVersion":"2.1.10","_nodeVersion":"0.10.35","_npmUser":{"name":"anonymous","email":"calvin.metcalf@gmail.com"},"maintainers":[{"name":"anonymous","email":"calvin.metcalf@gmail.com"}],"dist":{"shasum":"63eb04ac4782182d9b3a0dd08d18b24e42856f5c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/create-hmac/-/create-hmac-1.0.1.tgz","integrity":"sha512-D6eewWFWWHGVSlCXUwA2zZSu0cOL6aqDTcXZoHpuZmhCjxHzjNeI8dWDMdkvSKJNmvcPpUUSl4zJjf3k3paBFQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCNPft6YEnm1OHoL60BYd2uzz8CByoI0HGnowUYNze42wIhAJVo4qPWKH4bw/rJ47vbnlx1zPXXoqnf8XFV6bwfD8od"}]},"directories":{}},"1.0.2":{"name":"create-hmac","version":"1.0.2","description":"node style hmacs in the browser","main":"index.js","scripts":{"test":"node test.js | tspec"},"repository":{"type":"git","url":"https://github.com/crypto-browserify/createHmac.git"},"keywords":["crypto","hmac"],"author":"","license":"MIT","bugs":{"url":"https://github.com/crypto-browserify/createHmac/issues"},"homepage":"https://github.com/crypto-browserify/createHmac","devDependencies":{"hash-test-vectors":"^1.3.2","tap-spec":"^2.1.2","tape":"^3.0.3"},"dependencies":{"create-hash":"^1.0.0","inherits":"^2.0.1"},"browser":"./create-hmac.js","gitHead":"e90b28cf8b65720b6c9d7d0da2104273ce57cd4a","_id":"create-hmac@1.0.2","_shasum":"fabced999a6fcdacd7763191f986551daceb21c1","_from":".","_npmVersion":"2.1.10","_nodeVersion":"0.10.35","_npmUser":{"name":"anonymous","email":"calvin.metcalf@gmail.com"},"maintainers":[{"name":"anonymous","email":"calvin.metcalf@gmail.com"}],"dist":{"shasum":"fabced999a6fcdacd7763191f986551daceb21c1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/create-hmac/-/create-hmac-1.0.2.tgz","integrity":"sha512-58EYMPoPc5u++ElKkojygA8emyFg1JvEcRVTPEkapbuIcp0k2RdtA4vvki5pp18ePSvqQ8YuW4jShC7ncqb17w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCQOmxQ80L+hRLp7YkIKHg2w/HLr2xC7jG7bRV7nu4jZgIgZkHiHWYfWrWtwATaYt1eu3zkJ4xVhRMGcMyqgZ6PZ98="}]},"directories":{}},"1.1.0":{"name":"create-hmac","version":"1.1.0","description":"node style hmacs in the browser","main":"index.js","scripts":{"test":"node test.js | tspec"},"repository":{"type":"git","url":"https://github.com/crypto-browserify/createHmac.git"},"keywords":["crypto","hmac"],"author":"","license":"MIT","bugs":{"url":"https://github.com/crypto-browserify/createHmac/issues"},"homepage":"https://github.com/crypto-browserify/createHmac","devDependencies":{"hash-test-vectors":"^1.3.2","tap-spec":"^2.1.2","tape":"^3.0.3"},"dependencies":{"create-hash":"^1.1.0","inherits":"^2.0.1"},"browser":"./browser.js","gitHead":"5a14266329ccfb0761185429b3330ec556b38688","_id":"create-hmac@1.1.0","_shasum":"92f8b6378471f4bc67eefc9dee6622df6b8754be","_from":".","_npmVersion":"2.1.10","_nodeVersion":"0.10.35","_npmUser":{"name":"anonymous","email":"calvin.metcalf@gmail.com"},"maintainers":[{"name":"anonymous","email":"calvin.metcalf@gmail.com"},{"name":"anonymous","email":"email@dcousens.com"},{"name":"anonymous","email":"dominic.tarr@gmail.com"},{"name":"anonymous","email":"jprichardson@gmail.com"}],"dist":{"shasum":"92f8b6378471f4bc67eefc9dee6622df6b8754be","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/create-hmac/-/create-hmac-1.1.0.tgz","integrity":"sha512-kBHRQDFp4dDwjlQpo79KKI1HGGFFxfb6evpYhpwxC/A9YeCUuNne8IV9wXZiAcb/C8/wF+G1oTJWvhoQjzhe+g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICFB1+55CZBLG0qCEgs5+rXTY/Icm0jqNSiQWIHWF+xHAiBS5+FmyrFPZserTwTJxGmdf9Z6NWjGuKu5V1NiEt07BQ=="}]},"directories":{}},"1.1.1":{"name":"create-hmac","version":"1.1.1","description":"node style hmacs in the browser","main":"index.js","scripts":{"test":"node test.js | tspec"},"repository":{"type":"git","url":"https://github.com/crypto-browserify/createHmac.git"},"keywords":["crypto","hmac"],"author":"","license":"MIT","bugs":{"url":"https://github.com/crypto-browserify/createHmac/issues"},"homepage":"https://github.com/crypto-browserify/createHmac","devDependencies":{"hash-test-vectors":"^1.3.2","tap-spec":"^2.1.2","tape":"^3.0.3"},"dependencies":{"create-hash":"^1.1.0","inherits":"^2.0.1"},"browser":"./browser.js","gitHead":"ea7c2efdd0f59749e339efcb7fbd4309b590850c","_id":"create-hmac@1.1.1","_shasum":"78d6005f72c98572f8d5bd12d32658bebecb669e","_from":".","_npmVersion":"2.1.10","_nodeVersion":"0.11.15","_npmUser":{"name":"anonymous","email":"calvin.metcalf@gmail.com"},"maintainers":[{"name":"anonymous","email":"calvin.metcalf@gmail.com"},{"name":"anonymous","email":"email@dcousens.com"},{"name":"anonymous","email":"dominic.tarr@gmail.com"},{"name":"anonymous","email":"jprichardson@gmail.com"},{"name":"anonymous","email":"fedor@indutny.com"}],"dist":{"shasum":"78d6005f72c98572f8d5bd12d32658bebecb669e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/create-hmac/-/create-hmac-1.1.1.tgz","integrity":"sha512-Kwa8M6/+rA2tnCL2dghzK/ixOYijYSQXT/G8DvIWjue26qFtNR27krua+kJr5vraJCoEPZEKhcgkddygRjb1Ug==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCApyR7KwpiLcju4ER+bZxtRKDngJiEJaGkTqlrhRGiSwIhAPTlxvXN8oLTaWuqg65kF87zHxKWTlEYuZcGZxlfiL0Z"}]},"directories":{}},"1.1.2":{"name":"create-hmac","version":"1.1.2","description":"node style hmacs in the browser","main":"index.js","scripts":{"test":"node test.js | tspec"},"repository":{"type":"git","url":"https://github.com/crypto-browserify/createHmac.git"},"keywords":["crypto","hmac"],"author":"","license":"MIT","bugs":{"url":"https://github.com/crypto-browserify/createHmac/issues"},"homepage":"https://github.com/crypto-browserify/createHmac","devDependencies":{"hash-test-vectors":"^1.3.2","tap-spec":"^2.1.2","tape":"^3.0.3"},"dependencies":{"create-hash":"^1.1.0","inherits":"^2.0.1"},"browser":"./browser.js","gitHead":"5044e84cd98237c7739b28f2418771dc67658394","_id":"create-hmac@1.1.2","_shasum":"1149b6f5309277b65e6a8e0082f0f4e615b926a8","_from":".","_npmVersion":"2.1.10","_nodeVersion":"0.10.36","_npmUser":{"name":"anonymous","email":"calvin.metcalf@gmail.com"},"maintainers":[{"name":"anonymous","email":"calvin.metcalf@gmail.com"},{"name":"anonymous","email":"email@dcousens.com"},{"name":"anonymous","email":"dominic.tarr@gmail.com"},{"name":"anonymous","email":"jprichardson@gmail.com"},{"name":"anonymous","email":"fedor@indutny.com"}],"dist":{"shasum":"1149b6f5309277b65e6a8e0082f0f4e615b926a8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/create-hmac/-/create-hmac-1.1.2.tgz","integrity":"sha512-cbsgVBsCAqnmXrwJ9saEuxv9oFS5lbXKurrzoQBAosWEOzwCMA597bspMnu8xRUC2RwtH6zNzMmWnDAEKM7xig==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC/M/Xc/T7yWSl3X2sKGldJ3CsObDkygQ7WeuLnyhwcZwIhAPC9iQyTo845hy/FVXAaSmf/JobReDyl1QdVdnEHwn7z"}]},"directories":{}},"1.1.3":{"name":"create-hmac","version":"1.1.3","description":"node style hmacs in the browser","main":"index.js","scripts":{"test":"node test.js | tspec"},"repository":{"type":"git","url":"https://github.com/crypto-browserify/createHmac.git"},"keywords":["crypto","hmac"],"author":"","license":"MIT","bugs":{"url":"https://github.com/crypto-browserify/createHmac/issues"},"homepage":"https://github.com/crypto-browserify/createHmac","devDependencies":{"hash-test-vectors":"^1.3.2","tap-spec":"^2.1.2","tape":"^3.0.3"},"dependencies":{"create-hash":"^1.1.0","inherits":"^2.0.1"},"browser":"./browser.js","gitHead":"0db078774769487d9ede6951a56c4cffe3de1c14","_id":"create-hmac@1.1.3","_shasum":"29843e9c191ba412ab001bc55ac8b8b9ae54b670","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"anonymous","email":"calvin.metcalf@gmail.com"},"maintainers":[{"name":"anonymous","email":"calvin.metcalf@gmail.com"},{"name":"anonymous","email":"email@dcousens.com"},{"name":"anonymous","email":"dominic.tarr@gmail.com"},{"name":"anonymous","email":"jprichardson@gmail.com"},{"name":"anonymous","email":"fedor@indutny.com"}],"dist":{"shasum":"29843e9c191ba412ab001bc55ac8b8b9ae54b670","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/create-hmac/-/create-hmac-1.1.3.tgz","integrity":"sha512-WAh5X07rFIM0EZ166unEOAMdrPWcg7A6alzdqIRNnMn8woJnZfKUFOBpAIzOEzrn1ouRjRv+O+gcESddnN/Xlw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICJnDg8YmezgESM+nTgMH7EaFPTQKViE5aYw2tJbOaf8AiEAlyUAxie69FZUsA30crw7jxMoUYLW9z45I0uR8vgIugg="}]},"directories":{}},"1.1.4":{"name":"create-hmac","version":"1.1.4","description":"node style hmacs in the browser","main":"index.js","scripts":{"test":"node test.js | tspec"},"repository":{"type":"git","url":"git+https://github.com/crypto-browserify/createHmac.git"},"keywords":["crypto","hmac"],"author":"","license":"MIT","bugs":{"url":"https://github.com/crypto-browserify/createHmac/issues"},"homepage":"https://github.com/crypto-browserify/createHmac","devDependencies":{"hash-test-vectors":"^1.3.2","tap-spec":"^2.1.2","tape":"^3.0.3"},"dependencies":{"create-hash":"^1.1.0","inherits":"^2.0.1"},"browser":"./browser.js","gitHead":"3c7dd3047b5ab3e3be44d802241d224f0c9e2325","_id":"create-hmac@1.1.4","_shasum":"d3fb4ba253eb8b3f56e39ea2fbcb8af747bd3170","_from":".","_npmVersion":"3.3.4","_nodeVersion":"4.1.1","_npmUser":{"name":"anonymous","email":"email@dcousens.com"},"dist":{"shasum":"d3fb4ba253eb8b3f56e39ea2fbcb8af747bd3170","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/create-hmac/-/create-hmac-1.1.4.tgz","integrity":"sha512-USPrJgMKn+vsZuEcvwmrZV7D2UWLhWlQJ9HHGrS84fxX6tSxfO6MAacnD6alDA3a0LAVtC1N3BU1Wb/6H/yUVQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE4+pGWD1JrG30qz4Pg3bktuUZ6OrpiIf+5uh9KEdSqGAiAaluC42YkwAzfyKrckpyM8lYW1VM78VZeiGtApd1nVNQ=="}]},"maintainers":[{"name":"anonymous","email":"calvin.metcalf@gmail.com"},{"name":"anonymous","email":"email@dcousens.com"},{"name":"anonymous","email":"dominic.tarr@gmail.com"},{"name":"anonymous","email":"jprichardson@gmail.com"},{"name":"anonymous","email":"fedor@indutny.com"}],"directories":{}},"1.1.5":{"name":"create-hmac","version":"1.1.5","description":"node style hmacs in the browser","files":["browser.js","index.js"],"main":"index.js","scripts":{"standard":"standard","test":"npm run-script standard && npm run-script unit","unit":"node test.js | tspec"},"repository":{"type":"git","url":"git+https://github.com/crypto-browserify/createHmac.git"},"keywords":["crypto","hmac"],"author":"","license":"MIT","bugs":{"url":"https://github.com/crypto-browserify/createHmac/issues"},"homepage":"https://github.com/crypto-browserify/createHmac","devDependencies":{"hash-test-vectors":"^1.3.2","standard":"^5.3.1","tap-spec":"^2.1.2","tape":"^3.0.3"},"dependencies":{"cipher-base":"^1.0.3","create-hash":"^1.1.0","inherits":"^2.0.1","ripemd160":"^2.0.0","safe-buffer":"^5.0.1","sha.js":"^2.4.8"},"browser":"./browser.js","gitHead":"d7bfc99d838e4aad836f13b422eeccae0a50df27","_id":"create-hmac@1.1.5","_shasum":"b2c145f2e697d2b538fc686fd80a136aa6dadcad","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.10.0","_npmUser":{"name":"anonymous","email":"calvin.metcalf@gmail.com"},"dist":{"shasum":"b2c145f2e697d2b538fc686fd80a136aa6dadcad","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/create-hmac/-/create-hmac-1.1.5.tgz","integrity":"sha512-Nd4Olyj5mhgJGYSrE07OYddq07nUkxgkfF4+yxvafsYJQAPOBycSvmKJxd1HFxkRs/1iEPu8wGUl8qiTovBLQQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICqpNc+qDhKUiDlCjhai+M6ok4r6x2qup/111mJfOn3gAiACqk5wg4z9e19LubNe2V15QFGoPvq8KzqDKzaqOjl2OA=="}]},"maintainers":[{"name":"anonymous","email":"calvin.metcalf@gmail.com"},{"name":"anonymous","email":"email@dcousens.com"},{"name":"anonymous","email":"dominic.tarr@gmail.com"},{"name":"anonymous","email":"jprichardson@gmail.com"},{"name":"anonymous","email":"fedor@indutny.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/create-hmac-1.1.5.tgz_1494508187426_0.9113117505330592"},"directories":{}},"1.1.6":{"name":"create-hmac","version":"1.1.6","description":"node style hmacs in the browser","files":["browser.js","index.js","legacy.js"],"main":"index.js","scripts":{"standard":"standard","test":"npm run-script standard && npm run-script unit","unit":"node test.js | tspec"},"repository":{"type":"git","url":"git+https://github.com/crypto-browserify/createHmac.git"},"keywords":["crypto","hmac"],"author":"","license":"MIT","bugs":{"url":"https://github.com/crypto-browserify/createHmac/issues"},"homepage":"https://github.com/crypto-browserify/createHmac","devDependencies":{"hash-test-vectors":"^1.3.2","standard":"^5.3.1","tap-spec":"^2.1.2","tape":"^3.0.3"},"dependencies":{"cipher-base":"^1.0.3","create-hash":"^1.1.0","inherits":"^2.0.1","ripemd160":"^2.0.0","safe-buffer":"^5.0.1","sha.js":"^2.4.8"},"browser":"./browser.js","gitHead":"f46295a4b49383f35812ce5bc87c4d158efc3e19","_id":"create-hmac@1.1.6","_shasum":"acb9e221a4e17bdb076e90657c42b93e3726cf06","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.10.0","_npmUser":{"name":"anonymous","email":"calvin.metcalf@gmail.com"},"dist":{"shasum":"acb9e221a4e17bdb076e90657c42b93e3726cf06","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/create-hmac/-/create-hmac-1.1.6.tgz","integrity":"sha512-23osI7H2SH6Zm4g7A7BTM9+3XicGZkemw00eEhrFViR3EdGru+azj2fMKf9J2zWMGO7AfPgYRdIRL96kkdy8QA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBySn6O5jTjCGCaFmKT5rJ/YTW0Ggmq3Gs0Ki+j0kK9JAiB1q7RfUlw1iPHuV3vpmM5r9CE2qG5q+suPR9qF50hgBw=="}]},"maintainers":[{"name":"anonymous","email":"calvin.metcalf@gmail.com"},{"name":"anonymous","email":"email@dcousens.com"},{"name":"anonymous","email":"dominic.tarr@gmail.com"},{"name":"anonymous","email":"jprichardson@gmail.com"},{"name":"anonymous","email":"fedor@indutny.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/create-hmac-1.1.6.tgz_1494513770834_0.9636347822379321"},"directories":{}},"1.1.7":{"name":"create-hmac","version":"1.1.7","description":"node style hmacs in the browser","files":["browser.js","index.js","legacy.js"],"main":"index.js","scripts":{"standard":"standard","test":"npm run-script standard && npm run-script unit","unit":"node test.js | tspec"},"repository":{"type":"git","url":"git+https://github.com/crypto-browserify/createHmac.git"},"keywords":["crypto","hmac"],"author":"","license":"MIT","bugs":{"url":"https://github.com/crypto-browserify/createHmac/issues"},"homepage":"https://github.com/crypto-browserify/createHmac","devDependencies":{"hash-test-vectors":"^1.3.2","standard":"^5.3.1","tap-spec":"^2.1.2","tape":"^3.0.3"},"dependencies":{"cipher-base":"^1.0.3","create-hash":"^1.1.0","inherits":"^2.0.1","ripemd160":"^2.0.0","safe-buffer":"^5.0.1","sha.js":"^2.4.8"},"browser":"./browser.js","gitHead":"fa6c90b5b0d33b805ec3d65a7a370b88dd1994f3","_id":"create-hmac@1.1.7","_npmVersion":"5.8.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"calvin.metcalf@gmail.com"},"dist":{"integrity":"sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==","shasum":"69170c78b3ab957147b2b8b04572e47ead2243ff","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/create-hmac/-/create-hmac-1.1.7.tgz","fileCount":6,"unpackedSize":5809,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCj63qvYWoKU9LIyG+jXm7qyGEH8WnF3LXPjNmffywB7wIgH3vz+xIcgfh08St9uHmVWA18M3tEcW2X4fHa2v7253A="}]},"maintainers":[{"name":"anonymous","email":"calvin.metcalf@gmail.com"},{"name":"anonymous","email":"email@dcousens.com"},{"name":"anonymous","email":"dominic.tarr@gmail.com"},{"name":"anonymous","email":"fedor@indutny.com"},{"name":"anonymous","email":"jprichardson@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-hmac_1.1.7_1523449880084_0.9803481561229792"},"_hasShrinkwrap":false}},"name":"create-hmac","time":{"modified":"2023-04-08T23:07:28.518Z","created":"2015-01-14T13:15:35.764Z","1.0.0":"2015-01-14T13:15:35.764Z","1.0.1":"2015-01-14T15:05:19.884Z","1.0.2":"2015-01-14T15:18:05.180Z","1.1.0":"2015-01-16T16:17:17.726Z","1.1.1":"2015-01-27T00:21:30.427Z","1.1.2":"2015-01-28T12:08:57.131Z","1.1.3":"2015-01-30T00:22:21.831Z","1.1.4":"2015-09-27T23:15:50.769Z","1.1.5":"2017-05-11T13:09:49.930Z","1.1.6":"2017-05-11T14:42:51.717Z","1.1.7":"2018-04-11T12:31:20.190Z"},"readmeFilename":"README.md","homepage":"https://github.com/crypto-browserify/createHmac"}