{"_id":"blockstore-core","_rev":"4645998","name":"blockstore-core","description":"Contains various implementations of the API contract described in interface-blockstore","dist-tags":{"latest":"6.1.3"},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"time":{"modified":"2026-04-10T20:16:44.000Z","created":"2021-09-09T06:54:35.479Z","6.1.3":"2026-04-10T10:27:15.702Z","6.1.2":"2026-01-08T14:44:13.674Z","6.1.1":"2025-10-09T08:34:53.328Z","6.1.0":"2025-10-09T07:55:54.150Z","6.0.2":"2025-10-03T08:03:51.226Z","6.0.1":"2025-10-03T07:20:55.408Z","6.0.0":"2025-10-03T06:53:35.818Z","5.0.4":"2025-05-28T08:47:59.242Z","5.0.3":"2025-05-26T10:49:18.551Z","5.0.2":"2024-09-13T14:28:21.235Z","5.0.1":"2024-09-12T11:47:49.342Z","5.0.0":"2024-08-02T16:59:47.815Z","4.4.1":"2024-04-09T18:42:52.786Z","4.4.0":"2024-02-12T10:58:08.494Z","4.3.11":"2024-02-12T10:38:36.494Z","4.3.10":"2023-12-30T14:08:48.503Z","4.3.9":"2023-12-28T09:43:51.375Z","4.3.8":"2023-12-08T11:59:52.687Z","4.3.7":"2023-12-01T19:33:55.258Z","4.3.6":"2023-12-01T13:07:16.912Z","4.3.5":"2023-11-27T10:39:13.497Z","4.3.4":"2023-09-05T07:20:46.653Z","4.3.3":"2023-08-03T19:12:10.330Z","4.3.2":"2023-08-03T18:18:49.313Z","4.3.1":"2023-08-03T17:54:57.693Z","4.3.0":"2023-07-27T13:44:32.631Z","4.2.0":"2023-06-03T19:25:46.982Z","4.1.1":"2023-06-03T18:30:09.809Z","4.1.0":"2023-03-23T17:14:57.576Z","4.0.2":"2023-03-23T10:09:44.694Z","4.0.1":"2023-03-14T13:32:48.039Z","4.0.0":"2023-03-13T11:50:39.659Z","3.0.0":"2023-01-06T13:29:12.208Z","2.0.2":"2022-10-14T17:29:29.199Z","2.0.1":"2022-08-13T18:34:46.429Z","2.0.0":"2022-08-13T17:47:40.208Z","1.0.5":"2022-01-07T20:12:57.871Z","1.0.4":"2022-01-07T19:25:53.486Z","1.0.3":"2022-01-04T19:29:29.664Z","1.0.2":"2021-09-09T10:30:06.777Z","1.0.1":"2021-09-09T10:23:57.538Z","1.0.0":"2021-09-09T07:26:09.370Z","0.0.2":"2021-09-09T07:12:08.003Z","0.0.1":"2021-09-09T06:54:35.479Z"},"users":{},"author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"versions":{"6.1.3":{"name":"blockstore-core","version":"6.1.3","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/main/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"publishConfig":{"access":"public","provenance":true},"keywords":["datastore","interface","ipfs","key-value"],"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js","module-sync":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js","module-sync":"./dist/src/black-hole.js"},"./identity":{"types":"./dist/src/identity.d.ts","import":"./dist/src/identity.js","module-sync":"./dist/src/identity.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js","module-sync":"./dist/src/memory.js"},"./tiered":{"types":"./dist/src/tiered.d.ts","import":"./dist/src/tiered.js","module-sync":"./dist/src/tiered.js"}},"release":{"branches":["main"],"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","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check","release":"aegir release"},"dependencies":{"@libp2p/logger":"^6.2.4","interface-blockstore":"^6.0.0","interface-store":"^7.0.0","it-all":"^3.0.9","it-filter":"^3.1.4","it-merge":"^3.0.12","multiformats":"^13.4.2"},"devDependencies":{"aegir":"^47.1.0","interface-blockstore-tests":"^8.0.0","it-drain":"^3.0.10","it-to-buffer":"^4.0.10","uint8arrays":"^5.1.0"},"gitHead":"f398792533f5f620f7ec72c7c283faa07a6afaca","_id":"blockstore-core@6.1.3","_nodeVersion":"24.14.1","_npmVersion":"11.12.1","dist":{"shasum":"d162d0d23cd2e076089225800654f0ecfbc0680e","size":58184,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-6.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-6.1.3.tgz"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:d5e2e458-c1f8-416a-a9c6-232719157279"}},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/blockstore-core_6.1.3_1775816835533_0.7637158012377385"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-04-10T10:27:15.702Z","publish_time":1775816835702,"_source_registry_name":"default","_cnpm_publish_time":1775816835702},"6.1.2":{"name":"blockstore-core","version":"6.1.2","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/main/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"publishConfig":{"access":"public","provenance":true},"keywords":["datastore","interface","ipfs","key-value"],"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./identity":{"types":"./dist/src/identity.d.ts","import":"./dist/src/identity.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"},"./tiered":{"types":"./dist/src/tiered.d.ts","import":"./dist/src/tiered.js"}},"release":{"branches":["main"],"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","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check","release":"aegir release"},"dependencies":{"@libp2p/logger":"^6.0.0","interface-blockstore":"^6.0.0","interface-store":"^7.0.0","it-all":"^3.0.9","it-filter":"^3.1.3","it-merge":"^3.0.11","multiformats":"^13.3.6"},"devDependencies":{"aegir":"^47.0.16","interface-blockstore-tests":"^8.0.0","it-drain":"^3.0.9","it-to-buffer":"^4.0.10","uint8arrays":"^5.1.0"},"_id":"blockstore-core@6.1.2","gitHead":"abe8deca4de3da99776e9b021cb7f1e2076fab7e","_nodeVersion":"24.12.0","_npmVersion":"10.9.4","dist":{"shasum":"8f5fc2e71eb238333a49718c0051d009032af578","size":58370,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-6.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-6.1.2.tgz"},"_npmUser":{"name":"npm-service-account-ipfs","email":"npm-service-account+ipfs@ipfs.tech"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/blockstore-core_6.1.2_1767883453524_0.5898623713746383"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-08T14:44:13.674Z","publish_time":1767883453674,"_source_registry_name":"default","_cnpm_publish_time":1767883453674},"6.1.1":{"name":"blockstore-core","version":"6.1.1","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/main/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"publishConfig":{"access":"public","provenance":true},"keywords":["datastore","interface","ipfs","key-value"],"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./identity":{"types":"./dist/src/identity.d.ts","import":"./dist/src/identity.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"},"./tiered":{"types":"./dist/src/tiered.d.ts","import":"./dist/src/tiered.js"}},"release":{"branches":["main"],"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","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check","release":"aegir release"},"dependencies":{"@libp2p/logger":"^6.0.0","interface-blockstore":"^6.0.0","interface-store":"^7.0.0","it-all":"^3.0.9","it-filter":"^3.1.3","it-merge":"^3.0.11","multiformats":"^13.3.6"},"devDependencies":{"aegir":"^47.0.16","interface-blockstore-tests":"^8.0.0","it-drain":"^3.0.9","it-to-buffer":"^4.0.10","uint8arrays":"^5.1.0"},"_id":"blockstore-core@6.1.1","gitHead":"da789f764830a5d0b70a84808f603f74bfccaffd","_nodeVersion":"22.20.0","_npmVersion":"10.9.4","dist":{"shasum":"a7f1b533c6c28c9fb6e86af1360a2eb08a6dffdf","size":57336,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-6.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-6.1.1.tgz"},"_npmUser":{"name":"npm-service-account-ipfs","email":"npm-service-account+ipfs@ipfs.tech"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/blockstore-core_6.1.1_1759998893150_0.8939535546561976"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-09T08:34:53.328Z","publish_time":1759998893328,"_source_registry_name":"default","_cnpm_publish_time":1759998893328},"6.1.0":{"name":"blockstore-core","version":"6.1.0","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/main/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"publishConfig":{"access":"public","provenance":true},"keywords":["datastore","interface","ipfs","key-value"],"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./identity":{"types":"./dist/src/identity.d.ts","import":"./dist/src/identity.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"},"./tiered":{"types":"./dist/src/tiered.d.ts","import":"./dist/src/tiered.js"}},"release":{"branches":["main"],"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","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check","release":"aegir release"},"dependencies":{"@libp2p/logger":"^6.0.0","interface-blockstore":"^6.0.0","interface-store":"^7.0.0","it-all":"^3.0.9","it-filter":"^3.1.3","it-merge":"^3.0.11","multiformats":"^13.3.6"},"devDependencies":{"aegir":"^47.0.16","interface-blockstore-tests":"^8.0.0","it-drain":"^3.0.9","it-to-buffer":"^4.0.10","uint8arrays":"^5.1.0"},"_id":"blockstore-core@6.1.0","gitHead":"10040ccdf4e16798428c2b5f640bb98e1b3b5817","_nodeVersion":"22.20.0","_npmVersion":"10.9.4","dist":{"shasum":"dc490041022a3c02147f6bf5ffee986e71278102","size":57328,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-6.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-6.1.0.tgz"},"_npmUser":{"name":"npm-service-account-ipfs","email":"npm-service-account+ipfs@ipfs.tech"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/blockstore-core_6.1.0_1759996553974_0.6788313987415897"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-09T07:55:54.150Z","publish_time":1759996554150,"_source_registry_name":"default","_cnpm_publish_time":1759996554150},"6.0.2":{"name":"blockstore-core","version":"6.0.2","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/main/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"publishConfig":{"access":"public","provenance":true},"keywords":["datastore","interface","ipfs","key-value"],"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./identity":{"types":"./dist/src/identity.d.ts","import":"./dist/src/identity.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"},"./tiered":{"types":"./dist/src/tiered.d.ts","import":"./dist/src/tiered.js"}},"release":{"branches":["main"],"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","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check","release":"aegir release"},"dependencies":{"@libp2p/logger":"^6.0.0","interface-blockstore":"^6.0.0","interface-store":"^7.0.0","it-all":"^3.0.9","it-filter":"^3.1.3","it-merge":"^3.0.11","multiformats":"^13.3.6"},"devDependencies":{"aegir":"^47.0.16","interface-blockstore-tests":"^8.0.0","it-drain":"^3.0.9","it-to-buffer":"^4.0.10","uint8arrays":"^5.1.0"},"_id":"blockstore-core@6.0.2","gitHead":"b149501e6bde693edb08b12aae9aab3732bcc785","_nodeVersion":"22.20.0","_npmVersion":"10.9.4","dist":{"shasum":"ebd5ca48d40de4805c1c64aba977bad6fac4407f","size":56829,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-6.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-6.0.2.tgz"},"_npmUser":{"name":"npm-service-account-ipfs","email":"npm-service-account+ipfs@ipfs.tech"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/blockstore-core_6.0.2_1759478631057_0.2659024301242956"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-03T08:03:51.226Z","publish_time":1759478631226,"_source_registry_name":"default","_cnpm_publish_time":1759478631226},"6.0.1":{"name":"blockstore-core","version":"6.0.1","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/main/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"publishConfig":{"access":"public","provenance":true},"keywords":["datastore","interface","ipfs","key-value"],"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./identity":{"types":"./dist/src/identity.d.ts","import":"./dist/src/identity.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"},"./tiered":{"types":"./dist/src/tiered.d.ts","import":"./dist/src/tiered.js"}},"release":{"branches":["main"],"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","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check","release":"aegir release"},"dependencies":{"@libp2p/logger":"^6.0.0","interface-blockstore":"^6.0.0","interface-store":"^7.0.0","it-all":"^3.0.9","it-filter":"^3.1.3","it-merge":"^3.0.11","multiformats":"^13.3.6"},"devDependencies":{"aegir":"^47.0.16","interface-blockstore-tests":"^8.0.0","it-drain":"^3.0.9","it-to-buffer":"^4.0.10","uint8arrays":"^5.1.0"},"_id":"blockstore-core@6.0.1","gitHead":"008336fc71e4987db20acf84f5540fa407601e5a","_nodeVersion":"22.20.0","_npmVersion":"10.9.4","dist":{"shasum":"1f68f1eca50422c2996fcfcd69f07a5b2bef4fa8","size":56829,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-6.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-6.0.1.tgz"},"_npmUser":{"name":"npm-service-account-ipfs","email":"npm-service-account+ipfs@ipfs.tech"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/blockstore-core_6.0.1_1759476055216_0.2603925301243366"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-03T07:20:55.408Z","publish_time":1759476055408,"_source_registry_name":"default","_cnpm_publish_time":1759476055408},"6.0.0":{"name":"blockstore-core","version":"6.0.0","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/main/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"publishConfig":{"access":"public","provenance":true},"keywords":["datastore","interface","ipfs","key-value"],"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./identity":{"types":"./dist/src/identity.d.ts","import":"./dist/src/identity.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"},"./tiered":{"types":"./dist/src/tiered.d.ts","import":"./dist/src/tiered.js"}},"release":{"branches":["main"],"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","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check","release":"aegir release"},"dependencies":{"@libp2p/logger":"^6.0.0","interface-blockstore":"^5.0.0","interface-store":"^6.0.0","it-all":"^3.0.9","it-filter":"^3.1.3","it-merge":"^3.0.11","multiformats":"^13.3.6"},"devDependencies":{"aegir":"^47.0.16","interface-blockstore-tests":"^7.0.0","it-drain":"^3.0.9","it-to-buffer":"^4.0.10","uint8arrays":"^5.1.0"},"_id":"blockstore-core@6.0.0","gitHead":"6c6ccc7656e5f9d7421640b11e8ca67d250caa00","_nodeVersion":"22.19.0","_npmVersion":"10.9.4","dist":{"shasum":"e104170c911fcbdd3b1c362fe68883eb940353da","size":56829,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-6.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-6.0.0.tgz"},"_npmUser":{"name":"npm-service-account-ipfs","email":"npm-service-account+ipfs@ipfs.tech"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/blockstore-core_6.0.0_1759474415654_0.23607219612366204"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-03T06:53:35.818Z","publish_time":1759474415818,"_source_registry_name":"default","_cnpm_publish_time":1759474415818},"5.0.4":{"name":"blockstore-core","version":"5.0.4","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/main/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"publishConfig":{"access":"public","provenance":true},"keywords":["datastore","interface","ipfs","key-value"],"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./identity":{"types":"./dist/src/identity.d.ts","import":"./dist/src/identity.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"},"./tiered":{"types":"./dist/src/tiered.d.ts","import":"./dist/src/tiered.js"}},"release":{"branches":["main"],"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","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check","release":"aegir release"},"dependencies":{"@libp2p/logger":"^5.1.18","interface-blockstore":"^5.0.0","interface-store":"^6.0.0","it-filter":"^3.1.3","it-merge":"^3.0.11","multiformats":"^13.3.6"},"devDependencies":{"aegir":"^47.0.16","interface-blockstore-tests":"^7.0.0","it-all":"^3.0.8","it-drain":"^3.0.9","uint8arrays":"^5.1.0"},"_id":"blockstore-core@5.0.4","gitHead":"a8a4eb253d2bf5ff620d1e7f79c3e463722fb0f1","_nodeVersion":"22.15.0","_npmVersion":"10.9.2","dist":{"shasum":"5f04fd4df7e38036737ef88cfb79ea1393532e1f","size":54013,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-5.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-5.0.4.tgz"},"_npmUser":{"name":"npm-service-account-ipfs","email":"npm-service-account+ipfs@ipfs.tech"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/blockstore-core_5.0.4_1748422079034_0.7541021557827361"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-28T08:47:59.242Z","publish_time":1748422079242,"_source_registry_name":"default","_cnpm_publish_time":1748422079242},"5.0.3":{"name":"blockstore-core","version":"5.0.3","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/main/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"publishConfig":{"access":"public","provenance":true},"keywords":["datastore","interface","ipfs","key-value"],"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./identity":{"types":"./dist/src/identity.d.ts","import":"./dist/src/identity.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"},"./tiered":{"types":"./dist/src/tiered.d.ts","import":"./dist/src/tiered.js"}},"release":{"branches":["main"],"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","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check","release":"aegir release"},"dependencies":{"@libp2p/logger":"^5.1.18","interface-blockstore":"^5.0.0","interface-store":"^6.0.0","it-drain":"^3.0.9","it-filter":"^3.1.3","it-merge":"^3.0.11","it-pushable":"^3.2.3","multiformats":"^13.3.6"},"devDependencies":{"aegir":"^47.0.16","interface-blockstore-tests":"^7.0.0","it-all":"^3.0.8","uint8arrays":"^5.1.0"},"_id":"blockstore-core@5.0.3","gitHead":"030a0f2ce31069c0bc495b22d10baf5a7bec093a","_nodeVersion":"22.15.0","_npmVersion":"10.9.2","dist":{"shasum":"6132f63960906c56a7eda61a9f23a9b53e682b80","size":60361,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-5.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-5.0.3.tgz"},"_npmUser":{"name":"npm-service-account-ipfs","email":"npm-service-account+ipfs@ipfs.tech"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/blockstore-core_5.0.3_1748256558327_0.6496714054411876"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-26T10:49:18.551Z","publish_time":1748256558551,"_source_registry_name":"default","_cnpm_publish_time":1748256558551},"5.0.2":{"name":"blockstore-core","version":"5.0.2","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/main/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"publishConfig":{"access":"public","provenance":true},"keywords":["datastore","interface","ipfs","key-value"],"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./identity":{"types":"./dist/src/identity.d.ts","import":"./dist/src/identity.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"},"./tiered":{"types":"./dist/src/tiered.d.ts","import":"./dist/src/tiered.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"project":true,"sourceType":"module"}},"release":{"branches":["main"],"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"]},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check","release":"aegir release"},"dependencies":{"@libp2p/logger":"^5.0.1","interface-blockstore":"^5.0.0","interface-store":"^6.0.0","it-drain":"^3.0.7","it-filter":"^3.1.1","it-merge":"^3.0.5","it-pushable":"^3.2.3","multiformats":"^13.2.3"},"devDependencies":{"aegir":"^44.1.1","interface-blockstore-tests":"^7.0.0","it-all":"^3.0.6","uint8arrays":"^5.1.0"},"_id":"blockstore-core@5.0.2","gitHead":"252df284e69a632a29f627997f333644be6efc5f","_nodeVersion":"20.17.0","_npmVersion":"10.8.3","dist":{"shasum":"c29e00bdbae121d31b5fed50e64afa549237ec9a","size":20371,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-5.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-5.0.2.tgz"},"_npmUser":{"name":"npm-service-account-ipfs","email":"npm-service-account+ipfs@ipfs.tech"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_5.0.2_1726237701023_0.021411941205670137"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-13T14:28:21.235Z","publish_time":1726237701235,"_source_registry_name":"default","_cnpm_publish_time":1726237701235},"5.0.1":{"name":"blockstore-core","version":"5.0.1","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/main/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"publishConfig":{"access":"public","provenance":true},"keywords":["datastore","interface","ipfs","key-value"],"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./identity":{"types":"./dist/src/identity.d.ts","import":"./dist/src/identity.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"},"./tiered":{"types":"./dist/src/tiered.d.ts","import":"./dist/src/tiered.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"project":true,"sourceType":"module"}},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check","release":"aegir release"},"dependencies":{"@libp2p/logger":"^5.0.0","interface-blockstore":"^5.0.0","interface-store":"^6.0.0","it-drain":"^3.0.7","it-filter":"^3.1.1","it-merge":"^3.0.5","it-pushable":"^3.2.3","multiformats":"^13.2.2"},"devDependencies":{"aegir":"^44.1.0","interface-blockstore-tests":"^7.0.0","it-all":"^3.0.6","uint8arrays":"^5.1.0"},"_id":"blockstore-core@5.0.1","gitHead":"1e21dc106b44df622839cd8102f1be89c7f91cbe","_nodeVersion":"20.17.0","_npmVersion":"10.8.3","dist":{"shasum":"49b58d0d2b1bf351bc1f13fc0ceb1153586b0cf4","size":19980,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-5.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-5.0.1.tgz"},"_npmUser":{"name":"npm-service-account-ipfs","email":"npm-service-account+ipfs@ipfs.tech"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_5.0.1_1726141669191_0.6956189448494585"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-12T11:47:49.342Z","publish_time":1726141669342,"_source_registry_name":"default","_cnpm_publish_time":1726141669342},"5.0.0":{"name":"blockstore-core","version":"5.0.0","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/main/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"publishConfig":{"access":"public","provenance":true},"keywords":["datastore","interface","ipfs","key-value"],"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./identity":{"types":"./dist/src/identity.d.ts","import":"./dist/src/identity.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"},"./tiered":{"types":"./dist/src/tiered.d.ts","import":"./dist/src/tiered.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"project":true,"sourceType":"module"}},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check"},"dependencies":{"@libp2p/logger":"^4.0.6","interface-blockstore":"^5.0.0","interface-store":"6.0.0","it-drain":"^3.0.5","it-filter":"^3.0.4","it-merge":"^3.0.3","it-pushable":"^3.2.3","multiformats":"^13.0.1"},"devDependencies":{"aegir":"^42.2.3","interface-blockstore-tests":"7.0.0","it-all":"^3.0.4","uint8arrays":"^5.0.2"},"_id":"blockstore-core@5.0.0","gitHead":"225da7ebae152f59d11c125f3adc24d3ef6b6e95","_nodeVersion":"20.16.0","_npmVersion":"10.8.2","dist":{"shasum":"38beb869757cfa0d41882115a87e76cb3f2e95b5","size":19970,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-5.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-5.0.0.tgz"},"_npmUser":{"name":"npm-service-account-ipfs","email":"npm-service-account+ipfs@ipfs.tech"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_5.0.0_1722617987606_0.10313009828795994"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-02T16:59:47.815Z","publish_time":1722617987815,"_source_registry_name":"default","_cnpm_publish_time":1722617987815},"4.4.1":{"name":"blockstore-core","version":"4.4.1","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/main/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"publishConfig":{"access":"public","provenance":true},"keywords":["datastore","interface","ipfs","key-value"],"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./identity":{"types":"./dist/src/identity.d.ts","import":"./dist/src/identity.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"},"./tiered":{"types":"./dist/src/tiered.d.ts","import":"./dist/src/tiered.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"project":true,"sourceType":"module"}},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check"},"dependencies":{"@libp2p/logger":"^4.0.6","err-code":"^3.0.1","interface-blockstore":"^5.0.0","interface-store":"^5.0.0","it-drain":"^3.0.5","it-filter":"^3.0.4","it-merge":"^3.0.3","it-pushable":"^3.2.3","multiformats":"^13.0.1"},"devDependencies":{"aegir":"^42.2.3","interface-blockstore-tests":"^6.0.0","it-all":"^3.0.4","uint8arrays":"^5.0.2"},"_id":"blockstore-core@4.4.1","gitHead":"2e8f8db26b07d24ff0f56ce82eb7ce47a918d492","_nodeVersion":"20.12.1","_npmVersion":"10.5.1","dist":{"shasum":"0804c8a00f096c43e1b679b1711a66157a421c5e","size":21605,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-4.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-4.4.1.tgz"},"_npmUser":{"name":"npm-service-account-ipfs","email":"npm-service-account+ipfs@ipfs.tech"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_4.4.1_1712688172609_0.8595982324249241"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-09T18:42:52.786Z","publish_time":1712688172786,"_source_registry_name":"default","_cnpm_publish_time":1712688172786},"4.4.0":{"name":"blockstore-core","version":"4.4.0","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/main/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"publishConfig":{"access":"public","provenance":true},"keywords":["datastore","interface","ipfs","key-value"],"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./identity":{"types":"./dist/src/identity.d.ts","import":"./dist/src/identity.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"},"./tiered":{"types":"./dist/src/tiered.d.ts","import":"./dist/src/tiered.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"project":true,"sourceType":"module"}},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check"},"dependencies":{"@libp2p/logger":"^4.0.6","err-code":"^3.0.1","interface-blockstore":"^5.0.0","interface-store":"^5.0.0","it-drain":"^3.0.5","it-filter":"^3.0.4","it-merge":"^3.0.3","it-pushable":"^3.2.3","multiformats":"^13.0.1"},"devDependencies":{"aegir":"^42.2.3","interface-blockstore-tests":"^6.0.0","uint8arrays":"^5.0.2"},"_id":"blockstore-core@4.4.0","gitHead":"58c48eba21ad1e54bf4a2e49d95bb2f55e1218d3","_nodeVersion":"20.11.0","_npmVersion":"10.4.0","dist":{"shasum":"822b977e9cd9989ef0c29224a4712728323b9696","size":20971,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-4.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-4.4.0.tgz"},"_npmUser":{"name":"npm-service-account-ipfs","email":"npm-service-account+ipfs@protocol.ai"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_4.4.0_1707735488362_0.24973703391531354"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-12T10:58:08.494Z","publish_time":1707735488494,"_source_registry_name":"default","_cnpm_publish_time":1707735488494},"4.3.11":{"name":"blockstore-core","version":"4.3.11","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/main/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"publishConfig":{"access":"public","provenance":true},"keywords":["datastore","interface","ipfs","key-value"],"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"},"./tiered":{"types":"./dist/src/tiered.d.ts","import":"./dist/src/tiered.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"project":true,"sourceType":"module"}},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check"},"dependencies":{"@libp2p/logger":"^4.0.6","err-code":"^3.0.1","interface-blockstore":"^5.0.0","interface-store":"^5.0.0","it-drain":"^3.0.5","it-filter":"^3.0.4","it-merge":"^3.0.3","it-pushable":"^3.2.3","multiformats":"^13.0.1"},"devDependencies":{"aegir":"^42.2.3","interface-blockstore-tests":"^6.0.0","uint8arrays":"^5.0.2"},"_id":"blockstore-core@4.3.11","gitHead":"6173c27a1a66fd106798f2a41aae2458765ad779","_nodeVersion":"20.11.0","_npmVersion":"10.4.0","dist":{"shasum":"8862573bb18ab813d744d8d9126c8bde026b2c05","size":19861,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-4.3.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-4.3.11.tgz"},"_npmUser":{"name":"npm-service-account-ipfs","email":"npm-service-account+ipfs@protocol.ai"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_4.3.11_1707734316367_0.6293355941602177"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-12T10:38:36.494Z","publish_time":1707734316494,"_source_registry_name":"default","_cnpm_publish_time":1707734316494},"4.3.10":{"name":"blockstore-core","version":"4.3.10","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/master/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"keywords":["datastore","interface","ipfs","key-value"],"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"},"./tiered":{"types":"./dist/src/tiered.d.ts","import":"./dist/src/tiered.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"project":true,"sourceType":"module"}},"release":{"branches":["main"],"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"]},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","release":"aegir release","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check"},"dependencies":{"@libp2p/logger":"^4.0.1","err-code":"^3.0.1","interface-blockstore":"^5.0.0","interface-store":"^5.0.0","it-drain":"^3.0.1","it-filter":"^3.0.0","it-merge":"^3.0.1","it-pushable":"^3.0.0","multiformats":"^13.0.0","uint8arrays":"^5.0.0"},"devDependencies":{"aegir":"^41.1.9","interface-blockstore-tests":"^6.0.0"},"_id":"blockstore-core@4.3.10","gitHead":"d5bdd953e0c6b5ea2f69c68447aa119567abd8db","_nodeVersion":"20.10.0","_npmVersion":"9.9.2","dist":{"shasum":"f5c879e16f65ed3068a995bfec2ef37eebc64105","size":19990,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-4.3.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-4.3.10.tgz"},"_npmUser":{"name":"achingbrain","email":"alex@achingbrain.net"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_4.3.10_1703945328317_0.251945499627223"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-30T14:08:48.503Z","publish_time":1703945328503,"_source_registry_name":"default","_cnpm_publish_time":1703945328503},"4.3.9":{"name":"blockstore-core","version":"4.3.9","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/master/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"keywords":["datastore","interface","ipfs","key-value"],"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"},"./tiered":{"types":"./dist/src/tiered.d.ts","import":"./dist/src/tiered.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"project":true,"sourceType":"module"}},"release":{"branches":["main"],"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"]},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","release":"aegir release","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check"},"dependencies":{"@libp2p/logger":"^4.0.1","err-code":"^3.0.1","interface-blockstore":"^5.0.0","interface-store":"^5.0.0","it-drain":"^3.0.1","it-filter":"^3.0.0","it-merge":"^3.0.1","it-pushable":"^3.0.0","multiformats":"^13.0.0","uint8arrays":"^5.0.0"},"devDependencies":{"aegir":"^41.1.9","interface-blockstore-tests":"^6.0.0"},"_id":"blockstore-core@4.3.9","gitHead":"7a15bcdb47bcade4d205fc04b4ffdfd3a1220f11","_nodeVersion":"20.10.0","_npmVersion":"9.9.2","dist":{"shasum":"2e296b0b84acc2f13da5fee991c903c54fcb508b","size":20429,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-4.3.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-4.3.9.tgz"},"_npmUser":{"name":"achingbrain","email":"alex@achingbrain.net"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_4.3.9_1703756631225_0.8186044618737531"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-28T09:43:51.375Z","publish_time":1703756631375,"_source_registry_name":"default","_cnpm_publish_time":1703756631375},"4.3.8":{"name":"blockstore-core","version":"4.3.8","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/master/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"keywords":["datastore","interface","ipfs","key-value"],"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"},"./tiered":{"types":"./dist/src/tiered.d.ts","import":"./dist/src/tiered.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"project":true,"sourceType":"module"}},"release":{"branches":["main"],"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"]},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","release":"aegir release","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check"},"dependencies":{"@libp2p/logger":"^4.0.1","err-code":"^3.0.1","interface-blockstore":"^5.0.0","interface-store":"^5.0.0","it-drain":"^3.0.1","it-filter":"^3.0.0","it-merge":"^3.0.1","it-pushable":"^3.0.0","multiformats":"^12.0.1","uint8arrays":"^5.0.0"},"devDependencies":{"aegir":"^41.1.9","interface-blockstore-tests":"^6.0.0"},"_id":"blockstore-core@4.3.8","gitHead":"e3ecb03a033bc31d1bc6e7950c1612e3ebf3ef30","_nodeVersion":"20.10.0","_npmVersion":"9.9.2","dist":{"shasum":"2630e2e20d8e167c8e0c51bffcb25369829461f3","size":19953,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-4.3.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-4.3.8.tgz"},"_npmUser":{"name":"achingbrain","email":"alex@achingbrain.net"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_4.3.8_1702036792434_0.31642177210822076"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-08T11:59:52.687Z","publish_time":1702036792687,"_source_registry_name":"default","_cnpm_publish_time":1702036792687},"4.3.7":{"name":"blockstore-core","version":"4.3.7","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/master/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"keywords":["datastore","interface","ipfs","key-value"],"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"},"./tiered":{"types":"./dist/src/tiered.d.ts","import":"./dist/src/tiered.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"project":true,"sourceType":"module"}},"release":{"branches":["main"],"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"]},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","release":"aegir release","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check"},"dependencies":{"@libp2p/logger":"^4.0.1","err-code":"^3.0.1","interface-blockstore":"^5.0.0","interface-store":"^5.0.0","it-drain":"^3.0.1","it-filter":"^3.0.0","it-merge":"^3.0.1","it-pushable":"^3.0.0","multiformats":"^12.0.1","uint8arrays":"^4.0.2"},"devDependencies":{"aegir":"^41.1.9","interface-blockstore-tests":"^6.0.0"},"_id":"blockstore-core@4.3.7","gitHead":"ee2203a2c7ea14dc73286f58feb5e0af9fb9075c","_nodeVersion":"20.10.0","_npmVersion":"9.9.2","dist":{"shasum":"8050e6c7e4566b640986b69c7725b420b986e14f","size":19955,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-4.3.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-4.3.7.tgz"},"_npmUser":{"name":"achingbrain","email":"alex@achingbrain.net"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_4.3.7_1701459235055_0.5318931091320998"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-01T19:33:55.258Z","publish_time":1701459235258,"_source_registry_name":"default","_cnpm_publish_time":1701459235258},"4.3.6":{"name":"blockstore-core","version":"4.3.6","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/master/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"keywords":["datastore","interface","ipfs","key-value"],"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"},"./tiered":{"types":"./dist/src/tiered.d.ts","import":"./dist/src/tiered.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"project":true,"sourceType":"module"}},"release":{"branches":["main"],"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"]},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","release":"aegir release","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check"},"dependencies":{"@libp2p/logger":"^4.0.1","err-code":"^3.0.1","interface-blockstore":"^5.0.0","interface-store":"^5.0.0","it-drain":"^3.0.1","it-filter":"^3.0.0","it-merge":"^3.0.1","it-pushable":"^3.0.0","multiformats":"^12.0.1","uint8arrays":"^4.0.2"},"devDependencies":{"aegir":"^41.1.9","interface-blockstore-tests":"^6.0.0"},"_id":"blockstore-core@4.3.6","gitHead":"a67f66a205b1326ec69335a3b5211421c70cab1e","_nodeVersion":"20.10.0","_npmVersion":"9.9.2","dist":{"shasum":"658a6256dd553b4bada94062c7ea60015d118be3","size":19955,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-4.3.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-4.3.6.tgz"},"_npmUser":{"name":"achingbrain","email":"alex@achingbrain.net"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_4.3.6_1701436036712_0.7244935300424002"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-01T13:07:16.912Z","publish_time":1701436036912,"_source_registry_name":"default","_cnpm_publish_time":1701436036912},"4.3.5":{"name":"blockstore-core","version":"4.3.5","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/master/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"keywords":["datastore","interface","ipfs","key-value"],"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"},"./tiered":{"types":"./dist/src/tiered.d.ts","import":"./dist/src/tiered.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"project":true,"sourceType":"module"}},"release":{"branches":["main"],"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"]},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","release":"aegir release","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check"},"dependencies":{"@libp2p/logger":"^3.0.0","err-code":"^3.0.1","interface-blockstore":"^5.0.0","interface-store":"^5.0.0","it-drain":"^3.0.1","it-filter":"^3.0.0","it-merge":"^3.0.1","it-pushable":"^3.0.0","multiformats":"^12.0.1","uint8arrays":"^4.0.2"},"devDependencies":{"aegir":"^41.1.9","interface-blockstore-tests":"^6.0.0"},"_id":"blockstore-core@4.3.5","gitHead":"c961d009857aec77031107e04040aa99bfa7db5b","_nodeVersion":"20.9.0","_npmVersion":"9.9.2","dist":{"shasum":"b4fdfa0a1fe4710aab41cc1aa1432140e283575e","size":19829,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-4.3.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-4.3.5.tgz"},"_npmUser":{"name":"achingbrain","email":"alex@achingbrain.net"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_4.3.5_1701081553330_0.5313891990999664"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-27T10:39:13.497Z","publish_time":1701081553497,"_source_registry_name":"default","_cnpm_publish_time":1701081553497},"4.3.4":{"name":"blockstore-core","version":"4.3.4","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/master/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"keywords":["datastore","interface","ipfs","key-value"],"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"},"./tiered":{"types":"./dist/src/tiered.d.ts","import":"./dist/src/tiered.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"sourceType":"module"}},"release":{"branches":["main"],"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"]},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","release":"aegir release","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check","docs":"aegir docs"},"dependencies":{"@libp2p/logger":"^3.0.0","err-code":"^3.0.1","interface-blockstore":"^5.0.0","interface-store":"^5.0.0","it-drain":"^3.0.1","it-filter":"^3.0.0","it-merge":"^3.0.1","it-pushable":"^3.0.0","multiformats":"^12.0.1","uint8arrays":"^4.0.2"},"devDependencies":{"aegir":"^40.0.8","interface-blockstore-tests":"^6.0.0"},"_id":"blockstore-core@4.3.4","gitHead":"d8552a2181b409990e44a3fa45cc67c2f883a21e","_nodeVersion":"18.17.1","_npmVersion":"9.8.1","dist":{"shasum":"86fb1064021c9e1d33ee864bb0e15b33d8d040d8","size":19394,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-4.3.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-4.3.4.tgz"},"_npmUser":{"name":"achingbrain","email":"alex@achingbrain.net"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_4.3.4_1693898446426_0.3171602716388935"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-09-05T07:20:46.653Z","publish_time":1693898446653,"_source_registry_name":"default","_cnpm_publish_time":1693898446653},"4.3.3":{"name":"blockstore-core","version":"4.3.3","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/master/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"keywords":["datastore","interface","ipfs","key-value"],"engines":{"node":">=16.0.0","npm":">=7.0.0"},"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"},"./tiered":{"types":"./dist/src/tiered.d.ts","import":"./dist/src/tiered.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"sourceType":"module"}},"release":{"branches":["main"],"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"]},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","release":"aegir release","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check","docs":"aegir docs"},"dependencies":{"@libp2p/logger":"^3.0.0","err-code":"^3.0.1","interface-blockstore":"^5.0.0","interface-store":"^5.0.0","it-drain":"^3.0.1","it-filter":"^3.0.0","it-merge":"^3.0.1","it-pushable":"^3.0.0","multiformats":"^12.0.1","uint8arrays":"^4.0.2"},"devDependencies":{"aegir":"^40.0.8","interface-blockstore-tests":"^6.0.0"},"typedoc":{"entryPoint":"./src/index.ts"},"_id":"blockstore-core@4.3.3","gitHead":"04510b149e954442a0ff983c0fa6404cff69f794","_nodeVersion":"18.17.0","_npmVersion":"9.8.1","dist":{"shasum":"7689c7e48ae49392664e990732f2d8a3a07b952d","size":19629,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-4.3.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-4.3.3.tgz"},"_npmUser":{"name":"achingbrain","email":"alex@achingbrain.net"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_4.3.3_1691089930113_0.38833598343771647"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-08-03T19:12:10.330Z","publish_time":1691089930330,"_source_registry_name":"default","_cnpm_publish_time":1691089930330},"4.3.2":{"name":"blockstore-core","version":"4.3.2","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/master/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"keywords":["datastore","interface","ipfs","key-value"],"engines":{"node":">=16.0.0","npm":">=7.0.0"},"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"},"./tiered":{"types":"./dist/src/tiered.d.ts","import":"./dist/src/tiered.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"sourceType":"module"}},"release":{"branches":["main"],"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"]},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","release":"aegir release","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check","docs":"aegir docs"},"dependencies":{"@libp2p/logger":"^3.0.0","err-code":"^3.0.1","interface-blockstore":"^5.0.0","interface-store":"^5.0.0","it-drain":"^3.0.1","it-filter":"^3.0.0","it-merge":"^3.0.1","it-pushable":"^3.0.0","multiformats":"^12.0.1","uint8arrays":"^4.0.2"},"devDependencies":{"aegir":"^39.0.9","interface-blockstore-tests":"^6.0.0"},"typedoc":{"entryPoint":"./src/index.ts"},"gitHead":"bad53b98e5361cb44e24ee057e7d7ad8fcd90c48","_id":"blockstore-core@4.3.2","_nodeVersion":"18.17.0","_npmVersion":"8.19.4","dist":{"shasum":"41cf0d7a56b5e4ec6ea0fceeef61303599db3cd0","size":19741,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-4.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-4.3.2.tgz"},"_npmUser":{"name":"achingbrain","email":"alex@achingbrain.net"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_4.3.2_1691086729159_0.747756196464507"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-08-03T18:18:49.313Z","publish_time":1691086729313,"_source_registry_name":"default","_cnpm_publish_time":1691086729313},"4.3.1":{"name":"blockstore-core","version":"4.3.1","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/master/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"keywords":["datastore","interface","ipfs","key-value"],"engines":{"node":">=16.0.0","npm":">=7.0.0"},"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"},"./tiered":{"types":"./dist/src/tiered.d.ts","import":"./dist/src/tiered.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"sourceType":"module"}},"release":{"branches":["main"],"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"]},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","release":"aegir release","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check","docs":"aegir docs"},"dependencies":{"@libp2p/logger":"^3.0.0","err-code":"^3.0.1","interface-blockstore":"^5.0.0","interface-store":"^5.0.0","it-drain":"^3.0.1","it-filter":"^3.0.0","it-merge":"^3.0.1","it-pushable":"^3.0.0","multiformats":"^11.0.2","uint8arrays":"^4.0.2"},"devDependencies":{"aegir":"^39.0.9","interface-blockstore-tests":"^6.0.0"},"typedoc":{"entryPoint":"./src/index.ts"},"gitHead":"27f88c0cf4d6da1e61633b9564305fd8dbbd496a","_id":"blockstore-core@4.3.1","_nodeVersion":"18.17.0","_npmVersion":"8.19.4","dist":{"shasum":"00ac34621cdd2a9f8a8b08a6ff9244ff43477be9","size":19742,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-4.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-4.3.1.tgz"},"_npmUser":{"name":"achingbrain","email":"alex@achingbrain.net"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_4.3.1_1691085297537_0.6947562489706474"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-08-03T17:54:57.693Z","publish_time":1691085297693,"_source_registry_name":"default","_cnpm_publish_time":1691085297693},"4.3.0":{"name":"blockstore-core","version":"4.3.0","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/master/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"keywords":["datastore","interface","ipfs","key-value"],"engines":{"node":">=16.0.0","npm":">=7.0.0"},"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"},"./tiered":{"types":"./dist/src/tiered.d.ts","import":"./dist/src/tiered.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"sourceType":"module"}},"release":{"branches":["main"],"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"]},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","release":"aegir release","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check","docs":"aegir docs"},"dependencies":{"@libp2p/logger":"^2.0.0","err-code":"^3.0.1","interface-blockstore":"^5.0.0","interface-store":"^5.0.0","it-drain":"^3.0.1","it-filter":"^3.0.0","it-merge":"^3.0.1","it-pushable":"^3.0.0","multiformats":"^11.0.2","uint8arrays":"^4.0.2"},"devDependencies":{"aegir":"^39.0.9","interface-blockstore-tests":"^6.0.0"},"typedoc":{"entryPoint":"./src/index.ts"},"gitHead":"725e0dd8f7e4c9dfa6857b54f3cf7d97ff3a56e2","_id":"blockstore-core@4.3.0","_nodeVersion":"18.17.0","_npmVersion":"8.19.4","dist":{"shasum":"00e78130c74e19c5f41103c8134ce1678c324784","size":19364,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-4.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-4.3.0.tgz"},"_npmUser":{"name":"achingbrain","email":"alex@achingbrain.net"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_4.3.0_1690465472481_0.0705652031398869"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-07-27T13:44:32.631Z","publish_time":1690465472631,"_source_registry_name":"default","_cnpm_publish_time":1690465472631},"4.2.0":{"name":"blockstore-core","version":"4.2.0","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/master/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"keywords":["datastore","interface","ipfs","key-value"],"engines":{"node":">=16.0.0","npm":">=7.0.0"},"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./black-hole":{"types":"./dist/src/black-hole.d.ts","import":"./dist/src/black-hole.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"sourceType":"module"}},"release":{"branches":["main"],"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"]},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","release":"aegir release","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check","docs":"aegir docs"},"dependencies":{"err-code":"^3.0.1","interface-blockstore":"^5.0.0","interface-store":"^5.0.0","multiformats":"^11.0.2"},"devDependencies":{"aegir":"^39.0.9","interface-blockstore-tests":"^6.0.0"},"typedoc":{"entryPoint":"./src/index.ts"},"gitHead":"ceb244c0bbbcae8b36de36c3617e544c1ff6465c","_id":"blockstore-core@4.2.0","_nodeVersion":"18.16.0","_npmVersion":"8.19.4","dist":{"shasum":"649029be068743442768548dbefa0a896f9094a8","size":12091,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-4.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-4.2.0.tgz"},"_npmUser":{"name":"achingbrain","email":"alex@achingbrain.net"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_4.2.0_1685820346816_0.1285750455933059"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-06-03T19:25:46.982Z","publish_time":1685820346982,"_source_registry_name":"default","_cnpm_publish_time":1685820346982},"4.1.1":{"name":"blockstore-core","version":"4.1.1","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/master/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"keywords":["datastore","interface","ipfs","key-value"],"engines":{"node":">=16.0.0","npm":">=7.0.0"},"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"sourceType":"module"}},"release":{"branches":["main"],"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"]},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","release":"aegir release","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check","docs":"aegir docs"},"dependencies":{"err-code":"^3.0.1","interface-blockstore":"^5.0.0","interface-store":"^5.0.0","multiformats":"^11.0.2"},"devDependencies":{"aegir":"^39.0.9","interface-blockstore-tests":"^6.0.0"},"typedoc":{"entryPoint":"./src/index.ts"},"gitHead":"346ee0fc9ec164586704b861ead4b774aae42ae8","_id":"blockstore-core@4.1.1","_nodeVersion":"18.16.0","_npmVersion":"8.19.4","dist":{"shasum":"23e5858181c59de3f433cbf6451ddb06a7033c64","size":11636,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-4.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-4.1.1.tgz"},"_npmUser":{"name":"achingbrain","email":"alex@achingbrain.net"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_4.1.1_1685817009609_0.8472828853214203"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-06-03T18:30:09.809Z","publish_time":1685817009809,"_source_registry_name":"default","_cnpm_publish_time":1685817009809},"4.1.0":{"name":"blockstore-core","version":"4.1.0","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-stores/tree/master/packages/blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-stores.git"},"bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"keywords":["datastore","interface","ipfs","key-value"],"engines":{"node":">=16.0.0","npm":">=7.0.0"},"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"sourceType":"module"}},"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"]},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","release":"aegir release","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check","docs":"aegir docs"},"dependencies":{"err-code":"^3.0.1","interface-blockstore":"^5.0.0","interface-store":"^5.0.0","multiformats":"^11.0.2"},"devDependencies":{"aegir":"^38.1.7","interface-blockstore-tests":"^6.0.0"},"typedoc":{"entryPoint":"./src/index.ts"},"gitHead":"df06919855f16d0cdad1892c5ef56af037020f06","_id":"blockstore-core@4.1.0","_nodeVersion":"18.15.0","_npmVersion":"8.19.4","dist":{"shasum":"49e27cbb2ba57619e9f42246b397c77530a747cc","size":11614,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-4.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-4.1.0.tgz"},"_npmUser":{"name":"achingbrain","email":"alex@achingbrain.net"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_4.1.0_1679591697340_0.6360411701848845"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-23T17:14:57.576Z","publish_time":1679591697576,"_cnpm_publish_time":1679591697576},"4.0.2":{"name":"blockstore-core","version":"4.0.2","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-blockstore-core.git"},"bugs":{"url":"https://github.com/ipfs/js-blockstore-core/issues"},"keywords":["datastore","interface","ipfs","key-value"],"engines":{"node":">=16.0.0","npm":">=7.0.0"},"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"sourceType":"module"}},"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"]},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","release":"aegir release","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check","docs":"aegir docs"},"dependencies":{"err-code":"^3.0.1","interface-blockstore":"^5.1.1","interface-store":"^5.0.1","multiformats":"^11.0.0"},"devDependencies":{"aegir":"^38.1.7","interface-blockstore-tests":"^6.0.0"},"gitHead":"c56f93d00dd4099f20a9049a2329e97011330ff1","_id":"blockstore-core@4.0.2","_nodeVersion":"18.15.0","_npmVersion":"8.19.4","dist":{"shasum":"f2387693c91c159fd9552c77e688f9e838cdad75","size":11588,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-4.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-4.0.2.tgz"},"_npmUser":{"name":"npm-service-account-ipfs","email":"npm-service-account+ipfs@protocol.ai"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_4.0.2_1679566184533_0.2713600852726412"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-23T10:09:44.694Z","publish_time":1679566184694,"_cnpm_publish_time":1679566184694},"4.0.1":{"name":"blockstore-core","version":"4.0.1","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-blockstore-core.git"},"bugs":{"url":"https://github.com/ipfs/js-blockstore-core/issues"},"keywords":["datastore","interface","ipfs","key-value"],"engines":{"node":">=16.0.0","npm":">=7.0.0"},"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"sourceType":"module"}},"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"]},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","release":"aegir release","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check","docs":"aegir docs"},"dependencies":{"err-code":"^3.0.1","interface-blockstore":"^5.0.0","interface-store":"^4.0.0","multiformats":"^11.0.0"},"devDependencies":{"aegir":"^38.1.7","interface-blockstore-tests":"^5.0.0"},"gitHead":"a3c1674cef3096dcf2bb197be0261057f0143c53","_id":"blockstore-core@4.0.1","_nodeVersion":"18.14.2","_npmVersion":"8.19.4","dist":{"shasum":"bb7263e78c248e701399f7f69f9babc37bcb3ea9","size":11550,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-4.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-4.0.1.tgz"},"_npmUser":{"name":"npm-service-account-ipfs","email":"npm-service-account+ipfs@protocol.ai"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_4.0.1_1678800767882_0.9776039816226152"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-14T13:32:48.039Z","publish_time":1678800768039,"_cnpm_publish_time":1678800768039},"4.0.0":{"name":"blockstore-core","version":"4.0.0","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-blockstore-core.git"},"bugs":{"url":"https://github.com/ipfs/js-blockstore-core/issues"},"keywords":["datastore","interface","ipfs","key-value"],"engines":{"node":">=16.0.0","npm":">=7.0.0"},"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"},"./base":{"types":"./dist/src/base.d.ts","import":"./dist/src/base.js"},"./errors":{"types":"./dist/src/errors.d.ts","import":"./dist/src/errors.js"},"./memory":{"types":"./dist/src/memory.d.ts","import":"./dist/src/memory.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"sourceType":"module"}},"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"]},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","release":"aegir release","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check","docs":"aegir docs"},"dependencies":{"err-code":"^3.0.1","interface-blockstore":"^5.0.0","interface-store":"^4.0.0","multiformats":"^11.0.0"},"devDependencies":{"aegir":"^38.1.7","interface-blockstore-tests":"^5.0.0"},"gitHead":"234b83575d132d7bd0abf3660be698bede2ec8fe","_id":"blockstore-core@4.0.0","_nodeVersion":"18.14.2","_npmVersion":"8.19.4","dist":{"shasum":"391d433a1d59da7345eb6ae310a15ab777b3f0b2","size":11382,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-4.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-4.0.0.tgz"},"_npmUser":{"name":"npm-service-account-ipfs","email":"npm-service-account+ipfs@protocol.ai"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_4.0.0_1678708239502_0.8722801004691334"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-13T11:50:39.659Z","publish_time":1678708239659,"_cnpm_publish_time":1678708239659},"3.0.0":{"name":"blockstore-core","version":"3.0.0","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-blockstore-core.git"},"bugs":{"url":"https://github.com/ipfs/js-blockstore-core/issues"},"keywords":["datastore","interface","ipfs","key-value"],"engines":{"node":">=16.0.0","npm":">=7.0.0"},"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":"./src/index.js"},"./base":{"types":"./src/base.d.ts","import":"./src/base.js"},"./errors":{"types":"./src/errors.d.ts","import":"./src/errors.js"},"./memory":{"types":"./src/memory.d.ts","import":"./src/memory.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"sourceType":"module"}},"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"]},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","release":"aegir release","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check","docs":"aegir docs"},"dependencies":{"err-code":"^3.0.1","interface-blockstore":"^4.0.0","interface-store":"^3.0.0","it-all":"^2.0.0","it-drain":"^2.0.0","it-filter":"^2.0.0","it-take":"^2.0.0","multiformats":"^11.0.0"},"devDependencies":{"aegir":"^37.9.0","interface-blockstore-tests":"^4.0.0"},"gitHead":"1534f942d765961c1ac0e6973774678a6f826944","_id":"blockstore-core@3.0.0","_nodeVersion":"18.12.1","_npmVersion":"8.19.3","dist":{"shasum":"08f52d954fe079d2735b745d218e737071badd97","size":11218,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-3.0.0.tgz"},"_npmUser":{"name":"npm-service-account-ipfs","email":"npm-service-account+ipfs@protocol.ai"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_3.0.0_1673011752009_0.8321517021361242"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-06T13:29:15.594Z","publish_time":1673011752208,"_cnpm_publish_time":1673011752208},"2.0.2":{"name":"blockstore-core","version":"2.0.2","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-blockstore-core.git"},"bugs":{"url":"https://github.com/ipfs/js-blockstore-core/issues"},"keywords":["datastore","interface","ipfs","key-value"],"engines":{"node":">=16.0.0","npm":">=7.0.0"},"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":"./src/index.js"},"./base":{"types":"./src/base.d.ts","import":"./src/base.js"},"./errors":{"types":"./src/errors.d.ts","import":"./src/errors.js"},"./memory":{"types":"./src/memory.d.ts","import":"./src/memory.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"sourceType":"module"}},"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"]},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","release":"aegir release","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check"},"dependencies":{"err-code":"^3.0.1","interface-blockstore":"^3.0.0","interface-store":"^3.0.0","it-all":"^1.0.4","it-drain":"^1.0.4","it-filter":"^1.0.2","it-take":"^1.0.1","multiformats":"^10.0.0"},"devDependencies":{"aegir":"^37.5.1","interface-blockstore-tests":"^3.0.0"},"gitHead":"d0404d4328fe3e7630802af9a536a74c102ebdf6","_id":"blockstore-core@2.0.2","_nodeVersion":"16.17.1","_npmVersion":"8.19.2","dist":{"shasum":"d82ad3f5385355ac7a9e399c222f1b0ce1ba32fd","size":10859,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-2.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-2.0.2.tgz"},"_npmUser":{"name":"npm-service-account-ipfs","email":"npm-service-account+ipfs@protocol.ai"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_2.0.2_1665768568946_0.11166828051539213"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-25T07:20:38.067Z","publish_time":1665768569199,"_cnpm_publish_time":1665768569199},"2.0.1":{"name":"blockstore-core","version":"2.0.1","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-blockstore-core.git"},"bugs":{"url":"https://github.com/ipfs/js-blockstore-core/issues"},"keywords":["datastore","interface","ipfs","key-value"],"engines":{"node":">=16.0.0","npm":">=7.0.0"},"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":"./src/index.js"},"./base":{"types":"./src/base.d.ts","import":"./src/base.js"},"./errors":{"types":"./src/errors.d.ts","import":"./src/errors.js"},"./memory":{"types":"./src/memory.d.ts","import":"./src/memory.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"sourceType":"module"}},"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"]},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","release":"aegir release","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check"},"dependencies":{"err-code":"^3.0.1","interface-blockstore":"^3.0.0","interface-store":"^3.0.0","it-all":"^1.0.4","it-drain":"^1.0.4","it-filter":"^1.0.2","it-take":"^1.0.1","multiformats":"^9.4.7"},"devDependencies":{"aegir":"^37.5.1","interface-blockstore-tests":"^3.0.0"},"gitHead":"d55f85b45d63f20b48bef32e80a0ee9c7813f417","_id":"blockstore-core@2.0.1","_nodeVersion":"16.16.0","_npmVersion":"8.17.0","dist":{"shasum":"13064f3d32ff333374737990ce90b264b10e1181","size":11162,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-2.0.1.tgz"},"_npmUser":{"name":"npm-service-account-ipfs","email":"npm-service-account+ipfs@protocol.ai"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_2.0.1_1660415686215_0.5182099306461503"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-13T18:34:49.349Z","publish_time":1660415686429,"_cnpm_publish_time":1660415686429},"2.0.0":{"name":"blockstore-core","version":"2.0.0","description":"Contains various implementations of the API contract described in interface-blockstore","author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"Apache-2.0 OR MIT","homepage":"https://github.com/ipfs/js-blockstore-core#readme","repository":{"type":"git","url":"git+https://github.com/ipfs/js-blockstore-core.git"},"bugs":{"url":"https://github.com/ipfs/js-blockstore-core/issues"},"keywords":["datastore","interface","ipfs","key-value"],"engines":{"node":">=16.0.0","npm":">=7.0.0"},"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":"./src/index.js"},"./base":{"types":"./src/base.d.ts","import":"./src/base.js"},"./errors":{"types":"./src/errors.d.ts","import":"./src/errors.js"},"./memory":{"types":"./src/memory.d.ts","import":"./src/memory.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"sourceType":"module"}},"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"]},"scripts":{"clean":"aegir clean","lint":"aegir lint","build":"aegir build","release":"aegir release","test":"aegir test -t node -t browser -t webworker -t electron-main","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","dep-check":"aegir dep-check"},"dependencies":{"err-code":"^3.0.1","interface-blockstore":"^2.0.2","interface-store":"^2.0.1","it-all":"^1.0.4","it-drain":"^1.0.4","it-filter":"^1.0.2","it-take":"^1.0.1","multiformats":"^9.4.7"},"devDependencies":{"aegir":"^37.5.1","interface-blockstore-tests":"^2.0.1"},"gitHead":"4b24d3302a3f1c87ddf5815657c66675cb4cddba","_id":"blockstore-core@2.0.0","_nodeVersion":"16.16.0","_npmVersion":"8.17.0","dist":{"shasum":"891ac38237e471fb18c6ac2f6ba2e6351a343e86","size":11165,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-2.0.0.tgz"},"_npmUser":{"name":"npm-service-account-ipfs","email":"npm-service-account+ipfs@protocol.ai"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_2.0.0_1660412860035_0.6435129557708958"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-13T17:47:43.090Z","publish_time":1660412860208,"_cnpm_publish_time":1660412860208},"1.0.5":{"name":"blockstore-core","version":"1.0.5","description":"Contains various implementations of the API contract described in interface-blockstore","main":"./cjs/src/index.js","types":"types/src/index.d.ts","typesVersions":{"*":{"*":["types/*","types/src/*"],"types/*":["types/*","types/*"]}},"exports":{".":{"browser":"./esm/src/index.js","require":"./cjs/src/index.js","import":"./esm/src/index.js"},"./base":{"browser":"./esm/src/base.js","require":"./cjs/src/base.js","import":"./esm/src/base.js"},"./errors":{"browser":"./esm/src/errors.js","require":"./cjs/src/errors.js","import":"./esm/src/errors.js"},"./memory":{"browser":"./esm/src/memory.js","require":"./cjs/src/memory.js","import":"./esm/src/memory.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"sourceType":"module"}},"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":"chore","release":"patch"},{"type":"docs","release":"patch"},{"type":"test","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":"Trivial Changes"},{"type":"test","section":"Tests"}]}}],"@semantic-release/changelog",["@semantic-release/npm",{"pkgRoot":"dist"}],"@semantic-release/github","@semantic-release/git"]},"scripts":{"clean":"rimraf dist types","prepare":"aegir build --no-bundle && cp -R types dist","lint":"aegir ts -p check && aegir lint","build":"aegir build --esm-tests","release":"semantic-release","test":"aegir test","test:node":"aegir test -t node","test:chrome":"aegir test -t browser","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 -f dist/cjs/node-test/*js","test:electron-renderer":"aegir test -t electron-renderer -f dist/cjs/node-test/*js","dep-check":"aegir dep-check -i rimraf -i interface-blockstore -i interface-store -i aegir -i util"},"repository":{"type":"git","url":"git+https://github.com/ipfs/js-blockstore-core.git"},"keywords":["interface","key-value","ipfs","datastore"],"author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"(Apache-2.0 OR MIT)","bugs":{"url":"https://github.com/ipfs/js-blockstore-core/issues"},"homepage":"https://github.com/ipfs/js-blockstore-core#readme","devDependencies":{"@types/debug":"^4.1.5","aegir":"^36.1.2","interface-blockstore-tests":"^2.0.1","util":"^0.12.4"},"dependencies":{"err-code":"^3.0.1","interface-blockstore":"^2.0.2","interface-store":"^2.0.1","it-all":"^1.0.4","it-drain":"^1.0.4","it-filter":"^1.0.2","it-take":"^1.0.1","multiformats":"^9.4.7"},"browser":{".":"./cjs/src/index.js","./base":"./cjs/src/base.js","./errors":"./cjs/src/errors.js","./memory":"./cjs/src/memory.js"},"gitHead":"00a7a9e0f7bce40debef4c4fea5b34171c76716c","_id":"blockstore-core@1.0.5","_nodeVersion":"16.13.1","_npmVersion":"7.24.2","dist":{"shasum":"2e34b6a7faae0d4b6c98dc8573c6f998eb457f36","size":12627,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-1.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-1.0.5.tgz"},"_npmUser":{"name":"achingbrain","email":"alex@achingbrain.net"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_1.0.5_1641586377737_0.38935230192833625"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-07T20:13:03.602Z","publish_time":1641586377871,"_cnpm_publish_time":1641586377871},"1.0.4":{"name":"blockstore-core","version":"1.0.4","description":"Contains various implementations of the API contract described in interface-blockstore","main":"src/index.js","type":"module","types":"types/src/index.d.ts","typesVersions":{"*":{"*":["types/*","types/src/*"],"types/*":["types/*","types/*"]}},"exports":{".":{"import":"./src/index.js"},"./base":{"import":"./src/base.js"},"./errors":{"import":"./src/errors.js"},"./memory":{"import":"./src/memory.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"sourceType":"module"}},"publishConfig":{"directory":"dist"},"scripts":{"clean":"rimraf dist types","prepare":"aegir build --no-bundle && cp -R types dist","lint":"aegir ts -p check && aegir lint","build":"aegir build --esm-tests","release":"semantic-release","test":"aegir test","test:node":"aegir test -t node","test:chrome":"aegir test -t browser","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 -f dist/cjs/node-test/*js","test:electron-renderer":"aegir test -t electron-renderer -f dist/cjs/node-test/*js","dep-check":"aegir dep-check -i rimraf -i interface-blockstore -i interface-store -i aegir -i util"},"repository":{"type":"git","url":"git+https://github.com/ipfs/js-blockstore-core.git"},"keywords":["interface","key-value","ipfs","datastore"],"author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"(Apache-2.0 OR MIT)","bugs":{"url":"https://github.com/ipfs/js-blockstore-core/issues"},"homepage":"https://github.com/ipfs/js-blockstore-core#readme","devDependencies":{"@types/debug":"^4.1.5","aegir":"^36.1.2","interface-blockstore-tests":"^2.0.1","util":"^0.12.4"},"dependencies":{"err-code":"^3.0.1","interface-blockstore":"^2.0.2","interface-store":"^2.0.1","it-all":"^1.0.4","it-drain":"^1.0.4","it-filter":"^1.0.2","it-take":"^1.0.1","multiformats":"^9.4.7"},"gitHead":"fa5e21b345432bf4fe325caf02be0eabd5d5c5ae","_id":"blockstore-core@1.0.4","_nodeVersion":"16.13.1","_npmVersion":"7.24.2","dist":{"shasum":"a30a3497da336907985d4fb44db63b555302c66b","size":7695,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-1.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-1.0.4.tgz"},"_npmUser":{"name":"achingbrain","email":"alex@achingbrain.net"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_1.0.4_1641583553199_0.21552934011553693"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-07T19:25:58.906Z","publish_time":1641583553486,"_cnpm_publish_time":1641583553486},"1.0.3":{"name":"blockstore-core","version":"1.0.3","description":"Contains various implementations of the API contract described in interface-blockstore","main":"src/index.js","type":"module","types":"types/src/index.d.ts","typesVersions":{"*":{"*":["types/*","types/src/*"],"types/*":["types/*","types/*"]}},"exports":{".":{"import":"./src/index.js"},"./base":{"import":"./src/base.js"},"./errors":{"import":"./src/errors.js"},"./memory":{"import":"./src/memory.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"sourceType":"module"}},"scripts":{"clean":"rimraf dist types","prepare":"aegir build --no-bundle && cp -R types dist","lint":"aegir ts -p check && aegir lint","build":"aegir build --esm-tests","release":"semantic-release","test":"aegir test","test:node":"aegir test -t node","test:browser":"aegir test -t browser","test:electron-main":"aegir test -t electron-main -f dist/cjs/node-test/*js","test:electron-renderer":"aegir test -t electron-renderer -f dist/cjs/node-test/*js","dep-check":"aegir dep-check -i rimraf -i interface-blockstore -i interface-store -i aegir -i util"},"repository":{"type":"git","url":"git+https://github.com/ipfs/js-blockstore-core.git"},"keywords":["interface","key-value","ipfs","datastore"],"author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"(Apache-2.0 OR MIT)","bugs":{"url":"https://github.com/ipfs/js-blockstore-core/issues"},"homepage":"https://github.com/ipfs/js-blockstore-core#readme","devDependencies":{"@types/debug":"^4.1.5","aegir":"^36.1.2","interface-blockstore-tests":"^2.0.1","util":"^0.12.4"},"dependencies":{"err-code":"^3.0.1","interface-blockstore":"^2.0.2","interface-store":"^2.0.1","it-all":"^1.0.4","it-drain":"^1.0.4","it-filter":"^1.0.2","it-take":"^1.0.1","multiformats":"^9.4.7"},"gitHead":"43d906e13c4688f8f3281ea50167f8b5f8bb4c13","_id":"blockstore-core@1.0.3","_nodeVersion":"16.13.1","_npmVersion":"7.24.2","dist":{"shasum":"6615d5a8bcafb689df8f2d49e9781aaf0d66fe37","size":8027,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-1.0.3.tgz"},"_npmUser":{"name":"achingbrain","email":"alex@achingbrain.net"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_1.0.3_1641324569537_0.4624429685104148"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-04T19:29:41.518Z","publish_time":1641324569664,"_cnpm_publish_time":1641324569664},"1.0.2":{"name":"blockstore-core","version":"1.0.2","description":"Contains various implementations of the API contract described in interface-blockstore","leadMaintainer":"Alex Potsides <alex.potsides@protocol.ai>","main":"./cjs/src/index.js","types":"types/src/index.d.ts","typesVersions":{"*":{"*":["types/*","types/src/*"],"types/*":["types/*","types/*"]}},"exports":{".":{"browser":"./esm/src/index.js","require":"./cjs/src/index.js","import":"./esm/src/index.js"},"./base":{"browser":"./esm/src/base.js","require":"./cjs/src/base.js","import":"./esm/src/base.js"},"./errors":{"browser":"./esm/src/errors.js","require":"./cjs/src/errors.js","import":"./esm/src/errors.js"},"./memory":{"browser":"./esm/src/memory.js","require":"./cjs/src/memory.js","import":"./esm/src/memory.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"sourceType":"module"}},"scripts":{"clean":"rimraf dist types","prepare":"aegir build --no-bundle && cp -R types dist","lint":"aegir ts -p check && aegir lint","build":"aegir build","release":"aegir release --target node","release-minor":"aegir release --type minor --target node","release-major":"aegir release --type major --target node","pretest":"aegir build --esm-tests","test":"aegir test","dep-check":"aegir dep-check -i rimraf -i interface-blockstore -i interface-store -i aegir -i util"},"repository":{"type":"git","url":"git+https://github.com/ipfs/js-blockstore-core.git"},"keywords":["interface","key-value","ipfs","datastore"],"author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"(Apache-2.0 OR MIT)","bugs":{"url":"https://github.com/ipfs/js-blockstore-core/issues"},"homepage":"https://github.com/ipfs/js-blockstore-core#readme","devDependencies":{"@types/debug":"^4.1.5","aegir":"^35.0.2","interface-blockstore-tests":"^2.0.1","it-all":"^1.0.4","util":"^0.12.4"},"dependencies":{"err-code":"^3.0.1","interface-blockstore":"^2.0.2","interface-store":"^2.0.1","it-drain":"^1.0.4","it-filter":"^1.0.2","it-take":"^1.0.1","multiformats":"^9.4.7"},"contributors":[{"name":"achingbrain","email":"alex@achingbrain.net"}],"browser":{".":"./cjs/src/index.js","./base":"./cjs/src/base.js","./errors":"./cjs/src/errors.js","./memory":"./cjs/src/memory.js"},"_id":"blockstore-core@1.0.2","_nodeVersion":"16.8.0","_npmVersion":"7.21.0","dist":{"shasum":"8dfb8fa2586962a5ab831426564eeb947b06faf2","size":12224,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-1.0.2.tgz"},"_npmUser":{"name":"achingbrain","email":"alex@achingbrain.net"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_1.0.2_1631183406542_0.5379188464090916"},"_hasShrinkwrap":false,"publish_time":1631183406777,"_cnpm_publish_time":1631183406777,"_cnpmcore_publish_time":"2021-12-16T19:43:40.509Z"},"1.0.1":{"name":"blockstore-core","version":"1.0.1","description":"Contains various implementations of the API contract described in interface-blockstore","leadMaintainer":"Alex Potsides <alex.potsides@protocol.ai>","main":"./cjs/src/index.js","types":"types/index.d.ts","typesVersions":{"*":{"*":["types/*","types/src/*"],"types/*":["types/*","types/*"]}},"exports":{".":{"browser":"./esm/src/index.js","require":"./cjs/src/index.js","import":"./esm/src/index.js"},"./base":{"browser":"./esm/src/base.js","require":"./cjs/src/base.js","import":"./esm/src/base.js"},"./errors":{"browser":"./esm/src/errors.js","require":"./cjs/src/errors.js","import":"./esm/src/errors.js"},"./memory":{"browser":"./esm/src/memory.js","require":"./cjs/src/memory.js","import":"./esm/src/memory.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"sourceType":"module"}},"scripts":{"clean":"rimraf dist types","prepare":"aegir build --no-bundle && cp -R types dist","lint":"aegir ts -p check && aegir lint","build":"aegir build","release":"aegir release --target node","release-minor":"aegir release --type minor --target node","release-major":"aegir release --type major --target node","pretest":"aegir build --esm-tests","test":"aegir test","dep-check":"aegir dep-check -i rimraf -i interface-blockstore -i interface-store -i aegir -i util"},"repository":{"type":"git","url":"git+https://github.com/ipfs/js-blockstore-core.git"},"keywords":["interface","key-value","ipfs","datastore"],"author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"(Apache-2.0 OR MIT)","bugs":{"url":"https://github.com/ipfs/js-blockstore-core/issues"},"homepage":"https://github.com/ipfs/js-blockstore-core#readme","devDependencies":{"@types/debug":"^4.1.5","aegir":"^35.0.2","interface-blockstore-tests":"^2.0.1","it-all":"^1.0.4","util":"^0.12.4"},"dependencies":{"err-code":"^3.0.1","interface-blockstore":"^2.0.2","interface-store":"^2.0.1","it-drain":"^1.0.4","it-filter":"^1.0.2","it-take":"^1.0.1","multiformats":"^9.4.7"},"contributors":[{"name":"achingbrain","email":"alex@achingbrain.net"}],"browser":{".":"./cjs/src/index.js","./base":"./cjs/src/base.js","./errors":"./cjs/src/errors.js","./memory":"./cjs/src/memory.js"},"_id":"blockstore-core@1.0.1","_nodeVersion":"16.8.0","_npmVersion":"7.21.0","dist":{"shasum":"0701a74bc0c89b52e328940eb11a47991c35570f","size":12226,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-1.0.1.tgz"},"_npmUser":{"name":"achingbrain","email":"alex@achingbrain.net"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_1.0.1_1631183037372_0.08710364773969559"},"_hasShrinkwrap":false,"publish_time":1631183037538,"_cnpm_publish_time":1631183037538,"_cnpmcore_publish_time":"2021-12-16T19:43:40.708Z"},"1.0.0":{"name":"blockstore-core","version":"1.0.0","description":"Contains various implementations of the API contract described in interface-blockstore","leadMaintainer":"Alex Potsides <alex.potsides@protocol.ai>","main":"./cjs/src/index.js","types":"types/index.d.ts","typesVersions":{"*":{"*":["types/src/*"],"types/*":["types/src/*"]}},"exports":{".":{"browser":"./esm/src/index.js","require":"./cjs/src/index.js","import":"./esm/src/index.js"},"./base":{"browser":"./esm/src/base.js","require":"./cjs/src/base.js","import":"./esm/src/base.js"},"./errors":{"browser":"./esm/src/errors.js","require":"./cjs/src/errors.js","import":"./esm/src/errors.js"},"./memory":{"browser":"./esm/src/memory.js","require":"./cjs/src/memory.js","import":"./esm/src/memory.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"sourceType":"module"}},"scripts":{"clean":"rimraf dist types","prepare":"aegir build --no-bundle && cp -R types dist","lint":"aegir ts -p check && aegir lint","build":"aegir build","release":"aegir release --target node","release-minor":"aegir release --type minor --target node","release-major":"aegir release --type major --target node","pretest":"aegir build --esm-tests","test":"aegir test","dep-check":"aegir dep-check -i rimraf -i interface-blockstore -i interface-store -i aegir -i util"},"repository":{"type":"git","url":"git+https://github.com/ipfs/js-blockstore-core.git"},"keywords":["interface","key-value","ipfs","datastore"],"author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"(Apache-2.0 OR MIT)","bugs":{"url":"https://github.com/ipfs/js-blockstore-core/issues"},"homepage":"https://github.com/ipfs/js-blockstore-core#readme","devDependencies":{"@types/debug":"^4.1.5","aegir":"^35.0.2","interface-blockstore-tests":"^2.0.1","it-all":"^1.0.4","util":"^0.12.4"},"dependencies":{"err-code":"^3.0.1","interface-blockstore":"^2.0.2","interface-store":"^2.0.1","it-drain":"^1.0.4","it-filter":"^1.0.2","it-take":"^1.0.1","multiformats":"^9.4.7"},"contributors":[{"name":"achingbrain","email":"alex@achingbrain.net"}],"browser":{".":"./cjs/src/index.js","./base":"./cjs/src/base.js","./errors":"./cjs/src/errors.js","./memory":"./cjs/src/memory.js"},"_id":"blockstore-core@1.0.0","_nodeVersion":"16.8.0","_npmVersion":"7.21.0","dist":{"shasum":"b8809bb763aeaf25d2b1fc4642bf129a302df029","size":12220,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-1.0.0.tgz"},"_npmUser":{"name":"achingbrain","email":"alex@achingbrain.net"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_1.0.0_1631172369213_0.0047594482795139115"},"_hasShrinkwrap":false,"publish_time":1631172369370,"_cnpm_publish_time":1631172369370,"_cnpmcore_publish_time":"2021-12-16T19:43:40.962Z"},"0.0.2":{"name":"blockstore-core","version":"0.0.2","description":"Contains various implementations of the API contract described in interface-blockstore","leadMaintainer":"Alex Potsides <alex.potsides@protocol.ai>","main":"./cjs/src/index.js","types":"types/index.d.ts","typesVersions":{"*":{"*":["types/src/*"],"types/*":["types/src/*"]}},"exports":{".":{"browser":"./esm/src/index.js","require":"./cjs/src/index.js","import":"./esm/src/index.js"},"./base":{"browser":"./esm/src/base.js","require":"./cjs/src/base.js","import":"./esm/src/base.js"},"./errors":{"browser":"./esm/src/errors.js","require":"./cjs/src/errors.js","import":"./esm/src/errors.js"},"./memory":{"browser":"./esm/src/memory.js","require":"./cjs/src/memory.js","import":"./esm/src/memory.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"sourceType":"module"}},"scripts":{"clean":"rimraf dist types","prepare":"aegir build --no-bundle && cp -R types dist","lint":"aegir ts -p check && aegir lint","build":"aegir build","release":"aegir release --target node","release-minor":"aegir release --type minor --target node","release-major":"aegir release --type major --target node","pretest":"aegir build --esm-tests","test":"aegir test","dep-check":"aegir dep-check -i rimraf -i interface-blockstore -i interface-store -i aegir -i util"},"repository":{"type":"git","url":"git+https://github.com/ipfs/js-blockstore-core.git"},"keywords":["interface","key-value","ipfs","datastore"],"author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"(Apache-2.0 OR MIT)","bugs":{"url":"https://github.com/ipfs/js-blockstore-core/issues"},"homepage":"https://github.com/ipfs/js-blockstore-core#readme","devDependencies":{"@types/debug":"^4.1.5","aegir":"^35.0.2","interface-blockstore-tests":"^2.0.1","it-all":"^1.0.4","util":"^0.12.4"},"dependencies":{"err-code":"^3.0.1","interface-blockstore":"^2.0.2","interface-store":"^2.0.1","it-drain":"^1.0.4","it-filter":"^1.0.2","it-take":"^1.0.1","multiformats":"^9.4.7"},"contributors":[{"name":"achingbrain","email":"alex@achingbrain.net"}],"browser":{".":"./cjs/src/index.js","./base":"./cjs/src/base.js","./errors":"./cjs/src/errors.js","./memory":"./cjs/src/memory.js"},"_id":"blockstore-core@0.0.2","_nodeVersion":"16.8.0","_npmVersion":"7.21.0","dist":{"shasum":"bcc3079a62e95cf22c0b480325b0a9b01b3ceeae","size":12220,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-0.0.2.tgz"},"_npmUser":{"name":"achingbrain","email":"alex@achingbrain.net"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_0.0.2_1631171527874_0.21059974115989033"},"_hasShrinkwrap":false,"publish_time":1631171528003,"_cnpm_publish_time":1631171528003,"_cnpmcore_publish_time":"2021-12-16T19:43:41.203Z"},"0.0.1":{"name":"blockstore-core","version":"0.0.1","description":"Wrapper implementation for interface-blockstore","leadMaintainer":"Alex Potsides <alex.potsides@protocol.ai>","main":"./cjs/src/index.js","types":"types/index.d.ts","exports":{".":{"browser":"./esm/src/index.js","require":"./cjs/src/index.js","import":"./esm/src/index.js"},"./base":{"browser":"./esm/src/base.js","require":"./cjs/src/base.js","import":"./esm/src/base.js"},"./errors":{"browser":"./esm/src/errors.js","require":"./cjs/src/errors.js","import":"./esm/src/errors.js"},"./memory":{"browser":"./esm/src/memory.js","require":"./cjs/src/memory.js","import":"./esm/src/memory.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"sourceType":"module"}},"scripts":{"clean":"rimraf dist types","prepare":"aegir build --no-bundle && cp -R types dist","lint":"aegir ts -p check && aegir lint","build":"aegir build","release":"aegir release --target node","release-minor":"aegir release --type minor --target node","release-major":"aegir release --type major --target node","pretest":"aegir build --esm-tests","test":"aegir test","dep-check":"aegir dep-check -i rimraf -i interface-blockstore -i interface-store -i aegir -i util"},"repository":{"type":"git","url":"git+https://github.com/ipfs/js-blockstore-core.git"},"keywords":["interface","key-value","ipfs","datastore"],"author":{"name":"Alex Potsides","email":"alex.potsides@protocol.ai"},"license":"(Apache-2.0 OR MIT)","bugs":{"url":"https://github.com/ipfs/js-blockstore-core/issues"},"homepage":"https://github.com/ipfs/js-blockstore-core#readme","devDependencies":{"@types/debug":"^4.1.5","aegir":"^35.0.2","interface-blockstore-tests":"^2.0.1","it-all":"^1.0.4","util":"^0.12.4"},"dependencies":{"err-code":"^3.0.1","interface-blockstore":"^2.0.2","interface-store":"^2.0.1","it-drain":"^1.0.4","it-filter":"^1.0.2","it-take":"^1.0.1","multiformats":"^9.4.7"},"browser":{".":"./cjs/src/index.js","./base":"./cjs/src/base.js","./errors":"./cjs/src/errors.js","./memory":"./cjs/src/memory.js"},"_id":"blockstore-core@0.0.1","_nodeVersion":"16.8.0","_npmVersion":"7.21.0","dist":{"shasum":"8ed2afbd24f00e7ef5789bbd54c1da26d6e8b704","size":12180,"noattachment":false,"key":"/blockstore-core/-/blockstore-core-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/blockstore-core/download/blockstore-core-0.0.1.tgz"},"_npmUser":{"name":"achingbrain","email":"alex@achingbrain.net"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-ipfs","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockstore-core_0.0.1_1631170475330_0.1098221929768346"},"_hasShrinkwrap":false,"publish_time":1631170475479,"_cnpm_publish_time":1631170475479,"_cnpmcore_publish_time":"2021-12-16T19:43:41.440Z"}},"readme":"# blockstore-core\n\n[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)\n[![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech)\n[![codecov](https://img.shields.io/codecov/c/github/ipfs/js-stores.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-stores)\n[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/js-stores/js-test-and-release.yml?branch=main\\&style=flat-square)](https://github.com/ipfs/js-stores/actions/workflows/js-test-and-release.yml?query=branch%3Amain)\n\n> Contains various implementations of the API contract described in interface-blockstore\n\n# About\n\n<!--\n\n!IMPORTANT!\n\nEverything in this README between \"# About\" and \"# Install\" is automatically\ngenerated and will be overwritten the next time the doc generator is run.\n\nTo make changes to this section, please update the @packageDocumentation section\nof src/index.js or src/index.ts\n\nTo experiment with formatting, please run \"npm run docs\" from the root of this\nrepo and examine the changes made.\n\n-->\n\nVarious Blockstore implementations are available.\n\n## BaseBlockstore\n\nProvides a complete implementation of the Blockstore interface.  You must implement `.get`, `.put`, etc.\n\n## Example\n\n```js\nimport { BaseBlockstore } from 'blockstore-core'\n\nclass MyCustomBlockstore extends BaseBlockstore {\n  put (key, val, options) {\n    // store a block\n  }\n\n  get (key, options) {\n    // retrieve a block\n  }\n\n  // ...etc\n}\n```\n\n## MemoryBlockstore\n\nA simple Blockstore that stores blocks in memory.\n\n## Example\n\n```js\nimport { MemoryBlockstore } from 'blockstore-core'\n\nconst store = new MemoryBlockstore()\n```\n\n## BlackHoleBlockstore\n\nA Blockstore that does not store any blocks.\n\n## Example\n\n```js\nimport { BlackHoleBlockstore } from 'blockstore-core'\n\nconst store = new BlackHoleBlockstore()\n```\n\n## TieredBlockstore\n\nA tiered blockstore wraps one or more blockstores and will query each in parallel to retrieve a block - the operation will succeed if any wrapped store has the block.\n\nWrites are invoked on all wrapped blockstores.\n\n## Example\n\n```js\nimport { TieredBlockstore } from 'blockstore-core'\n\nconst store = new TieredBlockstore([\n  store1,\n  store2,\n  // ...etc\n])\n```\n\n## IdentityBlockstore\n\nAn identity blockstore is one that deals exclusively in Identity CIDs - this is a special CID with the codec [0x00](https://github.com/multiformats/multicodec/blob/d06fc6194710e8909bac64273c43f16b56ca4c34/table.csv#L2) where the multihash digest is the data that makes up the block.\n\n## Example\n\n```TypeScript\nimport { IdentityBlockstore } from 'blockstore-core'\nimport { CID } from 'multiformats/cid'\n\nconst blockstore = new IdentityBlockstore()\n\nblockstore.has(CID.parse('QmFoo')) // false\n\nblockstore.has(CID.parse('bafkqac3imvwgy3zao5xxe3de')) // true\n```\n\n# Install\n\n```console\n$ npm i blockstore-core\n```\n\n## Browser `<script>` tag\n\nLoading this module through a script tag will make its exports available as `BlockstoreCore` in the global namespace.\n\n```html\n<script src=\"https://unpkg.com/blockstore-core/dist/index.min.js\"></script>\n```\n\n# API Docs\n\n- <https://ipfs.github.io/js-stores/modules/blockstore-core.html>\n\n# License\n\nLicensed under either of\n\n- Apache 2.0, ([LICENSE-APACHE](https://github.com/ipfs/js-stores/blob/main/packages/blockstore-core/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)\n- MIT ([LICENSE-MIT](https://github.com/ipfs/js-stores/blob/main/packages/blockstore-core/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)\n\n# Contribute\n\nContributions welcome! Please check out [the issues](https://github.com/ipfs/js-stores/issues).\n\nAlso see our [contributing document](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) for more information on how we work, and about contributing in general.\n\nPlease be aware that all interactions related to this repo are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.\n\n[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md)\n","_attachments":{},"homepage":"https://github.com/ipfs/js-stores/tree/main/packages/blockstore-core#readme","bugs":{"url":"https://github.com/ipfs/js-stores/issues"},"license":"Apache-2.0 OR MIT"}