{"name":"multiformats","version":"14.0.5","description":"Interface for multihash, multicodec, multibase and CID","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com","url":"https://www.mikealrogers.com/"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/multiformats/js-multiformats#readme","repository":{"type":"git","url":"git+https://github.com/multiformats/js-multiformats.git"},"bugs":{"url":"https://github.com/multiformats/js-multiformats/issues"},"publishConfig":{"access":"public","provenance":true},"keywords":["ipfs","ipld","multiformats"],"type":"module","types":"./dist/src/index.d.ts","typesVersions":{"*":{"*":["*","dist/*","dist/src/*","dist/src/*/index"],"src/*":["*","dist/*","dist/src/*","dist/src/*/index"]}},"exports":{".":{"types":"./dist/src/index.d.ts","import":"./dist/src/index.js","module-sync":"./dist/src/index.js"},"./bases/base10":{"types":"./dist/src/bases/base10.d.ts","import":"./dist/src/bases/base10.js","module-sync":"./dist/src/bases/base10.js"},"./bases/base16":{"types":"./dist/src/bases/base16.d.ts","import":"./dist/src/bases/base16.js","module-sync":"./dist/src/bases/base16.js"},"./bases/base2":{"types":"./dist/src/bases/base2.d.ts","import":"./dist/src/bases/base2.js","module-sync":"./dist/src/bases/base2.js"},"./bases/base256emoji":{"types":"./dist/src/bases/base256emoji.d.ts","import":"./dist/src/bases/base256emoji.js","module-sync":"./dist/src/bases/base256emoji.js"},"./bases/base32":{"types":"./dist/src/bases/base32.d.ts","import":"./dist/src/bases/base32.js","module-sync":"./dist/src/bases/base32.js"},"./bases/base36":{"types":"./dist/src/bases/base36.d.ts","import":"./dist/src/bases/base36.js","module-sync":"./dist/src/bases/base36.js"},"./bases/base58":{"types":"./dist/src/bases/base58.d.ts","import":"./dist/src/bases/base58.js","module-sync":"./dist/src/bases/base58.js"},"./bases/base64":{"types":"./dist/src/bases/base64.d.ts","import":"./dist/src/bases/base64.js","module-sync":"./dist/src/bases/base64.js"},"./bases/base8":{"types":"./dist/src/bases/base8.d.ts","import":"./dist/src/bases/base8.js","module-sync":"./dist/src/bases/base8.js"},"./bases/identity":{"types":"./dist/src/bases/identity.d.ts","import":"./dist/src/bases/identity.js","module-sync":"./dist/src/bases/identity.js"},"./bases/interface":{"types":"./dist/src/bases/interface.d.ts","import":"./dist/src/bases/interface.js","module-sync":"./dist/src/bases/interface.js"},"./basics":{"types":"./dist/src/basics.d.ts","import":"./dist/src/basics.js","module-sync":"./dist/src/basics.js"},"./block":{"types":"./dist/src/block.d.ts","import":"./dist/src/block.js","module-sync":"./dist/src/block.js"},"./block/interface":{"types":"./dist/src/block/interface.d.ts","import":"./dist/src/block/interface.js","module-sync":"./dist/src/block/interface.js"},"./bytes":{"types":"./dist/src/bytes.d.ts","import":"./dist/src/bytes.js","module-sync":"./dist/src/bytes.js"},"./cid":{"types":"./dist/src/cid.d.ts","import":"./dist/src/cid.js","module-sync":"./dist/src/cid.js"},"./codecs/interface":{"types":"./dist/src/codecs/interface.d.ts","import":"./dist/src/codecs/interface.js","module-sync":"./dist/src/codecs/interface.js"},"./codecs/json":{"types":"./dist/src/codecs/json.d.ts","import":"./dist/src/codecs/json.js","module-sync":"./dist/src/codecs/json.js"},"./codecs/raw":{"types":"./dist/src/codecs/raw.d.ts","import":"./dist/src/codecs/raw.js","module-sync":"./dist/src/codecs/raw.js"},"./hashes/digest":{"types":"./dist/src/hashes/digest.d.ts","import":"./dist/src/hashes/digest.js","module-sync":"./dist/src/hashes/digest.js"},"./hashes/hasher":{"types":"./dist/src/hashes/hasher.d.ts","import":"./dist/src/hashes/hasher.js","module-sync":"./dist/src/hashes/hasher.js"},"./hashes/identity":{"types":"./dist/src/hashes/identity.d.ts","import":"./dist/src/hashes/identity.js","module-sync":"./dist/src/hashes/identity.js"},"./hashes/interface":{"types":"./dist/src/hashes/interface.d.ts","import":"./dist/src/hashes/interface.js","module-sync":"./dist/src/hashes/interface.js"},"./hashes/sha1":{"types":"./dist/types/src/hashes/sha1.d.ts","browser":"./dist/src/hashes/sha1-browser.js","import":"./dist/src/hashes/sha1.js","module-sync":"./dist/src/hashes/sha1.js"},"./hashes/sha2":{"types":"./dist/src/hashes/sha2.d.ts","browser":"./dist/src/hashes/sha2-browser.js","import":"./dist/src/hashes/sha2.js","module-sync":"./dist/src/hashes/sha2.js"},"./interface":{"types":"./dist/src/interface.d.ts","import":"./dist/src/interface.js","module-sync":"./dist/src/interface.js"},"./link":{"types":"./dist/src/link.d.ts","import":"./dist/src/link.js","module-sync":"./dist/src/link.js"},"./link/interface":{"types":"./dist/src/link/interface.d.ts","import":"./dist/src/link/interface.js","module-sync":"./dist/src/link/interface.js"},"./traversal":{"types":"./dist/src/traversal.d.ts","import":"./dist/src/traversal.js","module-sync":"./dist/src/traversal.js"}},"release":{"branches":["master"],"plugins":[["@semantic-release/commit-analyzer",{"preset":"conventionalcommits","releaseRules":[{"breaking":true,"release":"major"},{"revert":true,"release":"patch"},{"type":"feat","release":"minor"},{"type":"fix","release":"patch"},{"type":"docs","release":"patch"},{"type":"test","release":"patch"},{"type":"deps","release":"patch"},{"scope":"no-release","release":false}]}],["@semantic-release/release-notes-generator",{"preset":"conventionalcommits","presetConfig":{"types":[{"type":"feat","section":"Features"},{"type":"fix","section":"Bug Fixes"},{"type":"chore","section":"Trivial Changes"},{"type":"docs","section":"Documentation"},{"type":"deps","section":"Dependencies"},{"type":"test","section":"Tests"}]}}],"@semantic-release/changelog","@semantic-release/npm","@semantic-release/github",["@semantic-release/git",{"assets":["CHANGELOG.md","package.json"]}]]},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","release":"aegir release","docs":"aegir docs","test":"npm run lint && npm run test:node && npm run test:chrome","test:node":"aegir test -t node --cov","test:chrome":"aegir test -t browser --cov","test:chrome-webworker":"aegir test -t webworker","test:firefox":"aegir test -t browser -- --browser firefox","test:firefox-webworker":"aegir test -t webworker -- --browser firefox","test:electron-main":"aegir test -t electron-main"},"devDependencies":{"@stablelib/sha256":"^2.0.0","@stablelib/sha512":"^2.0.0","aegir":"^48.0.1","buffer":"^6.0.3","cids":"^1.1.9","crypto-hash":"^4.0.0"},"browser":{"./hashes/sha1":"./dist/src/hashes/sha1-browser.js","./dist/src/hashes/sha1.js":"./dist/src/hashes/sha1-browser.js","./hashes/sha2":"./dist/src/hashes/sha2-browser.js","./dist/src/hashes/sha2.js":"./dist/src/hashes/sha2-browser.js"},"gitHead":"0dcd129adb06743d5005245c0e39631f13b86251","_id":"multiformats@14.0.5","_nodeVersion":"24.18.0","_npmVersion":"11.18.0","dist":{"integrity":"sha512-vbIm83F2yZ1pWJGS0yl0ysracIvv56LtbrIyiIQHoLdYDJOMoLfVFsXhh9DUH4SFdkdkFhucyWniihsNzVEjkQ==","shasum":"3d9819edefb885d9029cedcae565fd0a8f3052df","tarball":"https://registry.npmjs.org/multiformats/-/multiformats-14.0.5.tgz","fileCount":188,"unpackedSize":426709,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/multiformats@14.0.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIG0/SHaeeZHSlL+KF4LAX2KN0Qhg/wcCHE7CDUsSTBDgAiEAlVPHwq3MsmFI1ZsgfpAiWiZD6etLdVl72oikjToZvGg="}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9f62966a-54d4-44ee-b303-37dcd787a796"}},"directories":{},"maintainers":[{"name":"rvagg","email":"r@va.gg"},{"name":"npm-service-account-multiformats","email":"npm-service-account+multiformats@ipfs.tech"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/multiformats_14.0.5_1784783830564_0.030273789153136166"},"_hasShrinkwrap":false}