{"_id":"multihashes","maintainers":[{"name":"jacobheun","email":"jacobheun@gmail.com"},{"name":"daviddias","email":"mail@daviddias.me"},{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"hugomrdias","email":"hugomrdias@gmail.com"}],"keywords":["multihash","multiformats","ipfs","hash"],"dist-tags":{"next":"3.1.3-next.2","latest":"4.0.3"},"description":"multihash implementation","readme":"# js-multihash <!-- omit in toc -->\n\n[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)\n[![](https://img.shields.io/badge/project-multiformats-blue.svg?style=flat-square)](https://github.com/multiformats/multiformats)\n[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](https://webchat.freenode.net/?channels=%23ipfs)\n[![codecov](https://img.shields.io/codecov/c/github/multiformats/js-multihash.svg?style=flat-square)](https://codecov.io/gh/multiformats/js-multihash)\n[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/multiformats/js-multihash/ci?label=ci&style=flat-square)](https://github.com/multiformats/js-multihash/actions?query=branch%3Amaster+workflow%3Aci+)\n\n> multihash implementation in node.js\n\nThis is the [multihash](//github.com/multiformats/multihash) implementation in Node.\nIt is extended by [js-multihashing](https://github.com/multiformats/js-multihashing)\nand [js-multihashing-async](https://github.com/multiformats/js-multihashing-async),\nso give those a look as well.\n\n## Lead Maintainer <!-- omit in toc -->\n\n[Hugo Dias](http://github.com/hugomrdias/)\n\n## Table of Contents <!-- omit in toc -->\n\n- [Install](#install)\n  - [Using npm](#using-npm)\n  - [Using a `<script>` tag](#using-a-script-tag)\n- [Usage](#usage)\n- [API](#api)\n- [Update Constants](#update-constants)\n- [Contribute](#contribute)\n- [License](#license)\n\n## Install\n\n### Using npm\n\n```bash\n> npm install multihashes # NOTE: The name of the module is multihashes!\n```\n\n### Using a `<script>` tag\n\nLoading this module through a script tag will make the `Multihashes` obj available in the global namespace.\n\n```html\n<script src=\"https://unpkg.com/multihashes/dist/index.min.js\"></script>\n```\n\n## Usage\n\n```js\n> var multihash = require('multihashes')\n> var bytes = Uint8Array.from([0, 1, 2, 3...])\n\n> var encoded = multihash.encode(bytes, 'sha1')\n> console.log(encoded)\n<Uint8Array 11 14 0b ee c7 b5 ea 3f 0f db c9 5d 0d d4 7f 3c 5b c2 75 da 8a 33>\n\n> multihash.decode(encoded)\n{ code: 17,\n  name: 'sha1',\n  length: 20,\n  digest: <Uint8Array 0b ee c7 b5 ea 3f 0f db c9 5d 0d d4 7f 3c 5b c2 75 da 8a 33> }\n```\n\n## API\n\nhttps://multiformats.github.io/js-multihash/\n\n## Update Constants\n\nTo update the constants table run the command below. This will fetch the main codec list from https://raw.githubusercontent.com/multiformats/multicodec/master/table.csv and filter only the multihash codecs and update the `constants.js` file in this repo.\n\n```sh\nnpm run update-constants\n```\n\n\n## Contribute\n\nContributions welcome. Please check out [the issues](https://github.com/multiformats/js-multihash/issues).\n\nCheck out our [contributing document](https://github.com/multiformats/multiformats/blob/master/contributing.md) for more information on how we work, and about contributing in general. Please be aware that all interactions related to multiformats are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).\n\nSmall note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.\n\n## License\n\n[MIT](LICENSE) © Protocol Labs Inc.\n","repository":{"type":"git","url":"git+https://github.com/multiformats/js-multihash.git"},"users":{"rexpan":true},"bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"license":"MIT","versions":{"0.4.2":{"name":"multihashes","version":"0.4.2","description":"multihash implementation","main":"src/index.js","scripts":{"test:node":"aegir-test node","lint":"aegir-lint","test:browser":"aegir-test browser","build":"aegir-build","test":"aegir-test","docs":"aegir-docs","release":"aegir-release --docs","release-minor":"aegir-release --type minor --docs","release-major":"aegir-release --type major --docs","coverage":"aegir-coverage","coverage-publish":"aegir-coverage publish"},"pre-commit":["lint","test"],"standard":{"ignore":["dist"]},"repository":{"type":"git","url":"git://github.com/multiformats/js-multihash.git"},"keywords":["multihash"],"author":{"name":"Juan Benet","email":"juan@benet.ai","url":"http://juan.benet.ai/"},"license":"MIT","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"dependencies":{"bs58":"^4.0.0","varint":"^5.0.0"},"devDependencies":{"aegir":"^10.0.0","buffer-equal":"1.0.0","chai":"^3.5.0","pre-commit":"^1.2.2"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"npm-to-cdn-bot","email":"npmcdn-to-unpkg-bot@users.noreply.github.com","url":"by Forbes Lindesay"}],"gitHead":"70d5e060e07d3a76ec1afb0d0730fb7efcb0fbf2","homepage":"https://github.com/multiformats/js-multihash#readme","_id":"multihashes@0.4.2","_shasum":"ef04a795166103fa0397f7e7e4cc138ab6d52900","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"jbenet","email":"juan@benet.ai"},"dist":{"shasum":"ef04a795166103fa0397f7e7e4cc138ab6d52900","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.4.2.tgz","integrity":"sha512-mmjP9MlbagDi6Ndwcm7dQCxsXx5PUh1YO62woOeAFst2EEybH8k241tJbKgNDzstx/PBAgvKV2RWc6P0ng47Gg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDjdjhaqZoR3ceFDAD+MZ5gB0xcynhAuZFe+0XkOt5YmgIgXv6B/NOINIRluFwsyjqnAt2nK3GKyIG1DdEUsACLlJo="}]},"maintainers":[{"name":"daviddias","email":"daviddias.p@gmail.com"},{"name":"jbenet","email":"juan@benet.ai"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/multihashes-0.4.2.tgz_1487930940053_0.7865928658284247"},"directories":{}},"0.4.3":{"name":"multihashes","version":"0.4.3","description":"multihash implementation","main":"src/index.js","scripts":{"test:node":"aegir-test node","lint":"aegir-lint","test:browser":"aegir-test browser","build":"aegir-build","test":"aegir-test","docs":"aegir-docs","release":"aegir-release --docs","release-minor":"aegir-release --type minor --docs","release-major":"aegir-release --type major --docs","coverage":"aegir-coverage","coverage-publish":"aegir-coverage publish"},"pre-commit":["lint","test"],"standard":{"ignore":["dist"]},"repository":{"type":"git","url":"git://github.com/multiformats/js-multihash.git"},"keywords":["multihash"],"author":{"name":"Juan Benet","email":"juan@benet.ai","url":"http://juan.benet.ai/"},"license":"MIT","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"dependencies":{"bs58":"^4.0.0","varint":"^5.0.0"},"devDependencies":{"aegir":"^10.0.0","buffer-equal":"1.0.0","chai":"^3.5.0","pre-commit":"^1.2.2"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"npm-to-cdn-bot","email":"npmcdn-to-unpkg-bot@users.noreply.github.com","url":"by Forbes Lindesay"}],"gitHead":"bcebbee8a28bd18174fbffd208a04b88c1e0c5b8","homepage":"https://github.com/multiformats/js-multihash#readme","_id":"multihashes@0.4.3","_shasum":"efad039404bbfdb58e6fc7f1c5256fbddbb0ce91","_from":".","_npmVersion":"4.0.3","_nodeVersion":"7.2.1","_npmUser":{"name":"dignifiedquire","email":"dignifiedquire@gmail.com"},"dist":{"shasum":"efad039404bbfdb58e6fc7f1c5256fbddbb0ce91","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.4.3.tgz","integrity":"sha512-gwFtZ/y71ZzGFf5W1lLG6zIfKpvuB/71lzL0XNb8DX74f71JAles6wKEweM4Cyu5Qg2l+UhSV2VQTLfI6qBXDQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDAcVK//BcLPKWot/ia+Ly0pboiqS53D28sT2nSjiuc3AIgEgF89ioh0dndHE6AOIUEt+hpNJnIpMnqvcmrenuWa14="}]},"maintainers":[{"name":"daviddias","email":"daviddias.p@gmail.com"},{"name":"dignifiedquire","email":"dignifiedquire@gmail.com"},{"name":"jbenet","email":"juan@benet.ai"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/multihashes-0.4.3.tgz_1487934122261_0.1400535930879414"},"directories":{}},"0.2.2":{"name":"multihashes","version":"0.2.2","description":"multihash implementation","main":"lib/index.js","jsnext:main":"src/index.js","scripts":{"test:node":"aegir-test node","lint":"aegir-lint","test:browser":"aegir-test browser","build":"aegir-build","test":"aegir-test","release":"aegir-release","coverage":"aegir-coverage","coverage-publish":"aegir-coverage publish"},"pre-commit":["lint","test"],"standard":{"ignore":["dist"]},"repository":{"type":"git","url":"git://github.com/jbenet/js-multihash.git"},"keywords":["multihash"],"author":{"name":"Juan Benet","email":"juan@benet.ai","url":"http://juan.benet.ai/"},"license":"MIT","bugs":{"url":"https://github.com/jbenet/js-multihash/issues"},"dependencies":{"bs58":"^3.0.0"},"devDependencies":{"aegir":"^3.0.1","buffer-equal":"1.0.0","chai":"^3.5.0","pre-commit":"^1.1.2"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"dignifiedquire","email":"dignifiedquire@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"}],"gitHead":"cc80d887757c91ad19b24bd8eb61620696ee2f36","homepage":"https://github.com/jbenet/js-multihash#readme","_id":"multihashes@0.2.2","_shasum":"8ccf2e3ba3d041e1146728de0d8a4da9e8b18251","_from":".","_npmVersion":"3.8.7","_nodeVersion":"4.3.2","_npmUser":{"name":"daviddias","email":"daviddias.p@gmail.com"},"maintainers":[{"name":"daviddias","email":"daviddias.p@gmail.com"},{"name":"jbenet","email":"juan@benet.ai"}],"dist":{"shasum":"8ccf2e3ba3d041e1146728de0d8a4da9e8b18251","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.2.2.tgz","integrity":"sha512-44Xp3q/qwyvNrsAGnPlSyqBVysWbri4MdKm9X73h7wK78w16t37n1/iBCKlu6v/snT89hjj14KA/JNBvweO9Dg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEMCHwxMwlZFi30uvaUArv70fuxJtaFjnvEV24F9yCosOP0CIHBz/NxvxevCa+BAaCuy2Zc7LBrP2i6B7dWPyO1Tk6xB"}]},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/multihashes-0.2.2.tgz_1463382767557_0.3908476603683084"},"directories":{}},"0.4.0":{"name":"multihashes","version":"0.4.0","description":"multihash implementation","main":"src/index.js","scripts":{"test:node":"aegir-test node","lint":"aegir-lint","test:browser":"aegir-test browser","build":"aegir-build","test":"aegir-test","docs":"aegir-docs","release":"aegir-release --docs","release-minor":"aegir-release --type minor --docs","release-major":"aegir-release --type major --docs","coverage":"aegir-coverage","coverage-publish":"aegir-coverage publish"},"pre-commit":["lint","test"],"standard":{"ignore":["dist"]},"repository":{"type":"git","url":"git://github.com/multiformats/js-multihash.git"},"keywords":["multihash"],"author":{"name":"Juan Benet","email":"juan@benet.ai","url":"http://juan.benet.ai/"},"license":"MIT","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"dependencies":{"bs58":"^4.0.0"},"devDependencies":{"aegir":"^10.0.0","buffer-equal":"1.0.0","chai":"^3.5.0","pre-commit":"^1.2.2"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"npm-to-cdn-bot","email":"npmcdn-to-unpkg-bot@users.noreply.github.com","url":"by Forbes Lindesay"}],"gitHead":"2e3993192684a1961d888a07763b20c37be92098","homepage":"https://github.com/multiformats/js-multihash#readme","_id":"multihashes@0.4.0","_shasum":"415dc313a070c33dbe3d2711e1411cbb71f6a9b7","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"jbenet","email":"juan@benet.ai"},"dist":{"shasum":"415dc313a070c33dbe3d2711e1411cbb71f6a9b7","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.4.0.tgz","integrity":"sha512-pgY9+bAGvfo2oxz2Qe+QIug6VUTergKf+Um5d0nPoX9itVjH2Y8mE4Non4nl8A+AcGKTGyptwB7J3C28p3HObQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC7wd3uPN+ehvQ7IWMsc97yYGBEc5Nnq7YH7xveHnksuQIgWC13IaVWpx6NnG0GhnnVks7toO+55r8b95zMUqwQGzU="}]},"maintainers":[{"name":"daviddias","email":"daviddias.p@gmail.com"},{"name":"jbenet","email":"juan@benet.ai"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/multihashes-0.4.0.tgz_1487924597969_0.4844976686872542"},"directories":{}},"0.4.1":{"name":"multihashes","version":"0.4.1","description":"multihash implementation","main":"src/index.js","scripts":{"test:node":"aegir-test node","lint":"aegir-lint","test:browser":"aegir-test browser","build":"aegir-build","test":"aegir-test","docs":"aegir-docs","release":"aegir-release --docs","release-minor":"aegir-release --type minor --docs","release-major":"aegir-release --type major --docs","coverage":"aegir-coverage","coverage-publish":"aegir-coverage publish"},"pre-commit":["lint","test"],"standard":{"ignore":["dist"]},"repository":{"type":"git","url":"git://github.com/multiformats/js-multihash.git"},"keywords":["multihash"],"author":{"name":"Juan Benet","email":"juan@benet.ai","url":"http://juan.benet.ai/"},"license":"MIT","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"dependencies":{"bs58":"^4.0.0","varint":"^5.0.0"},"devDependencies":{"aegir":"^10.0.0","buffer-equal":"1.0.0","chai":"^3.5.0","pre-commit":"^1.2.2"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"npm-to-cdn-bot","email":"npmcdn-to-unpkg-bot@users.noreply.github.com","url":"by Forbes Lindesay"}],"gitHead":"a429a35c6b8d3440a2ba2c243476d6a9acc4a3e8","homepage":"https://github.com/multiformats/js-multihash#readme","_id":"multihashes@0.4.1","_shasum":"094acea57318a0ea43fb523064228b361ace6559","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"jbenet","email":"juan@benet.ai"},"dist":{"shasum":"094acea57318a0ea43fb523064228b361ace6559","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.4.1.tgz","integrity":"sha512-yxM8e6FK8sZ2SV93nTWilu6k3UzpTJRniGtMrHbOc5FVdVVfIrYEmqHPmaHeRG245Vk9eTzoY6NzVh5GjCiP+g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFYjl+L5D6B5J5cnwzkbkwoDjNJuKi/hWlC252eZ8Vl2AiEA0f21LBVbLqNrA9lBMh6X7cTyjIbz0AV8VeNpliJJ8/0="}]},"maintainers":[{"name":"daviddias","email":"daviddias.p@gmail.com"},{"name":"jbenet","email":"juan@benet.ai"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/multihashes-0.4.1.tgz_1487930106991_0.31685635121539235"},"directories":{}},"0.4.7":{"name":"multihashes","version":"0.4.7","description":"multihash implementation","main":"src/index.js","scripts":{"test:node":"aegir-test node","lint":"aegir-lint","test:browser":"aegir-test browser","build":"aegir-build","test":"aegir-test","docs":"aegir-docs","release":"aegir-release --docs","release-minor":"aegir-release --type minor --docs","release-major":"aegir-release --type major --docs","coverage":"aegir-coverage","coverage-publish":"aegir-coverage publish"},"pre-commit":["lint","test"],"standard":{"ignore":["dist"]},"repository":{"type":"git","url":"git://github.com/multiformats/js-multihash.git"},"keywords":["multihash"],"author":{"name":"Juan Benet","email":"juan@benet.ai","url":"http://juan.benet.ai/"},"license":"MIT","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"dependencies":{"bs58":"^4.0.1","varint":"^5.0.0"},"devDependencies":{"aegir":"^11.0.2","buffer-equal":"1.0.0","chai":"^4.1.1","dirty-chai":"^2.0.1","pre-commit":"^1.2.2"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"npm-to-cdn-bot","email":"npmcdn-to-unpkg-bot@users.noreply.github.com","url":"by Forbes Lindesay"}],"gitHead":"f970532217f1cb1ba7d67b687b3fcb2dbf517938","homepage":"https://github.com/multiformats/js-multihash#readme","_id":"multihashes@0.4.7","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"daviddias","email":"daviddias.p@gmail.com"},"dist":{"integrity":"sha512-m4o/VpmCDNMzjBoCXLCbcz8U7IQ0a0E6+DfZ3XwOLdnAy/JbXzhqLjuN9l0wOsEXreQklrqjZQRCUrfbngCGyw==","shasum":"470e79722bf471c1d135b1aa34cc521d9e21812c","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.4.7.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDkspRf8EvU9oQeES7WTjdp4/L7U0ma5H2Juhv5TFyFEgIhAKyhc/OCQCWyR0qWnKgchJK8XB4IWAlof6U1YDt/sjIn"}]},"maintainers":[{"name":"daviddias","email":"daviddias.p@gmail.com"},{"name":"dignifiedquire","email":"dignifiedquire@gmail.com"},{"name":"jbenet","email":"juan@benet.ai"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes-0.4.7.tgz_1503473134266_0.23713444685563445"},"directories":{}},"0.4.4":{"name":"multihashes","version":"0.4.4","description":"multihash implementation","main":"src/index.js","scripts":{"test:node":"aegir-test node","lint":"aegir-lint","test:browser":"aegir-test browser","build":"aegir-build","test":"aegir-test","docs":"aegir-docs","release":"aegir-release --docs","release-minor":"aegir-release --type minor --docs","release-major":"aegir-release --type major --docs","coverage":"aegir-coverage","coverage-publish":"aegir-coverage publish"},"pre-commit":["lint","test"],"standard":{"ignore":["dist"]},"repository":{"type":"git","url":"git://github.com/multiformats/js-multihash.git"},"keywords":["multihash"],"author":{"name":"Juan Benet","email":"juan@benet.ai","url":"http://juan.benet.ai/"},"license":"MIT","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"dependencies":{"bs58":"^4.0.0","varint":"^5.0.0"},"devDependencies":{"aegir":"^11.0.0","buffer-equal":"1.0.0","chai":"^3.5.0","pre-commit":"^1.2.2"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"npm-to-cdn-bot","email":"npmcdn-to-unpkg-bot@users.noreply.github.com","url":"by Forbes Lindesay"}],"gitHead":"78ef8de4fc9cd845e78acb552431d39505891aa3","homepage":"https://github.com/multiformats/js-multihash#readme","_id":"multihashes@0.4.4","_shasum":"4761a77d7d27ffc5d7cd8c99c0ef35315b92387a","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"daviddias","email":"daviddias.p@gmail.com"},"dist":{"shasum":"4761a77d7d27ffc5d7cd8c99c0ef35315b92387a","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.4.4.tgz","integrity":"sha512-5l9zbNohIQeSyXqODV5dl4BXeYAhQZxceJceWvJZcEWL1PJiho43WyR4FgDdOXauZ3AAu9B6r2Z/eMSBeHSeKA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAfIkEBLmL1wEc5MolKO+hXekfrBXV0xUAInqGJohWXGAiEAx1m//4BmLBbmG5030zKIEjj1pnO8IbJBaQ5yIFomGhk="}]},"maintainers":[{"name":"daviddias","email":"daviddias.p@gmail.com"},{"name":"dignifiedquire","email":"dignifiedquire@gmail.com"},{"name":"jbenet","email":"juan@benet.ai"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/multihashes-0.4.4.tgz_1489675658092_0.04641895182430744"},"directories":{}},"0.4.5":{"name":"multihashes","version":"0.4.5","description":"multihash implementation","main":"src/index.js","scripts":{"test:node":"aegir-test node","lint":"aegir-lint","test:browser":"aegir-test browser","build":"aegir-build","test":"aegir-test","docs":"aegir-docs","release":"aegir-release --docs","release-minor":"aegir-release --type minor --docs","release-major":"aegir-release --type major --docs","coverage":"aegir-coverage","coverage-publish":"aegir-coverage publish"},"pre-commit":["lint","test"],"standard":{"ignore":["dist"]},"repository":{"type":"git","url":"git://github.com/multiformats/js-multihash.git"},"keywords":["multihash"],"author":{"name":"Juan Benet","email":"juan@benet.ai","url":"http://juan.benet.ai/"},"license":"MIT","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"dependencies":{"bs58":"^4.0.0","varint":"^5.0.0"},"devDependencies":{"aegir":"^11.0.1","buffer-equal":"1.0.0","chai":"^3.5.0","dirty-chai":"^1.2.2","pre-commit":"^1.2.2"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"npm-to-cdn-bot","email":"npmcdn-to-unpkg-bot@users.noreply.github.com","url":"by Forbes Lindesay"}],"gitHead":"d9788d538e0df0a789889d029d65df1e5b11c03e","homepage":"https://github.com/multiformats/js-multihash#readme","_id":"multihashes@0.4.5","_shasum":"9b053c51fdc74d771edde20e1bc91d4bbec3fa69","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"daviddias","email":"daviddias.p@gmail.com"},"dist":{"shasum":"9b053c51fdc74d771edde20e1bc91d4bbec3fa69","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.4.5.tgz","integrity":"sha512-giIL5zcTeLa9wBu/0F6v9oGSoUaGcwDLuevOc4GATFE043n64RxOBUQNVnd8xLf1zLa5QyZKwTkOnQeizNBvEA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID75qfvSSBGSGTon/CJBJ0h2kNj730Gz6iYOMjCMoKn2AiEAiMVTth4ppcVzwK1F0nTqoUrORaiqDjyIY6jM6g+diIk="}]},"maintainers":[{"name":"daviddias","email":"daviddias.p@gmail.com"},{"name":"dignifiedquire","email":"dignifiedquire@gmail.com"},{"name":"jbenet","email":"juan@benet.ai"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/multihashes-0.4.5.tgz_1490271558646_0.8810266156215221"},"directories":{}},"0.2.0":{"name":"multihashes","version":"0.2.0","description":"multihash implementation","main":"src/index.js","scripts":{"test:node":"node tests/test.js","lint":"standard","test:browser":"zuul --browser-version $BROWSER_VERSION --browser-name $BROWSER_NAME -- tests/test.js","test:browser:q":"BROWSER_VERSION=46 BROWSER_NAME=chrome npm run test:browser","build":"browserify -s multihashes -e ./src/index.js | tee dist/multihashes.js | ./node_modules/.bin/uglifyjs -m > dist/multihashes.min.js"},"pre-commit":["test:node","lint"],"standard":{"ignore":["dist"]},"repository":{"type":"git","url":"git://github.com/jbenet/js-multihash.git"},"keywords":["multihash"],"author":{"name":"Juan Benet","email":"juan@benet.ai","url":"http://juan.benet.ai/"},"license":"MIT","bugs":{"url":"https://github.com/jbenet/js-multihash/issues"},"dependencies":{"invert-hash":"0.0.0","buffer-equal":"0.0.1"},"devDependencies":{"browserify":"^12.0.1","pre-commit":"^1.1.2","standard":"^5.3.1","tape":"~2.13.1","uglifyjs":"^2.4.10","zuul":"^3.7.2"},"gitHead":"1852e5efaece7ce64aecd6cacf371df70cc67e16","homepage":"https://github.com/jbenet/js-multihash#readme","_id":"multihashes@0.2.0","_shasum":"c9af670a3c1b06362e03994c8b3a4395d18cb383","_from":".","_npmVersion":"2.12.1","_nodeVersion":"0.12.7","_npmUser":{"name":"jbenet","email":"juan@benet.ai"},"dist":{"shasum":"c9af670a3c1b06362e03994c8b3a4395d18cb383","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.2.0.tgz","integrity":"sha512-42o6Mk3NL2Vlgfe0+5qULuadRZfk2y922nQqiQbEoV/FTMRGHr06mlM5GT1AA3iox9z1DvTaFpu3Zkj+cOGDTQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCRRZ6ah5RiSwQBeXAAVTvvnyRt8gAg8xKq6QVesPk6JAIgf/6OjGwnmtY6T+tKBMFNS9/tSFW9Ur4bjslwDDkf9Vk="}]},"maintainers":[{"name":"jbenet","email":"juan@benet.ai"}],"directories":{}},"0.2.1":{"name":"multihashes","version":"0.2.1","description":"multihash implementation","main":"lib/index.js","jsnext:main":"src/index.js","scripts":{"test:node":"aegir-test node","lint":"aegir-lint","test:browser":"aegir-test browser","build":"aegir-build","test":"aegir-test","release":"aegir-release","coverage":"aegir-coverage","coverage-publish":"aegir-coverage publish"},"pre-commit":["lint","test"],"standard":{"ignore":["dist"]},"repository":{"type":"git","url":"git://github.com/jbenet/js-multihash.git"},"keywords":["multihash"],"author":{"name":"Juan Benet","email":"juan@benet.ai","url":"http://juan.benet.ai/"},"license":"MIT","bugs":{"url":"https://github.com/jbenet/js-multihash/issues"},"dependencies":{"invert-hash":"0.0.0","buffer-equal":"0.0.1"},"devDependencies":{"aegir":"^2.1.1","browserify":"^12.0.1","chai":"^3.5.0","pre-commit":"^1.1.2","tape":"~2.13.1","uglifyjs":"^2.4.10","zuul":"^3.7.2"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"}],"gitHead":"448706423d5fbfdea717b2f85c9d47356621077d","homepage":"https://github.com/jbenet/js-multihash#readme","_id":"multihashes@0.2.1","_shasum":"c584fe42757a4855db555fd1881f79001ff0aa54","_from":".","_npmVersion":"3.8.3","_nodeVersion":"4.4.0","_npmUser":{"name":"daviddias","email":"daviddias.p@gmail.com"},"maintainers":[{"name":"daviddias","email":"daviddias.p@gmail.com"},{"name":"jbenet","email":"juan@benet.ai"}],"dist":{"shasum":"c584fe42757a4855db555fd1881f79001ff0aa54","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.2.1.tgz","integrity":"sha512-60K5om9S67jdQnN0Cjiatw9+NAGWEct+Begm9E1r1k9NNEaZBQUhgJ6rBdT5d4gfyHhQPPUSzTZ5UbSeXyHirg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCiNEIVddwtNxiIAqSavt1eKLce8gOMN394LqOoXoykcQIhAMTOSVY/L4nOofS/8SRqStDXZ1fSHv8E23U7lWEorXKk"}]},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/multihashes-0.2.1.tgz_1460923292030_0.9050566582009196"},"directories":{}},"0.4.12":{"name":"multihashes","version":"0.4.12","description":"multihash implementation","main":"src/index.js","scripts":{"lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","build":"aegir build","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","coverage":"aegir coverage","coverage-publish":"aegir coverage --provider coveralls"},"pre-commit":["lint","test"],"standard":{"ignore":["dist"]},"repository":{"type":"git","url":"git://github.com/multiformats/js-multihash.git"},"keywords":["multihash"],"author":{"name":"Juan Benet","email":"juan@benet.ai","url":"http://juan.benet.ai/"},"license":"MIT","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"dependencies":{"bs58":"^4.0.1","varint":"^5.0.0"},"devDependencies":{"aegir":"^12.0.8","buffer-equal":"1.0.0","chai":"^4.1.2","dirty-chai":"^2.0.1","pre-commit":"^1.2.2"},"contributors":[{"name":"Alan Shaw","email":"alan@tableflip.io"},{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"npm-to-cdn-bot","email":"npmcdn-to-unpkg-bot@users.noreply.github.com","url":"by Forbes Lindesay"}],"gitHead":"1817c4cbe749f92e8050ab1e2d23b776716b462d","homepage":"https://github.com/multiformats/js-multihash#readme","_id":"multihashes@0.4.12","_npmVersion":"5.5.1","_nodeVersion":"8.4.0","_npmUser":{"name":"daviddias","email":"daviddias.p@gmail.com"},"dist":{"integrity":"sha512-NU9bw9v9Lk1yd25qv4/c9Ks5ru85F3U0XBGmgooXX+BHVnHWyhgCZS0fsq0a2Jqjj2hqpT1AKjWw+og0e+OrpQ==","shasum":"0d31b18c92baeb50ecd040bbdc4a564d2e52aeb1","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.4.12.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC0MVvC/fE96tb3Imdl9dDB7ZCebU2ALNzH85GR4B1XhAIhANCeL8rk2IbwDu9tUgjxLig+6p4cIEIlJGREAvVb9oUV"}]},"maintainers":[{"name":"daviddias","email":"daviddias.p@gmail.com"},{"name":"dignifiedquire","email":"dignifiedquire@gmail.com"},{"name":"jbenet","email":"juan@benet.ai"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes-0.4.12.tgz_1508500135994_0.8060092546511441"},"directories":{}},"0.4.11":{"name":"multihashes","version":"0.4.11","description":"multihash implementation","main":"src/index.js","scripts":{"lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","build":"aegir build","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","coverage":"aegir coverage","coverage-publish":"aegir coverage --provider coveralls"},"pre-commit":["lint","test"],"standard":{"ignore":["dist"]},"repository":{"type":"git","url":"git://github.com/multiformats/js-multihash.git"},"keywords":["multihash"],"author":{"name":"Juan Benet","email":"juan@benet.ai","url":"http://juan.benet.ai/"},"license":"MIT","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"dependencies":{"bs58":"^4.0.1","varint":"^5.0.0"},"devDependencies":{"aegir":"^12.0.8","buffer-equal":"1.0.0","chai":"^4.1.2","dirty-chai":"^2.0.1","pre-commit":"^1.2.2"},"contributors":[{"name":"Alan Shaw","email":"alan@tableflip.io"},{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"npm-to-cdn-bot","email":"npmcdn-to-unpkg-bot@users.noreply.github.com","url":"by Forbes Lindesay"}],"gitHead":"fe755dc918ecc49af4df3f4e4d24980b9a1d13e3","homepage":"https://github.com/multiformats/js-multihash#readme","_id":"multihashes@0.4.11","_npmVersion":"5.5.1","_nodeVersion":"8.4.0","_npmUser":{"name":"daviddias","email":"daviddias.p@gmail.com"},"dist":{"integrity":"sha512-wZsQikGVev3sk9Z7kFs4aqRE3OQCczeu1a5ANjdm0XmxdGd9cg6CMPg1f04NUU8CEzGAaJqdBwrJR3eSpqpjxw==","shasum":"395d3933b1255e782b8801a5abbd30b1b0b06e41","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.4.11.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAQzr8Pd89ngmJWaNBX8B0LhM7cHkHBtv8GWsLukzkOyAiA5eGYFslwFEfggDmLQGH7ggdU99xpMkIwcui/BVK2C8g=="}]},"maintainers":[{"name":"daviddias","email":"daviddias.p@gmail.com"},{"name":"dignifiedquire","email":"dignifiedquire@gmail.com"},{"name":"jbenet","email":"juan@benet.ai"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes-0.4.11.tgz_1508489102838_0.06449514371342957"},"directories":{}},"0.4.14":{"name":"multihashes","version":"0.4.14","description":"multihash implementation","leadMaintainer":"David Dias <daviddias@ipfs.io>","main":"src/index.js","scripts":{"lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","build":"aegir build","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","coverage":"aegir coverage","coverage-publish":"aegir coverage --provider coveralls"},"repository":{"type":"git","url":"git://github.com/multiformats/js-multihash.git"},"keywords":["multihash"],"license":"MIT","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"dependencies":{"bs58":"^4.0.1","varint":"^5.0.0"},"devDependencies":{"aegir":"^15.1.0","buffer-equal":"1.0.0","chai":"^4.1.2","dirty-chai":"^2.0.1","pre-commit":"^1.2.2"},"contributors":[{"name":"Alan Shaw","email":"alan@tableflip.io"},{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"npm-to-cdn-bot","email":"npmcdn-to-unpkg-bot@users.noreply.github.com","url":"by Forbes Lindesay"},{"name":"victorbjelkholm","email":"victorbjelkholm@gmail.com"}],"gitHead":"a581e42b1dd24098dda4dc7e1ddc51fe833798a3","homepage":"https://github.com/multiformats/js-multihash#readme","_id":"multihashes@0.4.14","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"daviddias","email":"mail@daviddias.me"},"dist":{"integrity":"sha512-V/g/EIN6nALXfS/xHUAgtfPP3mn3sPIF/i9beuGKf25QXS2QZYCpeVJbDPEannkz32B2fihzCe2D/KMrbcmefg==","shasum":"774db9a161f81a8a27dc60788f91248e020f5244","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.4.14.tgz","fileCount":12,"unpackedSize":40759,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbax5oCRA9TVsSAnZWagAASmAQAJwH0Uqiv+/HUzc0B8dC\nH2bVjNOUowM8ITbw8ikOCZsaZ1k+3l4ioXLzpjEX1dIVwgf8fLx/UzOFvJzH\nrqJZDRiKMbCKjt5fh7BnhfSYMDWb0wNMm+dlFHs/65A07dgN5dEjL9ze97v0\nuffjfjym/X41gsoYe1bgqfXtJ8xFRsCjOqMHl7RViQUP2eKvhfMdUzNBAw5D\n1Dbca3WXFIw8Tv3bXi8u9yRCRdKg3Xu6UUYfwMPqZhvBzn6plpq56N49L8fW\n87TcUi6fDbhQL2VK1znaUB+22dTOVhQ/S5Wr5puJHFs/2kENR8vdr1bdSLJ9\nJ0LSHmYF/lVvtunv9h1ACLdefTzdqeflLrvjR9gz4AZJlCThd/y/H7cJXKoR\nV92nM2NKkOCR275Zd3V0WHYObkeFHtDYS1Ozn9X5vZZhW+lANRnVDE0FBZht\nvtmJ44ITfx+xCR2gMnuoSa0vjzisIeCo6IdU3QkLPaZeGRCrsMSswqciVNgt\n+FNDdDB/AR6fhmurr70g4nKb/Sd8Mpw+0gbWIesg08cRQCHrnlgxFa9dbG9P\nem5MgH71PjUSIPcU/k5qIOt4isqgSls+ewm91PiT3ChGIfXxmg7pX5Op0zH2\n70g3FSrEHaJWjJCIVoVdGwRD+JKbY8+19u6DXGr94bJx9ulv6NVMxKWdpxqC\nQbVk\r\n=s1SW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBUgXmisQ7BprjORVyLMYFyFXHERFuXCzJEXE76ZejwXAiEA8EmUFKAjsp3PZKXgzpDhlQlYaA0+w1kBf+3zG0hENsQ="}]},"maintainers":[{"name":"daviddias","email":"daviddias.p@gmail.com"},{"name":"dignifiedquire","email":"dignifiedquire@gmail.com"},{"name":"vmx","email":"volker.mische@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_0.4.14_1533746792081_0.8516132652711175"},"_hasShrinkwrap":false},"0.4.13":{"name":"multihashes","version":"0.4.13","description":"multihash implementation","main":"src/index.js","scripts":{"lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","build":"aegir build","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","coverage":"aegir coverage","coverage-publish":"aegir coverage --provider coveralls"},"pre-commit":["lint","test"],"standard":{"ignore":["dist"]},"repository":{"type":"git","url":"git://github.com/multiformats/js-multihash.git"},"keywords":["multihash"],"author":{"name":"Juan Benet","email":"juan@benet.ai","url":"http://juan.benet.ai/"},"license":"MIT","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"dependencies":{"bs58":"^4.0.1","varint":"^5.0.0"},"devDependencies":{"aegir":"^12.3.0","buffer-equal":"1.0.0","chai":"^4.1.2","dirty-chai":"^2.0.1","pre-commit":"^1.2.2"},"contributors":[{"name":"Alan Shaw","email":"alan@tableflip.io"},{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Victor Bjelkholm","email":"victorbjelkholm@gmail.com"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"npm-to-cdn-bot","email":"npmcdn-to-unpkg-bot@users.noreply.github.com","url":"by Forbes Lindesay"}],"gitHead":"96576b92714acf34e16190e8068945bcacc9369f","homepage":"https://github.com/multiformats/js-multihash#readme","_id":"multihashes@0.4.13","_npmVersion":"5.6.0","_nodeVersion":"8.8.0","_npmUser":{"name":"daviddias","email":"daviddias.p@gmail.com"},"dist":{"integrity":"sha512-HwJGEKPCpLlNlgGQA56CYh/Wsqa+c4JAq8+mheIgw7OK5T4QvNJqgp6TH8gZ4q4l1aiWeNat/H/MrFXmTuoFfQ==","shasum":"d10bd71bd51d24aa894e2a6f1457146bb7bac125","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.4.13.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC31w4NbjY60t7+Qh4cEbDOwq9VYX2adZXw4xoKPXfOPAIhAM9nlikirg3F5KaMB6vUkaD3/CD7/CJkRFOohurjGOC1"}]},"maintainers":[{"name":"daviddias","email":"daviddias.p@gmail.com"},{"name":"dignifiedquire","email":"dignifiedquire@gmail.com"},{"name":"jbenet","email":"juan@benet.ai"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes-0.4.13.tgz_1515066297497_0.37723306007683277"},"directories":{}},"0.4.16":{"name":"multihashes","version":"0.4.16","description":"multihash implementation","leadMaintainer":"David Dias <daviddias@ipfs.io>","main":"src/index.js","scripts":{"lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","build":"aegir build","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","coverage":"aegir coverage","coverage-publish":"aegir coverage --provider coveralls"},"repository":{"type":"git","url":"git://github.com/multiformats/js-multihash.git"},"keywords":["multihash"],"license":"MIT","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"dependencies":{"bs58":"^4.0.1","buffer":"^5.5.0","multibase":"^0.6.0","varint":"^5.0.0"},"devDependencies":{"aegir":"^21.3.0","buffer-equal":"1.0.0","chai":"^4.1.2","dirty-chai":"^2.0.1","pre-commit":"^1.2.2"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ","email":"victorbjelkholm@gmail.com"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"Jacob Heun","email":"jacobheun@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Hugo Dias","email":"hugomrdias@gmail.com"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"},{"name":"Alan Shaw","email":"alan@tableflip.io"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"}],"gitHead":"1c46835d867c0f29af29837815727662014f5483","homepage":"https://github.com/multiformats/js-multihash#readme","_id":"multihashes@0.4.16","_nodeVersion":"12.16.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-ArEX9K40XW4rC5H8OULHkpMAAvLvsPbyqGnXKF+ZJ9kIhUZ5uWzcCI2lLQW9rp9yAcVYIWaAGgETh3yxtrYzCg==","shasum":"11f30536457c7550d4305549cc6f133679c50027","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.4.16.tgz","fileCount":11,"unpackedSize":500391,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeb2O1CRA9TVsSAnZWagAAWQYP/iJy5cePNdHXH9mqAh2W\nkSdnhjt9+hM2p0Mc0LZK0I/ukmwuoAnY+jURO2uDfQKvGNvBzJGzh7buFHQA\nU0QAL8aOb7MtvFNJ8VooUF8uKu1YHiyjLwrVeCBE22snu8rAtG1S0y+g/GIe\nb/S5LK16vOlAe5vHUAMEvAURIxD8OY5VsgRnkm7cxkCtvAWpP5kR26YrN9GD\n37Kmt+w1tBegHT0FI7uS6SvhV6HbTzdaCSvmkOfabGsCN1Nm35gYROiR+dAr\nTbU3GhaFHya27MOdBTwVryCmJpIt9oebH7bfbfeAFeEJFzZz3gmj1hhmpOhC\nQV2ngV060gCDCM+KTtRuN+7KCKs546vrk8QhPVAE8SS+mi8KwfcLgzMPLUU5\nrMXR+0sWX6M3//cLtscmZty/Xr9haTxxul0+myfK++dXzMpbg8McVdKRezDi\n59IsVafoJW36s4vGvDPNfqCShAbXIR2tugT89l7vlVsMG8bbfIwwPjaaEff7\nKpGcDCJhMiUJaPODroz0bShiUiDJP7vQ5kZ2YDWjpdoBpluerBnafhp/iIhr\nhPllH+BW4wS6fgN2QPcQYeOJ0CzNlJpquOa+67Ralor2f9Ie8tjQ3ZztIvgD\nXlctKiKNfMZzmvNRjbONoNPmAcCOvH41YM/vtMH41qfsCtqS7gmXDMf8wzIV\nFaUB\r\n=o+y7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGv5KWY37B0yUZ+2WyuPjubN3oHdtbkopZVCPNrX6j56AiEAxlMdcW08y8VSf7WwVSl9QaSoFXUJ5zPDFlxE78Oc3LQ="}]},"maintainers":[{"name":"daviddias","email":"daviddias.p@gmail.com"},{"name":"dignifiedquire","email":"dignifiedquire@gmail.com"},{"name":"vmx","email":"volker.mische@gmail.com"}],"_npmUser":{"name":"jacobheun","email":"jacobheun@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_0.4.16_1584358318013_0.15844851831615747"},"_hasShrinkwrap":false},"0.4.15":{"name":"multihashes","version":"0.4.15","description":"multihash implementation","leadMaintainer":"David Dias <daviddias@ipfs.io>","main":"src/index.js","scripts":{"lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","build":"aegir build","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","coverage":"aegir coverage","coverage-publish":"aegir coverage --provider coveralls"},"repository":{"type":"git","url":"git://github.com/multiformats/js-multihash.git"},"keywords":["multihash"],"license":"MIT","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"dependencies":{"bs58":"^4.0.1","varint":"^5.0.0"},"devDependencies":{"aegir":"^15.1.0","buffer-equal":"1.0.0","chai":"^4.1.2","dirty-chai":"^2.0.1","pre-commit":"^1.2.2"},"contributors":[{"name":"Alan Shaw","email":"alan@tableflip.io"},{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"npm-to-cdn-bot","email":"npmcdn-to-unpkg-bot@users.noreply.github.com","url":"by Forbes Lindesay"},{"name":"victorbjelkholm","email":"victorbjelkholm@gmail.com"}],"gitHead":"79b99011c85c520fafa9c493f992ef16cd615dc5","homepage":"https://github.com/multiformats/js-multihash#readme","_id":"multihashes@0.4.15","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"integrity":"sha512-G/Smj1GWqw1RQP3dRuRRPe3oyLqvPqUaEDIaoi7JF7Loxl4WAWvhJNk84oyDEodSucv0MmSW/ZT0RKUrsIFD3g==","shasum":"6dbc55f7f312c6782f5367c03c9783681589d8a6","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.4.15.tgz","fileCount":16,"unpackedSize":368448,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJbWLCRA9TVsSAnZWagAAVIoP/2sYGdhDTPURaUnl3sF9\n6qdjuc0zYJAZMOg8K9K9/QIEQWqeEPqm3ET4l47Cg8xuKi4LVVHyYW2D3Sef\nMgCZzcp6hhLATt6SQWy9z6T7s9EVoNV0X9hbxs0MWAHUVgKmas2BHOI7kOQc\nkm54kvX3f3Es6gI+0oaJNNzjFOK6ym4RcZnbrRwwErTAEfitLMcrav5Rs+7o\nJ+z5xYGADShhtucHcp4+P9CutgDujQ1Wl72frEOxzBFgn2TeM98BvVlYi1/f\nsxiU+BoNTM5XVCJZa+SXyj9Nl0E2El5SWMAFNpdeq+jnTgG7y48cUr1oyl0L\n5cZi19THsSdGLpz9jP9fsMd8LW4pp16rzAYZhQLlea6i6wKV8j7ra0uRZJcU\nN/EVdhh6OL6Jj00gC1PbFMfL5qkb3VshZKlJyZKutQznKfRyyjXUWfvFHE5D\nu2KFsAxFZUoppuZ/b6rsfM3FgH2Pqowl5ipWqndfHNxd3gx3fG6lMt89IdjE\nCFzpgaxvCXTtkdoU+fO/XoUuRiae3njAqU2pLqxnpE3XzgxvryFPBksrHCaM\nZHINTX6SkHAxNk+xdklI9az0LXVEandu8k0iUcf4CBuLOoMSUxyz60qzfkK7\ntOP4IYO8wmnmCPplOXoIVCZMJcHTgU5e2YgwHrZ2EXzjO8X5czrNnYG+Jb/G\n05lR\r\n=Xhii\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGnBckrVV21Z1nPEjJuBftophdpZm80Zb4zFsuUiKVjPAiAoD8x/bZSAm6R2vt6MmQLpncA3ZkDU3ZV+FpTsNr8xdA=="}]},"maintainers":[{"name":"daviddias","email":"daviddias.p@gmail.com"},{"name":"dignifiedquire","email":"dignifiedquire@gmail.com"},{"name":"vmx","email":"volker.mische@gmail.com"}],"_npmUser":{"name":"jacobheun","email":"jacobheun@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_0.4.15_1562752394906_0.6006658612785147"},"_hasShrinkwrap":false},"0.4.18":{"name":"multihashes","version":"0.4.18","description":"multihash implementation","leadMaintainer":"David Dias <daviddias@ipfs.io>","main":"src/index.js","scripts":{"lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","build":"aegir build","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","coverage":"aegir coverage","coverage-publish":"aegir coverage --provider coveralls"},"repository":{"type":"git","url":"git://github.com/multiformats/js-multihash.git"},"keywords":["multihash"],"license":"MIT","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"dependencies":{"buffer":"^5.5.0","multibase":"^0.7.0","varint":"^5.0.0"},"devDependencies":{"aegir":"^21.4.4","chai":"^4.1.2","dirty-chai":"^2.0.1","pre-commit":"^1.2.2"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Jacob Heun","email":"jacobheun@gmail.com"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ","email":"victorbjelkholm@gmail.com"},{"name":"Hugo Dias","email":"hugomrdias@gmail.com"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"Nate Foss","email":"npfoss@gmail.com"},{"name":"Alan Shaw","email":"alan@tableflip.io"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"}],"gitHead":"e3232d7974bb880469c161109cff7e3b9cad6281","homepage":"https://github.com/multiformats/js-multihash#readme","_id":"multihashes@0.4.18","_nodeVersion":"12.16.1","_npmVersion":"6.14.2","dist":{"integrity":"sha512-dympBU0caCOiU7Lnun/8N9Y1Oo/j/5LW5u9kDyMyBKTnPpYzGesyWwF8tK96inUoXoj/VRpYnl0sh+yh9xUaWQ==","shasum":"ae155b23ae0eb00826f7cc44ff632121d8292bad","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.4.18.tgz","fileCount":11,"unpackedSize":508737,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeegosCRA9TVsSAnZWagAA+kgP/ic66xDhuwXm/XeW9c/1\npBe4zFHwcn2vnhHplPPYCnQaxYXMatliYp4FNIHHuCkwnoj7ra9uzSNV7SPb\nkfeunbVwN+5aLN0mTT5M1n/qGj0pviuelqR+/UG2Y+BSOgN3mkmwZs0bDxRP\nNXay1suAutIKriv2y6TP05MPVqzW1jO8H1LTH5bxjy0g4RahXgoQXDyftODl\nkdEw1p9mZxmroYf+mDjRjJ+pwbiEvVffTzeYjL2FTlOpoEjOb3Pzg4ZV6p+S\nxczp/Zh6pqsUW5PEHwfXuq9iJFUc8THlxQLoGrB2Pqu9Gf44em2KfijEK25B\nH0W9fvnzxtNBp+dOcNifEWgzbPT2CpXaNV3FjA+lo0YftsHiTmTOrrxHni2n\nV8ywpD65F6khJGAudJbtvozt49nssi88svxODSprcpcOxc6IbcrrMnC+TJgk\nFnHnuQZU2pAYIA1xjyT4f0h1MQSeqezqQbTyKp7RbYj3YsMquBzTyCeefVh3\n11LRwfIO+pubh6/BtmSFP6DCgTLbK3EyaMnUEb7QJYo4lqW0vSKl+S7KZe5g\n3BEHlitwC3Sye1TURSxmsbHDc3alt1oEmtdtQEhCX5M5RRWjq1zBtww6nmkx\n48Ko3+m1UnKp6dAYCA03Fb7Rd2AQzo5zMF6GDImIdvBUTwAQdTgUTAIZkhvP\nCBoL\r\n=ln+u\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGjspluB23QJg7VaHLeMoekcegtJQW4zWGM9HjRvedp5AiEA01KyFOBI0uybCtHkSaROeJ74+nFH+yjvNOXDrPiMQrY="}]},"maintainers":[{"name":"daviddias","email":"daviddias.p@gmail.com"},{"name":"dignifiedquire","email":"dignifiedquire@gmail.com"},{"name":"vmx","email":"volker.mische@gmail.com"}],"_npmUser":{"name":"jacobheun","email":"jacobheun@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_0.4.18_1585056299547_0.10295653265320981"},"_hasShrinkwrap":false},"0.4.17":{"name":"multihashes","version":"0.4.17","description":"multihash implementation","leadMaintainer":"David Dias <daviddias@ipfs.io>","main":"src/index.js","scripts":{"lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","build":"aegir build","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","coverage":"aegir coverage","coverage-publish":"aegir coverage --provider coveralls"},"repository":{"type":"git","url":"git://github.com/multiformats/js-multihash.git"},"keywords":["multihash"],"license":"MIT","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"dependencies":{"buffer":"^5.5.0","multibase":"^0.6.0","varint":"^5.0.0"},"devDependencies":{"aegir":"^21.3.0","chai":"^4.1.2","dirty-chai":"^2.0.1","pre-commit":"^1.2.2"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ","email":"victorbjelkholm@gmail.com"},{"name":"Jacob Heun","email":"jacobheun@gmail.com"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"Hugo Dias","email":"hugomrdias@gmail.com"},{"name":"Nate Foss","email":"npfoss@gmail.com"},{"name":"Alan Shaw","email":"alan@tableflip.io"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"}],"gitHead":"e3d59bda2cc13d0aff1b6c59eaaaa6041cd88d0f","homepage":"https://github.com/multiformats/js-multihash#readme","_id":"multihashes@0.4.17","_nodeVersion":"12.16.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-5K5brXK5myhEHgfB8B+Hf470KRdcZcUJ0QSZWyMkwXe2kw7Dh8Fb5tepplEkXAhBcTbEIOe2I9cmIZ4/E1lhfw==","shasum":"a674652e72e806937406b2cdf0dc8cfdd6f34ec8","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.4.17.tgz","fileCount":11,"unpackedSize":500746,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecKxeCRA9TVsSAnZWagAAlDMP/0xh5ytfUbFNUxTNX+O2\nrSvKG9EpB5tALNXtrjATUofEX/s50GdNV4BZ0YKRnTjwOmHJKtBj1jg0OpB/\nAkMjaVCJRgvtJKWGJc6JOdOMxjAFaTjBYBVVhRJ+d3rqL2/idM9dupvFr5eJ\nJ7oXYoD5Q0v80bH2MIG7MdFzwO3XUuHMxRn1+Z2uYPnWidrWQx4n9CIJQg4J\nrs8aIIkGXSvckC5PhY6fXE+LUgClOfp9kuyREi2Jjncfwj4v1Bk9b1fDAI52\n8F62LCldrnXRQhOB8D/lacBpORD2smMJe8RI4IT5uu+s/UwIzaZ5pG2B5tFR\nXgmUERLdzFvjTlA40uHcBtg2QpQSkMwykZdVXFm910onbBHPfykpd0NN73k4\nNXdMyVMibsbYgMuTNbFStBHMtlNonVJCXouJZJqIeMQiifG9jPQg9eZzyC3f\nUzVg7yS7hg1gcrcCq+hLPrUCTLj00B9Udn0vULipKd3gQXIJVXHWjqVlvVe8\nkhgs4LXhu4fkXf31zIQABcvZ8nZimgHoaO6GMnmQafQAltqfiQPQFQ7BTvNi\ncCsB6agYfOLZZONRDKPp3+hXN6eq6WSvDopZETS2LAPhoV1fxqzRloBkar1S\nw/Rx4iVYBXJaf17/bgPL/o8Yge/jCc02Ho8HJZ5M5+3+2LDLdKc5kmB4p5Mm\nJPui\r\n=FkJV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF/K9G9Ijd53Iiq9BmrHt35XPwby0js9c2z+yBkQvPTVAiEA+X5YFPRfzOTg3b9peW3ToMotMrPxbiI64xfkwdrJdnk="}]},"maintainers":[{"name":"daviddias","email":"daviddias.p@gmail.com"},{"name":"dignifiedquire","email":"dignifiedquire@gmail.com"},{"name":"vmx","email":"volker.mische@gmail.com"}],"_npmUser":{"name":"jacobheun","email":"jacobheun@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_0.4.17_1584442461905_0.8166777507830318"},"_hasShrinkwrap":false},"3.1.0":{"name":"multihashes","version":"3.1.0","description":"multihash implementation","keywords":["multihash","multiformats","ipfs","hash"],"homepage":"https://github.com/multiformats/js-multihash","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"license":"MIT","leadMaintainer":"Hugo Dias <hugomrdias@gmail.com>","scripts":{"lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","build":"aegir build","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","update-constants":"node update-constants.js"},"main":"src/index.js","types":"dist/src/index.d.ts","typesVersions":{"*":{"src/*":["dist/src/*","dist/src/*/index"]}},"repository":{"type":"git","url":"git+https://github.com/multiformats/js-multihash.git"},"dependencies":{"multibase":"^3.1.0","uint8arrays":"^1.0.0","varint":"^6.0.0"},"devDependencies":{"aegir":"^29.0.1","ipfs-utils":"^5.0.0"},"eslintConfig":{"extends":"ipfs"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Hugo Dias","email":"hugomrdias@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Jacob Heun","email":"jacobheun@gmail.com"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ","email":"victorbjelkholm@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"},{"name":"Alex Potsides","email":"alex@achingbrain.net"},{"name":"Irakli Gozalishvili","email":"contact@gozala.io"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Nate Foss","email":"npfoss@gmail.com"},{"name":"Alan Shaw","email":"alan@tableflip.io"}],"engines":{"node":">=10.0.0","npm":">=6.0.0"},"gitHead":"939589d8d2c88e3c55e2271255200665c5482662","_id":"multihashes@3.1.0","_nodeVersion":"14.15.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-snU+w6aZy5bTrrqIHW3wkT0MfHmxcpOsaVNJt0NzUnseksbjFDVUZjSmhDMAVOVnIdLMS7xHjo55pKlBIGmC3g==","shasum":"aada18fc55169ae044c3455e2264024bd00f5690","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-3.1.0.tgz","fileCount":14,"unpackedSize":97718,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvO7tCRA9TVsSAnZWagAA1hkP/2d22XFM3virNrijWmdt\nVxAridr9XydvyukNAXQ8F1hc6kEzUHXHFaDCmsDloxmRlwASyd9iMNOf1s3k\nrqWmHR7qa6019Pj2V/IsoU2iKLP1hiLdhYYSr8ZXYyV3vrSkP0Lx0fvFrEN9\nUYcYZHC6fAB+Oiqca6xp+rMrTYWt9SW5xXligzUCJnKWHj9la4YD91kCysH1\nuxaR9LF2d4ottqt72B7/iKzyEILVER55JCOM98wPQ5pXzr9bcSJmFl2DMKVg\nK6g1OAH7uIopk2pvXjNxOPCLuMogLEodx6WfJUH5ZSQuhbTinhSCT3uMHMbA\nGF18428VMEF5UkJUiEU99GqQOgkUy6MoQwNpfSvZMS2Ou//YGk9Eul03fof5\n8S+DELuxlC/KnLmut9gL6JLkx/ZwzCwnTb8ZCkwTGKDprHWN168DZZ+80QYW\nKVaZDGxtpCbaRimOeEakkmEjsF1x6ferjT3FydQUh7lY+IM884Pfeij/+zII\nb5v4OvfOaT14kl6NHTF4FKvD8bOwnWM9qKcIbvG78M0cEUEL8ZkY9qgE/mIS\nuoPLYMex8AM20eCzFyd5AxiQlLNI+LDWY12Oy9KfXJOZovI92DTz75sDWH7V\naijj3uI9r1MjHib8FZjtC55f3MjNdLMKoWOunGKqnePtP+weQiLVY5r1bzwI\nzBJm\r\n=j+Ti\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDneZIuCteeOpbgeQ5bbuhULs0sWlzonkw40DZ4IARoRAIhAMlW/dPAt/GKuCo74qeP2qyOQwSsk7s8Xft4Dy/mZ9G5"}]},"_npmUser":{"name":"hugomrdias","email":"mail@hugodias.me"},"directories":{},"maintainers":[{"name":"jacobheun","email":"jacobheun@gmail.com"},{"name":"daviddias","email":"mail@daviddias.me"},{"name":"hugomrdias","email":"mail@hugodias.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_3.1.0_1606217453098_0.8639079125102354"},"_hasShrinkwrap":false},"3.1.1":{"name":"multihashes","version":"3.1.1","description":"multihash implementation","keywords":["multihash","multiformats","ipfs","hash"],"homepage":"https://github.com/multiformats/js-multihash","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"license":"MIT","leadMaintainer":"Hugo Dias <hugomrdias@gmail.com>","scripts":{"prepare":"aegir build --no-bundle","lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","update-constants":"node update-constants.js"},"main":"src/index.js","types":"dist/src/index.d.ts","typesVersions":{"*":{"src/*":["dist/src/*","dist/src/*/index"]}},"repository":{"type":"git","url":"git+https://github.com/multiformats/js-multihash.git"},"dependencies":{"multibase":"^3.1.0","uint8arrays":"^2.0.5","varint":"^6.0.0"},"devDependencies":{"aegir":"^30.3.0","ipfs-utils":"^5.0.1"},"eslintConfig":{"extends":"ipfs"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Hugo Dias","email":"hugomrdias@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Jacob Heun","email":"jacobheun@gmail.com"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ","email":"victorbjelkholm@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"},{"name":"Alex Potsides","email":"alex@achingbrain.net"},{"name":"Irakli Gozalishvili","email":"contact@gozala.io"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Nate Foss","email":"npfoss@gmail.com"},{"name":"Alan Shaw","email":"alan@tableflip.io"}],"engines":{"node":">=10.0.0","npm":">=6.0.0"},"gitHead":"e93d3a25c164d16c0c02d0747c68381f62d77930","_id":"multihashes@3.1.1","_nodeVersion":"14.15.1","_npmVersion":"6.14.8","dist":{"integrity":"sha512-oF4BesRWbr5BbcRr1/QCDlZK+An8LWBPHVPYKt/foDpqNtXX/l0lm/rmAjI8dDYruPO90OaGcAWI3KS5vNJdNw==","shasum":"4e0bbf1e4f3d5118f3621ec8d4404aee47a7d32b","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-3.1.1.tgz","fileCount":14,"unpackedSize":70558,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/uW8CRA9TVsSAnZWagAAJfwP+wRGLRG2SW5GNJttGOp6\nS3He6sJ8WeUkdfi0AoUgdVCvR4svk+9X3iZJJK6tfa8U/Xmuq9hqgYNmXByk\nWW3/fYvrUn/Q5XVLh1h9hBp+ObBp3w/PHHV9vHEHEf8dhxGB/aW0jBoIM4b/\nGH3ThpLzcExoOH7ypKXHfyzfwr4ycMhKMr78gBFipcBm2U21Pxdhee9iqQhn\n2UEOmvob9Uveqq02ahge4GhrzuVW6lGbX5VacpZlNRz5N3HFXM7wn+gIzfpZ\ntPeuE4BP+0OXsRuquVky3PU1Qu/ose/q4WqTID6yn88QgjIIhpERHkbKKHJf\nz2FK1Am+6ZhQCZceLuxJQZ2PFwI9RxJduAfPRyCt+ZCwUZ7i0MB8C54/qmPJ\nN+Lg+D1JfFYX8tH+69XDlOqazHu5D/X3QZeJcL9ckmfe2YrfDAoVNGrbe3tk\n1Rr9xwVMqozE0LOPbY0JrNcHq6CWyIt0cdV+hnK8cagDhGio5pzEtioOdZB0\nTgAa6e4QIH47POmsFR/te8uZqKBLLCukVGOpS1YphHvr+J7iJTmpJsHsfBRt\nj44CLmQAWIJ7r33Bpmgtd4/sxlY3Ze1Hqd/znLRr8R5wbFhV/pZkh5N3H9cv\nSIEBCN3BybMdCuFk4Cvk+mzrMOLBlpD3ShXkUhWbXMhZIkWRFcgvON+Dqep+\nEsRQ\r\n=lZf0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDmPYJWZ2a17iysD3bQAoFQk/5lNXn/L0YKmrJGeCYkmAIgKHZmTR/0zzsdHCi+qErLU6fQrKkSZuZDhe9pe0rVilo="}]},"_npmUser":{"name":"hugomrdias","email":"hugomrdias@gmail.com"},"directories":{},"maintainers":[{"name":"jacobheun","email":"jacobheun@gmail.com"},{"name":"daviddias","email":"mail@daviddias.me"},{"name":"hugomrdias","email":"hugomrdias@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_3.1.1_1610540476309_0.4468918803000932"},"_hasShrinkwrap":false},"0.4.10":{"name":"multihashes","version":"0.4.10","description":"multihash implementation","main":"src/index.js","scripts":{"lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","build":"aegir build","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","coverage":"aegir coverage","coverage-publish":"aegir coverage --provider coveralls"},"pre-commit":["lint","test"],"standard":{"ignore":["dist"]},"repository":{"type":"git","url":"git://github.com/multiformats/js-multihash.git"},"keywords":["multihash"],"author":{"name":"Juan Benet","email":"juan@benet.ai","url":"http://juan.benet.ai/"},"license":"MIT","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"dependencies":{"bs58":"^4.0.1","varint":"^5.0.0"},"devDependencies":{"aegir":"^12.0.8","buffer-equal":"1.0.0","chai":"^4.1.2","dirty-chai":"^2.0.1","pre-commit":"^1.2.2"},"contributors":[{"name":"Alan Shaw","email":"alan@tableflip.io"},{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"npm-to-cdn-bot","email":"npmcdn-to-unpkg-bot@users.noreply.github.com","url":"by Forbes Lindesay"}],"gitHead":"bbdff86454e5eaba1f328b58a9c9d17f18ce8a4f","homepage":"https://github.com/multiformats/js-multihash#readme","_id":"multihashes@0.4.10","_npmVersion":"5.4.2","_nodeVersion":"8.4.0","_npmUser":{"name":"daviddias","email":"daviddias.p@gmail.com"},"dist":{"integrity":"sha512-/13PS/0KkOWztzrsFFRbsSmyZxfRkdac84/3VqEB/3isEXkyxSmm98ZLvCqV8ho4H6MtXOfrN0ChOnyDVz/4jQ==","shasum":"14799d88b9f6ee00703fbf163806c2a1b4ee43b4","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.4.10.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFVgLog2iGg7ulfMjGCy3g5jB/rj2nL3JMPHkLVrthAAAiEA/X/6APv2QRf5oe4EyfmLUhuYDULlX0v8NnJ8SBRM7II="}]},"maintainers":[{"name":"daviddias","email":"daviddias.p@gmail.com"},{"name":"dignifiedquire","email":"dignifiedquire@gmail.com"},{"name":"jbenet","email":"juan@benet.ai"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes-0.4.10.tgz_1507913695179_0.2346192840486765"},"directories":{}},"3.1.2":{"name":"multihashes","version":"3.1.2","description":"multihash implementation","keywords":["multihash","multiformats","ipfs","hash"],"homepage":"https://github.com/multiformats/js-multihash","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"license":"MIT","leadMaintainer":"Hugo Dias <hugomrdias@gmail.com>","scripts":{"prepare":"aegir build --no-bundle","lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","update-constants":"node update-constants.js"},"main":"src/index.js","types":"dist/src/index.d.ts","typesVersions":{"*":{"src/*":["dist/src/*","dist/src/*/index"],"src/":["dist/src/index"]}},"repository":{"type":"git","url":"git+https://github.com/multiformats/js-multihash.git"},"dependencies":{"multibase":"^3.1.0","uint8arrays":"^2.0.5","varint":"^6.0.0"},"devDependencies":{"aegir":"^30.3.0","ipfs-utils":"^5.0.1"},"eslintConfig":{"extends":"ipfs"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Hugo Dias","email":"hugomrdias@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Jacob Heun","email":"jacobheun@gmail.com"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ","email":"victorbjelkholm@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"},{"name":"Alex Potsides","email":"alex@achingbrain.net"},{"name":"Irakli Gozalishvili","email":"contact@gozala.io"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Nate Foss","email":"npfoss@gmail.com"},{"name":"Alan Shaw","email":"alan@tableflip.io"}],"engines":{"node":">=10.0.0","npm":">=6.0.0"},"gitHead":"a09204eb183bd829512296a232bf49fe8f37adc7","_id":"multihashes@3.1.2","_nodeVersion":"14.15.1","_npmVersion":"6.14.8","dist":{"integrity":"sha512-AP4IoV/YzkNrfbQKZE3OMPibrmy350OmCd6cJkwyM8oExaXIlOY4UnOOVSQtAEuq/LR01XfXKCESidzZvSwHCQ==","shasum":"ffa5e50497aceb7911f7b4a3b6cada9b9730edfc","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-3.1.2.tgz","fileCount":14,"unpackedSize":70915,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgEFchCRA9TVsSAnZWagAAMU4P/3XYmdaYhleWmLWjqhot\nMEIBM9eBJRSgHMPbt8u4QP6ocae0TxeSLO8UyZrew9M3QJHrjXsfbhEScFJR\njWaW8YHCCUM/dW4q6jUeDanxiz4g9t/LAwZteTEa9bvVBCUC3e0/8b1rO/T+\nhA7aECkLLpEtsrkimfmMzpmsQweQ4uUeZLeLfQXKx91yGGJE0y/dMzv3/CSn\ntYpnP3wDCqXjOytwqEgD4ubzy1TKTTK0ypFdNZ+m4tgjubuzMAzfKtBM8sRu\naLJs9mFWvH+yq1EYf6JM9TslbIrp6s9VKkNnLnS4VnGfMYyElzAaRtlbzYKg\n7/0XTI9/NVsAQDtCZcFOXmt7b/vgxtBI4oshCWLZM7jsDxoFIfmmOu/StthN\nZSUAoWGwWiXg8n7wSFBXkkHO3/3XFNP5BEcpRHhxUZGDewUIHbaOXW1QARJ8\noaR5W3RLKffpJz7oXYDHZyGkoHKWK0xGflHI2etIo91Ehc5Qbq+hYgae3pvz\nEdd7f8t2fp/LFfjZ6C5mzne82CjsosBV3mwH650p4X2D/dpavHmOfkluJjsQ\nSQNq6/DiMQ0taI2K6Tu5u5he0PU9Poa7PQKO5DCAVGYCHCpHNVhRXiLV3Zyx\nosgIqAqIkZsZN2pgSLXbuCtGFfov54S6KmktByugbnuC2Gv3hToKwodkJEYa\nglJB\r\n=FwKF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEIUVq33ZpDh0/IT+bea0hpqc0kkeckqlmkCcBiclZy4AiEAp1NpV+IbD4vGmUDOj0XCxVYzxZbXpW/93u3u+0ioWSo="}]},"_npmUser":{"name":"hugomrdias","email":"hugomrdias@gmail.com"},"directories":{},"maintainers":[{"name":"jacobheun","email":"jacobheun@gmail.com"},{"name":"daviddias","email":"mail@daviddias.me"},{"name":"hugomrdias","email":"hugomrdias@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_3.1.2_1611683617232_0.05349304853748782"},"_hasShrinkwrap":false},"3.1.3-next.0":{"name":"multihashes","version":"3.1.3-next.0","description":"multihash implementation","keywords":["multihash","multiformats","ipfs","hash"],"homepage":"https://github.com/multiformats/js-multihash","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"license":"MIT","leadMaintainer":"Hugo Dias <hugomrdias@gmail.com>","scripts":{"prepare":"aegir build --no-bundle","lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","update-constants":"node update-constants.js"},"main":"src/index.js","types":"dist/src/index.d.ts","typesVersions":{"*":{"src/*":["dist/src/*","dist/src/*/index"],"src/":["dist/src/index"]}},"repository":{"type":"git","url":"git+https://github.com/multiformats/js-multihash.git"},"dependencies":{"multibase":"^3.1.0","uint8arrays":"^2.0.5","varint":"^6.0.0"},"devDependencies":{"aegir":"github:ipfs/aegir#feat/remove-webpack-karma","ipfs-utils":"^5.0.1"},"eslintConfig":{"extends":"ipfs"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Hugo Dias","email":"hugomrdias@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Jacob Heun","email":"jacobheun@gmail.com"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ","email":"victorbjelkholm@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"},{"name":"Alex Potsides","email":"alex@achingbrain.net"},{"name":"Irakli Gozalishvili","email":"contact@gozala.io"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Nate Foss","email":"npfoss@gmail.com"},{"name":"Alan Shaw","email":"alan@tableflip.io"}],"engines":{"node":">=10.0.0","npm":">=6.0.0"},"readme":"# js-multihash <!-- omit in toc -->\n\n[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)\n[![](https://img.shields.io/badge/project-multiformats-blue.svg?style=flat-square)](https://github.com/multiformats/multiformats)\n[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](https://webchat.freenode.net/?channels=%23ipfs)\n[![codecov](https://img.shields.io/codecov/c/github/multiformats/js-multihash.svg?style=flat-square)](https://codecov.io/gh/multiformats/js-multihash)\n[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/multiformats/js-multihash/ci?label=ci&style=flat-square)](https://github.com/multiformats/js-multihash/actions?query=branch%3Amaster+workflow%3Aci+)\n\n> multihash implementation in node.js\n\nThis is the [multihash](//github.com/multiformats/multihash) implementation in Node.\nIt is extended by [js-multihashing](https://github.com/multiformats/js-multihashing)\nand [js-multihashing-async](https://github.com/multiformats/js-multihashing-async),\nso give those a look as well.\n\n## Lead Maintainer <!-- omit in toc -->\n\n[Hugo Dias](http://github.com/hugomrdias/)\n\n## Table of Contents <!-- omit in toc -->\n\n- [Install](#install)\n  - [Using npm](#using-npm)\n  - [Using a `<script>` tag](#using-a-script-tag)\n- [Usage](#usage)\n- [API](#api)\n- [Update Constants](#update-constants)\n- [Contribute](#contribute)\n- [License](#license)\n\n## Install\n\n### Using npm\n\n```bash\n> npm install multihashes # NOTE: The name of the module is multihashes!\n```\n\n### Using a `<script>` tag\n\nLoading this module through a script tag will make the `Multihashes` obj available in the global namespace.\n\n```html\n<script src=\"https://unpkg.com/multihashes/dist/index.min.js\"></script>\n```\n\n## Usage\n\n```js\n> var multihash = require('multihashes')\n> var bytes = Uint8Array.from([0, 1, 2, 3...])\n\n> var encoded = multihash.encode(bytes, 'sha1')\n> console.log(encoded)\n<Uint8Array 11 14 0b ee c7 b5 ea 3f 0f db c9 5d 0d d4 7f 3c 5b c2 75 da 8a 33>\n\n> multihash.decode(encoded)\n{ code: 17,\n  name: 'sha1',\n  length: 20,\n  digest: <Uint8Array 0b ee c7 b5 ea 3f 0f db c9 5d 0d d4 7f 3c 5b c2 75 da 8a 33> }\n```\n\n## API\n\nhttps://multiformats.github.io/js-multihash/\n\n## Update Constants\n\nTo update the constants table run the command below. This will fetch the main codec list from https://raw.githubusercontent.com/multiformats/multicodec/master/table.csv and filter only the multihash codecs and update the `constants.js` file in this repo.\n\n```sh\nnpm run update-constants\n```\n\n\n## Contribute\n\nContributions welcome. Please check out [the issues](https://github.com/multiformats/js-multihash/issues).\n\nCheck out our [contributing document](https://github.com/multiformats/multiformats/blob/master/contributing.md) for more information on how we work, and about contributing in general. Please be aware that all interactions related to multiformats are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).\n\nSmall note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.\n\n## License\n\n[MIT](LICENSE) © Protocol Labs Inc.\n","readmeFilename":"README.md","gitHead":"448d202b377cf5b986e6516f300a6c1b17710cb6","_id":"multihashes@3.1.3-next.0","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"integrity":"sha512-yb8KW5IBtY7Pq1KNdXRHRjEI+PC/Ec9D6l6oFY3qhmNYb2iTu3Iwiqy6IY48JY22X64R/j9O6v6zOnhMV0W+Tg==","shasum":"26e37376266f1ef9bdad0690688bbf3e1ad987f9","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-3.1.3-next.0.tgz","fileCount":14,"unpackedSize":71302,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgKsfhCRA9TVsSAnZWagAAsCAP/1sAZZ+ZNquijCw0qHXI\nK85dogrB35M4GgRCibSTL7rUJmpeDoZQjNhRwfM4AY3xY6AbIbJ2V/tMmYAK\nFbDbtfdaffejw0hic6qgvMiv5wrkr3ZTqH9BQ2YsokPNa674UsEtqcio7lho\nnFy0xO17XYPEmoZv5igwzGTZX+WaB8zKcdW9IYH+FfyCrmlngc6Cwj3/5LCR\nVhkeBBDIAFEzuEYB+edNUIJ7qBAMkOloT5mKqM/Q1+kiXyCx2yNTiyjIKjPW\naC1YnKh9IyZ/8V1PnlZz5DtG+6Loym8jZ49hdokeTTNLdIwwMx5qb1tI1r0t\nFjpK5ianDSm78Jvm2b8GYeQATtq/aGqX2uTfLPhhmvlLU2RmBQF0Ymd1ab2w\nGHEjZksNbdL9xcP5VL/oXd4WRPnYK+Uri3QJxwccLxPbHKpgJ0w77zpOkV42\ncWd93yW1Y6fBozHBTszZ3EQqyreh+smpdYo087v0krPGPG0KU4uO1EHhfKlb\nDA0vA4bgDJrA3Se7G6hGVRhxVKDCGgnwYZ24qFLwdheVukes0FbzahPtvwWh\nq56zTHzYJY4AfjClrQvL1/BXQeAwj4kgU1uTkCMcUF4AtC8oc0Auxgx841El\na5uRxXe8r/+g5eTs4vRNgoPkS44mRKmhvcF4CgzEuQ2gAMIAVsWyZBAJs3o/\nu7JG\r\n=ZpSm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCnY4maByC22Bo6ZQQ4C1YXPyOox54gJgbNHGjcZBsEAgIhALLZ5zP4BmUv4EWXQp/yYeDzt52kwStJq0FD/7Kg0J2V"}]},"_npmUser":{"name":"hugomrdias","email":"hugomrdias@gmail.com"},"directories":{},"maintainers":[{"name":"jacobheun","email":"jacobheun@gmail.com"},{"name":"daviddias","email":"mail@daviddias.me"},{"name":"hugomrdias","email":"hugomrdias@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_3.1.3-next.0_1613416417051_0.24728250201773383"},"_hasShrinkwrap":false},"0.4.19":{"name":"multihashes","version":"0.4.19","description":"multihash implementation","leadMaintainer":"David Dias <daviddias@ipfs.io>","main":"src/index.js","scripts":{"lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","build":"aegir build","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","coverage":"aegir coverage","coverage-publish":"aegir coverage --provider coveralls"},"repository":{"type":"git","url":"git://github.com/multiformats/js-multihash.git"},"keywords":["multihash"],"license":"MIT","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"dependencies":{"buffer":"^5.5.0","multibase":"^0.7.0","varint":"^5.0.0"},"devDependencies":{"aegir":"^21.4.4","chai":"^4.1.2","dirty-chai":"^2.0.1","pre-commit":"^1.2.2"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Jacob Heun","email":"jacobheun@gmail.com"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ","email":"victorbjelkholm@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Hugo Dias","email":"hugomrdias@gmail.com"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"Alan Shaw","email":"alan@tableflip.io"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"},{"name":"Nate Foss","email":"npfoss@gmail.com"}],"gitHead":"532aff44bc8d5c9fe7f295fa4aaf299993402476","homepage":"https://github.com/multiformats/js-multihash#readme","_id":"multihashes@0.4.19","_nodeVersion":"12.16.1","_npmVersion":"6.14.2","dist":{"integrity":"sha512-ej74GAfA20imjj00RO5h34aY3pGUFyzn9FJZFWwdeUHlHTkKmv90FrNpvYT4jYf1XXCy5O/5EjVnxTaESgOM6A==","shasum":"d7493cf028e48747122f350908ea13d12d204813","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.4.19.tgz","fileCount":11,"unpackedSize":509540,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeg054CRA9TVsSAnZWagAADv0QAJwErtAid5NO7V0L097Z\n+wz5aqKtyRYNFkDQuUM85cToC+3YhYuDci5xlDoYw42Y4emD48vmDDv5sQM8\nHSUlfETBHi66f7G6IuYED40i+8UeMNsnECmV7PPwsWdmTijsR4upPmscefvE\nBgOIqcyD/NaNwTJGY5ZFm2Gx/yqfakkJTrIAknG2zMJ+Oi+r3Rm8TZTds+RE\n/4XpqpZfWUtswZF/h7uzUo2Ah/DqYcMdGQbIxKvHSqxUZGI7GDbpqPJRMFug\nm2y7Ywn++UDYOpRwjYjhREw1W1J/8aMweNttanzPK1xdyCCU7/Kv8YYQYNes\nB0tuocfacgEmTMdUC5QwV0GaoRBFSVi/grhohyyHCk4+M30Fnzfo1HgLn19t\nCSWNS2VcFR+p88Gog8/ffyD6YjIMiSPrJ0qItljR6Ah5CNIUQjyrQy14n5cF\nqZDvS05OvnuO/wjZGLl40zbi4dlEDfFjzlMughGEXxOc/o1qYZtOwCROCC6n\nmlQrvHM8JcB5Y+IXy1yPURru502b92H98zKjlToM1EQhcuqLyfr2Djk4LrjE\nwp1BAxHFU8T3fDTMU89aPjjQ6niMN7JI+0hMGXRaOKPZhCl7ImL0X9sGnEko\nthz3UGucHckRrfz1f7vSzAeISI2efCzx+7aYITYsv3+U6WJD77NTXeJdEnze\ngl5S\r\n=zkr+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBCcBHnUjF9rIiM6STSvQu7GBPn/FyLJjdSuiWh/T5tqAiEAmLG6lt+5g43qBKxqOemM5KGflh/FVYAHM0W/wDb9ipI="}]},"maintainers":[{"name":"daviddias","email":"daviddias.p@gmail.com"},{"name":"dignifiedquire","email":"dignifiedquire@gmail.com"},{"name":"vmx","email":"volker.mische@gmail.com"}],"_npmUser":{"name":"jacobheun","email":"jacobheun@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_0.4.19_1585663608422_0.16794747847794733"},"_hasShrinkwrap":false},"3.1.3-next.2":{"name":"multihashes","version":"3.1.3-next.2","description":"multihash implementation","keywords":["multihash","multiformats","ipfs","hash"],"homepage":"https://github.com/multiformats/js-multihash","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"license":"MIT","leadMaintainer":"Hugo Dias <hugomrdias@gmail.com>","scripts":{"prepare11":"aegir build --no-bundle","lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","update-constants":"node update-constants.js"},"module":"dist/index.min.js","main":"src/index.js","types":"dist/src/index.d.ts","typesVersions":{"*":{"src/*":["dist/src/*","dist/src/*/index"],"src/":["dist/src/index"]}},"repository":{"type":"git","url":"git+https://github.com/multiformats/js-multihash.git"},"dependencies":{"multibase":"^3.1.0","uint8arrays":"^2.0.5","varint":"^6.0.0"},"devDependencies":{"aegir":"file:.connect-deps-cache/aegir-30.3.0-1613477243799.tgz","ipfs-utils":"^5.0.1"},"eslintConfig":{"extends":"ipfs"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Hugo Dias","email":"hugomrdias@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Jacob Heun","email":"jacobheun@gmail.com"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ","email":"victorbjelkholm@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"},{"name":"Alex Potsides","email":"alex@achingbrain.net"},{"name":"Irakli Gozalishvili","email":"contact@gozala.io"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Nate Foss","email":"npfoss@gmail.com"},{"name":"Alan Shaw","email":"alan@tableflip.io"}],"engines":{"node":">=10.0.0","npm":">=6.0.0"},"readme":"# js-multihash <!-- omit in toc -->\n\n[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)\n[![](https://img.shields.io/badge/project-multiformats-blue.svg?style=flat-square)](https://github.com/multiformats/multiformats)\n[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](https://webchat.freenode.net/?channels=%23ipfs)\n[![codecov](https://img.shields.io/codecov/c/github/multiformats/js-multihash.svg?style=flat-square)](https://codecov.io/gh/multiformats/js-multihash)\n[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/multiformats/js-multihash/ci?label=ci&style=flat-square)](https://github.com/multiformats/js-multihash/actions?query=branch%3Amaster+workflow%3Aci+)\n\n> multihash implementation in node.js\n\nThis is the [multihash](//github.com/multiformats/multihash) implementation in Node.\nIt is extended by [js-multihashing](https://github.com/multiformats/js-multihashing)\nand [js-multihashing-async](https://github.com/multiformats/js-multihashing-async),\nso give those a look as well.\n\n## Lead Maintainer <!-- omit in toc -->\n\n[Hugo Dias](http://github.com/hugomrdias/)\n\n## Table of Contents <!-- omit in toc -->\n\n- [Install](#install)\n  - [Using npm](#using-npm)\n  - [Using a `<script>` tag](#using-a-script-tag)\n- [Usage](#usage)\n- [API](#api)\n- [Update Constants](#update-constants)\n- [Contribute](#contribute)\n- [License](#license)\n\n## Install\n\n### Using npm\n\n```bash\n> npm install multihashes # NOTE: The name of the module is multihashes!\n```\n\n### Using a `<script>` tag\n\nLoading this module through a script tag will make the `Multihashes` obj available in the global namespace.\n\n```html\n<script src=\"https://unpkg.com/multihashes/dist/index.min.js\"></script>\n```\n\n## Usage\n\n```js\n> var multihash = require('multihashes')\n> var bytes = Uint8Array.from([0, 1, 2, 3...])\n\n> var encoded = multihash.encode(bytes, 'sha1')\n> console.log(encoded)\n<Uint8Array 11 14 0b ee c7 b5 ea 3f 0f db c9 5d 0d d4 7f 3c 5b c2 75 da 8a 33>\n\n> multihash.decode(encoded)\n{ code: 17,\n  name: 'sha1',\n  length: 20,\n  digest: <Uint8Array 0b ee c7 b5 ea 3f 0f db c9 5d 0d d4 7f 3c 5b c2 75 da 8a 33> }\n```\n\n## API\n\nhttps://multiformats.github.io/js-multihash/\n\n## Update Constants\n\nTo update the constants table run the command below. This will fetch the main codec list from https://raw.githubusercontent.com/multiformats/multicodec/master/table.csv and filter only the multihash codecs and update the `constants.js` file in this repo.\n\n```sh\nnpm run update-constants\n```\n\n\n## Contribute\n\nContributions welcome. Please check out [the issues](https://github.com/multiformats/js-multihash/issues).\n\nCheck out our [contributing document](https://github.com/multiformats/multiformats/blob/master/contributing.md) for more information on how we work, and about contributing in general. Please be aware that all interactions related to multiformats are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).\n\nSmall note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.\n\n## License\n\n[MIT](LICENSE) © Protocol Labs Inc.\n","readmeFilename":"README.md","gitHead":"448d202b377cf5b986e6516f300a6c1b17710cb6","_id":"multihashes@3.1.3-next.2","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"integrity":"sha512-3nsL+V0V1JLLbQGGF78n7Ha0te4U+DekalISV1IK1iJ5tWL3V7lmH3gE+ZqfKKhb+7RtYX9Kkmx7+GGKfZXxfg==","shasum":"5b91c1556bd94c23413afd8d1ecbaa036a5e8398","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-3.1.3-next.2.tgz","fileCount":15,"unpackedSize":100721,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgK7tpCRA9TVsSAnZWagAA694P/3+9et14osVm4bqjM/T+\nWUp5/rb16pW+pfJOffvILjIJ4KXSpBkSH4h+W7tDo9y3/MEISZZFwYu95Pgi\nRr3Yodm9siWLFnbLu2iKEtoqQ2LDdcXGbBS56jFtWrSOf3sjclPCyu3guI6Z\nnBeOTfUODwN11ltCNrgoGCOgQxvtCZOpXYe8cECyUA+5qRgRisMqFxZ79oQq\nc7ljkT2Vky0drPLBob9vMSbZTz0NQPCPfdnnepIuNgBl95hwAAzjsKp4DY2A\nK8rG1aKNds2xiSYVQIM2qQAsPp624dIEJ+2EEOhVlf56eyqm9zTuSUcg9nwi\nXPCEYHShqrxJjOXRFLqoAOfOL/vdM2qrkK8T89EoPyJOTGRONOuLKhKpx0+x\nkfs3RkUbkjn3tEDV9ds3RuY7YiV+nyuOVDrRuLni3mZQZqelslIU+oVIM25k\nFR+/lx0FV9ipgQ1Gwh606f16AvaRacW9djrjWMZw8t8vrFkWWLoc8i7+kwa3\nI7maH91PsN/WJwI/030It2iGasew4J4t8kPeD8OAxE9e4Q+j3o0uLdej7byh\nFcfGW7bxEQaCAnvaYCuhFWCTsXxNXQvXB/ZpIt9wzFhvh71I8FiZD/JEsKFl\nsNsMn5j/zowsX9VBhNAuCxSpMdNyAgflUQfWtSz3wV466BYWQiBwk0ZL8cMz\nUNyQ\r\n=lsD3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAF3jOra/IOwVNIZNH82vx0/nAKYe7iBkmz42kIughQiAiA07H3kINSbvSI1nanF3lFuSqI9LyjUllKHVIOMoaLaOg=="}]},"_npmUser":{"name":"hugomrdias","email":"hugomrdias@gmail.com"},"directories":{},"maintainers":[{"name":"jacobheun","email":"jacobheun@gmail.com"},{"name":"daviddias","email":"mail@daviddias.me"},{"name":"hugomrdias","email":"hugomrdias@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_3.1.3-next.2_1613478761247_0.06840186039782159"},"_hasShrinkwrap":false},"3.1.3-next.1":{"name":"multihashes","version":"3.1.3-next.1","description":"multihash implementation","keywords":["multihash","multiformats","ipfs","hash"],"homepage":"https://github.com/multiformats/js-multihash","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"license":"MIT","leadMaintainer":"Hugo Dias <hugomrdias@gmail.com>","scripts":{"prepare":"aegir build --no-bundle","lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","update-constants":"node update-constants.js"},"module":"dist/index.min.js","main":"src/index.js","types":"dist/src/index.d.ts","typesVersions":{"*":{"src/*":["dist/src/*","dist/src/*/index"],"src/":["dist/src/index"]}},"repository":{"type":"git","url":"git+https://github.com/multiformats/js-multihash.git"},"dependencies":{"multibase":"^3.1.0","uint8arrays":"^2.0.5","varint":"^6.0.0"},"devDependencies":{"aegir":"file:.connect-deps-cache/aegir-30.3.0-1613477243799.tgz","ipfs-utils":"^5.0.1"},"eslintConfig":{"extends":"ipfs"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Hugo Dias","email":"hugomrdias@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Jacob Heun","email":"jacobheun@gmail.com"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ","email":"victorbjelkholm@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"},{"name":"Alex Potsides","email":"alex@achingbrain.net"},{"name":"Irakli Gozalishvili","email":"contact@gozala.io"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Nate Foss","email":"npfoss@gmail.com"},{"name":"Alan Shaw","email":"alan@tableflip.io"}],"engines":{"node":">=10.0.0","npm":">=6.0.0"},"readme":"# js-multihash <!-- omit in toc -->\n\n[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)\n[![](https://img.shields.io/badge/project-multiformats-blue.svg?style=flat-square)](https://github.com/multiformats/multiformats)\n[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](https://webchat.freenode.net/?channels=%23ipfs)\n[![codecov](https://img.shields.io/codecov/c/github/multiformats/js-multihash.svg?style=flat-square)](https://codecov.io/gh/multiformats/js-multihash)\n[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/multiformats/js-multihash/ci?label=ci&style=flat-square)](https://github.com/multiformats/js-multihash/actions?query=branch%3Amaster+workflow%3Aci+)\n\n> multihash implementation in node.js\n\nThis is the [multihash](//github.com/multiformats/multihash) implementation in Node.\nIt is extended by [js-multihashing](https://github.com/multiformats/js-multihashing)\nand [js-multihashing-async](https://github.com/multiformats/js-multihashing-async),\nso give those a look as well.\n\n## Lead Maintainer <!-- omit in toc -->\n\n[Hugo Dias](http://github.com/hugomrdias/)\n\n## Table of Contents <!-- omit in toc -->\n\n- [Install](#install)\n  - [Using npm](#using-npm)\n  - [Using a `<script>` tag](#using-a-script-tag)\n- [Usage](#usage)\n- [API](#api)\n- [Update Constants](#update-constants)\n- [Contribute](#contribute)\n- [License](#license)\n\n## Install\n\n### Using npm\n\n```bash\n> npm install multihashes # NOTE: The name of the module is multihashes!\n```\n\n### Using a `<script>` tag\n\nLoading this module through a script tag will make the `Multihashes` obj available in the global namespace.\n\n```html\n<script src=\"https://unpkg.com/multihashes/dist/index.min.js\"></script>\n```\n\n## Usage\n\n```js\n> var multihash = require('multihashes')\n> var bytes = Uint8Array.from([0, 1, 2, 3...])\n\n> var encoded = multihash.encode(bytes, 'sha1')\n> console.log(encoded)\n<Uint8Array 11 14 0b ee c7 b5 ea 3f 0f db c9 5d 0d d4 7f 3c 5b c2 75 da 8a 33>\n\n> multihash.decode(encoded)\n{ code: 17,\n  name: 'sha1',\n  length: 20,\n  digest: <Uint8Array 0b ee c7 b5 ea 3f 0f db c9 5d 0d d4 7f 3c 5b c2 75 da 8a 33> }\n```\n\n## API\n\nhttps://multiformats.github.io/js-multihash/\n\n## Update Constants\n\nTo update the constants table run the command below. This will fetch the main codec list from https://raw.githubusercontent.com/multiformats/multicodec/master/table.csv and filter only the multihash codecs and update the `constants.js` file in this repo.\n\n```sh\nnpm run update-constants\n```\n\n\n## Contribute\n\nContributions welcome. Please check out [the issues](https://github.com/multiformats/js-multihash/issues).\n\nCheck out our [contributing document](https://github.com/multiformats/multiformats/blob/master/contributing.md) for more information on how we work, and about contributing in general. Please be aware that all interactions related to multiformats are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).\n\nSmall note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.\n\n## License\n\n[MIT](LICENSE) © Protocol Labs Inc.\n","readmeFilename":"README.md","gitHead":"448d202b377cf5b986e6516f300a6c1b17710cb6","_id":"multihashes@3.1.3-next.1","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"integrity":"sha512-tgxLf7fMdoxINIroK4mazSXBbbizGD5mJ5NAuqzSmNs+/41vOrs6hP7Yke3r++yAukP60x5wnr4V6ZwqGfPW7g==","shasum":"4487ee2883db5551d94a5adeb40f86c3e1643991","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-3.1.3-next.1.tgz","fileCount":14,"unpackedSize":71354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgK7rSCRA9TVsSAnZWagAAxUMQAJKk3DGslg9mGiGA3uZ9\nhoMJ188mVmr3DxEitwvZ1mIc4XXYdCa8IR/siJppdtzAsUEXk8AoopoCixfC\neJIlmkKcGHq0astsXIOmDBpXg9+IibFEXDD45qHnvrB0AwesjVp7IAukg858\nZb3NUnc7Eqy6WTRfREVRk2wmGr66edP7hN90/8B7icECA4/b4MfY1+YtsvTB\nQX8xR/w8FhszlnySfkaJ+H+77ianGQoi0sIQw9cSVnRfhGTx+kE4i2ePHH3X\nme3V+tGzy+em71W3BqhK5SRvo0rTydgESADiHQMW8gj8wBq8IZ3WH4WC/X4B\nOMPO2bMDRH9JxMQIXIJ5ryqpM8jOdMnJ39rfh0y06L239+3KTmP30HhwF0TG\nKBdiwBoIAt1wD/FE9KquWFAqxOI8MMbKJ4hJncBMgCS3I31u5H0c5J5oXdF+\nTDZ9NhtTn7wi2Vhso36mWP4yQkpFZ881g/DmnOuZ36mCOPL00bXG0jsYSQhL\n2LtbUqqSxDMHrvDr24PZkDBlycaLoaOOlZQhfKSRHO69RIcbxw95COofCI1u\nPc7WgGRtrmI8Y9IwzzQrnrtZANWQz4r645w6dl0SfiHksJe64TXz/4t4UNwD\n2UIMH9KIavV5LHhJ57VKNau8ep/UHpOmcqCa4Z0LqvbSIbzDOvB1OvfZHSR7\nlqPX\r\n=Ua6Y\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDaDg2T0uqd/eUNkTZK06TGX6rw7V9FOyRZAkJCQUUScQIhANGtmrmlX08r5dK3fvEn48J7WtOQDjZ8WAAj4aABbtC9"}]},"_npmUser":{"name":"hugomrdias","email":"hugomrdias@gmail.com"},"directories":{},"maintainers":[{"name":"jacobheun","email":"jacobheun@gmail.com"},{"name":"daviddias","email":"mail@daviddias.me"},{"name":"hugomrdias","email":"hugomrdias@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_3.1.3-next.1_1613478609817_0.6485374170628311"},"_hasShrinkwrap":false},"0.4.21":{"name":"multihashes","version":"0.4.21","description":"multihash implementation","leadMaintainer":"David Dias <daviddias@ipfs.io>","main":"src/index.js","scripts":{"lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","build":"aegir build","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","coverage":"aegir coverage","coverage-publish":"aegir coverage --provider coveralls"},"repository":{"type":"git","url":"git://github.com/multiformats/js-multihash.git"},"keywords":["multihash"],"license":"MIT","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"dependencies":{"buffer":"^5.5.0","multibase":"^0.7.0","varint":"^5.0.0"},"devDependencies":{"aegir":"^21.4.4","chai":"^4.1.2","dirty-chai":"^2.0.1","pre-commit":"^1.2.2"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Jacob Heun","email":"jacobheun@gmail.com"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"Hugo Dias","email":"hugomrdias@gmail.com"},{"name":"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ","email":"victorbjelkholm@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"Alan Shaw","email":"alan@tableflip.io"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"},{"name":"Nate Foss","email":"npfoss@gmail.com"}],"gitHead":"72620b82b7be0fb6e396e73d18956b6f10c47f61","homepage":"https://github.com/multiformats/js-multihash#readme","_id":"multihashes@0.4.21","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","dist":{"integrity":"sha512-uVSvmeCWf36pU2nB4/1kzYZjsXD9vofZKpgudqkceYY5g2aZZXJ5r9lxuzoRLl1OAp28XljXsEJ/X/85ZsKmKw==","shasum":"dc02d525579f334a7909ade8a122dabb58ccfcb5","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.4.21.tgz","fileCount":11,"unpackedSize":509678,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7Mk9CRA9TVsSAnZWagAAlFEP/0Q+VkEJgYzkyUsLCtrn\nJoiEKL3VjrfyxKJL/QPsKxApEvWDT4YarnvziCl8Ejcixv0HHQVSLI8ZbYPQ\nhm9peD06CbhwPyDen7jmb6wf78U64Oa+hdEfen4HiTXEENs1djdFmNJTt68e\nxuo4cSGTNBMShQXdk0PUpVzLkVkZKD1KPaprq+rvvsMOLl/DzzJy1m3Dbfjl\nEPdGc7c6+/DRc0B4e4et5wY2xOBAhQFHB/90Bk8J8bAwRmFgcFrBXdsYSZ0N\n+LUpmGUzWBHhpyh6nanYi2HSpTxLCoZfrbkQYKCrdqLtgVpfAXx25eQzM/Oh\nwtAZJLAIqVE2zdrklxCLTBiM3n/My+YblndnqWWOZEYZIvpIaICVxzqwzUGK\nO3yZGBHoytGV7LTalpXDin8ZWaXoJRLXQj5imbjUr9vrdi3gMc5AupVHdiqp\nN8WbHCOQE4599rR3/rHZZ7q56o3TgLptmwLkhgjINJPwWFPPvTw3H8ckHbxv\nXyWUhL7rTpq2ESzFfswrdjHly7LrxeInDTW8T8AsotBC0qXlzBSmkjb7EMxr\n9Im+VaDOEaRlizZcJCt7PeTdP5wkMnY94WDwJYSD051Xwiq4CX67RFiZeLWt\n6sVKlZVzN3wahmMQJKK2LEHIWN6uxM9J+LzifvTdAzesLeU78GHOcrZhk0wN\nsl47\r\n=TgY3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDm+Op23hIjyZNz7NKq/HgyUh5GckFFGNLplx06zzk/QAIhAITWsih/4ghsRwzI0l+vyD3/JHPFh2lzInjt66EKLpnp"}]},"maintainers":[{"email":"mail@daviddias.me","name":"daviddias"},{"email":"dignifiedquire@gmail.com","name":"dignifiedquire"},{"email":"jacobheun@gmail.com","name":"jacobheun"},{"email":"vasco.santos@moxy.studio","name":"vascosantos"}],"_npmUser":{"name":"hugomrdias","email":"mail@hugodias.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_0.4.21_1592576316716_0.7948906060183116"},"_hasShrinkwrap":false},"0.4.20":{"name":"multihashes","version":"0.4.20","description":"multihash implementation","leadMaintainer":"Hugo Dias <hugomrdias@gmail.com>","main":"src/index.js","scripts":{"lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","build":"aegir build","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","coverage":"aegir coverage","coverage-publish":"aegir coverage --provider coveralls","update-constants":"node update-constants.js"},"repository":{"type":"git","url":"git://github.com/multiformats/js-multihash.git"},"keywords":["multihash"],"license":"MIT","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"dependencies":{"buffer":"^5.6.0","multibase":"^1.0.1","varint":"^5.0.0"},"devDependencies":{"aegir":"^24.0.0","chai":"^4.1.2","dirty-chai":"^2.0.1","ipfs-utils":"^2.2.0"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Jacob Heun","email":"jacobheun@gmail.com"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Hugo Dias","email":"hugomrdias@gmail.com"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ","email":"victorbjelkholm@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"Nate Foss","email":"npfoss@gmail.com"},{"name":"Alan Shaw","email":"alan@tableflip.io"}],"gitHead":"b8102bc403f8df5a9b11b1683b84733bee37b253","homepage":"https://github.com/multiformats/js-multihash#readme","_id":"multihashes@0.4.20","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","dist":{"integrity":"sha512-4WqYnfjdb4CSn0SROjB3F/Gi8/D7HKLHqygj0qCg3KcBTedE98wiQIWuiio+T2X4rBSRp+kXkrdriFDL5UlauQ==","shasum":"3a581e49b74ee84943339556c214fdf9fa028eeb","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.4.20.tgz","fileCount":8,"unpackedSize":66566,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe63OJCRA9TVsSAnZWagAAN4MP/RJZRfoZd7WF7Fki5IIW\nJTm60oU4ZQU7018mTr2Lpc1OBKagWDCc4dN/CY4zGD5VwjM0lJrMRt7WLj1Z\n1vjTlr0587YJZTkiZ28g/vdIHOJbE50XZiR1UCPQprpI3AzVjvpkE4bgUCLr\nnRp0Dm+S0SJ3nyunUjhR5wvR+uL3smuUdoQQClEwujeHuXuvZMPAMV0DYMOH\nUdKIoVR/649Cbkopy/xQq3+u07jGSFkunBXNMIBCWSWLscK7Ki0qG1IZyQQX\nC+F3xSMG7E5KJfKJekCDLB29O3L3KWNor9B4QO6Fo3f50BXmX8DTI/D04uBi\njGEGQP/5ezE7mimVztVx+z9cF+jDRk+7d/EZE+ElbbCFx+OO6oAGgvxc3eJR\nVknXdlsEiT6F0BeHkNRXOUAiuNbi1A+2qwuWNAyU+yPEAS5H/KHjO0bQbTJB\nV1/YNFmgAd0eJ57fom79x1l9GKvQbDVdcgJkD+5ahN+RlF0/HQPH0yCJxhX4\nEtX/01Q8WKg9DNr+xylRtbQOQqw1J/z5hAzYHVQeV4aPaI5koaHI9KIxV0mI\nOrPDK20dQjWigp1377qJxFOASTVqsr17dd4S2oZhCJwWvnT2TN2ayetDjiN1\nf8hiO5I509SR4FyIGWh4nLulBwhNN2TMZ/Hyh7106TAYlOOJNM40ES/JiPSc\nMDgg\r\n=eF80\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHSIdfljBSZfeH2XoZSBCdl3m8OOy5k9Aq9G6lMASwOuAiEA5p4AKsT+8JfpeWIvkGgnzn3MEhieyZl2lA4fSxR1JJE="}]},"maintainers":[{"email":"mail@daviddias.me","name":"daviddias"},{"email":"dignifiedquire@gmail.com","name":"dignifiedquire"},{"email":"jacobheun@gmail.com","name":"jacobheun"},{"email":"vasco.santos@moxy.studio","name":"vascosantos"}],"_npmUser":{"name":"hugomrdias","email":"mail@hugodias.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_0.4.20_1592488841402_0.06210876937991294"},"_hasShrinkwrap":false},"0.3.3":{"name":"multihashes","version":"0.3.3","description":"multihash implementation","main":"src/index.js","scripts":{"test:node":"aegir-test node","lint":"aegir-lint","test:browser":"aegir-test browser","build":"aegir-build","test":"aegir-test","docs":"aegir-docs","release":"aegir-release --docs","release-minor":"aegir-release --type minor --docs","release-major":"aegir-release --type major --docs","coverage":"aegir-coverage","coverage-publish":"aegir-coverage publish"},"pre-commit":["lint","test"],"standard":{"ignore":["dist"]},"repository":{"type":"git","url":"git://github.com/multiformats/js-multihash.git"},"keywords":["multihash"],"author":{"name":"Juan Benet","email":"juan@benet.ai","url":"http://juan.benet.ai/"},"license":"MIT","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"dependencies":{"bs58":"^4.0.0"},"devDependencies":{"aegir":"^10.0.0","buffer-equal":"1.0.0","chai":"^3.5.0","pre-commit":"^1.2.2"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"npm-to-cdn-bot","email":"npmcdn-to-unpkg-bot@users.noreply.github.com","url":"by Forbes Lindesay"}],"gitHead":"d07211f782c00f764ec075a20c82650fe65c9e99","homepage":"https://github.com/multiformats/js-multihash#readme","_id":"multihashes@0.3.3","_shasum":"18d74d8c2393af39aaf0ac8f4fd6d888d43f2f29","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"daviddias","email":"daviddias.p@gmail.com"},"dist":{"shasum":"18d74d8c2393af39aaf0ac8f4fd6d888d43f2f29","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.3.3.tgz","integrity":"sha512-fDRLj4uLzNukcFyeuCyrZJb52n0v8197EImYAQDYDdQPX1dKF9F6/APQy1FiQHgirOvnr2X2lgO/CLt1obP0xA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCBQSJT+pswJ4OpF8A3ST9yWVQqZFptiwidAK9zH/8//QIgLxXd+jK7XcTtfvZ8sEDHJNfRce92WZc+Yiqxd8i3d/w="}]},"maintainers":[{"name":"daviddias","email":"daviddias.p@gmail.com"},{"name":"jbenet","email":"juan@benet.ai"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/multihashes-0.3.3.tgz_1486653105775_0.8335533107165247"},"directories":{}},"0.1.3":{"name":"multihashes","version":"0.1.3","description":"multihash implementation","main":"index.js","scripts":{"test":"node test.js"},"repository":{"type":"git","url":"git://github.com/jbenet/node-multihash.git"},"keywords":["multihash"],"author":{"name":"Juan Benet","email":"juan@benet.ai","url":"http://juan.benet.ai/"},"license":"MIT","bugs":{"url":"https://github.com/jbenet/node-multihash/issues"},"dependencies":{"invert-hash":"0.0.0","buffer-equal":"0.0.1"},"devDependencies":{"tape":"~2.13.1"},"gitHead":"f1243eeda5addc0494a55f7d3f9b4c288bf1ae7b","homepage":"https://github.com/jbenet/node-multihash#readme","_id":"multihashes@0.1.3","_shasum":"7102c5e64e955ec0f7379ffaefc3b7ff26916fd3","_from":".","_npmVersion":"2.12.1","_nodeVersion":"0.12.7","_npmUser":{"name":"jbenet","email":"juan@benet.ai"},"dist":{"shasum":"7102c5e64e955ec0f7379ffaefc3b7ff26916fd3","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.1.3.tgz","integrity":"sha512-YL1TSLRNxlUMnBsqFXPBlRZxTu7sSDVn0pmCcrPrH8LFMa+rBMXiO+pg0AtJCQXnRME7r/eBzn9Lk9gBJFd4DQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFwtEbONftRHJGYesHjomiDZ1YTs5WR09ZcAeMyPcOYnAiBzWu5cB2zzGS4CLsVSG6QgpY13xaMITTslRLN2Y/UbAg=="}]},"maintainers":[{"name":"jbenet","email":"juan@benet.ai"}],"directories":{}},"0.3.1":{"name":"multihashes","version":"0.3.1","description":"multihash implementation","main":"src/index.js","scripts":{"test:node":"aegir-test node","lint":"aegir-lint","test:browser":"aegir-test browser","build":"aegir-build","test":"aegir-test","docs":"aegir-docs","release":"aegir-release --docs","release-minor":"aegir-release --type minor --docs","release-major":"aegir-release --type major --docs","coverage":"aegir-coverage","coverage-publish":"aegir-coverage publish"},"pre-commit":["lint","test"],"standard":{"ignore":["dist"]},"repository":{"type":"git","url":"git://github.com/multiformats/js-multihash.git"},"keywords":["multihash"],"author":{"name":"Juan Benet","email":"juan@benet.ai","url":"http://juan.benet.ai/"},"license":"MIT","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"dependencies":{"bs58":"^3.1.0"},"devDependencies":{"aegir":"^9.3.0","buffer-equal":"1.0.0","chai":"^3.5.0","pre-commit":"^1.2.2"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"npm-to-cdn-bot","email":"npmcdn-to-unpkg-bot@users.noreply.github.com","url":"by Forbes Lindesay"}],"gitHead":"f0e29189731d2ed94adf4ad4ea8fb96391ae72fc","homepage":"https://github.com/multiformats/js-multihash#readme","_id":"multihashes@0.3.1","_shasum":"109f136dbcda1f2d30c8773606d79a684c8b9fd0","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"daviddias","email":"daviddias.p@gmail.com"},"dist":{"shasum":"109f136dbcda1f2d30c8773606d79a684c8b9fd0","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.3.1.tgz","integrity":"sha512-aHahrWv40kuSr0uDC1NRnlg37O2W6oABm2PLZrKiE90T5ppy7OTxgMAPDilIhjpI5rtSBKp6V0MR+wnrc90GtA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDjEUgeI8fTj62Ow5jKGbFCSFS7W7a6A/49s8jqSHKwrQIgSVRKyXn9M28ztWFbCRJinpHYMmtAXz195oxoRftwMqE="}]},"maintainers":[{"name":"daviddias","email":"daviddias.p@gmail.com"},{"name":"jbenet","email":"juan@benet.ai"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/multihashes-0.3.1.tgz_1481916067887_0.9895230697002262"},"directories":{}},"0.3.2":{"name":"multihashes","version":"0.3.2","description":"multihash implementation","main":"src/index.js","scripts":{"test:node":"aegir-test node","lint":"aegir-lint","test:browser":"aegir-test browser","build":"aegir-build","test":"aegir-test","docs":"aegir-docs","release":"aegir-release --docs","release-minor":"aegir-release --type minor --docs","release-major":"aegir-release --type major --docs","coverage":"aegir-coverage","coverage-publish":"aegir-coverage publish"},"pre-commit":["lint","test"],"standard":{"ignore":["dist"]},"repository":{"type":"git","url":"git://github.com/multiformats/js-multihash.git"},"keywords":["multihash"],"author":{"name":"Juan Benet","email":"juan@benet.ai","url":"http://juan.benet.ai/"},"license":"MIT","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"dependencies":{"bs58":"^4.0.0"},"devDependencies":{"aegir":"^9.3.3","buffer-equal":"1.0.0","chai":"^3.5.0","pre-commit":"^1.2.2"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"npm-to-cdn-bot","email":"npmcdn-to-unpkg-bot@users.noreply.github.com","url":"by Forbes Lindesay"}],"gitHead":"b9d8c87725170ea1972d531bf1df970d5790fbe6","homepage":"https://github.com/multiformats/js-multihash#readme","_id":"multihashes@0.3.2","_shasum":"3190d991b21c97c9d66ca08d5ab19e20c5353e70","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"daviddias","email":"daviddias.p@gmail.com"},"dist":{"shasum":"3190d991b21c97c9d66ca08d5ab19e20c5353e70","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.3.2.tgz","integrity":"sha512-DGBMuttuD5GN0SboP6J6wWhB6OgQ3a24lKOqQ8/izHtnM54/xutY4Kyv6oNL+219Es5xlmdv8g7f3KsvKZsVwQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGozy651dKWk0tLwFGSLvJZq+bIBImMnyPqQFYPWOhRiAiEAov8jxzpb2WRBiOiOdsAn59P66SZxNZtKDwc2tPpNjJs="}]},"maintainers":[{"name":"daviddias","email":"daviddias.p@gmail.com"},{"name":"jbenet","email":"juan@benet.ai"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/multihashes-0.3.2.tgz_1485509952758_0.4010507259517908"},"directories":{}},"3.1.3-3":{"name":"multihashes","version":"3.1.3-3","description":"multihash implementation","keywords":["multihash","multiformats","ipfs","hash"],"homepage":"https://github.com/multiformats/js-multihash","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"license":"MIT","leadMaintainer":"Hugo Dias <hugomrdias@gmail.com>","scripts":{"prepare":"aegir build --no-bundle","lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","update-constants":"node update-constants.js"},"main":"src/index.js","types":"dist/src/index.d.ts","typesVersions":{"*":{"src/*":["dist/src/*","dist/src/*/index"],"src/":["dist/src/index"]}},"repository":{"type":"git","url":"git+https://github.com/multiformats/js-multihash.git"},"dependencies":{"multibase":"^3.1.0","uint8arrays":"^2.0.5","varint":"^6.0.0"},"devDependencies":{"aegir":"^30.3.0","ipfs-utils":"^5.0.1"},"eslintConfig":{"extends":"ipfs"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Hugo Dias","email":"hugomrdias@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Jacob Heun","email":"jacobheun@gmail.com"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ","email":"victorbjelkholm@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"},{"name":"Alex Potsides","email":"alex@achingbrain.net"},{"name":"Irakli Gozalishvili","email":"contact@gozala.io"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Nate Foss","email":"npfoss@gmail.com"},{"name":"Alan Shaw","email":"alan@tableflip.io"}],"engines":{"node":">=10.0.0","npm":">=6.0.0"},"readme":"# js-multihash <!-- omit in toc -->\n\n[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)\n[![](https://img.shields.io/badge/project-multiformats-blue.svg?style=flat-square)](https://github.com/multiformats/multiformats)\n[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](https://webchat.freenode.net/?channels=%23ipfs)\n[![codecov](https://img.shields.io/codecov/c/github/multiformats/js-multihash.svg?style=flat-square)](https://codecov.io/gh/multiformats/js-multihash)\n[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/multiformats/js-multihash/ci?label=ci&style=flat-square)](https://github.com/multiformats/js-multihash/actions?query=branch%3Amaster+workflow%3Aci+)\n\n> multihash implementation in node.js\n\nThis is the [multihash](//github.com/multiformats/multihash) implementation in Node.\nIt is extended by [js-multihashing](https://github.com/multiformats/js-multihashing)\nand [js-multihashing-async](https://github.com/multiformats/js-multihashing-async),\nso give those a look as well.\n\n## Lead Maintainer <!-- omit in toc -->\n\n[Hugo Dias](http://github.com/hugomrdias/)\n\n## Table of Contents <!-- omit in toc -->\n\n- [Install](#install)\n  - [Using npm](#using-npm)\n  - [Using a `<script>` tag](#using-a-script-tag)\n- [Usage](#usage)\n- [API](#api)\n- [Update Constants](#update-constants)\n- [Contribute](#contribute)\n- [License](#license)\n\n## Install\n\n### Using npm\n\n```bash\n> npm install multihashes # NOTE: The name of the module is multihashes!\n```\n\n### Using a `<script>` tag\n\nLoading this module through a script tag will make the `Multihashes` obj available in the global namespace.\n\n```html\n<script src=\"https://unpkg.com/multihashes/dist/index.min.js\"></script>\n```\n\n## Usage\n\n```js\n> var multihash = require('multihashes')\n> var bytes = Uint8Array.from([0, 1, 2, 3...])\n\n> var encoded = multihash.encode(bytes, 'sha1')\n> console.log(encoded)\n<Uint8Array 11 14 0b ee c7 b5 ea 3f 0f db c9 5d 0d d4 7f 3c 5b c2 75 da 8a 33>\n\n> multihash.decode(encoded)\n{ code: 17,\n  name: 'sha1',\n  length: 20,\n  digest: <Uint8Array 0b ee c7 b5 ea 3f 0f db c9 5d 0d d4 7f 3c 5b c2 75 da 8a 33> }\n```\n\n## API\n\nhttps://multiformats.github.io/js-multihash/\n\n## Update Constants\n\nTo update the constants table run the command below. This will fetch the main codec list from https://raw.githubusercontent.com/multiformats/multicodec/master/table.csv and filter only the multihash codecs and update the `constants.js` file in this repo.\n\n```sh\nnpm run update-constants\n```\n\n\n## Contribute\n\nContributions welcome. Please check out [the issues](https://github.com/multiformats/js-multihash/issues).\n\nCheck out our [contributing document](https://github.com/multiformats/multiformats/blob/master/contributing.md) for more information on how we work, and about contributing in general. Please be aware that all interactions related to multiformats are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).\n\nSmall note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.\n\n## License\n\n[MIT](LICENSE) © Protocol Labs Inc.\n","readmeFilename":"README.md","gitHead":"b80ed2988251985c30e99608ea552e2aba0b8b5a","_id":"multihashes@3.1.3-3","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"integrity":"sha512-fca306SqfunLruWgHXx3JithTzAJAMlY7nE2j0ctHJP0RC4kgV5x/Q5JDeBH5NYrFFCuQrmyfdvYmpj/ppWn0Q==","shasum":"f6898933c09276396bca12ee18a8e78dbc76d4e8","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-3.1.3-3.tgz","fileCount":14,"unpackedSize":71327,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgKBq6CRA9TVsSAnZWagAAlgEP/0psAPkcpz1pl3BP7yht\nesbqdyBGRZAGEqvzApzrMM7OhWVxmz+5EphK2sT+0ELCwYPGm0vIBsupOYhT\nwN3ZV9ZVILBR3PP8hBrwElOgTo68+yGZSYu/9YFjmqrCCckgymziaXeXdtUd\nQQjVJepYkyy5/RPRH+ZmW1WVS8VGYl/8HAUlplaNsWnyZddyrzm8X7FzukzS\n9Ai3ZoOZB4Sds1EIWKhl+CvnDs2LXDyUq3m4pCcmNbPJGNbr4+HLmqfn0yyC\noPfj+aX2+QadlDwGidZuM3wT7nMMY3EoPvgr4EsXKJAN5+aIp0S0/+tezQiw\ntdM2d0yB1lcgi8kpNtPeT0ZCsdA24xzC8rhHBv9ilq99ok/7oRvzxtC4897H\nte9DZe5ieS7jaGVi3blJJ+6NM5KazP+a8kOtXXg9ckH2BcnUaCk9V5/sX+pa\ngzHadqTXwz7EhPe8YzCdHZKWazUEadB6AHKUihrCs2ENMvyz0XObuOazZ9kx\nTL3hRrs37gOh6XRFsDK1kiYCPFZIxu8A5QDGv3FJLq2Ipk/+EtEEDterxsIM\nUeYrhmrGBD7buicmmkwRMhPdPtahKg4fdhBVuKf9rp59Rhe82WlI2o1klAnp\n7IaRdfDnt/HCYUiK1yYxPGDYbuhxJ+zmjqONc4PMwAVbmEW7+d1g+ygCqUzy\nkhJt\r\n=xMO+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHnnSxWujrNNHAMkxl8X4OXGSrrQUQSZtik7cP2c8GppAiBC8/DvCKICVbCAJHUUw7gGYUe5ls1N4Y6nEe1PyB/9zg=="}]},"_npmUser":{"name":"hugomrdias","email":"hugomrdias@gmail.com"},"directories":{},"maintainers":[{"name":"jacobheun","email":"jacobheun@gmail.com"},{"name":"daviddias","email":"mail@daviddias.me"},{"name":"hugomrdias","email":"hugomrdias@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_3.1.3-3_1613241018428_0.461824777799563"},"_hasShrinkwrap":false},"3.1.3-4":{"name":"multihashes","version":"3.1.3-4","description":"multihash implementation","keywords":["multihash","multiformats","ipfs","hash"],"homepage":"https://github.com/multiformats/js-multihash","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"license":"MIT","leadMaintainer":"Hugo Dias <hugomrdias@gmail.com>","scripts":{"prepare":"aegir build --no-bundle","lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","update-constants":"node update-constants.js"},"main":"src/index.js","types":"dist/src/index.d.ts","typesVersions":{"*":{"src/*":["dist/src/*","dist/src/*/index"],"src/":["dist/src/index"]}},"repository":{"type":"git","url":"git+https://github.com/multiformats/js-multihash.git"},"dependencies":{"multibase":"^3.1.0","uint8arrays":"^2.0.5","varint":"^6.0.0"},"devDependencies":{"aegir":"^30.3.0","ipfs-utils":"^5.0.1"},"eslintConfig":{"extends":"ipfs"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Hugo Dias","email":"hugomrdias@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Jacob Heun","email":"jacobheun@gmail.com"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ","email":"victorbjelkholm@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"},{"name":"Alex Potsides","email":"alex@achingbrain.net"},{"name":"Irakli Gozalishvili","email":"contact@gozala.io"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Nate Foss","email":"npfoss@gmail.com"},{"name":"Alan Shaw","email":"alan@tableflip.io"}],"engines":{"node":">=10.0.0","npm":">=6.0.0"},"readme":"# js-multihash <!-- omit in toc -->\n\n[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)\n[![](https://img.shields.io/badge/project-multiformats-blue.svg?style=flat-square)](https://github.com/multiformats/multiformats)\n[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](https://webchat.freenode.net/?channels=%23ipfs)\n[![codecov](https://img.shields.io/codecov/c/github/multiformats/js-multihash.svg?style=flat-square)](https://codecov.io/gh/multiformats/js-multihash)\n[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/multiformats/js-multihash/ci?label=ci&style=flat-square)](https://github.com/multiformats/js-multihash/actions?query=branch%3Amaster+workflow%3Aci+)\n\n> multihash implementation in node.js\n\nThis is the [multihash](//github.com/multiformats/multihash) implementation in Node.\nIt is extended by [js-multihashing](https://github.com/multiformats/js-multihashing)\nand [js-multihashing-async](https://github.com/multiformats/js-multihashing-async),\nso give those a look as well.\n\n## Lead Maintainer <!-- omit in toc -->\n\n[Hugo Dias](http://github.com/hugomrdias/)\n\n## Table of Contents <!-- omit in toc -->\n\n- [Install](#install)\n  - [Using npm](#using-npm)\n  - [Using a `<script>` tag](#using-a-script-tag)\n- [Usage](#usage)\n- [API](#api)\n- [Update Constants](#update-constants)\n- [Contribute](#contribute)\n- [License](#license)\n\n## Install\n\n### Using npm\n\n```bash\n> npm install multihashes # NOTE: The name of the module is multihashes!\n```\n\n### Using a `<script>` tag\n\nLoading this module through a script tag will make the `Multihashes` obj available in the global namespace.\n\n```html\n<script src=\"https://unpkg.com/multihashes/dist/index.min.js\"></script>\n```\n\n## Usage\n\n```js\n> var multihash = require('multihashes')\n> var bytes = Uint8Array.from([0, 1, 2, 3...])\n\n> var encoded = multihash.encode(bytes, 'sha1')\n> console.log(encoded)\n<Uint8Array 11 14 0b ee c7 b5 ea 3f 0f db c9 5d 0d d4 7f 3c 5b c2 75 da 8a 33>\n\n> multihash.decode(encoded)\n{ code: 17,\n  name: 'sha1',\n  length: 20,\n  digest: <Uint8Array 0b ee c7 b5 ea 3f 0f db c9 5d 0d d4 7f 3c 5b c2 75 da 8a 33> }\n```\n\n## API\n\nhttps://multiformats.github.io/js-multihash/\n\n## Update Constants\n\nTo update the constants table run the command below. This will fetch the main codec list from https://raw.githubusercontent.com/multiformats/multicodec/master/table.csv and filter only the multihash codecs and update the `constants.js` file in this repo.\n\n```sh\nnpm run update-constants\n```\n\n\n## Contribute\n\nContributions welcome. Please check out [the issues](https://github.com/multiformats/js-multihash/issues).\n\nCheck out our [contributing document](https://github.com/multiformats/multiformats/blob/master/contributing.md) for more information on how we work, and about contributing in general. Please be aware that all interactions related to multiformats are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).\n\nSmall note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.\n\n## License\n\n[MIT](LICENSE) © Protocol Labs Inc.\n","readmeFilename":"README.md","gitHead":"826b50c2e12cf9a5aac322314f50b4a748190870","_id":"multihashes@3.1.3-4","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"integrity":"sha512-10e0hHMJxQnl7PTi586Yu353396C1qaf1ORkl7iPg8AUIodR4FJKDF4SnX9yEUFNd9QGsSTe/nU+TjMG2UukKw==","shasum":"3607a2f3b248af07581e57f267a8a32acd93a355","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-3.1.3-4.tgz","fileCount":14,"unpackedSize":71430,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgKBtMCRA9TVsSAnZWagAAMo0P/Ar0zEtvvC99ezX7ZxHC\nYsIqcE0sFRGbRy69Sdx02GBHV/7li7jAD9cb5tpbEe7p3VEOXf/myXlLylyO\nE+rxqVY/HZfM1zgeXDH5lc4siuBFHSNpue3LzYHiJwFWAUpcYQmcXXz+AFj9\nsPuzjaMMlfRLBtBvkuruaKBYYPh2IUK0gjU23GnpuMj3v+sa8uoImxiCquqY\nz1UQVHtFrOuqddngSnwd1QZqERibV8BG03elbyDw3S/Du7i6i9ST/IGbCgof\nTgrtEDIl+jCkygAk5a4UL+UieZ8P4f1rVejkWNmD1GCcevRMu8xJwPnJB84q\na8BO8zvG672FrIfIMqrUnzZqWEleJywf2BqKMACgRDsMqVA4kE5/kjyeq5hA\npsa+Vx/Wc7v3uvxuvIu4uLzVHh/OioVVZSrYNloYpXHEsL3YXqFHZ1VsTX4+\np02VqpzlwdfywWT+JoQjGvDiqNGsxYJEgra+iCMwuH4bioHBQ8tl7ek8X81j\noNSnfRTqS31D3iP037Sxf08Cm2ZW6caSpW/1o3c3yirPcP6bNv3nvzbEyest\n/rAkNez4xO87lsBXsU3Nd39utOVVtgLEGdaPmrEbV58dm37kFnDc1P+sj6h1\nzRmc5LTqCSsAlb99sTurcDApsQluZwmvrd0JfNnAq9HUFmMgsnzylqnpE4T4\n4zrW\r\n=okZd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF8czHUeXVT+Nu4eZ87A594QKuR2SLWmdZFa24sqNTzOAiEAtXB9rRdIr2PWSMu45I6st0NQnO6NUMBxvLeg2F9k7VA="}]},"_npmUser":{"name":"hugomrdias","email":"hugomrdias@gmail.com"},"directories":{},"maintainers":[{"name":"jacobheun","email":"jacobheun@gmail.com"},{"name":"daviddias","email":"mail@daviddias.me"},{"name":"hugomrdias","email":"hugomrdias@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_3.1.3-4_1613241164025_0.01492500992744894"},"_hasShrinkwrap":false},"3.1.3-5":{"name":"multihashes","version":"3.1.3-5","description":"multihash implementation","keywords":["multihash","multiformats","ipfs","hash"],"homepage":"https://github.com/multiformats/js-multihash","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"license":"MIT","leadMaintainer":"Hugo Dias <hugomrdias@gmail.com>","scripts":{"prepare":"aegir build --no-bundle","lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","update-constants":"node update-constants.js"},"main":"src/index.js","types":"dist/src/index.d.ts","typesVersions":{"*":{"src/*":["dist/src/*","dist/src/*/index"],"src/":["dist/src/index"]}},"repository":{"type":"git","url":"git+https://github.com/multiformats/js-multihash.git"},"dependencies":{"multibase":"^3.1.0","uint8arrays":"^2.0.5","varint":"^6.0.0"},"devDependencies":{"aegir":"^30.3.0","ipfs-utils":"^5.0.1"},"eslintConfig":{"extends":"ipfs"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Hugo Dias","email":"hugomrdias@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Jacob Heun","email":"jacobheun@gmail.com"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ","email":"victorbjelkholm@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"},{"name":"Alex Potsides","email":"alex@achingbrain.net"},{"name":"Irakli Gozalishvili","email":"contact@gozala.io"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Nate Foss","email":"npfoss@gmail.com"},{"name":"Alan Shaw","email":"alan@tableflip.io"}],"engines":{"node":">=10.0.0","npm":">=6.0.0"},"readme":"# js-multihash <!-- omit in toc -->\n\n[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)\n[![](https://img.shields.io/badge/project-multiformats-blue.svg?style=flat-square)](https://github.com/multiformats/multiformats)\n[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](https://webchat.freenode.net/?channels=%23ipfs)\n[![codecov](https://img.shields.io/codecov/c/github/multiformats/js-multihash.svg?style=flat-square)](https://codecov.io/gh/multiformats/js-multihash)\n[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/multiformats/js-multihash/ci?label=ci&style=flat-square)](https://github.com/multiformats/js-multihash/actions?query=branch%3Amaster+workflow%3Aci+)\n\n> multihash implementation in node.js\n\nThis is the [multihash](//github.com/multiformats/multihash) implementation in Node.\nIt is extended by [js-multihashing](https://github.com/multiformats/js-multihashing)\nand [js-multihashing-async](https://github.com/multiformats/js-multihashing-async),\nso give those a look as well.\n\n## Lead Maintainer <!-- omit in toc -->\n\n[Hugo Dias](http://github.com/hugomrdias/)\n\n## Table of Contents <!-- omit in toc -->\n\n- [Install](#install)\n  - [Using npm](#using-npm)\n  - [Using a `<script>` tag](#using-a-script-tag)\n- [Usage](#usage)\n- [API](#api)\n- [Update Constants](#update-constants)\n- [Contribute](#contribute)\n- [License](#license)\n\n## Install\n\n### Using npm\n\n```bash\n> npm install multihashes # NOTE: The name of the module is multihashes!\n```\n\n### Using a `<script>` tag\n\nLoading this module through a script tag will make the `Multihashes` obj available in the global namespace.\n\n```html\n<script src=\"https://unpkg.com/multihashes/dist/index.min.js\"></script>\n```\n\n## Usage\n\n```js\n> var multihash = require('multihashes')\n> var bytes = Uint8Array.from([0, 1, 2, 3...])\n\n> var encoded = multihash.encode(bytes, 'sha1')\n> console.log(encoded)\n<Uint8Array 11 14 0b ee c7 b5 ea 3f 0f db c9 5d 0d d4 7f 3c 5b c2 75 da 8a 33>\n\n> multihash.decode(encoded)\n{ code: 17,\n  name: 'sha1',\n  length: 20,\n  digest: <Uint8Array 0b ee c7 b5 ea 3f 0f db c9 5d 0d d4 7f 3c 5b c2 75 da 8a 33> }\n```\n\n## API\n\nhttps://multiformats.github.io/js-multihash/\n\n## Update Constants\n\nTo update the constants table run the command below. This will fetch the main codec list from https://raw.githubusercontent.com/multiformats/multicodec/master/table.csv and filter only the multihash codecs and update the `constants.js` file in this repo.\n\n```sh\nnpm run update-constants\n```\n\n\n## Contribute\n\nContributions welcome. Please check out [the issues](https://github.com/multiformats/js-multihash/issues).\n\nCheck out our [contributing document](https://github.com/multiformats/multiformats/blob/master/contributing.md) for more information on how we work, and about contributing in general. Please be aware that all interactions related to multiformats are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).\n\nSmall note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.\n\n## License\n\n[MIT](LICENSE) © Protocol Labs Inc.\n","readmeFilename":"README.md","gitHead":"11c10af08696582ab5ed306c1d179a4d77bddb7e","_id":"multihashes@3.1.3-5","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"integrity":"sha512-BYGvECU7tmphrSBqAJ6BNWBswhYThmgNRLBNV5lG42ORzf/a2AiDjq4dqyskbw+z2Of0it4EjMWGf0FZjrszOA==","shasum":"3ef3600e2c0d5b3c5ce4d53c2327597d4e098177","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-3.1.3-5.tgz","fileCount":14,"unpackedSize":71533,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgKBudCRA9TVsSAnZWagAAynEP/R24sVa7DM7hiaNYcPm3\n7j00cGDQk/Wed02kB3d8YDG8pDn9LXhj6ckja1CX9iuri7GPPXwBhYRaEP5k\n5Kr1Ie95o8T0uFgbdEY3dd4mBXhoFWPVgXcagFPe3vJb2E8BxQRwnvWBm44L\nTdIornmiRhrduyZGqyJeiDsauxw5pwcvZZU8SPafAxXrDjSOLmc6aHZn+uuQ\nk6hTD2omE2Ws8e78KrEo7jnLLo3DMdMHYp/bUtmfRD8/p6iDNBIUGVnbTx62\nXcc6odB3tGIBVWmUF7APHrt7+B7PdvbmwWxg0DRzyN6DnZfoVQ6lo0QEBCOE\nEJoS31CTQHDer/17p4a7/WAS+A/2C/0Ew0ryIonPA9TbOEq7Sj8rkgq4C5v+\nVBqxRQSyQIdpAR/gux+yozvnPkHkgynakuwNNFK2zlXBSPR5VVBv/AEIVm53\nGtKc4lWjl1wCWhY+IjBu3KLNL1vgzvisIOaCx1E84ZIVQQ/YzjgjrYgRvhDt\num/GsU+CoiN8RT+o45/RaIlzOBVIMi8RpMaYBE78HoFfjtNVyEYPuPqKjKA8\n+TDfZu/kSjgEJfjUGxIJOEMlnkGW+uwPKPJp0IlAumyY5RK2ouHc+wM4TWSX\nqFcHK4vXpM/Vbomjaom+Zc5oUVXqfddc86HfEaLqbgytoVsEr2VF1ngKMrgx\n9k2/\r\n=oSiD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC5eEkdK/3cdFZ2siaZgmlgvAYl1midZfjCCXNKi/ZojgIgI73cAE0JK6eEKdBp53maFeiwiESge6kfx6lPouzQOpc="}]},"_npmUser":{"name":"hugomrdias","email":"hugomrdias@gmail.com"},"directories":{},"maintainers":[{"name":"jacobheun","email":"jacobheun@gmail.com"},{"name":"daviddias","email":"mail@daviddias.me"},{"name":"hugomrdias","email":"hugomrdias@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_3.1.3-5_1613241245165_0.42020406885957273"},"_hasShrinkwrap":false},"4.0.2":{"name":"multihashes","version":"4.0.2","description":"multihash implementation","keywords":["multihash","multiformats","ipfs","hash"],"homepage":"https://github.com/multiformats/js-multihash","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"license":"MIT","leadMaintainer":"Hugo Dias <hugomrdias@gmail.com>","scripts":{"prepare":"aegir build --no-bundle","lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","update-constants":"node update-constants.js"},"main":"src/index.js","types":"dist/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/multiformats/js-multihash.git"},"dependencies":{"multibase":"^4.0.1","uint8arrays":"^2.1.3","varint":"^5.0.2"},"devDependencies":{"aegir":"^31.0.0","ipfs-utils":"^6.0.1"},"eslintConfig":{"extends":"ipfs"},"aegir":{"build":{"bundlesizeMax":"5.8kB"}},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Hugo Dias","email":"hugomrdias@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Jacob Heun","email":"jacobheun@gmail.com"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ","email":"victorbjelkholm@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"},{"name":"Alex Potsides","email":"alex@achingbrain.net"},{"name":"Irakli Gozalishvili","email":"contact@gozala.io"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Nate Foss","email":"npfoss@gmail.com"},{"name":"Alan Shaw","email":"alan@tableflip.io"}],"engines":{"node":">=12.0.0","npm":">=6.0.0"},"gitHead":"15cc81ebf0c92085f33c42e0598ea72ae53f742f","_id":"multihashes@4.0.2","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"integrity":"sha512-xpx++1iZr4ZQHjN1mcrXS6904R36LWLxX/CBifczjtmrtCXEX623DMWOF1eiNSg+pFpiZDFVBgou/4v6ayCHSQ==","shasum":"d76aeac3a302a1bed9fe1ec964fb7a22fa662283","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-4.0.2.tgz","fileCount":13,"unpackedSize":71482,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgP3LUCRA9TVsSAnZWagAAcDwP/1d7TzfM+y3SfqFk4o1T\n02TimFQYVT+rjeY5g4eHwXQnBhRjl43Zdk9VFfVuil6m4tdITb7a+tInVZd2\nHLTn+bRlddFNS6GaSa1cOloWIlvsfFsR/bM+cEyZb/iVeHO8XVcFJpr7feH/\nJY2xhq1UXhn3+Dc5rlKX9G1h0UTgEonuFMO3O9cOfa9vPBAfbRdgR2LMQdK4\nM6PNAsXI6SFyt4Wyv+OBN8tn0bTfyS98TGizeVsiq68wUQvPt9XOLccxZwUp\noRGSVZ9okCdq0BzSq/kjZeXMKAonIWHge4Q9KFUmQ5TXG6yjd3KXFJG8xBg+\nGB/15NUut0G8dMfcB+Bq8MPjH6sQOT52CbdZCesHi7J4zzCaM6NZtDgYfHxy\n5SVE+nhdHM3InYjw/sYKhD0A3ag0KOI7KM6jzwyHFIjMOAR+GW5d825jaLJ+\nYcAOcC00NLotFgn9duKEd+OHNcCreKEIlvEYTf/aYbFMqo3Bl+aUZ1aC2rYw\nvJCByYSx1F54xG/uebpT/dNHPGMMYmVqw26ceThjL3P8I2sRITYqaiAvK+Tv\nBMDAFLs1E3xKVfyoGA37FyWtvBmLQVUMNtp3yP35/Xq2vLQ76OdLeUQk9kGI\nnCtQyfOac+L8yJe9JfqR9+/G8VMZdoyzVA362QJ5eUG1GPFigkpYAPd9QPNa\n51h6\r\n=QDr/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA2JLcFrJd05JLwNY/ZKjjhhVaNPw2q1USgFAt9rGXNsAiBG7AOGZX5FzckkFnoU2JgpXa3u9tpOfdux3ylDk9JqJA=="}]},"_npmUser":{"name":"hugomrdias","email":"hugomrdias@gmail.com"},"directories":{},"maintainers":[{"name":"jacobheun","email":"jacobheun@gmail.com"},{"name":"daviddias","email":"mail@daviddias.me"},{"name":"hugomrdias","email":"hugomrdias@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_4.0.2_1614770900014_0.3725240292656635"},"_hasShrinkwrap":false},"4.0.3":{"name":"multihashes","version":"4.0.3","description":"multihash implementation","keywords":["multihash","multiformats","ipfs","hash"],"homepage":"https://github.com/multiformats/js-multihash","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"license":"MIT","leadMaintainer":"Hugo Dias <hugomrdias@gmail.com>","scripts":{"prepare":"aegir build --no-bundle","lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","update-constants":"node update-constants.js"},"main":"src/index.js","types":"dist/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/multiformats/js-multihash.git"},"dependencies":{"multibase":"^4.0.1","uint8arrays":"^3.0.0","varint":"^5.0.2"},"devDependencies":{"aegir":"^35.0.1","ipfs-utils":"^8.1.4","util":"^0.12.4"},"eslintConfig":{"extends":"ipfs"},"aegir":{"build":{"bundlesizeMax":"10.3kB"}},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Hugo Dias","email":"hugomrdias@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Jacob Heun","email":"jacobheun@gmail.com"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ","email":"victorbjelkholm@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"Alex Potsides","email":"alex@achingbrain.net"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Irakli Gozalishvili","email":"contact@gozala.io"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Lars Gierth","email":"lgierth@users.noreply.github.com"},{"name":"Nate Foss","email":"npfoss@gmail.com"},{"name":"Alan Shaw","email":"alan@tableflip.io"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"}],"engines":{"node":">=12.0.0","npm":">=6.0.0"},"gitHead":"98ebff7e248bc842fbdfb22b14b58fb9c8679f96","_id":"multihashes@4.0.3","_nodeVersion":"14.16.0","_npmVersion":"6.14.11","dist":{"integrity":"sha512-0AhMH7Iu95XjDLxIeuCOOE4t9+vQZsACyKZ9Fxw2pcsRmlX4iCn1mby0hS0bb+nQOVpdQYWPpnyusw4da5RPhA==","shasum":"426610539cd2551edbf533adeac4c06b3b90fb05","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-4.0.3.tgz","fileCount":13,"unpackedSize":70623,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJPhFCRA9TVsSAnZWagAAuAAP/3xLuiulZIYI/g1FfyQH\nQhdBcjNM4IWefH98PLbdbGDBgl9Yoc2c2UkgJf8nPVKMkx72pKFeAY+LVd0J\n7PZ1qsMVK47E+KZiwQr4gI8GWEM+ca17AZ4Cdsu5ymRDsD+J7zOn3fecO9OM\n8P8Mlh7YgEQpNGHNK1QM7enRA32K1+RoIYcSpkeZCtNfGibDSeK3JzDSdCnP\nWcbGyUJsEd0RNLB9gpC+1OvV5YeHy8IVp9e/ERgAfguhJkUsPBXl++0L/p8+\nUMaA0015vNpiu7FUztrlSWX2xtU0DnCKXFAx1rNMfkHBU+JiAGc7KyXMGfQi\ndfCg0cIwsm3yAofLMKeBCYg1c+Vh1gvD8f+E3BnBqa99B0rZAgQ/E7HjsSZX\nYMaTJQ39gnEoZ33gcqkDBnp+mQdgistQBRSb6Na1HxXVlDxVt5h+GvtIlXQS\nZ1WZNVUwEB5jJ6pnVeUTUp3sLBVJQ2i55kk55iTzetMgiaDzAojJg9BTeEwU\nqKbfk1EgGgh6wXWqimbT+oUxfWOvJQfqgBByuOKiCVerzUfs5jvfRRpKmO9a\nCEUKG71pTzClzey2C2g4KEVldu0zAdxQD703h6c1IVUjLLoj1ZICkIZYsuHz\nvkxjroXxQ+nh2GI6JM+0J3mHPLOisFi7LPNtDziYa/oVcOUh7Imk+RspwrGx\nETnr\r\n=/A+W\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICoC1G2xULc48QVvbjoPRCEFVxqhMXb5S4GNveiSVHuXAiBcpmVU3Z0102dLL37hjGEXY3U+c7NcPWgCCbX/uDMs4g=="}]},"_npmUser":{"name":"achingbrain","email":"alex@achingbrain.net"},"directories":{},"maintainers":[{"name":"jacobheun","email":"jacobheun@gmail.com"},{"name":"daviddias","email":"mail@daviddias.me"},{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"hugomrdias","email":"hugomrdias@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_4.0.3_1629812804873_0.0610803565794662"},"_hasShrinkwrap":false},"4.0.0":{"name":"multihashes","version":"4.0.0","description":"multihash implementation","keywords":["multihash","multiformats","ipfs","hash"],"homepage":"https://github.com/multiformats/js-multihash","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"license":"MIT","leadMaintainer":"Hugo Dias <hugomrdias@gmail.com>","scripts":{"prepare":"aegir build --no-bundle","lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","update-constants":"node update-constants.js"},"main":"src/index.js","types":"dist/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/multiformats/js-multihash.git"},"dependencies":{"multibase":"^4.0.1","uint8arrays":"^2.1.3","varint":"^6.0.0"},"devDependencies":{"aegir":"^31.0.0","ipfs-utils":"^6.0.1"},"eslintConfig":{"extends":"ipfs"},"aegir":{"build":{"bundlesizeMax":"5.8kB"}},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Hugo Dias","email":"hugomrdias@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Jacob Heun","email":"jacobheun@gmail.com"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ","email":"victorbjelkholm@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"},{"name":"Alex Potsides","email":"alex@achingbrain.net"},{"name":"Irakli Gozalishvili","email":"contact@gozala.io"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Nate Foss","email":"npfoss@gmail.com"},{"name":"Alan Shaw","email":"alan@tableflip.io"}],"engines":{"node":">=14.0.0","npm":">=6.0.0"},"gitHead":"f83908273a2d7e4a1c02d6e10644733e1a7e5381","_id":"multihashes@4.0.0","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"integrity":"sha512-6jdrYX6dtH0A/xs3dEVXD8xCxPO0t2aCN4MBKssMANc9QQSWdfLfiLU9kWtgTRVnmIxN0qdcniYth4bD39D0Hg==","shasum":"1833cff217c04a760e55a3bbeecc86b31cbb3ee7","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-4.0.0.tgz","fileCount":13,"unpackedSize":70938,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgPQ4CCRA9TVsSAnZWagAAY4AP/0M6XUzrtHIegqEK2w5U\noLLD2/lrVHQQlx+Xvq19uRkUKwARGJl7UPVIyz3lFM8y+fZN8K3Zceuxvjhf\nJslQZK2KwbOdmVupcJ13BVzAyS+U1Lm86gaFaRglB1KWo1JPJTAYb+wpWvtg\n87Ya+cbNL8BX84ynuIEkEiyQxtJW4hZSu3x3bk521WD9B6QbwUmGTOMTlZPp\n+wBf/3PEmcX0bNvNdlls7lEvGB5Rt9xDT6EZsCnY10Qre+avFw1Kl/qSpyfs\nfB0UNNGeW7+0//gpsetMLhT/iYjtFuaaIFMOUuoAJtu2h2PReG9QvRnoaxhS\nK+jX6ryC2Yx98f3f9W3cLaMLGOZ7ik8uAvVHYG+7VK9ol+gTl2d2qs6KxOZX\nagfVFnnQ23XlauKvy4vgLT99EfcN93YTmKK1zdDKkShEXW147joIsd2/MBWL\n6y3ICQqpPAjw4oMY1SwScBS182fENt9OrdizlSely775Q8U12KyrVB2eh4d0\nUpDkGOJxen+tvo8e3ZRgT4Pts/IeOh5Y3Ea06+8qcEShmzWVjFXTmYgtVaEu\nDDCqcJYIfyqmHBrpiN3cwx0/siYZKm2DtnIF/06V7GBb2xtLNlHZVKIb5rIe\n7O5ToMdq8Z/4DT9Z+3ZFowKX26VGSpIMrwqvmjx9xjvO6Td4S8NorxdLMGhy\nELsu\r\n=aBWM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCPvQzlbjEWD4gF9dTNgLTWAsJvXhF7dhg5t4HYfBuwKgIhAK+JbGu/3PeGfrUMtVJ7d3hF3CjJOdXx43g1gJavI8gN"}]},"_npmUser":{"name":"hugomrdias","email":"hugomrdias@gmail.com"},"directories":{},"maintainers":[{"name":"jacobheun","email":"jacobheun@gmail.com"},{"name":"daviddias","email":"mail@daviddias.me"},{"name":"hugomrdias","email":"hugomrdias@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_4.0.0_1614614018258_0.19617597032515155"},"_hasShrinkwrap":false},"4.0.1":{"name":"multihashes","version":"4.0.1","description":"multihash implementation","keywords":["multihash","multiformats","ipfs","hash"],"homepage":"https://github.com/multiformats/js-multihash","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"license":"MIT","leadMaintainer":"Hugo Dias <hugomrdias@gmail.com>","scripts":{"prepare":"aegir build --no-bundle","lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","update-constants":"node update-constants.js"},"main":"src/index.js","types":"dist/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/multiformats/js-multihash.git"},"dependencies":{"multibase":"^4.0.1","uint8arrays":"^2.1.3","varint":"^5.0.2"},"devDependencies":{"aegir":"^31.0.0","ipfs-utils":"^6.0.1"},"eslintConfig":{"extends":"ipfs"},"aegir":{"build":{"bundlesizeMax":"5.8kB"}},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Hugo Dias","email":"hugomrdias@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Jacob Heun","email":"jacobheun@gmail.com"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ","email":"victorbjelkholm@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"},{"name":"Alex Potsides","email":"alex@achingbrain.net"},{"name":"Irakli Gozalishvili","email":"contact@gozala.io"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Nate Foss","email":"npfoss@gmail.com"},{"name":"Alan Shaw","email":"alan@tableflip.io"}],"engines":{"node":">=14.0.0","npm":">=6.0.0"},"gitHead":"2bca42294503f7fa1a40caf2960309ac693b8a22","_id":"multihashes@4.0.1","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"integrity":"sha512-8S6EMaQ4K8l+AerbCDQ+9jfEs+tkk8shvV7REA00VX56v+WNIKp5m4OriLlVaVkkbLZj1eEM5Q0LsYNHAcKB+g==","shasum":"b93debf7b4ca6e77664088cb0932cd0bfcac5d6b","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-4.0.1.tgz","fileCount":13,"unpackedSize":71243,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgPTaUCRA9TVsSAnZWagAA6TIP/Rv/OJyz229eWh0Tul9i\nsmYyZLItJUG5pw9eIZH47N+3tYahhBieTqbAQZAlShMCF05tD/FyUQLKxsqV\nR6EEPiJAy9S7gP6Fn65VCKOe9XsGYdspJvq5AWyJ8L5SR7IUFc8i3vPdWdQ0\nt9PEPfgiRZA00FHBX0vwwYlm+1WtRuDDB9nQkgWK8ODZH+tYg4c/oTrf9POB\nyZK98LSgfS1FaR2eGGEkhPIWdkJ8mQd5tqXeCj5SunsYY4U5wFYaQsDttfpA\n3+EMpDpI+ijNfkUAeuSzh/Yix8tP8A3Xzi1fxqJVAfhINtv9vt/Zj6vCuQS1\nsp+pH8rwyq3B7hxHCb/mJJYFSNjW6ft9o1Rz0kmhq0IBtS1AfobmqalmwMdX\niu+T97Gs8ferPzqFkOvxI1b5iVhCxBKjM+JRmFmhjCxjKJJSv5GBGY3/si9L\nqYmQNa8yI8tiLYCctXKWsnR4psFcZQjAnU8dCx47nyrD+VTzXUyl/Anw1SAD\nOBqoPu/PhRi4+YxicModN2MPznU9gQIELHCl0MyizFXFvqRzLHhLjXp5f0LF\na2fhbNs6dQKohMv1wXBTXxZPcwZde0SCJoKgKlb6RGYSOd2Bm+g17Z+Tc8KA\n0UqIAhswYArghJtxGNIa90JsmWpWQhmvLSM1RYIvbgSbd9rM2dRI8O3YOqoj\nN2mZ\r\n=cSJL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDedP/rNUWc7lI/NkRa8hcZQ63jyDUvY8LiDEPSM1Nm0gIgTCz0gQfT568qg6Zv2asVapDc1ABiDEEoE+wmRZT0pKQ="}]},"_npmUser":{"name":"hugomrdias","email":"hugomrdias@gmail.com"},"directories":{},"maintainers":[{"name":"jacobheun","email":"jacobheun@gmail.com"},{"name":"daviddias","email":"mail@daviddias.me"},{"name":"hugomrdias","email":"hugomrdias@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_4.0.1_1614624403690_0.6480687481836205"},"_hasShrinkwrap":false},"0.1.1":{"name":"multihashes","version":"0.1.1","description":"multihash implementation","main":"index.js","scripts":{"test":"node test.js"},"repository":{"type":"git","url":"git://github.com/jbenet/node-multihash.git"},"keywords":["multihash"],"author":{"name":"Juan Benet","email":"juan@benet.ai","url":"http://juan.benet.ai/"},"license":"MIT","bugs":{"url":"https://github.com/jbenet/node-multihash/issues"},"dependencies":{"invert-hash":"0.0.0"},"devDependencies":{"tape":"~2.13.1"},"_id":"multihashes@0.1.1","dist":{"shasum":"4e5964800124b61d3625061beb3e28ad26639055","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.1.1.tgz","integrity":"sha512-0ZYc7xVOhTQs669j6fJZbLfeg+S0AElXTM80HNPPkFOGN4WmTiTWwyjCpkl2oq/xwoEm9XYp/zhT3asyAa+osQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBEFjqVgWFV5Pbv6AdiD1TaZ5GLWW3I7SRNL+xQUFGHjAiAkNSr23uvPfwHO2ygz/CT1I7Nxc4vfoBZyChZsBcPBCg=="}]},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"jbenet","email":"juan@benet.ai"},"maintainers":[{"name":"jbenet","email":"juan@benet.ai"}],"directories":{}},"0.1.2":{"name":"multihashes","version":"0.1.2","description":"multihash implementation","main":"index.js","scripts":{"test":"node test.js"},"repository":{"type":"git","url":"git://github.com/jbenet/node-multihash.git"},"keywords":["multihash"],"author":{"name":"Juan Benet","email":"juan@benet.ai","url":"http://juan.benet.ai/"},"license":"MIT","bugs":{"url":"https://github.com/jbenet/node-multihash/issues"},"dependencies":{"invert-hash":"0.0.0","buffer-equal":"0.0.1"},"devDependencies":{"tape":"~2.13.1"},"_id":"multihashes@0.1.2","dist":{"shasum":"e011a422feedbe2837f94dcd80533fd2d7eb4930","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.1.2.tgz","integrity":"sha512-lYyua5hDZVWsyCBxTYcCX9fNPrjgelgh33fvCZd5wPnbHxioI7VpEL6tCVbAz8BIfmIrXLnzApKNh7biYS9BeQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFBezqdTs7lkanMtealhz5J09MMnNNbysPHl3gj9KCDcAiEApRRXiqrhOdK0gK5FGtN0uOT4RntgJ6sN15h20p+erB0="}]},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"jbenet","email":"juan@benet.ai"},"maintainers":[{"name":"jbenet","email":"juan@benet.ai"}],"directories":{}},"0.3.0":{"name":"multihashes","version":"0.3.0","description":"multihash implementation","main":"src/index.js","scripts":{"test:node":"aegir-test node","lint":"aegir-lint","test:browser":"aegir-test browser","build":"aegir-build","test":"aegir-test","release":"aegir-release","release-minor":"aegir-release --type minor","release-major":"aegir-release --type major","coverage":"aegir-coverage","coverage-publish":"aegir-coverage publish"},"pre-commit":["lint","test"],"standard":{"ignore":["dist"]},"repository":{"type":"git","url":"git://github.com/multiformats/js-multihash.git"},"keywords":["multihash"],"author":{"name":"Juan Benet","email":"juan@benet.ai","url":"http://juan.benet.ai/"},"license":"MIT","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"dependencies":{"bs58":"^3.0.0"},"devDependencies":{"aegir":"^9.1.2","buffer-equal":"1.0.0","chai":"^3.5.0","pre-commit":"^1.1.2"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"dignifiedquire","email":"dignifiedquire@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"npm-to-cdn-bot","email":"npmcdn-to-unpkg-bot@users.noreply.github.com","url":"by Forbes Lindesay"}],"gitHead":"d98d3768016f2730d4ec802fa9670c60ecb020cb","homepage":"https://github.com/multiformats/js-multihash#readme","_id":"multihashes@0.3.0","_shasum":"ea9191d70487356f7e38c125db4bea1ca2c616e0","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"daviddias","email":"daviddias.p@gmail.com"},"maintainers":[{"name":"daviddias","email":"daviddias.p@gmail.com"},{"name":"jbenet","email":"juan@benet.ai"}],"dist":{"shasum":"ea9191d70487356f7e38c125db4bea1ca2c616e0","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.3.0.tgz","integrity":"sha512-N8cReqyf6ZpHkgXt7uzm6+86oQHSWllqqT3f4/puMQZxjZGL3MQ+lWcTgQBSOxqG87xFrXlr3hSwUI+dcOs3LQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCCgYdmZYCWzTuppyCGgGvEahMPOn6JUtAAiweDfhLhqwIhAKzgwLgn2RjTzikR4RQ9fgLfAUFqgXQCfyqs0cGOwnuC"}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/multihashes-0.3.0.tgz_1480128041280_0.43923588027246296"},"directories":{}},"0.1.0":{"name":"multihashes","version":"0.1.0","description":"multihash implementation","main":"index.js","scripts":{"test":"node test.js"},"repository":{"type":"git","url":"git://github.com/jbenet/node-multihash.git"},"keywords":["multihash"],"author":{"name":"Juan Benet","email":"juan@benet.ai","url":"http://juan.benet.ai/"},"license":"MIT","bugs":{"url":"https://github.com/jbenet/node-multihash/issues"},"dependencies":{"invert-hash":"0.0.0"},"devDependencies":{"tape":"~2.13.1"},"_id":"multihashes@0.1.0","dist":{"shasum":"635fa3c77e4bebfe93a1ea5f3fac1544673cf058","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.1.0.tgz","integrity":"sha512-EFDyi05cUukmjY8fTh3ckcMLLv09TZtWXJffnHHmALQ4cHSnBKEwHqL30zjUIToUJo82w4J4vL2TXqTfzXQPkg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDR2gj3GsSD6EKRPFAsJr/X1a2GTKsNvLi75+FFv284DgIhAOz8/SVOO53lJGwFWEmjmkOoxpi6WbWCmP6lsS8MefTU"}]},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"jbenet","email":"juan@benet.ai"},"maintainers":[{"name":"jbenet","email":"juan@benet.ai"}],"directories":{}},"3.0.0":{"name":"multihashes","version":"3.0.0","description":"multihash implementation","keywords":["multihash","multiformats","ipfs","hash"],"homepage":"https://github.com/multiformats/js-multihash","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"license":"MIT","leadMaintainer":"Hugo Dias <hugomrdias@gmail.com>","scripts":{"lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","build":"aegir build","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","update-constants":"node update-constants.js"},"main":"src/index.js","repository":{"type":"git","url":"git+https://github.com/multiformats/js-multihash.git"},"dependencies":{"multibase":"^3.0.0","uint8arrays":"^1.0.0","varint":"^5.0.0"},"devDependencies":{"aegir":"^25.0.0","ipfs-utils":"^2.3.1"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Hugo Dias","email":"hugomrdias@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Jacob Heun","email":"jacobheun@gmail.com"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ","email":"victorbjelkholm@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"Irakli Gozalishvili","email":"contact@gozala.io"},{"name":"Alan Shaw","email":"alan@tableflip.io"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Alex Potsides","email":"alex@achingbrain.net"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Nate Foss","email":"npfoss@gmail.com"}],"engines":{"node":">=10.0.0","npm":">=6.0.0"},"gitHead":"e4aad1f91a4a7763a5d6c90353954b8b92bb9c69","_id":"multihashes@3.0.0","_nodeVersion":"14.5.0","_npmVersion":"6.14.5","dist":{"integrity":"sha512-8O+URl3DOAdqezhxKY8K3Uou969hQPYlsIDyxYMC4A6UnSs6xrlKTNkb2EJneyXg/uqd+hZbR5UeTMmMQg1AhA==","shasum":"4e1652c6eeea4335ce18357552333de21039d56c","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-3.0.0.tgz","fileCount":8,"unpackedSize":69089,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfJ/m9CRA9TVsSAnZWagAAabkP/2bAjsxFBXnFU6hBGoqc\n2+1yA7347FZui8rR5lV1X7NlHNvcQqht9aSS3yWh7cUz1dF2Q5VBGx2OGNUi\nEyGfxawYbCqj5qKFbPB2IHB5gA+pwPXJzMoCF2gAPXIwpcct52vXB7j7XbOj\n93p3PPlslzTeJhgItMv8YflWPRBi0TmewhvueI9GTyXkkLHCmb4a9Y7+sXxq\nLDuYX7V8kaxzCHqr6K76soeZQaZfzmVynTu8n0XsmxFiucty/FD82LsItig6\nxxlQj6n/g7lTzfLbRrG0Xue6Mjk1eJWGRzzI7VORy3tzI1HYJ8h9HP1xSjzX\npISkiuOT4BvNJMal7LmWqZleNtrJpn57aT4SzDpUgyq8tSC29qLQIH5ZRtX/\nkcqYM7SlhNaRz+EO8dKF9HE96T5i56hOGKrnrSQ56f5q3iwiUm2mBUT6But3\nvAMUa8P/cgYCszCR1fmOVzh8KeBnz9MFUb16oNZYauw63buPG3ysKAPdXpG7\nrJ1W5ZIwiDBcVWrwPYrKjYy13cBx+IUngg1ThBVX3NWlHBhf/ie/ed0Y3CNL\n/apv5FkAwdyhu+ecCQg437EPqApMMy0P80PLL93XYww540J5h/2cuGBpCfY2\ng6XHZqtl+Oe6EZshWvrq/BqRW7YvZvHHxUP5vU/kkW9/3InyhYitS7IJ0Kxv\n0wQP\r\n=ow8z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDmySjyrp/bAiHQTFTXCLaO//k6itZVJbdLSUcMBF1duAiBxiUvI79pxVCIfcqouX53nLO6o1c6kxWmmAS7pPh7rpA=="}]},"maintainers":[{"email":"mail@daviddias.me","name":"daviddias"},{"email":"dignifiedquire@gmail.com","name":"dignifiedquire"},{"email":"jacobheun@gmail.com","name":"jacobheun"},{"email":"vasco.santos@moxy.studio","name":"vascosantos"}],"_npmUser":{"name":"jacobheun","email":"jacobheun@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_3.0.0_1596455356547_0.291291593273981"},"_hasShrinkwrap":false},"3.0.1":{"name":"multihashes","version":"3.0.1","description":"multihash implementation","keywords":["multihash","multiformats","ipfs","hash"],"homepage":"https://github.com/multiformats/js-multihash","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"license":"MIT","leadMaintainer":"Hugo Dias <hugomrdias@gmail.com>","scripts":{"lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","build":"aegir build","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","update-constants":"node update-constants.js"},"main":"src/index.js","repository":{"type":"git","url":"git+https://github.com/multiformats/js-multihash.git"},"dependencies":{"multibase":"^3.0.0","uint8arrays":"^1.0.0","varint":"^5.0.0"},"devDependencies":{"aegir":"^25.0.0","ipfs-utils":"^2.3.1"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Hugo Dias","email":"hugomrdias@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Jacob Heun","email":"jacobheun@gmail.com"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ","email":"victorbjelkholm@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"},{"name":"Alex Potsides","email":"alex@achingbrain.net"},{"name":"Irakli Gozalishvili","email":"contact@gozala.io"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Nate Foss","email":"npfoss@gmail.com"},{"name":"Alan Shaw","email":"alan@tableflip.io"}],"engines":{"node":">=10.0.0","npm":">=6.0.0"},"gitHead":"167eae7e2d0d1e940d88876919b981bbd3170a05","_id":"multihashes@3.0.1","_nodeVersion":"14.5.0","_npmVersion":"6.14.5","dist":{"integrity":"sha512-fFY67WOtb0359IjDZxaCU3gJILlkwkFbxbwrK9Bej5+NqNaYztzLOj8/NgMNMg/InxmhK+Uu8S/U4EcqsHzB7Q==","shasum":"607c243d5e04ec022ac76c9c114e08416216f019","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-3.0.1.tgz","fileCount":8,"unpackedSize":69313,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfJ/+XCRA9TVsSAnZWagAAueQP/0jWiLPYG1XwABVSrmLy\nN6+6+SRb/rNXcVy/YL5ZezBpz/Wu+InxuhunsvQGvRKJQ9vujtzPiary6+Mu\nD+LOf/4sOPWu2suLFVxbVGbrXHUz55pzkbPlmYonaYdHTitBmFF8+ado6kVi\n15FDd+7O1yQ/DcHl6tGLsH7O/Qe10DpGhf0VXBEq3ufIxblvaHj20LI24gDE\nAwHc2jt2RJWyCSkS/q3Go8bv8yjxtHOJ0uyBty5l4Tjjvt0NGy7eRzQdk3fu\nr/8RmXQiX91wCIyyAx8AdQkrq5K4nt3AdvRgLt+pHSlq0BbtwIU2UTScGBtY\nyl7c1fOeBm8Xalx9elYiPMftzmF1XTQnwJCE4iLWMrIveFrcYDTCveMiNFCO\nFxTkVkcBAA7RxZY5pUuo4QYSqQvbf9Vj5vegrwnWYAMzlL0rsn9KsG4zJ76n\nubkogMlM4KOTyJsQYREQplErxIloTUeRErKe1HLP/fU9uMTroUAQiP0rI3vK\nmjBBXdvCqySNMWRNo1k1TncV+fgIM1CGQy8yT4wm0sX+1BwN8aI/UO9dhdLi\nSTwDbI2FGBRizy5wMm78x/tq7ahOQHxtBOmfdR0X6xme1kwJt819m4sUpYd0\nNge8A49RX6Gbx0cFAuGgcgdAAb24d6FyMweqI5EFo0K4dHenQ72D30KcgHyz\nrdhJ\r\n=6OCE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCNshrbCag4eGEH/JO1qeQyPX2OOGfZTTT2XeK1OjCsagIgNbS7G/F+zZk5IwhseCdUzbc1/NRGCzv+Gv7wav/2cyA="}]},"maintainers":[{"email":"mail@daviddias.me","name":"daviddias"},{"email":"dignifiedquire@gmail.com","name":"dignifiedquire"},{"email":"jacobheun@gmail.com","name":"jacobheun"},{"email":"vasco.santos@moxy.studio","name":"vascosantos"}],"_npmUser":{"name":"jacobheun","email":"jacobheun@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_3.0.1_1596456855272_0.5946360754602489"},"_hasShrinkwrap":false},"2.0.0":{"name":"multihashes","version":"2.0.0","description":"multihash implementation","keywords":["multihash","multiformats","ipfs","hash"],"homepage":"https://github.com/multiformats/js-multihash","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"license":"MIT","leadMaintainer":"Hugo Dias <hugomrdias@gmail.com>","scripts":{"lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","build":"aegir build","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","update-constants":"node update-constants.js"},"main":"src/index.js","repository":{"type":"git","url":"git+https://github.com/multiformats/js-multihash.git"},"dependencies":{"buffer":"^5.6.0","multibase":"^2.0.0","varint":"^5.0.0","web-encoding":"^1.0.2"},"devDependencies":{"aegir":"^24.0.0","chai":"^4.1.2","dirty-chai":"^2.0.1","ipfs-utils":"^2.3.1"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Hugo Dias","email":"hugomrdias@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Jacob Heun","email":"jacobheun@gmail.com"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ","email":"victorbjelkholm@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"Irakli Gozalishvili","email":"contact@gozala.io"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"Nate Foss","email":"npfoss@gmail.com"},{"name":"Alan Shaw","email":"alan@tableflip.io"}],"engines":{"node":">=10.0.0","npm":">=6.0.0"},"gitHead":"b90be958b61f60669b627c7e6aee284aecd91a77","_id":"multihashes@2.0.0","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","dist":{"integrity":"sha512-Mp94Y+7h3oWQx8JickVghlWR6VhRPDnlv/KZEUyNP0ISSkNEe3kQkWoyIGt1B45D6cTLoulg+MP6bugVewx32Q==","shasum":"4fa599d2d726ec6de33bf1e6f6d9f04b2351ace9","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-2.0.0.tgz","fileCount":8,"unpackedSize":68641,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIuFPCRA9TVsSAnZWagAAtI4P/iBI2U6kNdPBhgxiAZQK\n1ZnxpRFj1D+SxqUpaPXAFzXP81JjrStYkpbT5FkgM6wxKc5lEsJonwyICz4W\nUts5OtEVFknZasQsdswnDL775UOyPFumIzbGUhlwyTRkQx5mKDMhiNUhRD4Y\nzVjeEGI3e+c+1K0VVkEwbJpLRoZf28uMECImhZBrglxryOjEEX02PgnkKHDg\n3vNPB3xx/H2WDbD5iCD4UKKG0ZfqrjyIhIjQYBmN+iM4ulnLc/2e3FSO8GyQ\nfQ6pYApgP2nYgANCbmIdYPn8MpYlhjBW7T/zez/pumpSeASMDJ+yplyxVuLg\nsiD0ibOedITHhnpXWe5AJq/8NapdgR20Eeqj/Py6BEyA1sZdGb6U4nKmr2cS\nh/Qagepk/4eTTzzi+e665HdFI0Jgi9zfQ+/O9zPoeEtb8j1qSkqBlbekVXOe\nHqXnAuLmEigpAG1pviuahX1qLEfxedADP5QYpb63Y4Cqh5zYZaleQpdwI1lz\n3/28Ldo0veWeht60a64ZXIGQKyW7ikprkr+3wk+4aU3mUK0bH5b+ZwJfusiD\nzca3YUjleszwOc07gcFSsue4FkDnnC1+c+A/b5O5pm9XiDCwKaKLFxxYBI2S\nT8Hmq+AU0bSKclEvhsWEIQjASGeBo0yqB+paAcdonWhxE/YnfrJxYhM3sTZP\nnw6b\r\n=2fo/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4NBYn5nqo3WPVQKNEAbPWJJfmNrvWA9ea1KbWzfopcAIhAMJcOYmPRRtvk9Cu6sJZZroD6zdNcDBU1JYRBrT/IViy"}]},"maintainers":[{"email":"mail@daviddias.me","name":"daviddias"},{"email":"dignifiedquire@gmail.com","name":"dignifiedquire"},{"email":"jacobheun@gmail.com","name":"jacobheun"},{"email":"vasco.santos@moxy.studio","name":"vascosantos"}],"_npmUser":{"name":"hugomrdias","email":"mail@hugodias.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_2.0.0_1596121423224_0.12557348450458727"},"_hasShrinkwrap":false},"0.4.8":{"name":"multihashes","version":"0.4.8","description":"multihash implementation","main":"src/index.js","scripts":{"test:node":"aegir-test node","lint":"aegir-lint","test:browser":"aegir-test browser","build":"aegir-build","test":"aegir-test","docs":"aegir-docs","release":"aegir-release --docs","release-minor":"aegir-release --type minor --docs","release-major":"aegir-release --type major --docs","coverage":"aegir-coverage","coverage-publish":"aegir-coverage publish"},"pre-commit":["lint","test"],"standard":{"ignore":["dist"]},"repository":{"type":"git","url":"git://github.com/multiformats/js-multihash.git"},"keywords":["multihash"],"author":{"name":"Juan Benet","email":"juan@benet.ai","url":"http://juan.benet.ai/"},"license":"MIT","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"dependencies":{"bs58":"^4.0.1","varint":"^5.0.0"},"devDependencies":{"aegir":"^11.0.2","buffer-equal":"1.0.0","chai":"^4.1.1","dirty-chai":"^2.0.1","pre-commit":"^1.2.2"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"npm-to-cdn-bot","email":"npmcdn-to-unpkg-bot@users.noreply.github.com","url":"by Forbes Lindesay"}],"gitHead":"264f04a2fb92ca7616ddec0e936e4902340e5f95","homepage":"https://github.com/multiformats/js-multihash#readme","_id":"multihashes@0.4.8","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"daviddias","email":"daviddias.p@gmail.com"},"dist":{"integrity":"sha512-3E6FfSlAxlEtcjL9wF8L+X0tnwD9Lfh/0UKE5Ya71mDg/8Ke7nzHDBiIygTGR/WaSdHC1mq01Ko3yWc0zlH1lw==","shasum":"2e02346d383fe066cc34b9bb91289473817e144a","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.4.8.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCmuYc6B95jg9U6QMOa7her1+U98rTvPCjekJGVzdW0ggIhAM7Mv7+7MX2KI/O7Yg+N2t8uxR44F23OTrpvVYsmmmHQ"}]},"maintainers":[{"name":"daviddias","email":"daviddias.p@gmail.com"},{"name":"dignifiedquire","email":"dignifiedquire@gmail.com"},{"name":"jbenet","email":"juan@benet.ai"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes-0.4.8.tgz_1503490235465_0.22356753912754357"},"directories":{}},"0.4.9":{"name":"multihashes","version":"0.4.9","description":"multihash implementation","main":"src/index.js","scripts":{"test:node":"aegir-test node","lint":"aegir-lint","test:browser":"aegir-test browser","build":"aegir-build","test":"aegir-test","docs":"aegir-docs","release":"aegir-release --docs","release-minor":"aegir-release --type minor --docs","release-major":"aegir-release --type major --docs","coverage":"aegir-coverage","coverage-publish":"aegir-coverage publish"},"pre-commit":["lint","test"],"standard":{"ignore":["dist"]},"repository":{"type":"git","url":"git://github.com/multiformats/js-multihash.git"},"keywords":["multihash"],"author":{"name":"Juan Benet","email":"juan@benet.ai","url":"http://juan.benet.ai/"},"license":"MIT","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"dependencies":{"bs58":"^4.0.1","varint":"^5.0.0"},"devDependencies":{"aegir":"^11.0.2","buffer-equal":"1.0.0","chai":"^4.1.1","dirty-chai":"^2.0.1","pre-commit":"^1.2.2"},"contributors":[{"name":"Alan Shaw","email":"alan@tableflip.io"},{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"npm-to-cdn-bot","email":"npmcdn-to-unpkg-bot@users.noreply.github.com","url":"by Forbes Lindesay"}],"gitHead":"3b1adb56bbb44cdb44dba13e635f9971d0b85cf0","homepage":"https://github.com/multiformats/js-multihash#readme","_id":"multihashes@0.4.9","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"daviddias","email":"daviddias.p@gmail.com"},"dist":{"integrity":"sha512-XnbYTArgUT3M8vwY6QNZM3pKBssONr4bHrjC18S4joRixKa3xiHGhAH9/0qnCqxBQpBWXBAsMuETvmdBinG8Zw==","shasum":"12741cceb081164ff7ed88bd2a6bea84af0a462a","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-0.4.9.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCSJMUR+KanFFdm9pCGd0weWXVUa6yHMJo6goX2dJbH1gIhALVpXnUAID3by4U8B5jD0xa1V5YOYDm7JlJ+IZ4FfYEm"}]},"maintainers":[{"name":"daviddias","email":"daviddias.p@gmail.com"},{"name":"dignifiedquire","email":"dignifiedquire@gmail.com"},{"name":"jbenet","email":"juan@benet.ai"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes-0.4.9.tgz_1504285937307_0.48516633082181215"},"directories":{}},"3.1.3-1":{"name":"multihashes","version":"3.1.3-1","description":"multihash implementation","keywords":["multihash","multiformats","ipfs","hash"],"homepage":"https://github.com/multiformats/js-multihash","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"license":"MIT","leadMaintainer":"Hugo Dias <hugomrdias@gmail.com>","scripts":{"prepare":"aegir build --no-bundle","lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","update-constants":"node update-constants.js"},"main":"src/index.js","types":"dist/src/index.d.ts","typesVersions":{"*":{"src/*":["dist/src/*","dist/src/*/index"],"src/":["dist/src/index"]}},"repository":{"type":"git","url":"git+https://github.com/multiformats/js-multihash.git"},"dependencies":{"multibase":"^3.1.0","uint8arrays":"^2.0.5","varint":"^6.0.0"},"devDependencies":{"aegir":"^30.3.0","ipfs-utils":"^5.0.1"},"eslintConfig":{"extends":"ipfs"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Hugo Dias","email":"hugomrdias@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Jacob Heun","email":"jacobheun@gmail.com"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ","email":"victorbjelkholm@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"},{"name":"Alex Potsides","email":"alex@achingbrain.net"},{"name":"Irakli Gozalishvili","email":"contact@gozala.io"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Nate Foss","email":"npfoss@gmail.com"},{"name":"Alan Shaw","email":"alan@tableflip.io"}],"engines":{"node":">=10.0.0","npm":">=6.0.0"},"readme":"# js-multihash <!-- omit in toc -->\n\n[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)\n[![](https://img.shields.io/badge/project-multiformats-blue.svg?style=flat-square)](https://github.com/multiformats/multiformats)\n[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](https://webchat.freenode.net/?channels=%23ipfs)\n[![codecov](https://img.shields.io/codecov/c/github/multiformats/js-multihash.svg?style=flat-square)](https://codecov.io/gh/multiformats/js-multihash)\n[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/multiformats/js-multihash/ci?label=ci&style=flat-square)](https://github.com/multiformats/js-multihash/actions?query=branch%3Amaster+workflow%3Aci+)\n\n> multihash implementation in node.js\n\nThis is the [multihash](//github.com/multiformats/multihash) implementation in Node.\nIt is extended by [js-multihashing](https://github.com/multiformats/js-multihashing)\nand [js-multihashing-async](https://github.com/multiformats/js-multihashing-async),\nso give those a look as well.\n\n## Lead Maintainer <!-- omit in toc -->\n\n[Hugo Dias](http://github.com/hugomrdias/)\n\n## Table of Contents <!-- omit in toc -->\n\n- [Install](#install)\n  - [Using npm](#using-npm)\n  - [Using a `<script>` tag](#using-a-script-tag)\n- [Usage](#usage)\n- [API](#api)\n- [Update Constants](#update-constants)\n- [Contribute](#contribute)\n- [License](#license)\n\n## Install\n\n### Using npm\n\n```bash\n> npm install multihashes # NOTE: The name of the module is multihashes!\n```\n\n### Using a `<script>` tag\n\nLoading this module through a script tag will make the `Multihashes` obj available in the global namespace.\n\n```html\n<script src=\"https://unpkg.com/multihashes/dist/index.min.js\"></script>\n```\n\n## Usage\n\n```js\n> var multihash = require('multihashes')\n> var bytes = Uint8Array.from([0, 1, 2, 3...])\n\n> var encoded = multihash.encode(bytes, 'sha1')\n> console.log(encoded)\n<Uint8Array 11 14 0b ee c7 b5 ea 3f 0f db c9 5d 0d d4 7f 3c 5b c2 75 da 8a 33>\n\n> multihash.decode(encoded)\n{ code: 17,\n  name: 'sha1',\n  length: 20,\n  digest: <Uint8Array 0b ee c7 b5 ea 3f 0f db c9 5d 0d d4 7f 3c 5b c2 75 da 8a 33> }\n```\n\n## API\n\nhttps://multiformats.github.io/js-multihash/\n\n## Update Constants\n\nTo update the constants table run the command below. This will fetch the main codec list from https://raw.githubusercontent.com/multiformats/multicodec/master/table.csv and filter only the multihash codecs and update the `constants.js` file in this repo.\n\n```sh\nnpm run update-constants\n```\n\n\n## Contribute\n\nContributions welcome. Please check out [the issues](https://github.com/multiformats/js-multihash/issues).\n\nCheck out our [contributing document](https://github.com/multiformats/multiformats/blob/master/contributing.md) for more information on how we work, and about contributing in general. Please be aware that all interactions related to multiformats are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).\n\nSmall note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.\n\n## License\n\n[MIT](LICENSE) © Protocol Labs Inc.\n","readmeFilename":"README.md","gitHead":"07e9fa431cf34df56b3041e87e964d72366b4595","_id":"multihashes@3.1.3-1","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"integrity":"sha512-XazQ36ujsFknhWapXlhQUQzSZ4px305odkOJnw6hTGyarGnXhP6SVxxCtRETDj3Xq/g8Cps4YZWmP4VeZcZdzQ==","shasum":"af1021122e46e17aebb1be239003fe9097a2c6d7","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-3.1.3-1.tgz","fileCount":14,"unpackedSize":71121,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgKBm6CRA9TVsSAnZWagAADV8QAIKimtQTvTS9TGgmiz0f\nq3Ba2+nPF2T4swIYun+g4KNrvqXnTPjfzD3lkAU+ovW9YlVR5aU71NCflscy\nPeATRNKfDR7WYIfpIOvh+Mw/2q206Oi8j/eNaVsM2HFicUhcbM1lUP7XXT10\nkGvXwLpApLMqk497iizR2Nq9bXrXSXPTOuesguswhgs3bkOo6qnkieBFn4Ek\n5dt9ctc28xq/MEByzRkmmdU7u9ArYNVSIH2aqPy1SQnyEKcp7OxRUxu+YHDt\nzd2Rmwxiiv6rGssYNuRswJLoL6QqPrSzQ9Xf5yaq/5h9UcOtCbeqTG13pOwA\nFtypq+pMCu6quhjX4i/9FHrNb7BhxnvWfHfdiuy41vzPxqUGNRuoE1lH+Dm1\nOxDSJ+V/w0mEUCmXWiPsdB6lKiQy8GwAcjrYyPaMfoxeWGy9uYhWL/xnlcwG\nBNdlyx1n53qKUiE7gS/jszcrP11T3J500C/CycyBLaSyD7esaTLf8lcFqExC\nWe6nZXcaZss0i4lIFlYXPHHyZS3iyZ1IP02s3Tfo+QB91Bjzd4z2VmQMG1Y3\nKAVGefavjXVk6NDmI90WNn+7hN86pRVBt69jPxac7OdJqk0oeiBxTx70reeh\nbfVeQEDly0T8UpQBktwNlfNLJQXlMsMRJOC080jRKB7/r7vYRjvaKLod9RJV\n2rp5\r\n=PZfc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDngt+m9CTSonsbhKpQ9bnoIXBE4iRqkwqn3jDj5zAjgAIgMk6c06d7fpo0fOs0A9DuMc7tMUswIQVRxyprRYRfP3M="}]},"_npmUser":{"name":"hugomrdias","email":"hugomrdias@gmail.com"},"directories":{},"maintainers":[{"name":"jacobheun","email":"jacobheun@gmail.com"},{"name":"daviddias","email":"mail@daviddias.me"},{"name":"hugomrdias","email":"hugomrdias@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_3.1.3-1_1613240761716_0.6344032167830869"},"_hasShrinkwrap":false},"1.0.0":{"name":"multihashes","version":"1.0.0","description":"multihash implementation","keywords":["multihash","multiformats","ipfs","hash"],"homepage":"https://github.com/multiformats/js-multihash","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"license":"MIT","leadMaintainer":"Hugo Dias <hugomrdias@gmail.com>","scripts":{"lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","build":"aegir build","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","update-constants":"node update-constants.js"},"main":"src/index.js","repository":{"type":"git","url":"git+https://github.com/multiformats/js-multihash.git"},"dependencies":{"buffer":"^5.6.0","multibase":"^1.0.1","varint":"^5.0.0"},"devDependencies":{"aegir":"^24.0.0","chai":"^4.1.2","dirty-chai":"^2.0.1","ipfs-utils":"^2.2.0"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Hugo Dias","email":"hugomrdias@gmail.com"},{"name":"Jacob Heun","email":"jacobheun@gmail.com"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ","email":"victorbjelkholm@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"Nate Foss","email":"npfoss@gmail.com"},{"name":"Alan Shaw","email":"alan@tableflip.io"}],"engines":{"node":">=10.0.0","npm":">=6.0.0"},"gitHead":"62285e77d0c820cdfa1d5d442d85e3a8d79dc3b1","_id":"multihashes@1.0.0","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","dist":{"integrity":"sha512-Y+1CboxC0C5gbsHqYEpUXDiQPxlsZOk/yfz1pAz0I+xjzHdNxMzK36DX9hePRlcQHDjbD8Lmf5pwc+knojg+YQ==","shasum":"a3b7bba068587843ba0bd8f6341dd2285de2f028","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-1.0.0.tgz","fileCount":11,"unpackedSize":424558,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7MsACRA9TVsSAnZWagAAPAgP/2Itq/jHTApjintF2OkX\niu0c5nZl6fLkKnbgr0gcfWTlw5nVbRn8traRGk3U9YRXiIV+dtwGsNmzl3EF\ndVFGChY3bObOtjyHU6Q0Bj3v8+mV/eAmK42DIZtmTcDhcmsX+ujZkyjWqlYs\n2PbYFLMqLQtzdtoq7lfUGfwNxra+bdU2ZhNXc0owHX/v2Ph981gA8G3C9R4y\n2YAKW07BlhAJVP+JaQFyxH/LZjmtwyG9Ush6SZOZB0cpIoMlEYUYatYxxqs8\nN/hg8a0WWN2uw1DBt8WEQu1r87SBFEFI0lFV7qt7m9UYiOvZgN6pxZ8cqvj7\n7khoL2wFMgbSdjVC0g5ksHfa7klYvcXQyTdaJOxzxqdhLGnJ/z/LD9RzyA6U\nKa5RSIAZx9N+HBznodvM9s6XBqAqJCnbXrW5Nd5V8prGfMJUS2vcK6ESrCX+\nszHqWIOV0m6PRhsAAVtZ97cAsEPvgtT144C3rn9sVcENsbPc2NcBEPlMSrk5\n+JKOHwSyCeqikkv3lGzE2T8YoEKBbT/wKlKVOOHBZ/Qh4Jkiul4eNrHga36s\nabuJlm5sufxx/xwPlIiylbFt6KT2vkA0XTxpQjn4o80nOVxFfr7f3XMUL4qb\nEDecTSVk7pk7Zw7ogEUeW6aqSHv+qmQsWiVJtb8ECugW7MSCBMoSa4JmdXOF\nQoIw\r\n=7l25\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCXN9NNj1H6a1WooSWT0aFRPCjuyMYlsTn74sa33VyTvAIhANOr5P7hTO71zgXl2ea1gDVp4oFzpSmD6NRpKALLqN7d"}]},"maintainers":[{"email":"mail@daviddias.me","name":"daviddias"},{"email":"dignifiedquire@gmail.com","name":"dignifiedquire"},{"email":"jacobheun@gmail.com","name":"jacobheun"},{"email":"vasco.santos@moxy.studio","name":"vascosantos"}],"_npmUser":{"name":"hugomrdias","email":"mail@hugodias.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_1.0.0_1592576768157_0.4145475833368253"},"_hasShrinkwrap":false},"1.0.1":{"name":"multihashes","version":"1.0.1","description":"multihash implementation","keywords":["multihash","multiformats","ipfs","hash"],"homepage":"https://github.com/multiformats/js-multihash","bugs":{"url":"https://github.com/multiformats/js-multihash/issues"},"license":"MIT","leadMaintainer":"Hugo Dias <hugomrdias@gmail.com>","scripts":{"lint":"aegir lint","test:browser":"aegir test --target browser","test:node":"aegir test --target node","build":"aegir build","test":"aegir test","docs":"aegir docs","release":"aegir release --docs","release-minor":"aegir release --type minor --docs","release-major":"aegir release --type major --docs","update-constants":"node update-constants.js"},"main":"src/index.js","repository":{"type":"git","url":"git+https://github.com/multiformats/js-multihash.git"},"dependencies":{"buffer":"^5.6.0","multibase":"^1.0.1","varint":"^5.0.0"},"devDependencies":{"aegir":"^24.0.0","chai":"^4.1.2","dirty-chai":"^2.0.1","ipfs-utils":"^2.3.1"},"contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Hugo Dias","email":"hugomrdias@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Jacob Heun","email":"jacobheun@gmail.com"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ","email":"victorbjelkholm@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"Nate Foss","email":"npfoss@gmail.com"},{"name":"Alan Shaw","email":"alan@tableflip.io"}],"engines":{"node":">=10.0.0","npm":">=6.0.0"},"gitHead":"e850f682b0368a759391f7f72343019ff23a2775","_id":"multihashes@1.0.1","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","dist":{"integrity":"sha512-S27Tepg4i8atNiFaU5ZOm3+gl3KQlUanLs/jWcBxQHFttgq+5x1OgbQmf2d8axJ/48zYGBd/wT9d723USMFduw==","shasum":"a89415d68283cf6287c6e219e304e75ce7fb73fe","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/multihashes/-/multihashes-1.0.1.tgz","fileCount":8,"unpackedSize":66977,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7MufCRA9TVsSAnZWagAADNEP/i/bnYvop9RqpMnv4LGb\nHHvSFhCMUHMe8jb6pA3qG0cMMjDxHsKgBHALc7GljQu3iHz4Ng0Jcu4SzWmS\n9fbYMl8Dhy7YEY3LGOhQiKrG+g5PQ//W55T3ifwG3v1CNZcJjjKZkNi7r8/K\nWJ4z1sEU8g0BRkp+KODue8pQW0DDSGcMJuRvDlmGEpF2+jjjrQvvyoC+4nGS\n7ptGt+xrQMPRRvOV7VvTQhsR/5KX2gzWJskj/Ka3P/OT5vGCULTshEJj40R1\nLSvk46g2nwG6kBN6RFJP9EeiCxxVxikozXT5seiqFTj04vAOurDbidg+XDQg\nCvBgXkNC6Id7c3xfDR8xdugJbBWTGbPwSlLHE+5lFSNHtzIgqPJVkZnOGjak\n9GjnLxwacjHqWPgZfSQW9m7nPEoLdQ6UxBTkgTRDSIfVurm0E/jO+/71WVQO\nxh/Wp7G1EFnKq6Qfe1/6ypwuVrK8QSvtPKcKr6mmNT6eNrnRfEYcAifGXI4U\nKw/bli708YorHJCic9+rrbhoOQ6zBDryIvAc8E+z2U71P0fh0ekPuEMeSqz/\nX9EzCTpr0X1wCz1htjtZyhpd6MWWem0oR5rRhz73nN8JCcyvQf6Cw2dhl9lr\n9RC2w/kVfYgsxowIGxEYernYyDXXBUF76+1gkRKzg/RCwlJw/6DJwdM0Ta39\n87cJ\r\n=ukCN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCzOG1L1RFdepJfFdlzghMpr+x8Vi3BhU1hrOW1VaOk7QIgGv2mDrAuOCvKr69uC4dhHDud/+wZk5GtCHUEVAqtkto="}]},"maintainers":[{"email":"mail@daviddias.me","name":"daviddias"},{"email":"dignifiedquire@gmail.com","name":"dignifiedquire"},{"email":"jacobheun@gmail.com","name":"jacobheun"},{"email":"vasco.santos@moxy.studio","name":"vascosantos"}],"_npmUser":{"name":"hugomrdias","email":"mail@hugodias.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multihashes_1.0.1_1592576927030_0.18052055357466856"},"_hasShrinkwrap":false}},"name":"multihashes","time":{"0.4.2":"2017-02-24T10:09:01.955Z","0.4.3":"2017-02-24T11:02:04.186Z","0.2.2":"2016-05-16T07:12:49.600Z","0.4.0":"2017-02-24T08:23:18.313Z","0.4.1":"2017-02-24T09:55:08.792Z","0.4.7":"2017-08-23T07:25:35.339Z","0.4.4":"2017-03-16T14:47:40.093Z","0.4.5":"2017-03-23T12:19:20.528Z","0.2.0":"2015-11-02T05:19:44.428Z","0.2.1":"2016-04-17T20:01:33.245Z","0.4.12":"2017-10-20T11:48:57.024Z","0.4.11":"2017-10-20T08:45:03.902Z","0.4.14":"2018-08-08T16:46:32.186Z","0.4.13":"2018-01-04T11:44:58.608Z","0.4.16":"2020-03-16T11:31:58.207Z","0.4.15":"2019-07-10T09:53:15.048Z","0.4.18":"2020-03-24T13:24:59.714Z","0.4.17":"2020-03-17T10:54:22.459Z","modified":"2025-05-13T08:44:07.331Z","3.1.0":"2020-11-24T11:30:53.287Z","3.1.1":"2021-01-13T12:21:16.412Z","0.4.10":"2017-10-13T16:54:56.324Z","3.1.2":"2021-01-26T17:53:37.356Z","3.1.3-next.0":"2021-02-15T19:13:37.192Z","created":"2014-05-23T00:29:06.985Z","0.4.19":"2020-03-31T14:06:48.615Z","3.1.3-next.2":"2021-02-16T12:32:41.409Z","3.1.3-next.1":"2021-02-16T12:30:10.082Z","0.4.21":"2020-06-19T14:18:36.869Z","0.4.20":"2020-06-18T14:00:41.523Z","0.3.3":"2017-02-09T15:11:45.993Z","0.1.3":"2015-09-13T04:28:43.218Z","0.3.1":"2016-12-16T19:21:10.031Z","0.3.2":"2017-01-27T09:39:13.430Z","3.1.3-3":"2021-02-13T18:30:18.622Z","3.1.3-4":"2021-02-13T18:32:44.198Z","3.1.3-5":"2021-02-13T18:34:05.368Z","4.0.2":"2021-03-03T11:28:20.264Z","4.0.3":"2021-08-24T13:46:45.061Z","4.0.0":"2021-03-01T15:53:38.433Z","4.0.1":"2021-03-01T18:46:43.859Z","0.1.1":"2014-05-25T00:33:13.166Z","0.1.2":"2014-05-31T05:47:00.780Z","0.3.0":"2016-11-26T02:40:43.348Z","0.1.0":"2014-05-23T00:29:07.859Z","3.0.0":"2020-08-03T11:49:16.668Z","3.0.1":"2020-08-03T12:14:15.407Z","2.0.0":"2020-07-30T15:03:43.343Z","0.4.8":"2017-08-23T12:10:36.692Z","0.4.9":"2017-09-01T17:12:18.449Z","3.1.3-1":"2021-02-13T18:26:01.854Z","1.0.0":"2020-06-19T14:26:08.289Z","1.0.1":"2020-06-19T14:28:47.232Z"},"readmeFilename":"README.md","contributors":[{"name":"David Dias","email":"daviddias.p@gmail.com"},{"name":"Hugo Dias","email":"hugomrdias@gmail.com"},{"name":"Juan Benet","email":"juan@benet.ai"},{"name":"Jacob Heun","email":"jacobheun@gmail.com"},{"name":"Friedel Ziegelmayer","email":"dignifiedquire@gmail.com"},{"name":"Richard Littauer","email":"richard.littauer@gmail.com"},{"name":"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ","email":"victorbjelkholm@gmail.com"},{"name":"Rod Vagg","email":"rod@vagg.org"},{"name":"Pedro Teixeira","email":"i@pgte.me"},{"name":"Alex Potsides","email":"alex@achingbrain.net"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se"},{"name":"Vasco Santos","email":"vasco.santos@moxy.studio"},{"name":"Irakli Gozalishvili","email":"contact@gozala.io"},{"name":"Trond Arne Bråthen","email":"tabrath@gmail.com"},{"name":"Volker Mische","email":"volker.mische@gmail.com"},{"name":"William Cotton","email":"williamcotton@gmail.com"},{"name":"nginnever","email":"ginneversource@gmail.com"},{"name":"Fil","email":"fil@rezo.net"},{"name":"Lars Gierth","email":"lgierth@users.noreply.github.com"},{"name":"Nate Foss","email":"npfoss@gmail.com"},{"name":"Alan Shaw","email":"alan@tableflip.io"},{"name":"Donald Tsang","email":"brandonknlee@gmail.com"}],"homepage":"https://github.com/multiformats/js-multihash"}