{"_id":"@fireproof/core-base","_rev":"67-c7314beeab561898eb9a65aab521572c","name":"@fireproof/core-base","dist-tags":{"dev":"0.24.13-dev-qs-2","latest":"0.24.19"},"versions":{"0.0.0-smoke-1b31059-1752074105":{"name":"@fireproof/core-base","version":"0.0.0-smoke-1b31059-1752074105","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"Apache-2.0 OR MIT","_id":"@fireproof/core-base@0.0.0-smoke-1b31059-1752074105","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"3f5c79f90d6440839aaf6bea35d855f6a357e0c3","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.0.0-smoke-1b31059-1752074105.tgz","fileCount":51,"integrity":"sha512-mv3/POjtrW9T0UExCkDz6kEXdSmW0PoZER74rjCYfDpwTLiAgWNTS2PzzCNLoBtzEgJhMibX1syXdtdbHadSZw==","signatures":[{"sig":"MEUCIEerbQTfrLzV4TAFj/2cTISC56uEz6lboZf8lNVc90HTAiEAlcvoPQeOhyj+peJjA+++YThb4b37DqpbpA38Pgxkd+c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":221641},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.0.0-smoke-1b31059-1752074105.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"tsc"},"_npmUser":{"name":"jchris","actor":{"name":"jchris","type":"user","email":"jchris@gmail.com"},"email":"jchris@gmail.com"},"_resolved":"/tmp/e23ee58d760de4d979d576de88532d8c/fireproof-core-base-0.0.0-smoke-1b31059-1752074105.tgz","_integrity":"sha512-mv3/POjtrW9T0UExCkDz6kEXdSmW0PoZER74rjCYfDpwTLiAgWNTS2PzzCNLoBtzEgJhMibX1syXdtdbHadSZw==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.2","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.17.0","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.4","@adviser/cement":"^0.4.20","@fireproof/vendor":"^3.0.0","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.0.0-smoke-1b31059-1752074105","@fireproof/core-runtime":"0.0.0-smoke-1b31059-1752074105","@fireproof/core-blockstore":"0.0.0-smoke-1b31059-1752074105","@fireproof/core-types-base":"0.0.0-smoke-1b31059-1752074105","@fireproof/core-types-blockstore":"0.0.0-smoke-1b31059-1752074105","@fireproof/core-types-protocols-cloud":"0.0.0-smoke-1b31059-1752074105"},"_hasShrinkwrap":false,"devDependencies":{"@types/node":"^24.0.10","@fireproof/core-cli":"0.0.0-smoke-1b31059-1752074105"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.0.0-smoke-1b31059-1752074105_1752074372823_0.09211700910279497","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-dev-test":{"name":"@fireproof/core-base","version":"0.0.1-dev-test","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"Apache-2.0 OR MIT","_id":"@fireproof/core-base@0.0.1-dev-test","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"e1a49ff33e04325b6fe3400805401965412edd49","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.0.1-dev-test.tgz","fileCount":51,"integrity":"sha512-dT9AIUiQmE5WV6Veox0VPeCYnyGFL80yCAp4DlwibiUtT2b6xZn5QZ4fKZU1TG0TP6se9BN6szQIhY/ikxy+UA==","signatures":[{"sig":"MEUCIQD6sXSISfr3/ZQzoBiYSkm+5ZfF7/mqciGiyh4X005ZKwIgWZdvUmO0+Da13/gO1qqZotOqHgv02kKk67x25CL942E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":221513},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.0.1-dev-test.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"tsc"},"_npmUser":{"name":"jchris","actor":{"name":"jchris","type":"user","email":"jchris@gmail.com"},"email":"jchris@gmail.com"},"_resolved":"/tmp/562a81b5762fa0e372f974eca519715c/fireproof-core-base-0.0.1-dev-test.tgz","_integrity":"sha512-dT9AIUiQmE5WV6Veox0VPeCYnyGFL80yCAp4DlwibiUtT2b6xZn5QZ4fKZU1TG0TP6se9BN6szQIhY/ikxy+UA==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.2","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.17.0","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.4","@adviser/cement":"^0.4.20","@fireproof/vendor":"^3.0.0","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.0.1-dev-test","@fireproof/core-runtime":"0.0.1-dev-test","@fireproof/core-blockstore":"0.0.1-dev-test","@fireproof/core-types-base":"0.0.1-dev-test","@fireproof/core-types-blockstore":"0.0.1-dev-test","@fireproof/core-types-protocols-cloud":"0.0.1-dev-test"},"_hasShrinkwrap":false,"devDependencies":{"@types/node":"^24.0.10","@fireproof/core-cli":"0.0.1-dev-test"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.0.1-dev-test_1752076870035_0.9719183408287442","host":"s3://npm-registry-packages-npm-production"}},"0.0.2-dev-test":{"name":"@fireproof/core-base","version":"0.0.2-dev-test","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"Apache-2.0 OR MIT","_id":"@fireproof/core-base@0.0.2-dev-test","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"4aafd8636b3c4ba14eb628cd5647a93f391070c3","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.0.2-dev-test.tgz","fileCount":51,"integrity":"sha512-DWoBuuW7JP6K2KUufURxMSMi5osch0dLDmRagesO8/tTiJds0AYgO2QzdGC8EbuOK4DwbC/tHn/cjc5m9qe24A==","signatures":[{"sig":"MEYCIQDkHa4DshQ21a8j3uE9+viYQE9/89SPSREWfZDMKg7bZAIhAO9uZ+s2EPeVYdnIP/PgrlakL8qhb+W/5sgNpNYV/15Q","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":221521},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.0.2-dev-test.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/ae00d674683d983d8e431b470e7b149e/fireproof-core-base-0.0.2-dev-test.tgz","_integrity":"sha512-DWoBuuW7JP6K2KUufURxMSMi5osch0dLDmRagesO8/tTiJds0AYgO2QzdGC8EbuOK4DwbC/tHn/cjc5m9qe24A==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.2","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.17.0","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.4","@adviser/cement":"^0.4.20","@fireproof/vendor":"0.0.2-dev-test","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.0.2-dev-test","@fireproof/core-runtime":"0.0.2-dev-test","@fireproof/core-blockstore":"0.0.2-dev-test","@fireproof/core-types-base":"0.0.2-dev-test","@fireproof/core-types-blockstore":"0.0.2-dev-test","@fireproof/core-types-protocols-cloud":"0.0.2-dev-test"},"_hasShrinkwrap":false,"devDependencies":{"@types/node":"^24.0.13","@fireproof/core-cli":"0.0.2-dev-test"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.0.2-dev-test_1752966128841_0.07846862517680053","host":"s3://npm-registry-packages-npm-production"}},"0.22.0-dev-preview":{"name":"@fireproof/core-base","version":"0.22.0-dev-preview","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"Apache-2.0 OR MIT","_id":"@fireproof/core-base@0.22.0-dev-preview","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"17d33968111c0293165c28c9f4fc74da9b01f188","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.22.0-dev-preview.tgz","fileCount":51,"integrity":"sha512-KFKkku5HGOkXBASJwCVFHN4iannsQbVWJAIbVjG73fUVwKAMVY0q+0JSbLxVTsC8flbNAX7bBS0QutMkRnD9IQ==","signatures":[{"sig":"MEQCIHBD6ls9jRHHiqnV7LBgiXbdzjswHtodzHlyVWU/JyheAiBJ3u58YrBf5O4mjisMc3Owlotq2iDKG2yOLyPPPYh0dw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":221557},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.22.0-dev-preview.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/0d50d96ca0c86710ac773a28a9f93507/fireproof-core-base-0.22.0-dev-preview.tgz","_integrity":"sha512-KFKkku5HGOkXBASJwCVFHN4iannsQbVWJAIbVjG73fUVwKAMVY0q+0JSbLxVTsC8flbNAX7bBS0QutMkRnD9IQ==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.2","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.17.0","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.4","@adviser/cement":"^0.4.20","@fireproof/vendor":"0.22.0-dev-preview","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.22.0-dev-preview","@fireproof/core-runtime":"0.22.0-dev-preview","@fireproof/core-blockstore":"0.22.0-dev-preview","@fireproof/core-types-base":"0.22.0-dev-preview","@fireproof/core-types-blockstore":"0.22.0-dev-preview","@fireproof/core-types-protocols-cloud":"0.22.0-dev-preview"},"_hasShrinkwrap":false,"devDependencies":{"@types/node":"^24.0.13","@fireproof/core-cli":"0.22.0-dev-preview"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.22.0-dev-preview_1753035229559_0.6194646492782205","host":"s3://npm-registry-packages-npm-production"}},"0.22.0-keybag":{"name":"@fireproof/core-base","version":"0.22.0-keybag","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.22.0-keybag","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"7f4e76618dfdd3ce5dd7ffbaab342d36ae0bb938","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.22.0-keybag.tgz","fileCount":55,"integrity":"sha512-fNaVPcpUGxOzV3SxjLoXvZdjiLcxkIaSLyPuIR2MUzE911l2FptYm5H0NZ0USHgGf46PiJMJI+SCZFwqRBlVUw==","signatures":[{"sig":"MEYCIQDZIkkcswwyvpouErad2DgQtdmIgalhBgMUWWE2x8NSAgIhAPLghL3fCJqlAu5aaPgqt9nr397wrD2QHv9Rgrl2UQcO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":226213},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.22.0-keybag.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/9375de3b3565bb5be0fda1e207522a35/fireproof-core-base-0.22.0-keybag.tgz","_integrity":"sha512-fNaVPcpUGxOzV3SxjLoXvZdjiLcxkIaSLyPuIR2MUzE911l2FptYm5H0NZ0USHgGf46PiJMJI+SCZFwqRBlVUw==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.2","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.4","@adviser/cement":"^0.4.20","@fireproof/vendor":"0.22.0-keybag","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.22.0-keybag","@fireproof/core-runtime":"0.22.0-keybag","@fireproof/core-blockstore":"0.22.0-keybag","@fireproof/core-types-base":"0.22.0-keybag","@fireproof/core-types-blockstore":"0.22.0-keybag","@fireproof/core-types-protocols-cloud":"0.22.0-keybag"},"_hasShrinkwrap":false,"devDependencies":{"@types/node":"^24.1.0","@fireproof/core-cli":"0.22.0-keybag"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.22.0-keybag_1753944966186_0.2884135585558618","host":"s3://npm-registry-packages-npm-production"}},"0.22.0-dev-preview-1":{"name":"@fireproof/core-base","version":"0.22.0-dev-preview-1","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.22.0-dev-preview-1","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"1386f968ba67328343954344b8db70a89037dcfd","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.22.0-dev-preview-1.tgz","fileCount":55,"integrity":"sha512-IGG54v4ef0zpoloTCDYO9K+EH8HbtYFvD31sRCSN0sWTj7DxzxP3hK3oXwU9PwNth0Q/4UcDSMq1nStZV4B6FQ==","signatures":[{"sig":"MEQCIHOLRxQ930pCSvvmF/U9sBKuiuvesBKqQk1HNNBhF3jYAiB7sTJAZdOmAfNlZ24jvaqYq4sjEH8OPSpMveXIJZgLHA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":227440},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.22.0-dev-preview-1.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/5b6315b5fabf11db7fa2583371b306d6/fireproof-core-base-0.22.0-dev-preview-1.tgz","_integrity":"sha512-IGG54v4ef0zpoloTCDYO9K+EH8HbtYFvD31sRCSN0sWTj7DxzxP3hK3oXwU9PwNth0Q/4UcDSMq1nStZV4B6FQ==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.2","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.4","@adviser/cement":"^0.4.21","@fireproof/vendor":"0.22.0-dev-preview-1","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.22.0-dev-preview-1","@fireproof/core-runtime":"0.22.0-dev-preview-1","@fireproof/core-blockstore":"0.22.0-dev-preview-1","@fireproof/core-types-base":"0.22.0-dev-preview-1","@fireproof/core-types-blockstore":"0.22.0-dev-preview-1","@fireproof/core-types-protocols-cloud":"0.22.0-dev-preview-1"},"_hasShrinkwrap":false,"devDependencies":{"@types/node":"^24.1.0","@fireproof/core-cli":"0.22.0-dev-preview-1"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.22.0-dev-preview-1_1754401954470_0.6008967900898476","host":"s3://npm-registry-packages-npm-production"}},"0.22.0-dev-preview-3":{"name":"@fireproof/core-base","version":"0.22.0-dev-preview-3","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.22.0-dev-preview-3","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"c342e81a19cff1c1e42122f9b448952f5e9f5db0","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.22.0-dev-preview-3.tgz","fileCount":55,"integrity":"sha512-n7g2H3v19SpQPXlrnW144A8dxnoU0PW/qkiLn71TvRcsOHJ3uORtIDxlnbcvwJSMT5DX1ujKMfHhi867tQ5f5A==","signatures":[{"sig":"MEQCIEUAuY+AV1mpv1sGe1hv7duiSOl+9FChnl+Q+RVdjg8mAiBNxwlnQGVCAWGp9T+3C0keUXYjDyLvUfuIcztCDLmo+g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":227440},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.22.0-dev-preview-3.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/34488e54671e167c50728218fec54942/fireproof-core-base-0.22.0-dev-preview-3.tgz","_integrity":"sha512-n7g2H3v19SpQPXlrnW144A8dxnoU0PW/qkiLn71TvRcsOHJ3uORtIDxlnbcvwJSMT5DX1ujKMfHhi867tQ5f5A==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.2","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.4","@adviser/cement":"^0.4.21","@fireproof/vendor":"0.22.0-dev-preview-3","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.22.0-dev-preview-3","@fireproof/core-runtime":"0.22.0-dev-preview-3","@fireproof/core-blockstore":"0.22.0-dev-preview-3","@fireproof/core-types-base":"0.22.0-dev-preview-3","@fireproof/core-types-blockstore":"0.22.0-dev-preview-3","@fireproof/core-types-protocols-cloud":"0.22.0-dev-preview-3"},"_hasShrinkwrap":false,"devDependencies":{"@types/node":"^24.1.0","@fireproof/core-cli":"0.22.0-dev-preview-3"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.22.0-dev-preview-3_1754404268881_0.24882502627036884","host":"s3://npm-registry-packages-npm-production"}},"0.22.0-dev-preview-4":{"name":"@fireproof/core-base","version":"0.22.0-dev-preview-4","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.22.0-dev-preview-4","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"41583032c9279c1cf927557c2fdbbf9e21743dac","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.22.0-dev-preview-4.tgz","fileCount":55,"integrity":"sha512-R+wZGacJO1mS4pOghZF0wBPb2+7HVvl3omPBU0/mjvADGIqNWduKx6vnBY+E56JRa9aC9Fj5hPj/4U2OBuyOeQ==","signatures":[{"sig":"MEYCIQDUuZNT6rgNjbJ8BsJyH5rs15H9KMMDxG0T+sB8gbWt5wIhAPk1XNuNMhhYb6Pyk4b35R4FW2CWJ4dtuWUDtFhD2QJV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":227440},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.22.0-dev-preview-4.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/d92261ee5646693d2bd8d2da31f4fb81/fireproof-core-base-0.22.0-dev-preview-4.tgz","_integrity":"sha512-R+wZGacJO1mS4pOghZF0wBPb2+7HVvl3omPBU0/mjvADGIqNWduKx6vnBY+E56JRa9aC9Fj5hPj/4U2OBuyOeQ==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.2","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.4","@adviser/cement":"^0.4.21","@fireproof/vendor":"0.22.0-dev-preview-4","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.22.0-dev-preview-4","@fireproof/core-runtime":"0.22.0-dev-preview-4","@fireproof/core-blockstore":"0.22.0-dev-preview-4","@fireproof/core-types-base":"0.22.0-dev-preview-4","@fireproof/core-types-blockstore":"0.22.0-dev-preview-4","@fireproof/core-types-protocols-cloud":"0.22.0-dev-preview-4"},"_hasShrinkwrap":false,"devDependencies":{"@types/node":"^24.1.0","@fireproof/core-cli":"0.22.0-dev-preview-4"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.22.0-dev-preview-4_1754414575174_0.5313364644809646","host":"s3://npm-registry-packages-npm-production"}},"0.23.0":{"name":"@fireproof/core-base","version":"0.23.0","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.23.0","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"59ffc935c7627ae2e0bc3bed190e27d5012de23b","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.23.0.tgz","fileCount":56,"integrity":"sha512-nOdxvvnoU1iDb2h1mithH/hIkQxaX6/pfJF014QIMSqcZoS9tt0IUUQC8P6mNBfe2/ystAStquY0ygXTer3L8g==","signatures":[{"sig":"MEQCIGV1O5qCxoibXFpg8qFpQH8KKF+85YUX6DozKneJ0HYiAiAYDEr/aUSHEPegfFobkNNQioe6okz/ztOzCLgcnB8xmw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":235117},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.23.0.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/f5d272690a8a91cde55358efd0bb8267/fireproof-core-base-0.23.0.tgz","_integrity":"sha512-nOdxvvnoU1iDb2h1mithH/hIkQxaX6/pfJF014QIMSqcZoS9tt0IUUQC8P6mNBfe2/ystAStquY0ygXTer3L8g==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.4","@adviser/cement":"^0.4.21","@fireproof/vendor":"0.23.0","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.23.0","@fireproof/core-runtime":"0.23.0","@fireproof/core-blockstore":"0.23.0","@fireproof/core-types-base":"0.23.0","@fireproof/core-types-blockstore":"0.23.0","@fireproof/core-types-protocols-cloud":"0.23.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/node":"^24.1.0","@fireproof/core-cli":"0.23.0"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.23.0_1754783969080_0.16779872119114358","host":"s3://npm-registry-packages-npm-production"}},"0.23.1":{"name":"@fireproof/core-base","version":"0.23.1","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.23.1","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"d857627456ca534965f0ffcf680e86505614a17a","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.23.1.tgz","fileCount":56,"integrity":"sha512-lIeP6AeFS8Gbqal829hf3qFVBli29clTPNpKx8DjgNzgntz9pio8s56CIsfeN/86falBYZJOg6S2I/XoI5B8Lg==","signatures":[{"sig":"MEUCIQCQyS79OeXw2ofoyHFQvRUVHw0IYrdBF/BNvSvGizh/zQIgAq2n0FLWDeKw0LuaF0JEhHk5zgMj7Y+om9y58wp+090=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":235117},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.23.1.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/3641a2982496e47fd822b4adee1f1bf9/fireproof-core-base-0.23.1.tgz","_integrity":"sha512-lIeP6AeFS8Gbqal829hf3qFVBli29clTPNpKx8DjgNzgntz9pio8s56CIsfeN/86falBYZJOg6S2I/XoI5B8Lg==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.4","@adviser/cement":"^0.4.23","@fireproof/vendor":"0.23.1","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.23.1","@fireproof/core-runtime":"0.23.1","@fireproof/core-blockstore":"0.23.1","@fireproof/core-types-base":"0.23.1","@fireproof/core-types-blockstore":"0.23.1","@fireproof/core-types-protocols-cloud":"0.23.1"},"_hasShrinkwrap":false,"devDependencies":{"@types/node":"^24.1.0","@fireproof/core-cli":"0.23.1"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.23.1_1755088627339_0.20375136963608553","host":"s3://npm-registry-packages-npm-production"}},"0.23.1-dev-issue-1057":{"name":"@fireproof/core-base","version":"0.23.1-dev-issue-1057","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.23.1-dev-issue-1057","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"83efc5e540faa72762fb448475d1ef0fd214b10f","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.23.1-dev-issue-1057.tgz","fileCount":42,"integrity":"sha512-Bx4sd9yasCFidbOvEhl9G6ka3U9R2Lw6WzN42JlzkBmnlDvHeXS0qYWM/HZtRDXi99zBTza3i3nxa7cwpm4WPg==","signatures":[{"sig":"MEUCIQDqwUcJa9tmcZy4UTY+pWq/qenDTH4NhXan59iv3bEFUgIgEPDhi95YtTKFtAw62YtSamnVVTOx0x0lbD+7xJJr7wI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":160474},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.23.1-dev-issue-1057.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/c8cddf2e5435d474bee1311e5ee2e140/fireproof-core-base-0.23.1-dev-issue-1057.tgz","_integrity":"sha512-Bx4sd9yasCFidbOvEhl9G6ka3U9R2Lw6WzN42JlzkBmnlDvHeXS0qYWM/HZtRDXi99zBTza3i3nxa7cwpm4WPg==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.4","@adviser/cement":"^0.4.23","@fireproof/vendor":"0.23.1-dev-issue-1057","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.23.1-dev-issue-1057","@fireproof/core-runtime":"0.23.1-dev-issue-1057","@fireproof/core-blockstore":"0.23.1-dev-issue-1057","@fireproof/core-types-base":"0.23.1-dev-issue-1057","@fireproof/core-types-blockstore":"0.23.1-dev-issue-1057","@fireproof/core-types-protocols-cloud":"0.23.1-dev-issue-1057"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/node":"^24.1.0","@fireproof/core-cli":"0.23.1-dev-issue-1057"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.23.1-dev-issue-1057_1755254904173_0.45603871990347655","host":"s3://npm-registry-packages-npm-production"}},"0.23.2":{"name":"@fireproof/core-base","version":"0.23.2","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.23.2","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"4836461fde49207390a137bc7899a3f7a7ee93a3","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.23.2.tgz","fileCount":42,"integrity":"sha512-iXX1h1pDNSqYhB1Nx7AXPrLS5fyh3DQrjuf9pAenQ/mZRf60gzuAFLnszuyTQEpChXtwuf4HFcAWeb1I3T3HiQ==","signatures":[{"sig":"MEUCIQCtstFUlG+G/bO9g4bOy8NUkwz2e2WwZF3B14hi6O+ujAIgLolQUXboUSSRz7FB2dNKg046Y6hy48ZlsECNL9F492I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":160339},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.23.2.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/533ae13951464ac42c8ccf7ffab4f618/fireproof-core-base-0.23.2.tgz","_integrity":"sha512-iXX1h1pDNSqYhB1Nx7AXPrLS5fyh3DQrjuf9pAenQ/mZRf60gzuAFLnszuyTQEpChXtwuf4HFcAWeb1I3T3HiQ==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.4","@adviser/cement":"^0.4.23","@fireproof/vendor":"0.23.2","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.23.2","@fireproof/core-runtime":"0.23.2","@fireproof/core-blockstore":"0.23.2","@fireproof/core-types-base":"0.23.2","@fireproof/core-types-blockstore":"0.23.2","@fireproof/core-types-protocols-cloud":"0.23.2"},"_hasShrinkwrap":false,"devDependencies":{"@types/node":"^24.1.0","@fireproof/core-cli":"0.23.2"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.23.2_1755259806750_0.6238801703583077","host":"s3://npm-registry-packages-npm-production"}},"0.23.3":{"name":"@fireproof/core-base","version":"0.23.3","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.23.3","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"a91cb18d79baf135ed1a317e3dff3ff0542872c8","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.23.3.tgz","fileCount":42,"integrity":"sha512-0FiSUsxYUtRLEYX0hrqVTG/Llew03MN6xlwbkPjHW7ZULrCGCo7X+Q4Z5jnnHUm8jEy1QekeNoyN1DlFp8MMzg==","signatures":[{"sig":"MEYCIQCZRPn4F5M8ABqjhdzSp7LZ+Wxt1OYaSB+yuJ6FzlLHSAIhAMwXYkqXkDvdziP4TgvI3Mlz0BfE6ozDFV3HLvBi4xbn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":160339},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.23.3.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/835e3a35edfb28b05b2bd8894ee14469/fireproof-core-base-0.23.3.tgz","_integrity":"sha512-0FiSUsxYUtRLEYX0hrqVTG/Llew03MN6xlwbkPjHW7ZULrCGCo7X+Q4Z5jnnHUm8jEy1QekeNoyN1DlFp8MMzg==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.4","@adviser/cement":"^0.4.23","@fireproof/vendor":"0.23.3","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.23.3","@fireproof/core-runtime":"0.23.3","@fireproof/core-blockstore":"0.23.3","@fireproof/core-types-base":"0.23.3","@fireproof/core-types-blockstore":"0.23.3","@fireproof/core-types-protocols-cloud":"0.23.3"},"_hasShrinkwrap":false,"devDependencies":{"@types/node":"^24.1.0","@fireproof/core-cli":"0.23.3"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.23.3_1755613702586_0.43921400479882955","host":"s3://npm-registry-packages-npm-production"}},"0.23.5":{"name":"@fireproof/core-base","version":"0.23.5","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.23.5","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"81607e319a49d6b17d4b8b0856ef958c2663daa2","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.23.5.tgz","fileCount":43,"integrity":"sha512-rUKxZBT+tEt7uYqg95nrK7PhkU7Dx+oESMEij1T3EKWfl9Xje3JiL6blgm5HQDu0nNuiY5E5PA6UWWLBcM1QXg==","signatures":[{"sig":"MEYCIQD333Hiwdq2KOrppK+9e9nKRxPpQLAAMtDeOEXBHyfe3AIhANHeAv+7n8YPO4bYQjYsL3rJzkAk2DmOwuzbzsgwxwEe","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":160607},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.23.5.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/db92bc6db6a4c799c742ea2ef856c487/fireproof-core-base-0.23.5.tgz","_integrity":"sha512-rUKxZBT+tEt7uYqg95nrK7PhkU7Dx+oESMEij1T3EKWfl9Xje3JiL6blgm5HQDu0nNuiY5E5PA6UWWLBcM1QXg==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.4","@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.5","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.23.5","@fireproof/core-runtime":"0.23.5","@fireproof/core-blockstore":"0.23.5","@fireproof/core-types-base":"0.23.5","@fireproof/core-types-blockstore":"0.23.5","@fireproof/core-types-protocols-cloud":"0.23.5"},"_hasShrinkwrap":false,"devDependencies":{"@types/node":"^24.3.0","@fireproof/core-cli":"0.23.5"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.23.5_1755619695243_0.7236962179683046","host":"s3://npm-registry-packages-npm-production"}},"0.23.6":{"name":"@fireproof/core-base","version":"0.23.6","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.23.6","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"68dea0b11f3bd8f0a735d9f57cc28a1def764a3f","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.23.6.tgz","fileCount":43,"integrity":"sha512-36DlwQXtV2UDHsjdxtDL9SFStBY4Yw9o5jPTTGhslc8Xzvng+7iKXiSAyzq7bucOW1n8wUvDe79EQi8NPQ4uAA==","signatures":[{"sig":"MEUCIACOlm3sYw8AZZBjr7V8fJB7z+kh/c+w1IplxhJq9IAvAiEA/XqLjzuIILU+e7D+QmDVaD1f/jq025B32rzkuiwR5nA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":160607},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.23.6.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/652750064d726773246f18e7b54cd28f/fireproof-core-base-0.23.6.tgz","_integrity":"sha512-36DlwQXtV2UDHsjdxtDL9SFStBY4Yw9o5jPTTGhslc8Xzvng+7iKXiSAyzq7bucOW1n8wUvDe79EQi8NPQ4uAA==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.4","@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.6","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.23.6","@fireproof/core-runtime":"0.23.6","@fireproof/core-blockstore":"0.23.6","@fireproof/core-types-base":"0.23.6","@fireproof/core-types-blockstore":"0.23.6","@fireproof/core-types-protocols-cloud":"0.23.6"},"_hasShrinkwrap":false,"devDependencies":{"@types/node":"^24.3.0","@fireproof/core-cli":"0.23.6"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.23.6_1755634466294_0.1917593040747103","host":"s3://npm-registry-packages-npm-production"}},"0.23.7-dev-preview1":{"name":"@fireproof/core-base","version":"0.23.7-dev-preview1","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.23.7-dev-preview1","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"6414e29a03dfa3d62efdcfed9864f7cf5777666f","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.23.7-dev-preview1.tgz","fileCount":43,"integrity":"sha512-XX50FZFdFLuyx9ekke/K22eKf+UP0ikhSXnwR+sCl/qS/ViFLtPmTlsoUi5dln6HBB1Emn//e5eCXsZI6moucA==","signatures":[{"sig":"MEYCIQCxFc39CI+MIOHAzpDcasFSnj2Qmbme+lAPHd+zYzYwWAIhAI62dJJF4Kq3kSYvqh4UcNJjrsDKyrJnYYZDsr28ODfE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":161424},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.23.7-dev-preview1.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/0cf70413e76da9edcb58f785c489f032/fireproof-core-base-0.23.7-dev-preview1.tgz","_integrity":"sha512-XX50FZFdFLuyx9ekke/K22eKf+UP0ikhSXnwR+sCl/qS/ViFLtPmTlsoUi5dln6HBB1Emn//e5eCXsZI6moucA==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.4","@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.7-dev-preview1","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.23.7-dev-preview1","@fireproof/core-runtime":"0.23.7-dev-preview1","@fireproof/core-blockstore":"0.23.7-dev-preview1","@fireproof/core-types-base":"0.23.7-dev-preview1","@fireproof/core-types-blockstore":"0.23.7-dev-preview1","@fireproof/core-types-protocols-cloud":"0.23.7-dev-preview1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/node":"^24.3.0","@fireproof/core-cli":"0.23.7-dev-preview1"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.23.7-dev-preview1_1755814356202_0.7323440464287447","host":"s3://npm-registry-packages-npm-production"}},"0.23.7-dev-preview2":{"name":"@fireproof/core-base","version":"0.23.7-dev-preview2","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.23.7-dev-preview2","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"2e92afcfcf61f49bb3f470f3db87754a6e6572a4","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.23.7-dev-preview2.tgz","fileCount":43,"integrity":"sha512-jtGVGrFABmm8XdMcJ+x8FCG2h4eJb1Cyjp9XpmOYf4820zV5XQJdpkieo3SDAlP2uIuKiQYQotPmEaAswAZVSQ==","signatures":[{"sig":"MEYCIQDMniekQ3ODlDgTl2+EB1WtD7yr/Px2kS16HOY2VMIKdgIhAMq+VUZAiGNc/odRIvjr43C32AV85nIUy6OnJryYotrK","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":161647},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.23.7-dev-preview2.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/c5dbbf49f3f3d595fff47042230be84c/fireproof-core-base-0.23.7-dev-preview2.tgz","_integrity":"sha512-jtGVGrFABmm8XdMcJ+x8FCG2h4eJb1Cyjp9XpmOYf4820zV5XQJdpkieo3SDAlP2uIuKiQYQotPmEaAswAZVSQ==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.4","@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.7-dev-preview2","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.23.7-dev-preview2","@fireproof/core-runtime":"0.23.7-dev-preview2","@fireproof/core-blockstore":"0.23.7-dev-preview2","@fireproof/core-types-base":"0.23.7-dev-preview2","@fireproof/core-types-blockstore":"0.23.7-dev-preview2","@fireproof/core-types-protocols-cloud":"0.23.7-dev-preview2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/node":"^24.3.0","@fireproof/core-cli":"0.23.7-dev-preview2"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.23.7-dev-preview2_1755833939862_0.34568356810997636","host":"s3://npm-registry-packages-npm-production"}},"0.23.7-dev-preview4":{"name":"@fireproof/core-base","version":"0.23.7-dev-preview4","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.23.7-dev-preview4","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"0a8a64890be6497a8058635fc00451d94e0c4d56","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.23.7-dev-preview4.tgz","fileCount":43,"integrity":"sha512-idUue9O1c6C5JBcKXvqcTrlyjtY4+vEcqIf9f6fJORWcHJVgDgl4VrszcS5YFwQxGLZWvWQrndVBeGoF1CWHUQ==","signatures":[{"sig":"MEQCIGQe1Py5t/uCm85TbxDGhAmh28TAc6QlAZF2qQWCDH1wAiBpaN5Gw55vkNCRQ4/LZ/ZzJr5jxvw8Ab0L1+Di/S/xgg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":169633},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.23.7-dev-preview4.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/be13ba58d188f1ca78dfca4db5710d1e/fireproof-core-base-0.23.7-dev-preview4.tgz","_integrity":"sha512-idUue9O1c6C5JBcKXvqcTrlyjtY4+vEcqIf9f6fJORWcHJVgDgl4VrszcS5YFwQxGLZWvWQrndVBeGoF1CWHUQ==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.4","@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.7-dev-preview4","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.23.7-dev-preview4","@fireproof/core-runtime":"0.23.7-dev-preview4","@fireproof/core-blockstore":"0.23.7-dev-preview4","@fireproof/core-types-base":"0.23.7-dev-preview4","@fireproof/core-types-blockstore":"0.23.7-dev-preview4","@fireproof/core-types-protocols-cloud":"0.23.7-dev-preview4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/node":"^24.3.0","@fireproof/core-cli":"0.23.7-dev-preview4"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.23.7-dev-preview4_1755874124933_0.1135700033228968","host":"s3://npm-registry-packages-npm-production"}},"0.23.8":{"name":"@fireproof/core-base","version":"0.23.8","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.23.8","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"ee5d16664e3951790b5ae36e8c0c74897d32cdb5","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.23.8.tgz","fileCount":43,"integrity":"sha512-u5SI9PCkXldfVpwKu6q+DkBVXgiT0VLu385xKHtgGmD8D86KBL5Z6QPCokOa+eZ+YVATqe9f+2zZ/MZk6SFWEQ==","signatures":[{"sig":"MEYCIQDwMgEoHBw4R12grMOtuzioE06LD6DxAHz2vIJvHxRnnAIhANa9sJfkw6hQFyQXnR06UOVCfQmM/7pS+FEyfdFyAqqC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":166957},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.23.8.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/9161a1c7636123bffc431ee73c2508b9/fireproof-core-base-0.23.8.tgz","_integrity":"sha512-u5SI9PCkXldfVpwKu6q+DkBVXgiT0VLu385xKHtgGmD8D86KBL5Z6QPCokOa+eZ+YVATqe9f+2zZ/MZk6SFWEQ==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.4","@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.8","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.23.8","@fireproof/core-runtime":"0.23.8","@fireproof/core-blockstore":"0.23.8","@fireproof/core-types-base":"0.23.8","@fireproof/core-types-blockstore":"0.23.8","@fireproof/core-types-protocols-cloud":"0.23.8"},"_hasShrinkwrap":false,"devDependencies":{"@types/node":"^24.3.0","@fireproof/core-cli":"0.23.8"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.23.8_1755908245681_0.5662846179628858","host":"s3://npm-registry-packages-npm-production"}},"0.23.10":{"name":"@fireproof/core-base","version":"0.23.10","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.23.10","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"4b24315b889d94d6c6b13432f0a1f0d0a4e603f5","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.23.10.tgz","fileCount":43,"integrity":"sha512-DRYjJw4aT7hEnI4QnHN0wbVu7Hzxc4XfHwW00ijM6bXjBeHEeFcuA2tCiW91Yn/gskxcLAHfcVXh/6JGmheb/w==","signatures":[{"sig":"MEUCIQDYBESIHTjDzOVJkbVOZaQy3+qDO70Md+16eSpElisswwIgXvIyl70wrhQTSqlRXt2SbvZ8JKFoYe1ThJ5DNLFy3u8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":166966},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.23.10.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/eed50777971668c681024a0a0de1fecb/fireproof-core-base-0.23.10.tgz","_integrity":"sha512-DRYjJw4aT7hEnI4QnHN0wbVu7Hzxc4XfHwW00ijM6bXjBeHEeFcuA2tCiW91Yn/gskxcLAHfcVXh/6JGmheb/w==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.4","@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.10","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.23.10","@fireproof/core-runtime":"0.23.10","@fireproof/core-blockstore":"0.23.10","@fireproof/core-types-base":"0.23.10","@fireproof/core-types-blockstore":"0.23.10","@fireproof/core-types-protocols-cloud":"0.23.10"},"_hasShrinkwrap":false,"devDependencies":{"@types/node":"^24.3.0","@fireproof/core-cli":"0.23.10"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.23.10_1755919144272_0.2162511026377567","host":"s3://npm-registry-packages-npm-production"}},"0.23.7":{"name":"@fireproof/core-base","version":"0.23.7","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.23.7","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"fc9573b91a037ab22c89968a99fda3d7cd3a073a","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.23.7.tgz","fileCount":43,"integrity":"sha512-JVuxRi+vO6UjbVwIqCadKS+E4kFP+qgKn3GgB1tAROs3Fldd+x7q/ZqYbfQ/OVNJeM/FbifXpP6a7GZQZWPY5g==","signatures":[{"sig":"MEYCIQDnLms8WmcQLphi8wjabb1dpVvlHfK4lOqvTuOC2f5ixAIhAIu9+zLHvSuUIXIfhKWj6WpC6pyooqYVELqHevOhrS27","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":166957},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.23.7.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/1312f520c4cd4b506e93da061394c0f4/fireproof-core-base-0.23.7.tgz","_integrity":"sha512-JVuxRi+vO6UjbVwIqCadKS+E4kFP+qgKn3GgB1tAROs3Fldd+x7q/ZqYbfQ/OVNJeM/FbifXpP6a7GZQZWPY5g==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.4","@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.7","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.23.7","@fireproof/core-runtime":"0.23.7","@fireproof/core-blockstore":"0.23.7","@fireproof/core-types-base":"0.23.7","@fireproof/core-types-blockstore":"0.23.7","@fireproof/core-types-protocols-cloud":"0.23.7"},"_hasShrinkwrap":false,"devDependencies":{"@types/node":"^24.3.0","@fireproof/core-cli":"0.23.7"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.23.7_1755920856394_0.2108225261554164","host":"s3://npm-registry-packages-npm-production"}},"0.23.11":{"name":"@fireproof/core-base","version":"0.23.11","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.23.11","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"50a22e58e834c16a1665906179b0a9e5d5691aaf","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.23.11.tgz","fileCount":43,"integrity":"sha512-wFBwklxoR1gCQNQMAriSewhXnrTmZnqUofUuWHuKLBcLiwq78rd2PrFm1I1+PtH9CD/P7V8d8a3Pv7RMt7yQmA==","signatures":[{"sig":"MEUCIQCCW3baYE1E4OR3ZupfP67/NVb7D76c4J84DLdzWV6bPAIgUClEaTM2Q56ZQNNTI9FIDWxAyfCz4rvbBk6ipw86nmI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":166966},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.23.11.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/c6f89a3bb0e8d5af28bdf289b21b20ed/fireproof-core-base-0.23.11.tgz","_integrity":"sha512-wFBwklxoR1gCQNQMAriSewhXnrTmZnqUofUuWHuKLBcLiwq78rd2PrFm1I1+PtH9CD/P7V8d8a3Pv7RMt7yQmA==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.4","@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.11","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.23.11","@fireproof/core-runtime":"0.23.11","@fireproof/core-blockstore":"0.23.11","@fireproof/core-types-base":"0.23.11","@fireproof/core-types-blockstore":"0.23.11","@fireproof/core-types-protocols-cloud":"0.23.11"},"_hasShrinkwrap":false,"devDependencies":{"@types/node":"^24.3.0","@fireproof/core-cli":"0.23.11"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.23.11_1755967306145_0.5288420182943192","host":"s3://npm-registry-packages-npm-production"}},"0.23.13":{"name":"@fireproof/core-base","version":"0.23.13","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.23.13","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"6488b22a88e7a6ecf7b16071091703c77b644af6","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.23.13.tgz","fileCount":43,"integrity":"sha512-xJmthajLyOvWgYAJ+6L6vIUjlnfazLGdZWIYoLt7VSt1Tq5sgZAsFb0le/f06cRqhsAGM8aKjrpMbT+6tJLtOg==","signatures":[{"sig":"MEQCIHYvjLYVZq/u1o/9ejnwkdrcvDKQv5ksryoG5fMuLPVsAiB8YgQX56DBBWFbHub1uBaaRu4ePG67HQJLs+ZMlwGSqQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":167750},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.23.13.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/2f33ca51d7e16da4d87a712129ca4a17/fireproof-core-base-0.23.13.tgz","_integrity":"sha512-xJmthajLyOvWgYAJ+6L6vIUjlnfazLGdZWIYoLt7VSt1Tq5sgZAsFb0le/f06cRqhsAGM8aKjrpMbT+6tJLtOg==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.4","@adviser/cement":"^0.4.26","@fireproof/vendor":"0.23.13","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.23.13","@fireproof/core-runtime":"0.23.13","@fireproof/core-blockstore":"0.23.13","@fireproof/core-types-base":"0.23.13","@fireproof/core-types-blockstore":"0.23.13","@fireproof/core-types-protocols-cloud":"0.23.13"},"_hasShrinkwrap":false,"devDependencies":{"@types/node":"^24.3.0","@fireproof/core-cli":"0.23.13"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.23.13_1756333410101_0.9312820169335674","host":"s3://npm-registry-packages-npm-production"}},"0.23.14-dev-preview03":{"name":"@fireproof/core-base","version":"0.23.14-dev-preview03","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.23.14-dev-preview03","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"c022820b1b2865eeefb1be38750f8f82764646ca","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.23.14-dev-preview03.tgz","fileCount":43,"integrity":"sha512-v6h2RbtEq4Sp/nvx2PdPmRPRcdvugYNcjU2rDcA6scTonLbwnQmLN12zkqRSDZd1/paiQU9tcoDAcckekT4g/g==","signatures":[{"sig":"MEUCIFvar8zIano83gTWh4HFza2etckvI3cStOWlsg3OFdSZAiEA/r4fZ2tUePcI4lOLdLAARwpv8iPad5Aho3vUvgMiHhI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":167787},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.23.14-dev-preview03.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/c6c3e7273d8e3779b8278cc2386d99b4/fireproof-core-base-0.23.14-dev-preview03.tgz","_integrity":"sha512-v6h2RbtEq4Sp/nvx2PdPmRPRcdvugYNcjU2rDcA6scTonLbwnQmLN12zkqRSDZd1/paiQU9tcoDAcckekT4g/g==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.19.0","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.5","@adviser/cement":"^0.4.39","@fireproof/vendor":"0.23.14-dev-preview03","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.23.14-dev-preview03","@fireproof/core-runtime":"0.23.14-dev-preview03","@fireproof/core-blockstore":"0.23.14-dev-preview03","@fireproof/core-types-base":"0.23.14-dev-preview03","@fireproof/core-types-blockstore":"0.23.14-dev-preview03","@fireproof/core-types-protocols-cloud":"0.23.14-dev-preview03"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/node":"^24.6.1","@fireproof/core-cli":"0.23.14-dev-preview03"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.23.14-dev-preview03_1759373588926_0.061956604573547125","host":"s3://npm-registry-packages-npm-production"}},"0.23.14-dev-preview04":{"name":"@fireproof/core-base","version":"0.23.14-dev-preview04","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.23.14-dev-preview04","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"f63b3b4c3ecdbed003ac6681f1adf93c3e36a219","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.23.14-dev-preview04.tgz","fileCount":43,"integrity":"sha512-9OHyOOPzj2Gob8dD83twDHDDiGBRNlBOkiZ4sQhYVC4W95lJ0wDZYHqVBXBksk5a2MXmguQc9wckuTo7U5Q0Sg==","signatures":[{"sig":"MEYCIQDgMDepsOn3k409An75+hupVpf83B4ZqqASJyFjT4p64wIhAKJnLjNb7erMWmI9Fc3vyhWusWW9rNnssdBSaH3HVJvU","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":167787},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.23.14-dev-preview04.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/5e08f800dd3b3eabee70b4d2b49106c0/fireproof-core-base-0.23.14-dev-preview04.tgz","_integrity":"sha512-9OHyOOPzj2Gob8dD83twDHDDiGBRNlBOkiZ4sQhYVC4W95lJ0wDZYHqVBXBksk5a2MXmguQc9wckuTo7U5Q0Sg==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.19.0","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.5","@adviser/cement":"^0.4.39","@fireproof/vendor":"0.23.14-dev-preview04","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.23.14-dev-preview04","@fireproof/core-runtime":"0.23.14-dev-preview04","@fireproof/core-blockstore":"0.23.14-dev-preview04","@fireproof/core-types-base":"0.23.14-dev-preview04","@fireproof/core-types-blockstore":"0.23.14-dev-preview04","@fireproof/core-types-protocols-cloud":"0.23.14-dev-preview04"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/node":"^24.6.1","@fireproof/core-cli":"0.23.14-dev-preview04"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.23.14-dev-preview04_1759374575664_0.31151291173943463","host":"s3://npm-registry-packages-npm-production"}},"0.23.14":{"name":"@fireproof/core-base","version":"0.23.14","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.23.14","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"9d58864e3117e5bd4329421530af6fa58a79522f","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.23.14.tgz","fileCount":43,"integrity":"sha512-q0GpHE+NFmPMgASnH/pVhg9YSGY4DlAQ/tx1lvhhcCVfoNtKSt9QActPI64Xg/gStxEOXB5gMz2OAyoCblHmVA==","signatures":[{"sig":"MEYCIQDEJdAFb992+X76L0jH1M/StElqmQvLQJLVx0mcx06m+AIhAJITKzyoKHqxY7EX2Z6JHppwzvXL4CsyU1WvxpIs8h8A","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":167661},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.23.14.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/40c403ec8ea5eaad4df8b30cbf3bfd94/fireproof-core-base-0.23.14.tgz","_integrity":"sha512-q0GpHE+NFmPMgASnH/pVhg9YSGY4DlAQ/tx1lvhhcCVfoNtKSt9QActPI64Xg/gStxEOXB5gMz2OAyoCblHmVA==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.19.0","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.5","@adviser/cement":"^0.4.39","@fireproof/vendor":"0.23.14","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.23.14","@fireproof/core-runtime":"0.23.14","@fireproof/core-blockstore":"0.23.14","@fireproof/core-types-base":"0.23.14","@fireproof/core-types-blockstore":"0.23.14","@fireproof/core-types-protocols-cloud":"0.23.14"},"_hasShrinkwrap":false,"devDependencies":{"@types/node":"^24.6.1","@fireproof/core-cli":"0.23.14"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.23.14_1759375283444_0.21603836667499898","host":"s3://npm-registry-packages-npm-production"}},"0.23.15-dev-windows":{"name":"@fireproof/core-base","version":"0.23.15-dev-windows","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.23.15-dev-windows","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"dddd21b75f9d585a462f56bb7cdcb9fb5a2f5d64","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.23.15-dev-windows.tgz","fileCount":43,"integrity":"sha512-NQGvFTdxlFiL6BiW7NLm0yQUDdnbiMYwGivMphhg2c8uaPXnJxoTwj9ZG+FRuRbrfnz9g6qf+LimrEmaVVThpA==","signatures":[{"sig":"MEUCIQDikUjfOE5PHd5uLjqoCN+UXodtcJfF6GOGgGPFM0heNwIgaMbvIcqF2pGZJLXqmzlwaO1s+qmVFMixZOnAvEJQM+M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":167756},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.23.15-dev-windows.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/6dacb4279e4c14f6e257137b46d56c5a/fireproof-core-base-0.23.15-dev-windows.tgz","_integrity":"sha512-NQGvFTdxlFiL6BiW7NLm0yQUDdnbiMYwGivMphhg2c8uaPXnJxoTwj9ZG+FRuRbrfnz9g6qf+LimrEmaVVThpA==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.20.0","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.5","@adviser/cement":"^0.4.43","@fireproof/vendor":"0.23.15-dev-windows","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.23.15-dev-windows","@fireproof/core-runtime":"0.23.15-dev-windows","@fireproof/core-blockstore":"0.23.15-dev-windows","@fireproof/core-types-base":"0.23.15-dev-windows","@fireproof/core-types-blockstore":"0.23.15-dev-windows","@fireproof/core-types-protocols-cloud":"0.23.15-dev-windows"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/node":"^24.7.0","@fireproof/core-cli":"0.23.15-dev-windows"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.23.15-dev-windows_1760133503282_0.8955549150274873","host":"s3://npm-registry-packages-npm-production"}},"0.23.15-dev-windows-1":{"name":"@fireproof/core-base","version":"0.23.15-dev-windows-1","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.23.15-dev-windows-1","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"dc4b9dcf99d714f15ed41a89a35c56ba201e2537","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.23.15-dev-windows-1.tgz","fileCount":43,"integrity":"sha512-lYMtvQnja4lfrr35FgJ+Td6YWiC+SpqKm0ZZ8Ean8tbRW7LRUhdpU3vm490xWO65ZiBM3GcPgzWbNQFkx4BrXg==","signatures":[{"sig":"MEUCIQCDDe7S86EydHSBMYpn8KTiYlgsKS/PaAIyL0rdTVQjtgIgDvNCA3bCWGb/VB2sbcdm+bpwCfCAFj4BUUhnMafnNqI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":167774},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.23.15-dev-windows-1.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/7077852a6189ec3cbca681a67b440676/fireproof-core-base-0.23.15-dev-windows-1.tgz","_integrity":"sha512-lYMtvQnja4lfrr35FgJ+Td6YWiC+SpqKm0ZZ8Ean8tbRW7LRUhdpU3vm490xWO65ZiBM3GcPgzWbNQFkx4BrXg==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.20.0","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.5","@adviser/cement":"^0.4.43","@fireproof/vendor":"0.23.15-dev-windows-1","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.23.15-dev-windows-1","@fireproof/core-runtime":"0.23.15-dev-windows-1","@fireproof/core-blockstore":"0.23.15-dev-windows-1","@fireproof/core-types-base":"0.23.15-dev-windows-1","@fireproof/core-types-blockstore":"0.23.15-dev-windows-1","@fireproof/core-types-protocols-cloud":"0.23.15-dev-windows-1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/node":"^24.7.0","@fireproof/core-cli":"0.23.15-dev-windows-1"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.23.15-dev-windows-1_1760176785643_0.4798266292817912","host":"s3://npm-registry-packages-npm-production"}},"0.23.15-dev-windows-2":{"name":"@fireproof/core-base","version":"0.23.15-dev-windows-2","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.23.15-dev-windows-2","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"4e2ada06da7e87262afd707bb3614f5afb6c64ac","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.23.15-dev-windows-2.tgz","fileCount":43,"integrity":"sha512-B+S3uFjYhe+/OPM3pxYJRI+KNBkikJFQYIHwGzO8/ZGOuszEv37UtuGZ4ErDWtZ9OOdEEqZtMCCBKfq+jqylKg==","signatures":[{"sig":"MEQCIBl/yFJ1X4n9b0Z82ISnwg/2d1piv+2t/WyvpIEH7B9IAiAIgNukU+MoOZiYmS08Iq+nDOaAJHWMRzE/H1qgV4z2IA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":167774},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.23.15-dev-windows-2.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/55805378d79eaacb3812cbf27142096d/fireproof-core-base-0.23.15-dev-windows-2.tgz","_integrity":"sha512-B+S3uFjYhe+/OPM3pxYJRI+KNBkikJFQYIHwGzO8/ZGOuszEv37UtuGZ4ErDWtZ9OOdEEqZtMCCBKfq+jqylKg==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.20.0","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.5","@adviser/cement":"^0.4.43","@fireproof/vendor":"0.23.15-dev-windows-2","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.23.15-dev-windows-2","@fireproof/core-runtime":"0.23.15-dev-windows-2","@fireproof/core-blockstore":"0.23.15-dev-windows-2","@fireproof/core-types-base":"0.23.15-dev-windows-2","@fireproof/core-types-blockstore":"0.23.15-dev-windows-2","@fireproof/core-types-protocols-cloud":"0.23.15-dev-windows-2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/node":"^24.7.0","@fireproof/core-cli":"0.23.15-dev-windows-2"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.23.15-dev-windows-2_1760221192293_0.5037857762842619","host":"s3://npm-registry-packages-npm-production"}},"0.23.15":{"name":"@fireproof/core-base","version":"0.23.15","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.23.15","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"11139757af7fcb8467155cf8ed3b32bae67d0f11","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.23.15.tgz","fileCount":43,"integrity":"sha512-oOfkW9GGGahnf+ws+hN01U9TUW7cRi+1i5Jvh6B2Ewh6IXBhnMMQ3aYAT9EU8HwubyqlrTbMxLt/B0vnhBKWsQ==","signatures":[{"sig":"MEQCIAkxHglEtW3+PGfjuUnUUunFfNhTp5e6KLJj0uj7IFu1AiA1RnoN8EVhSs/lwVVLBcu4ny1MfxvUXFX3w0bzsPEMTg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":167648},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.23.15.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/7cba2a8227787a3b8abaf24ecae22a92/fireproof-core-base-0.23.15.tgz","_integrity":"sha512-oOfkW9GGGahnf+ws+hN01U9TUW7cRi+1i5Jvh6B2Ewh6IXBhnMMQ3aYAT9EU8HwubyqlrTbMxLt/B0vnhBKWsQ==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.20.0","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.5","@adviser/cement":"^0.4.51","@fireproof/vendor":"0.23.15","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.23.15","@fireproof/core-runtime":"0.23.15","@fireproof/core-blockstore":"0.23.15","@fireproof/core-types-base":"0.23.15","@fireproof/core-types-blockstore":"0.23.15","@fireproof/core-types-protocols-cloud":"0.23.15"},"_hasShrinkwrap":false,"devDependencies":{"@types/node":"^24.7.2","@fireproof/core-cli":"0.23.15"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.23.15_1760632696039_0.28764080255961666","host":"s3://npm-registry-packages-npm-production"}},"0.24.2-dev-cloud-api":{"name":"@fireproof/core-base","version":"0.24.2-dev-cloud-api","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.2-dev-cloud-api","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"01c1e90fdfb48e0bb28c88be87564c71c065ce8c","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.2-dev-cloud-api.tgz","fileCount":43,"integrity":"sha512-WLTYyB9fJU7eKmzsoI/4BNr9N4NDs1GZj38vNID9b3vyLqMzAHjeox1I8P5IKCqWVWh3d6Lk2626+5pNu3yHgw==","signatures":[{"sig":"MEUCIQDQhb5LiGQZ7r/UEkl/M66RmV0v2NWxs4i/Eog9VxH8FgIgacz02IvN5YXoT6tawoy4/5vihNdZZ9cvswS8+ZV41HQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":167738},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.24.2-dev-cloud-api.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/88a228978d864fa37a220d196db7aa47/fireproof-core-base-0.24.2-dev-cloud-api.tgz","_integrity":"sha512-WLTYyB9fJU7eKmzsoI/4BNr9N4NDs1GZj38vNID9b3vyLqMzAHjeox1I8P5IKCqWVWh3d6Lk2626+5pNu3yHgw==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.4","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.5","@adviser/cement":"^0.4.72","@fireproof/vendor":"0.24.2-dev-cloud-api","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.24.2-dev-cloud-api","@fireproof/core-runtime":"0.24.2-dev-cloud-api","@fireproof/core-blockstore":"0.24.2-dev-cloud-api","@fireproof/core-types-base":"0.24.2-dev-cloud-api","@fireproof/core-types-blockstore":"0.24.2-dev-cloud-api","@fireproof/core-types-protocols-cloud":"0.24.2-dev-cloud-api"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/node":"^24.10.1","@fireproof/core-cli":"0.24.2-dev-cloud-api"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.2-dev-cloud-api_1764100147563_0.5834461597673368","host":"s3://npm-registry-packages-npm-production"}},"0.24.0-dev-multi-clerks-0":{"name":"@fireproof/core-base","version":"0.24.0-dev-multi-clerks-0","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.0-dev-multi-clerks-0","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"48d806fa76c0ce8b089d8a559e9e4f3e1dfd9fff","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.0-dev-multi-clerks-0.tgz","fileCount":43,"integrity":"sha512-SHMprpS0C8Z+JvpDrPGvdkgIbxLCzTjesF46KELd1PKzxiSr08mSsNKDZ41Y4UWu/0/NHJG7LWwkUgCSvkpL+w==","signatures":[{"sig":"MEYCIQD3L0SLiQxd2T4J2pJg6SpdTXQOREtdW2nhjptH/2qZBAIhANUJkSCKNJaRzEZ9HwEQDrZHEE5ZKfm3Y3dDq37xP4Gp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":167709},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.24.0-dev-multi-clerks-0.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/b19585b551a2d09eeec40aa3c19fa66b/fireproof-core-base-0.24.0-dev-multi-clerks-0.tgz","_integrity":"sha512-SHMprpS0C8Z+JvpDrPGvdkgIbxLCzTjesF46KELd1PKzxiSr08mSsNKDZ41Y4UWu/0/NHJG7LWwkUgCSvkpL+w==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.4","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.5","@adviser/cement":"^0.5.1","@fireproof/vendor":"0.24.0-dev-multi-clerks-0","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.24.0-dev-multi-clerks-0","@fireproof/core-runtime":"0.24.0-dev-multi-clerks-0","@fireproof/core-blockstore":"0.24.0-dev-multi-clerks-0","@fireproof/core-types-base":"0.24.0-dev-multi-clerks-0","@fireproof/core-types-blockstore":"0.24.0-dev-multi-clerks-0","@fireproof/core-types-protocols-cloud":"0.24.0-dev-multi-clerks-0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/node":"^24.10.1","@fireproof/core-cli":"0.24.0-dev-multi-clerks-0"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.0-dev-multi-clerks-0_1764190647371_0.6511665230334394","host":"s3://npm-registry-packages-npm-production"}},"0.24.0-dev-multi-clerks-1":{"name":"@fireproof/core-base","version":"0.24.0-dev-multi-clerks-1","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.0-dev-multi-clerks-1","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"d2ee966ec3c6a73ca7527408529e2d9808c2101a","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.0-dev-multi-clerks-1.tgz","fileCount":43,"integrity":"sha512-cXB+KWe8r8mvZq5JX0wpmCgIAYnMtOGTYkFZKRajXa8mIJOut1LJwcq4um+zW/THvAh/HIJGYXSmtkSgOrS80g==","signatures":[{"sig":"MEQCIFnWQ1d+gi7PSwoFMm/hwLwWo9jBRyKO1Ulp7SNDe7FgAiBJckWygZPgydMFhMUtVo9IN6T5Dg0/hQKBtAVTu2KLQg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":167709},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.24.0-dev-multi-clerks-1.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/79b6fa1262e6a0ebdfe40ea0f85b3378/fireproof-core-base-0.24.0-dev-multi-clerks-1.tgz","_integrity":"sha512-cXB+KWe8r8mvZq5JX0wpmCgIAYnMtOGTYkFZKRajXa8mIJOut1LJwcq4um+zW/THvAh/HIJGYXSmtkSgOrS80g==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.4","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"^3.0.1","prolly-trees":"^1.0.4","@ipld/dag-cbor":"^9.2.5","@adviser/cement":"^0.5.2","@fireproof/vendor":"0.24.0-dev-multi-clerks-1","@web3-storage/pail":"^0.6.2","@fireproof/core-keybag":"0.24.0-dev-multi-clerks-1","@fireproof/core-runtime":"0.24.0-dev-multi-clerks-1","@fireproof/core-blockstore":"0.24.0-dev-multi-clerks-1","@fireproof/core-types-base":"0.24.0-dev-multi-clerks-1","@fireproof/core-types-blockstore":"0.24.0-dev-multi-clerks-1","@fireproof/core-types-protocols-cloud":"0.24.0-dev-multi-clerks-1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/node":"^24.10.1","@fireproof/core-cli":"0.24.0-dev-multi-clerks-1"},"_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.0-dev-multi-clerks-1_1764257199336_0.7907668869313842","host":"s3://npm-registry-packages-npm-production"}},"0.24.0":{"name":"@fireproof/core-base","version":"0.24.0","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.0","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"b713a506b859b7395e3e11447487d5ac8dc60880","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.0.tgz","fileCount":43,"integrity":"sha512-HEjYNr9SdAEa2B6s/A8RI+MawXZ8dpWYZ2p3FdRjJsiBe/7r1/QSD9cAeJ6Mn4o09UUYJCOpCjwKMgCW7gLmnA==","signatures":[{"sig":"MEUCIQCWaujtm9dGHp4+gNgh4LlqWRQ9jn4xjedAz/RoqwNo/AIgTgV71a53OatBnY85+KKBA2bHt35ixmgruPVUR0MZPg8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":167438},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.24.0.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/52f83b1999a614e3a1c381ee76527149/fireproof-core-base-0.24.0.tgz","_integrity":"sha512-HEjYNr9SdAEa2B6s/A8RI+MawXZ8dpWYZ2p3FdRjJsiBe/7r1/QSD9cAeJ6Mn4o09UUYJCOpCjwKMgCW7gLmnA==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.4","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"3.0.1","prolly-trees":"1.0.4","@ipld/dag-cbor":"9.2.5","@adviser/cement":"0.5.2","@fireproof/vendor":"0.24.0","@web3-storage/pail":"0.6.2","@fireproof/core-keybag":"0.24.0","@fireproof/core-runtime":"0.24.0","@fireproof/core-blockstore":"0.24.0","@fireproof/core-types-base":"0.24.0","@fireproof/core-types-blockstore":"0.24.0","@fireproof/core-types-protocols-cloud":"0.24.0"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.0_1764512372978_0.2959650286475164","host":"s3://npm-registry-packages-npm-production"}},"0.24.1-dev-memo":{"name":"@fireproof/core-base","version":"0.24.1-dev-memo","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.1-dev-memo","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"8ad9567860c519288a8f25484a32c022740ca4b2","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.1-dev-memo.tgz","fileCount":43,"integrity":"sha512-2HjEd5Nb6vEP8nXqLeH16jza90pqtBQT/zDKQ4vnEHNgIIdeIr+fzOdD0WB3no2PnM1ksgqA3JFCWMBBlK5fzA==","signatures":[{"sig":"MEQCIEAMmv8l8nD3dr5/rotiORKsPcVy6QtpaBkmRxCsFtB+AiBuWZzRBljJWSxr90jLrQauyl3jaGGWfaNCSB0US2i22A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":167510},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.24.1-dev-memo.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/18dbe1ab07a8ac08139c00d6413af144/fireproof-core-base-0.24.1-dev-memo.tgz","_integrity":"sha512-2HjEd5Nb6vEP8nXqLeH16jza90pqtBQT/zDKQ4vnEHNgIIdeIr+fzOdD0WB3no2PnM1ksgqA3JFCWMBBlK5fzA==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.4","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"3.0.1","prolly-trees":"1.0.4","@ipld/dag-cbor":"9.2.5","@adviser/cement":"0.5.2","@fireproof/vendor":"0.24.1-dev-memo","@web3-storage/pail":"0.6.2","@fireproof/core-keybag":"0.24.1-dev-memo","@fireproof/core-runtime":"0.24.1-dev-memo","@fireproof/core-blockstore":"0.24.1-dev-memo","@fireproof/core-types-base":"0.24.1-dev-memo","@fireproof/core-types-blockstore":"0.24.1-dev-memo","@fireproof/core-types-protocols-cloud":"0.24.1-dev-memo"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.1-dev-memo_1764712469456_0.43010114380409004","host":"s3://npm-registry-packages-npm-production"}},"0.24.1-dev-memo-2":{"name":"@fireproof/core-base","version":"0.24.1-dev-memo-2","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.1-dev-memo-2","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"dd46a4e90e68aebf99453e695d01f6e028588037","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.1-dev-memo-2.tgz","fileCount":43,"integrity":"sha512-tc1cEgfzZ5QaPtHVFh6t8TgcHh/vTCPoYFGdhrpEltuyF24doyi7WuvYCmIhfbJXaE4Ds9D42ScIsABXJpIqZQ==","signatures":[{"sig":"MEYCIQCzozy8OfkSqz4VsxID3oFQN4ImJOJFEjWBSsD0IZKdaAIhANTTCe/uRG6gFRArhHyQIR2ZvJ1PIAyFnetld7ioiFQq","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":167526},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.24.1-dev-memo-2.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/17d9386be3366e88bdbb7affd8b9f547/fireproof-core-base-0.24.1-dev-memo-2.tgz","_integrity":"sha512-tc1cEgfzZ5QaPtHVFh6t8TgcHh/vTCPoYFGdhrpEltuyF24doyi7WuvYCmIhfbJXaE4Ds9D42ScIsABXJpIqZQ==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.4","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"3.0.1","prolly-trees":"1.0.4","@ipld/dag-cbor":"9.2.5","@adviser/cement":"0.5.2","@fireproof/vendor":"0.24.1-dev-memo-2","@web3-storage/pail":"0.6.2","@fireproof/core-keybag":"0.24.1-dev-memo-2","@fireproof/core-runtime":"0.24.1-dev-memo-2","@fireproof/core-blockstore":"0.24.1-dev-memo-2","@fireproof/core-types-base":"0.24.1-dev-memo-2","@fireproof/core-types-blockstore":"0.24.1-dev-memo-2","@fireproof/core-types-protocols-cloud":"0.24.1-dev-memo-2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.1-dev-memo-2_1764714469233_0.4081467397635232","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-ensure-cloud-token":{"name":"@fireproof/core-base","version":"0.24.3-dev-ensure-cloud-token","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.3-dev-ensure-cloud-token","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"0bf26f9c26f399718320302b9a4b13669f9022c4","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.3-dev-ensure-cloud-token.tgz","fileCount":43,"integrity":"sha512-vkTyKccZ1kIwdKiisDUASb0LmnYBgmpep8b4Wdhx/rdCBaWXCyY3n5ydYNTfm+5olO9UsUMY5zrqdbw1Iw042Q==","signatures":[{"sig":"MEQCIAlEDmPM3cxc+l4nfwcWknXJD0Aqy9ZJ9K0sd+W8B4V7AiB1NJxz7nSbRv9g3GadR4owhweXKpqxlBHZKpAGTANz6Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":167622},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.24.3-dev-ensure-cloud-token.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/280d7a14403c10648fcd993b4cd1cc77/fireproof-core-base-0.24.3-dev-ensure-cloud-token.tgz","_integrity":"sha512-vkTyKccZ1kIwdKiisDUASb0LmnYBgmpep8b4Wdhx/rdCBaWXCyY3n5ydYNTfm+5olO9UsUMY5zrqdbw1Iw042Q==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.4","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"3.0.1","prolly-trees":"1.0.4","@ipld/dag-cbor":"9.2.5","@adviser/cement":"0.5.2","@fireproof/vendor":"0.24.3-dev-ensure-cloud-token","@web3-storage/pail":"0.6.2","@fireproof/core-keybag":"0.24.3-dev-ensure-cloud-token","@fireproof/core-runtime":"0.24.3-dev-ensure-cloud-token","@fireproof/core-blockstore":"0.24.3-dev-ensure-cloud-token","@fireproof/core-types-base":"0.24.3-dev-ensure-cloud-token","@fireproof/core-types-blockstore":"0.24.3-dev-ensure-cloud-token","@fireproof/core-types-protocols-cloud":"0.24.3-dev-ensure-cloud-token"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.3-dev-ensure-cloud-token_1764799481070_0.7805683001865551","host":"s3://npm-registry-packages-npm-production"}},"0.24.1-dev-react19":{"name":"@fireproof/core-base","version":"0.24.1-dev-react19","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.1-dev-react19","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"0dfaab112c4d1e63dc3a2a21cde3a193a48cb585","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.1-dev-react19.tgz","fileCount":43,"integrity":"sha512-p6XVYq1lPZZ1MWTfVyMOwFi4ihTsLQq0I9oKppjC2P8Ah+DNw5/Fli+yFmvs6LdkQwCwh97FOQCZrmUf9oHlXw==","signatures":[{"sig":"MEUCIQDPHwWUSw7B+9NqQhfGt7JqE4ZixXrZKNWxItuRBZ/nVwIgRedy+QqpzV9dGh+lCkevWuCB3pkUeDt3lGW+HgjdN1s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":167534},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.24.1-dev-react19.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/8419980e8e0d2c198cbeeebbbdbbb4db/fireproof-core-base-0.24.1-dev-react19.tgz","_integrity":"sha512-p6XVYq1lPZZ1MWTfVyMOwFi4ihTsLQq0I9oKppjC2P8Ah+DNw5/Fli+yFmvs6LdkQwCwh97FOQCZrmUf9oHlXw==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.4","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"3.0.1","prolly-trees":"1.0.4","@ipld/dag-cbor":"9.2.5","@adviser/cement":"0.5.2","@fireproof/vendor":"0.24.1-dev-react19","@web3-storage/pail":"0.6.2","@fireproof/core-keybag":"0.24.1-dev-react19","@fireproof/core-runtime":"0.24.1-dev-react19","@fireproof/core-blockstore":"0.24.1-dev-react19","@fireproof/core-types-base":"0.24.1-dev-react19","@fireproof/core-types-blockstore":"0.24.1-dev-react19","@fireproof/core-types-protocols-cloud":"0.24.1-dev-react19"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.1-dev-react19_1764880481812_0.3607736376758812","host":"s3://npm-registry-packages-npm-production"}},"0.24.1-dev-react19.2":{"name":"@fireproof/core-base","version":"0.24.1-dev-react19.2","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.1-dev-react19.2","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"6819e759edf9387f04034040f2cd3272c39a5451","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.1-dev-react19.2.tgz","fileCount":43,"integrity":"sha512-kQ2erwEG4gzoT4lpFviNJVxFsedg3OYPDNBep1/f/+hXz/pigFqFC0XX7OJjX+t7HmElgrwZeD4rtxw5aYyu/Q==","signatures":[{"sig":"MEYCIQCnDF1cnu5Dhik4BPmOOM6oBd3IWRJcWWnJTZnFGzfRlwIhAKgEi6iti7s1KWh9dEAB59I/L9P5Tb2ap+biZU287oOd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":167550},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.24.1-dev-react19.2.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/4bbe657f440ad82b9749be03bafc761e/fireproof-core-base-0.24.1-dev-react19.2.tgz","_integrity":"sha512-kQ2erwEG4gzoT4lpFviNJVxFsedg3OYPDNBep1/f/+hXz/pigFqFC0XX7OJjX+t7HmElgrwZeD4rtxw5aYyu/Q==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.4","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"3.0.1","prolly-trees":"1.0.4","@ipld/dag-cbor":"9.2.5","@adviser/cement":"0.5.2","@fireproof/vendor":"0.24.1-dev-react19.2","@web3-storage/pail":"0.6.2","@fireproof/core-keybag":"0.24.1-dev-react19.2","@fireproof/core-runtime":"0.24.1-dev-react19.2","@fireproof/core-blockstore":"0.24.1-dev-react19.2","@fireproof/core-types-base":"0.24.1-dev-react19.2","@fireproof/core-types-blockstore":"0.24.1-dev-react19.2","@fireproof/core-types-protocols-cloud":"0.24.1-dev-react19.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.1-dev-react19.2_1764892596675_0.5763818872601703","host":"s3://npm-registry-packages-npm-production"}},"0.24.2-dev-clerk":{"name":"@fireproof/core-base","version":"0.24.2-dev-clerk","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.2-dev-clerk","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"a504c8b31107a40f765cdaf6c1c244e2536efdc7","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.2-dev-clerk.tgz","fileCount":43,"integrity":"sha512-JklwDeY8G5+2cokYLBe621gG1ik0tOPjv9XFc7vguIgIEhVJtu6kClzTxZ7V5jjClDfNdR8q2kk/FJRxnNAPig==","signatures":[{"sig":"MEUCIQDfuxWPlA3XLcbZCeHrOmCb9d5hHoJd/Bbfk93wNpfBCQIgcio/EDMSTEpKZswwqwZCtdPWgfkU0tEYXwaSJjs+qbE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":167518},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.24.2-dev-clerk.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/28ebe951e597c9020cfe4b535e6cd46f/fireproof-core-base-0.24.2-dev-clerk.tgz","_integrity":"sha512-JklwDeY8G5+2cokYLBe621gG1ik0tOPjv9XFc7vguIgIEhVJtu6kClzTxZ7V5jjClDfNdR8q2kk/FJRxnNAPig==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.4","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"3.0.1","prolly-trees":"1.0.4","@ipld/dag-cbor":"9.2.5","@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.2-dev-clerk","@web3-storage/pail":"0.6.2","@fireproof/core-keybag":"0.24.2-dev-clerk","@fireproof/core-runtime":"0.24.2-dev-clerk","@fireproof/core-blockstore":"0.24.2-dev-clerk","@fireproof/core-types-base":"0.24.2-dev-clerk","@fireproof/core-types-blockstore":"0.24.2-dev-clerk","@fireproof/core-types-protocols-cloud":"0.24.2-dev-clerk"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.2-dev-clerk_1764958282213_0.26636086811388715","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-ensure-cloud-token-1":{"name":"@fireproof/core-base","version":"0.24.3-dev-ensure-cloud-token-1","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.3-dev-ensure-cloud-token-1","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"8a0b8c9c0b5d12aa3f0e053de6e222b16bde9219","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.3-dev-ensure-cloud-token-1.tgz","fileCount":43,"integrity":"sha512-70XfkRAowgZhYFIUs89Mm+DmlrxVkeKTQzzQ8Al9FsOuaTo/6VO0g3/flrOdLAV8PpyqAgDcKVij7aiev1i9EA==","signatures":[{"sig":"MEUCICvdb1Rnp+RcSCsFZX5cb5bNOmzvOUpZXNxmk8TUlK/iAiEA6jH1Fcjf43d/157AyR6hSAInHOetbHYH1G4FA1S90I0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":167638},"main":"./index.js","type":"module","_from":"file:fireproof-core-base-0.24.3-dev-ensure-cloud-token-1.tgz","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"jchris","email":"jchris@gmail.com"},"_resolved":"/tmp/3a35779dbd8db19e7a939b9a4aa6f3ff/fireproof-core-base-0.24.3-dev-ensure-cloud-token-1.tgz","_integrity":"sha512-70XfkRAowgZhYFIUs89Mm+DmlrxVkeKTQzzQ8Al9FsOuaTo/6VO0g3/flrOdLAV8PpyqAgDcKVij7aiev1i9EA==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.4","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"3.0.1","prolly-trees":"1.0.4","@ipld/dag-cbor":"9.2.5","@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.3-dev-ensure-cloud-token-1","@web3-storage/pail":"0.6.2","@fireproof/core-keybag":"0.24.3-dev-ensure-cloud-token-1","@fireproof/core-runtime":"0.24.3-dev-ensure-cloud-token-1","@fireproof/core-blockstore":"0.24.3-dev-ensure-cloud-token-1","@fireproof/core-types-base":"0.24.3-dev-ensure-cloud-token-1","@fireproof/core-types-blockstore":"0.24.3-dev-ensure-cloud-token-1","@fireproof/core-types-protocols-cloud":"0.24.3-dev-ensure-cloud-token-1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.3-dev-ensure-cloud-token-1_1765189507115_0.9406184025312088","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-ensure-cloud-token-6":{"name":"@fireproof/core-base","version":"0.24.3-dev-ensure-cloud-token-6","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.3-dev-ensure-cloud-token-6","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"4b84e588a177ef6a9d7cff60cf4084cf89d4f99b","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.3-dev-ensure-cloud-token-6.tgz","fileCount":43,"integrity":"sha512-K220KL/GiWa9l+k+WWcX46pTDvQPolNxbBrWarh8iQnlZpwPNSg2KBGL/wlGYeWXHQVuDjETzqqWgdZ6xaXIOA==","signatures":[{"sig":"MEUCIQCXz01m3OpCCHrbfC24U9D1h585rMCswjSYr7ExV4wvGAIgJaXpysA5A6NU3ke2oHhOI0LU20sxBhSgBd+9Tb6r/dg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-base@0.24.3-dev-ensure-cloud-token-6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":167652},"main":"./index.js","type":"module","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","gitHead":"d64f386fb9b2611adfd3963894054872ef3e571a","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0e6c21fc-1926-40fb-a0f6-5ceb4de858e1"}},"repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"11.7.0","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"3.0.1","prolly-trees":"1.0.4","@ipld/dag-cbor":"9.2.5","@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.3-dev-ensure-cloud-token-6","@web3-storage/pail":"0.6.2","@fireproof/core-keybag":"0.24.3-dev-ensure-cloud-token-6","@fireproof/core-runtime":"0.24.3-dev-ensure-cloud-token-6","@fireproof/core-blockstore":"0.24.3-dev-ensure-cloud-token-6","@fireproof/core-types-base":"0.24.3-dev-ensure-cloud-token-6","@fireproof/core-types-blockstore":"0.24.3-dev-ensure-cloud-token-6","@fireproof/core-types-protocols-cloud":"0.24.3-dev-ensure-cloud-token-6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.3-dev-ensure-cloud-token-6_1765386628607_0.664510913593602","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-ensure-cloud-token-7":{"name":"@fireproof/core-base","version":"0.24.3-dev-ensure-cloud-token-7","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.3-dev-ensure-cloud-token-7","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"2e02da213b3d475c03e82e3b828c38e12d8a194d","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.3-dev-ensure-cloud-token-7.tgz","fileCount":43,"integrity":"sha512-eKx4J1XFewvRRJMOEEGugWknZxJweQsZmyEa2+n7FwfEDkeaeTfyjM34eVcQSLnYQxhEDNkM6DCKJa6I9u+Pjw==","signatures":[{"sig":"MEUCIBVqftKwbAVzhJ4Xh5qX1RavGLHQl0wc+GAfxx5WcMq/AiEAmWhjIsObllqvxL5sgsCcb9Alzy5OunGoQxm0x9RTqPk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-base@0.24.3-dev-ensure-cloud-token-7","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":167652},"main":"./index.js","type":"module","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","gitHead":"cf2f7f75ea1aabfb3bc57316ee5f1d08f4b5afe9","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0e6c21fc-1926-40fb-a0f6-5ceb4de858e1"}},"repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"11.7.0","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"3.0.1","prolly-trees":"1.0.4","@ipld/dag-cbor":"9.2.5","@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.3-dev-ensure-cloud-token-7","@web3-storage/pail":"0.6.2","@fireproof/core-keybag":"0.24.3-dev-ensure-cloud-token-7","@fireproof/core-runtime":"0.24.3-dev-ensure-cloud-token-7","@fireproof/core-blockstore":"0.24.3-dev-ensure-cloud-token-7","@fireproof/core-types-base":"0.24.3-dev-ensure-cloud-token-7","@fireproof/core-types-blockstore":"0.24.3-dev-ensure-cloud-token-7","@fireproof/core-types-protocols-cloud":"0.24.3-dev-ensure-cloud-token-7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.3-dev-ensure-cloud-token-7_1765395531063_0.3298258695990437","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-ensure-cloud-token-8":{"name":"@fireproof/core-base","version":"0.24.3-dev-ensure-cloud-token-8","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.3-dev-ensure-cloud-token-8","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"b8343bc622d9188b069e7976730a62189048b4ba","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.3-dev-ensure-cloud-token-8.tgz","fileCount":43,"integrity":"sha512-W9Nrsm119GLX99bCkYaxAoUR97rbNz/bOdxtzzX++9q6z4UgAQPsB9ToNvDk/shOIdW9G5aeIjqDQXP4WpC4uw==","signatures":[{"sig":"MEUCIQDfNLrRJFGORSc4lIGqZII4jHwLy/oUJLYq6PuKLgpCWgIgUioEGusPW2VIv6sYK/XX9sjOUnGZx0yAPTwJuVt+NNs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-base@0.24.3-dev-ensure-cloud-token-8","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":167652},"main":"./index.js","type":"module","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","gitHead":"5c58151818d07906bbc492c8b7c82032b6765c14","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0e6c21fc-1926-40fb-a0f6-5ceb4de858e1"}},"repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"11.7.0","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"3.0.1","prolly-trees":"1.0.4","@ipld/dag-cbor":"9.2.5","@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.3-dev-ensure-cloud-token-8","@web3-storage/pail":"0.6.2","@fireproof/core-keybag":"0.24.3-dev-ensure-cloud-token-8","@fireproof/core-runtime":"0.24.3-dev-ensure-cloud-token-8","@fireproof/core-blockstore":"0.24.3-dev-ensure-cloud-token-8","@fireproof/core-types-base":"0.24.3-dev-ensure-cloud-token-8","@fireproof/core-types-blockstore":"0.24.3-dev-ensure-cloud-token-8","@fireproof/core-types-protocols-cloud":"0.24.3-dev-ensure-cloud-token-8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.3-dev-ensure-cloud-token-8_1765510404371_0.7899276383036022","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-ensure-cloud-token-9":{"name":"@fireproof/core-base","version":"0.24.3-dev-ensure-cloud-token-9","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.3-dev-ensure-cloud-token-9","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"21f1c728ee247e682c818bffc34bc4b6ad80bb13","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.3-dev-ensure-cloud-token-9.tgz","fileCount":43,"integrity":"sha512-2yxRehd9LLFvEhl7xGoOB1x806iuE78HMBHPAswL3P7dI3m1SkwIbN7l7ySfe8W2z+TVelJ8c+QvG/wS6vieGA==","signatures":[{"sig":"MEUCIQCbdItXWylCGucYZ1zVj7gf+5huN6pvGgV4nXYwv59ceAIgd+POjW2NnXFqRRjUt7yQk614nJH65+p/lhb8jIcAvw4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-base@0.24.3-dev-ensure-cloud-token-9","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":167652},"main":"./index.js","type":"module","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","gitHead":"ceac73f7d85d6343999e38b5f448a82619c8056b","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0e6c21fc-1926-40fb-a0f6-5ceb4de858e1"}},"repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"11.7.0","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"3.0.1","prolly-trees":"1.0.4","@ipld/dag-cbor":"9.2.5","@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.3-dev-ensure-cloud-token-9","@web3-storage/pail":"0.6.2","@fireproof/core-keybag":"0.24.3-dev-ensure-cloud-token-9","@fireproof/core-runtime":"0.24.3-dev-ensure-cloud-token-9","@fireproof/core-blockstore":"0.24.3-dev-ensure-cloud-token-9","@fireproof/core-types-base":"0.24.3-dev-ensure-cloud-token-9","@fireproof/core-types-blockstore":"0.24.3-dev-ensure-cloud-token-9","@fireproof/core-types-protocols-cloud":"0.24.3-dev-ensure-cloud-token-9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.3-dev-ensure-cloud-token-9_1765538864615_0.350421672360822","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-token-claims":{"name":"@fireproof/core-base","version":"0.24.3-dev-token-claims","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.3-dev-token-claims","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"249b1c38f5cc933b38b9f28adba570c905d4c7b7","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.3-dev-token-claims.tgz","fileCount":43,"integrity":"sha512-iSEY3uFasfS9Dv5ORawE85kUHhnDs9kSUSyU4Coj3xurODXmLH0BcPrNmpc6YLjOQtwk24j6+zU6LWYukk9JCg==","signatures":[{"sig":"MEUCIFdG1NhaoCgrvJTsenVrtPy2u3G2tkHA7IiV9AC5dBuWAiEAzHf2QfGS+dRF0ZOQbtX/4r6WL2SreJJJMJ2Hv73WzSE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-base@0.24.3-dev-token-claims","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":167588},"main":"./index.js","type":"module","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","gitHead":"dad1d18675c5d64f5b13c91a81c250ec8a9d5b39","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0e6c21fc-1926-40fb-a0f6-5ceb4de858e1"}},"repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"11.7.0","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"3.0.1","prolly-trees":"1.0.4","@ipld/dag-cbor":"9.2.5","@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.3-dev-token-claims","@web3-storage/pail":"0.6.2","@fireproof/core-keybag":"0.24.3-dev-token-claims","@fireproof/core-runtime":"0.24.3-dev-token-claims","@fireproof/core-blockstore":"0.24.3-dev-token-claims","@fireproof/core-types-base":"0.24.3-dev-token-claims","@fireproof/core-types-blockstore":"0.24.3-dev-token-claims","@fireproof/core-types-protocols-cloud":"0.24.3-dev-token-claims"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.3-dev-token-claims_1765818506575_0.5514377249659943","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-use-livequery":{"name":"@fireproof/core-base","version":"0.24.3-dev-use-livequery","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.3-dev-use-livequery","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"38e0232d1b77332f73ec1c8f129e6d94446ba404","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.3-dev-use-livequery.tgz","fileCount":43,"integrity":"sha512-hWtBPrIZxG/e+u72XLvrrimEUzHFbUpNZx3tUDIisYg28TQ5hQk6cvrcD1Rc0sDHXKMMJq2ou0LLGskRgpxPeA==","signatures":[{"sig":"MEUCIDetckS3bIbd1mW/A0lBeh3fDHRtvOlG6SdBwUC2GEKWAiEAtkFYCAjOssbTM+Tf8jcEzhIxKREIGQ+0t85+Z07CEo8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-base@0.24.3-dev-use-livequery","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":167596},"main":"./index.js","type":"module","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","gitHead":"e76e1b71d2fae9861f1a248073b4bf4d4f4ba0f3","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0e6c21fc-1926-40fb-a0f6-5ceb4de858e1"}},"repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"11.7.0","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"3.0.1","prolly-trees":"1.0.4","@ipld/dag-cbor":"9.2.5","@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.3-dev-use-livequery","@web3-storage/pail":"0.6.2","@fireproof/core-keybag":"0.24.3-dev-use-livequery","@fireproof/core-runtime":"0.24.3-dev-use-livequery","@fireproof/core-blockstore":"0.24.3-dev-use-livequery","@fireproof/core-types-base":"0.24.3-dev-use-livequery","@fireproof/core-types-blockstore":"0.24.3-dev-use-livequery","@fireproof/core-types-protocols-cloud":"0.24.3-dev-use-livequery"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.3-dev-use-livequery_1765830334965_0.6528519942829538","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-20261224":{"name":"@fireproof/core-base","version":"0.24.3-dev-20261224","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.3-dev-20261224","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"a5d2f128933f83c4476913ca9cece2f17ce46307","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.3-dev-20261224.tgz","fileCount":43,"integrity":"sha512-ILBWA5w8aiT6M7iuk/VJFb4wryyGCYhW9d3w1Do5AZ+h2g+Lt4vF5HqMHYMiAjpbh79q6q9Vu3bdheqehahwFQ==","signatures":[{"sig":"MEUCIGjZ8vX/1LjVQ9Z66GijcB2NIZsN337yzE38vXOq39mAAiEAsLb8Y1YmUe6yjU1/D3vhEtTVmZhyDyXUjNZGeDo2K38=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-base@0.24.3-dev-20261224","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":167556},"main":"./index.js","type":"module","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","gitHead":"aaa1cc4129f051fa1398780f342ff70f62543822","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0e6c21fc-1926-40fb-a0f6-5ceb4de858e1"}},"repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"11.7.0","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"3.0.1","prolly-trees":"1.0.4","@ipld/dag-cbor":"9.2.5","@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.3-dev-20261224","@web3-storage/pail":"0.6.2","@fireproof/core-keybag":"0.24.3-dev-20261224","@fireproof/core-runtime":"0.24.3-dev-20261224","@fireproof/core-blockstore":"0.24.3-dev-20261224","@fireproof/core-types-base":"0.24.3-dev-20261224","@fireproof/core-types-blockstore":"0.24.3-dev-20261224","@fireproof/core-types-protocols-cloud":"0.24.3-dev-20261224"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.3-dev-20261224_1766567526577_0.8867570375510965","host":"s3://npm-registry-packages-npm-production"}},"0.24.5":{"name":"@fireproof/core-base","version":"0.24.5","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.5","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"29d0179fbfdd6d733041227a61fbb05cd204568b","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.5.tgz","fileCount":43,"integrity":"sha512-20/vlFuFr7LpeIs6rOZmycmK9qaoZxPyG48jmGRezFdb1MWaOkpvFXDzUXSbLVSYnMkv6+CFXEDXfS7fqkVoXA==","signatures":[{"sig":"MEUCIQDb+3PR8TtrE8+wQZr0ztlqSPu0mXtUx1yF7YEiQ++UKAIgfs8dmmhC+Yn+JrZ9Zb84v5kzlubTAt2nwpPsw3fZ8PI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-base@0.24.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":167501},"main":"./index.js","type":"module","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","gitHead":"f62eb393db5111c22bcb089890a19673701ba785","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0e6c21fc-1926-40fb-a0f6-5ceb4de858e1"}},"repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"11.7.0","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"3.0.1","prolly-trees":"1.0.4","@ipld/dag-cbor":"9.2.5","@adviser/cement":"0.5.8","@fireproof/vendor":"0.24.5","@web3-storage/pail":"0.6.2","@fireproof/core-keybag":"0.24.5","@fireproof/core-runtime":"0.24.5","@fireproof/core-blockstore":"0.24.5","@fireproof/core-types-base":"0.24.5","@fireproof/core-types-blockstore":"0.24.5","@fireproof/core-types-protocols-cloud":"0.24.5"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.5_1767945710806_0.09294447781555104","host":"s3://npm-registry-packages-npm-production"}},"0.24.6":{"name":"@fireproof/core-base","version":"0.24.6","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.6","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"ea10052df0de878f40aefb216ddc529d1caa41c9","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.6.tgz","fileCount":43,"integrity":"sha512-qPC0hdiuFFtpPutGo3GEMT4xLN340zi5fz7a8uQjOjLi8YE6PwpvkwPDFCbV/ESOtkKx3i3nNoqD8Hr/Elj9Gg==","signatures":[{"sig":"MEUCIH2GP5jywzVsDmApJwvwMkkhMncnZo7B8xCazkovym5RAiEA3D2SiGHpdmKcF74VQj8uO8SRROJnMJ0RIa5qpAKlZb0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-base@0.24.6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":167502},"main":"./index.js","type":"module","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","gitHead":"1fc6a1ba73294402405007afb77f9599dd6e0423","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0e6c21fc-1926-40fb-a0f6-5ceb4de858e1"}},"repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"11.7.0","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"3.0.1","prolly-trees":"1.0.4","@ipld/dag-cbor":"9.2.5","@adviser/cement":"0.5.15","@fireproof/vendor":"0.24.6","@web3-storage/pail":"0.6.2","@fireproof/core-keybag":"0.24.6","@fireproof/core-runtime":"0.24.6","@fireproof/core-blockstore":"0.24.6","@fireproof/core-types-base":"0.24.6","@fireproof/core-types-blockstore":"0.24.6","@fireproof/core-types-protocols-cloud":"0.24.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.6_1767947035265_0.9698343240399159","host":"s3://npm-registry-packages-npm-production"}},"0.24.7-dev-deploy-t1":{"name":"@fireproof/core-base","version":"0.24.7-dev-deploy-t1","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.7-dev-deploy-t1","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"d26e8e0bb428f54c15cba7b254deae9d9ffc6652","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.7-dev-deploy-t1.tgz","fileCount":43,"integrity":"sha512-GQMRAg2g16RYtAnjOg12j6mkEL/Y5/CHvDV3CVsR6cXb6nWo2M0Cs6nIPbgIDrLa62c538jwMGryAdIEAlmcgA==","signatures":[{"sig":"MEYCIQCRA8sEreLWmWl4zvojBKrGp0u9Z+09p0yK9Ychcng1rAIhAJkhWPM6XZNKst4UYIKxOl1I4Re9rh1zpkLUBRwGzJxf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-base@0.24.7-dev-deploy-t1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":167614},"main":"./index.js","type":"module","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","gitHead":"43aa4764279ed3e313418e650b1960ecaaf77098","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0e6c21fc-1926-40fb-a0f6-5ceb4de858e1"}},"repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"11.7.0","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"3.0.1","prolly-trees":"1.0.4","@ipld/dag-cbor":"9.2.5","@adviser/cement":"0.5.15","@fireproof/vendor":"0.24.7-dev-deploy-t1","@web3-storage/pail":"0.6.2","@fireproof/core-keybag":"0.24.7-dev-deploy-t1","@fireproof/core-runtime":"0.24.7-dev-deploy-t1","@fireproof/core-blockstore":"0.24.7-dev-deploy-t1","@fireproof/core-types-base":"0.24.7-dev-deploy-t1","@fireproof/core-types-blockstore":"0.24.7-dev-deploy-t1","@fireproof/core-types-protocols-cloud":"0.24.7-dev-deploy-t1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.7-dev-deploy-t1_1768060187892_0.6778607566179731","host":"s3://npm-registry-packages-npm-production"}},"0.24.7":{"name":"@fireproof/core-base","version":"0.24.7","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.7","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"ce30f8007f557de66cfb89c2522e0127c28313ba","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.7.tgz","fileCount":43,"integrity":"sha512-LuV/0UMEbrsZUffe+deQ33W6GG0ZjwixVpFqWyAKovoQv6Rnf3CLgdNtwCf9Z+iozdpRo10orB+qa6P6sQANjg==","signatures":[{"sig":"MEUCIA7lyGcBBh7UyA052dXnFc2RC7UA7mFQ8HTRqSbJiZ65AiEA8OT8PY5i6tn7SJpXESqvBcB0I2/Fq1DweuCZZZkjBpA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-base@0.24.7","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":167502},"main":"./index.js","type":"module","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","gitHead":"aaecb61ff0b8cbedef7ff4c0bb9634f27038b03b","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0e6c21fc-1926-40fb-a0f6-5ceb4de858e1"}},"repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"11.7.0","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"3.0.1","prolly-trees":"1.0.4","@ipld/dag-cbor":"9.2.5","@adviser/cement":"0.5.15","@fireproof/vendor":"0.24.7","@web3-storage/pail":"0.6.2","@fireproof/core-keybag":"0.24.7","@fireproof/core-runtime":"0.24.7","@fireproof/core-blockstore":"0.24.7","@fireproof/core-types-base":"0.24.7","@fireproof/core-types-blockstore":"0.24.7","@fireproof/core-types-protocols-cloud":"0.24.7"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.7_1768062606005_0.5283242689869305","host":"s3://npm-registry-packages-npm-production"}},"0.24.8-dev-fp-token":{"name":"@fireproof/core-base","version":"0.24.8-dev-fp-token","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.8-dev-fp-token","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"e456c9b382fafe509cfc47e199552c51262b6464","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.8-dev-fp-token.tgz","fileCount":43,"integrity":"sha512-trvVxPkOmNxzJn5O6GOxFA8KLCT6oAx52RmJCOz9gRIdhpBIEQXIycOW+/C7MySL+/fU9splaC+BQXyr4Gcw7g==","signatures":[{"sig":"MEUCIBCDmRzU0Bt7rEZ5Ylk8gTHqCsbVm9DoIM+Lhnnp4lfmAiEAx2vSWxM+Qrktycv5zly/sWk06/IPmUcyKB7sQcK1s1k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-base@0.24.8-dev-fp-token","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":167606},"main":"./index.js","type":"module","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","gitHead":"515cb115e72e2cf09c19a92ca8503ac252a402fd","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0e6c21fc-1926-40fb-a0f6-5ceb4de858e1"}},"repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"11.7.0","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"3.0.1","prolly-trees":"1.0.4","@ipld/dag-cbor":"9.2.5","@adviser/cement":"0.5.15","@fireproof/vendor":"0.24.8-dev-fp-token","@web3-storage/pail":"0.6.2","@fireproof/core-keybag":"0.24.8-dev-fp-token","@fireproof/core-runtime":"0.24.8-dev-fp-token","@fireproof/core-blockstore":"0.24.8-dev-fp-token","@fireproof/core-types-base":"0.24.8-dev-fp-token","@fireproof/core-types-blockstore":"0.24.8-dev-fp-token","@fireproof/core-types-protocols-cloud":"0.24.8-dev-fp-token"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.8-dev-fp-token_1768218466540_0.6925997810829116","host":"s3://npm-registry-packages-npm-production"}},"0.24.8-dev-move-pubkey":{"name":"@fireproof/core-base","version":"0.24.8-dev-move-pubkey","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.8-dev-move-pubkey","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"8f01fedabfba28ed5647b63bb273df23889c66ec","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.8-dev-move-pubkey.tgz","fileCount":43,"integrity":"sha512-fWeaZcgDKEE6WZxK56Z0FVAiOIzCE4O+mHliLFi3jjA9qHGjKnR8ZOc0xPdPcnI0A4hIRxAoxNApIX+D/lgEOA==","signatures":[{"sig":"MEUCIQDmKcnbLSrd13Nxdr+dbZDmZ0CbbXKdCwPMQ0SpsDDIdAIgYCVpeAB7KtARP5ZTDmWUhY+1BVJvWFuxvSthaM953lM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-base@0.24.8-dev-move-pubkey","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":167630},"main":"./index.js","type":"module","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","gitHead":"20138715d643525f3e2445d99c9b55efe0866396","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0e6c21fc-1926-40fb-a0f6-5ceb4de858e1"}},"repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"11.7.0","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"3.0.1","prolly-trees":"1.0.4","@ipld/dag-cbor":"9.2.5","@adviser/cement":"0.5.15","@fireproof/vendor":"0.24.8-dev-move-pubkey","@web3-storage/pail":"0.6.2","@fireproof/core-keybag":"0.24.8-dev-move-pubkey","@fireproof/core-runtime":"0.24.8-dev-move-pubkey","@fireproof/core-blockstore":"0.24.8-dev-move-pubkey","@fireproof/core-types-base":"0.24.8-dev-move-pubkey","@fireproof/core-types-blockstore":"0.24.8-dev-move-pubkey","@fireproof/core-types-protocols-cloud":"0.24.8-dev-move-pubkey"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.8-dev-move-pubkey_1768224646807_0.08060996962777","host":"s3://npm-registry-packages-npm-production"}},"0.24.8-dev-test-device-id":{"name":"@fireproof/core-base","version":"0.24.8-dev-test-device-id","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.8-dev-test-device-id","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"9086ef8ced13447398efc537d9250d31336168f1","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.8-dev-test-device-id.tgz","fileCount":43,"integrity":"sha512-LGV9hbTGr8MkNEIVvodhJisib7VYYa+5EoN2smyxAj1CKcnjvfiVUFjKoZ7JbMUE7gi0WDf8hup8upYyKAMXoA==","signatures":[{"sig":"MEYCIQCSxdD3RHEFrYIZCRx0WspoRwrfQWMJ3rkMFD3/uxyoFwIhAKB/Sn4QJ/tYmBoRZid/Q6Bue8ZGkk5yyCNTGI97OsLE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-base@0.24.8-dev-test-device-id","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":167654},"main":"./index.js","type":"module","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","gitHead":"81d3615ce57330abf9d6bb6ca3ef6d0d3ec49684","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0e6c21fc-1926-40fb-a0f6-5ceb4de858e1"}},"repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"11.7.0","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"3.0.1","prolly-trees":"1.0.4","@ipld/dag-cbor":"9.2.5","@adviser/cement":"0.5.15","@fireproof/vendor":"0.24.8-dev-test-device-id","@web3-storage/pail":"0.6.2","@fireproof/core-keybag":"0.24.8-dev-test-device-id","@fireproof/core-runtime":"0.24.8-dev-test-device-id","@fireproof/core-blockstore":"0.24.8-dev-test-device-id","@fireproof/core-types-base":"0.24.8-dev-test-device-id","@fireproof/core-types-blockstore":"0.24.8-dev-test-device-id","@fireproof/core-types-protocols-cloud":"0.24.8-dev-test-device-id"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.8-dev-test-device-id_1768226816582_0.41660105438678396","host":"s3://npm-registry-packages-npm-production"}},"0.24.8":{"name":"@fireproof/core-base","version":"0.24.8","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.8","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"114ac8c841a6d20dfab6e9390e17e1ae94560ca3","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.8.tgz","fileCount":43,"integrity":"sha512-0w+Siw2sUiIUJlUJ0HSjbTpoHry4cOakhKkDL1uzBtZKRU+zKL5n9o6DuAi0HrnDje/UMYWftLgDLeWbyjJXRA==","signatures":[{"sig":"MEQCICAoUZgMXoBomOn5LnDWIK2EnNWUE/1z1yzHJcbdR9tDAiBncyh1MMkUEdv/1fV61keD2PZpvr0DMnyf9IxQ/JWTpg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-base@0.24.8","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":167507},"main":"./index.js","type":"module","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","gitHead":"e67bfc50e70a9a9fe863a79db175c3f444035432","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0e6c21fc-1926-40fb-a0f6-5ceb4de858e1"}},"repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"11.8.0","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"~3.0.1","prolly-trees":"~1.0.4","@ipld/dag-cbor":"~9.2.5","@adviser/cement":"~0.5.15","@fireproof/vendor":"0.24.8","@web3-storage/pail":"~0.6.2","@fireproof/core-keybag":"0.24.8","@fireproof/core-runtime":"0.24.8","@fireproof/core-blockstore":"0.24.8","@fireproof/core-types-base":"0.24.8","@fireproof/core-types-blockstore":"0.24.8","@fireproof/core-types-protocols-cloud":"0.24.8"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.8_1769097923189_0.8382700588974115","host":"s3://npm-registry-packages-npm-production"}},"0.24.9":{"name":"@fireproof/core-base","version":"0.24.9","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.9","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"c0cf1e85f5baa5285ad7bd410cc8afb072b14c50","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.9.tgz","fileCount":43,"integrity":"sha512-SjYk32DVQwFXyqG91HEEKMJK7Lr/++TR9D5pGzPlL16EYPHgC+z9mCKElhv1ToAdbqg1LcIzrLwh+wjmxqCelQ==","signatures":[{"sig":"MEUCIQCidRfiRTEH2XQcC7vsi6aqauXJo0hpyl7bq5n0iUYY3QIgIC48gaZc1IV/zce9yzyBOJXIJ/Xt4rejW15Z+97nGjg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-base@0.24.9","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":167507},"main":"./index.js","type":"module","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","gitHead":"3e048f4b8ac091ee8d8ac896e24176d8b45a7f1b","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0e6c21fc-1926-40fb-a0f6-5ceb4de858e1"}},"repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"11.8.0","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"charwise":"~3.0.1","prolly-trees":"~1.0.4","@ipld/dag-cbor":"~9.2.5","@adviser/cement":"~0.5.17","@fireproof/vendor":"0.24.9","@web3-storage/pail":"~0.6.2","@fireproof/core-keybag":"0.24.9","@fireproof/core-runtime":"0.24.9","@fireproof/core-blockstore":"0.24.9","@fireproof/core-types-base":"0.24.9","@fireproof/core-types-blockstore":"0.24.9","@fireproof/core-types-protocols-cloud":"0.24.9"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.9_1769102378131_0.10043261025767936","host":"s3://npm-registry-packages-npm-production"}},"0.24.10":{"name":"@fireproof/core-base","version":"0.24.10","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.10","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"a29f664fc80cfc8b51f650908469c3d99d8bd5c3","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.10.tgz","fileCount":43,"integrity":"sha512-Po1U/7IlJmuOEpCmERlWICDVhDQNQ5WRVokXYs1WcdjcuPNd2Y594ANkFtDVMqUwVuYhArmdmkJf2sMycy5DYA==","signatures":[{"sig":"MEUCIQCGVRH8UEyB3ab5YA54zDq5T9BFI1l1yXfJ3mjPQGro4wIgHpDCqVEIBPFCtdVdEIPAFO0wte+h+jLcpkWupJ4TV9U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-base@0.24.10","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":167475},"main":"./index.js","type":"module","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","gitHead":"9671032b396034aec7e47b997eb5e3a15d782bc4","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0e6c21fc-1926-40fb-a0f6-5ceb4de858e1"}},"repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"11.8.0","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.22.0","dependencies":{"charwise":"~3.0.1","prolly-trees":"~1.0.4","@ipld/dag-cbor":"~9.2.5","@adviser/cement":"~0.5.21","@fireproof/vendor":"0.24.10","@web3-storage/pail":"~0.6.2","@fireproof/core-keybag":"0.24.10","@fireproof/core-runtime":"0.24.10","@fireproof/core-blockstore":"0.24.10","@fireproof/core-types-base":"0.24.10","@fireproof/core-types-blockstore":"0.24.10","@fireproof/core-types-protocols-cloud":"0.24.10"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.10_1769862393574_0.9211587743056366","host":"s3://npm-registry-packages-npm-production"}},"0.24.11":{"name":"@fireproof/core-base","version":"0.24.11","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.11","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"9be77dd3623532fa64663b375e37ad29001f3656","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.11.tgz","fileCount":43,"integrity":"sha512-7P/TxhKPypkLydIkt8J36euGxNHz7FPdOS2WBtyJnx+G9jHc1Tz6VJi/jjTnIqYekPLDuIavljByVTYL4hM0cQ==","signatures":[{"sig":"MEUCID4rkbEUnoqylJ7bMPr42+Qz5RkwfYlYyjnuja34AGlKAiEAkILO4aIjlZsOFXJBqya0HbHzXYXiTUb1yeR9nxavF2k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-base@0.24.11","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":167475},"main":"./index.js","type":"module","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","gitHead":"532297b7bfc659bca243856f3f8189e50211f177","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0e6c21fc-1926-40fb-a0f6-5ceb4de858e1"}},"repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"11.10.0","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.22.0","dependencies":{"charwise":"~3.0.1","prolly-trees":"~1.0.4","@ipld/dag-cbor":"~9.2.5","@adviser/cement":"~0.5.22","@fireproof/vendor":"0.24.11","@web3-storage/pail":"~0.6.2","@fireproof/core-keybag":"0.24.11","@fireproof/core-runtime":"0.24.11","@fireproof/core-blockstore":"0.24.11","@fireproof/core-types-base":"0.24.11","@fireproof/core-types-blockstore":"0.24.11","@fireproof/core-types-protocols-cloud":"0.24.11"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.11_1770895219112_0.901459117659674","host":"s3://npm-registry-packages-npm-production"}},"0.24.12":{"name":"@fireproof/core-base","version":"0.24.12","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.12","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"50a11f1c894bda85a4ad44b48cffc2deaeecd0da","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.12.tgz","fileCount":46,"integrity":"sha512-q76akuVULSG+8UDNEBNE1wUYXvX+62WaZwyDMImX2G8nKJxPfZMxvZP2RDze83ZJPol3c+oJ0H7jVj8ALij9bg==","signatures":[{"sig":"MEUCIBkV2CNw/hE02McfPS9vmj1IaZ5796OdFNJWwVgz2/ZeAiEAy0q1tbbAq++MLHbotNRJwbshYVJx920+e2E7st98RTk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-base@0.24.12","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":168829},"main":"./index.js","type":"module","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","gitHead":"0ee86b9442913c6af43a07822755fd9a5d8198af","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0e6c21fc-1926-40fb-a0f6-5ceb4de858e1"}},"repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"11.10.1","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.22.0","dependencies":{"charwise":"~3.0.1","prolly-trees":"~1.0.4","@ipld/dag-cbor":"~9.2.5","@adviser/cement":"~0.5.22","@fireproof/vendor":"0.24.12","@web3-storage/pail":"~0.6.2","@fireproof/core-keybag":"0.24.12","@fireproof/core-runtime":"0.24.12","@fireproof/core-blockstore":"0.24.12","@fireproof/core-types-base":"0.24.12","@fireproof/core-types-blockstore":"0.24.12","@fireproof/core-types-protocols-cloud":"0.24.12"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.12_1771590445552_0.5998138489761606","host":"s3://npm-registry-packages-npm-production"}},"0.24.13-dev-qs-1":{"name":"@fireproof/core-base","version":"0.24.13-dev-qs-1","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.13-dev-qs-1","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"06fd836b958986e5fb5c6afc92d33cd37fea34b0","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.13-dev-qs-1.tgz","fileCount":46,"integrity":"sha512-peGOdGNgRQOaPpTVFdrT+4UGYAfi35DAa+qgZ3q9a4UyE3BY6yUZg7jhd67kvej+G1blZkguy0BUCirbukaV0A==","signatures":[{"sig":"MEUCIQDqCS+S37YKYKuF6KRtxuW8odNTNarrGikyiEWNXIzwVwIgfylE6/2FPjfnpNiFNRYbR7yyvgEDCkX6q437NA4vrqM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-base@0.24.13-dev-qs-1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":168901},"main":"./index.js","type":"module","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","gitHead":"c619ab64b51d994d083bae01d788050f22e9941e","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0e6c21fc-1926-40fb-a0f6-5ceb4de858e1"}},"repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"11.10.1","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.22.0","dependencies":{"charwise":"~3.0.1","prolly-trees":"~1.0.4","@ipld/dag-cbor":"~9.2.5","@adviser/cement":"~0.5.23","@fireproof/vendor":"0.24.13-dev-qs-1","@web3-storage/pail":"~0.6.2","@fireproof/core-keybag":"0.24.13-dev-qs-1","@fireproof/core-runtime":"0.24.13-dev-qs-1","@fireproof/core-blockstore":"0.24.13-dev-qs-1","@fireproof/core-types-base":"0.24.13-dev-qs-1","@fireproof/core-types-blockstore":"0.24.13-dev-qs-1","@fireproof/core-types-protocols-cloud":"0.24.13-dev-qs-1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.13-dev-qs-1_1771863957174_0.5271602729063112","host":"s3://npm-registry-packages-npm-production"}},"0.24.13-dev-qs-2":{"name":"@fireproof/core-base","version":"0.24.13-dev-qs-2","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.13-dev-qs-2","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"67da9f77883aacee44db2e768220958b38cdfe57","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.13-dev-qs-2.tgz","fileCount":46,"integrity":"sha512-jWM4M5huYXDkIfq2LPgddstwWtVs5aJ5pPcxUDK13QgClnUx00xFtnV8TYyTEHUs963a8bUTfBkHCd2W2/XGVA==","signatures":[{"sig":"MEQCIH0N2iZmKiwXLfbZtUmXTrsPf+WDlfnC23GuInBzEBSaAiBJkFELuQFPyHF+N/rCXKwWrKeoh799wivH6js2+H+pzg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-base@0.24.13-dev-qs-2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":168942},"main":"./index.js","type":"module","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","gitHead":"c03f13b8c27a5a0656bc085e6927459d3ceb018a","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0e6c21fc-1926-40fb-a0f6-5ceb4de858e1"}},"repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"11.10.1","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.22.0","dependencies":{"charwise":"~3.0.1","prolly-trees":"~1.0.4","@ipld/dag-cbor":"~9.2.5","@adviser/cement":"~0.5.23","@fireproof/vendor":"0.24.13-dev-qs-2","@web3-storage/pail":"~0.6.2","@fireproof/core-keybag":"0.24.13-dev-qs-2","@fireproof/core-runtime":"0.24.13-dev-qs-2","@fireproof/core-blockstore":"0.24.13-dev-qs-2","@fireproof/core-types-base":"0.24.13-dev-qs-2","@fireproof/core-types-blockstore":"0.24.13-dev-qs-2","@fireproof/core-types-protocols-cloud":"0.24.13-dev-qs-2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.13-dev-qs-2_1771886726599_0.11238577807398142","host":"s3://npm-registry-packages-npm-production"}},"0.24.13":{"name":"@fireproof/core-base","version":"0.24.13","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.13","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"09582bedb171598f07cefd37ed45aa6f89806fea","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.13.tgz","fileCount":46,"integrity":"sha512-6AenCxO14Myd+YDBaVTAgPi0SU0qoV6VaHEGQ1yBp7aXeC1D7RrqKbrrT5wNqV6Z36d0UWgMlBdWTAhwCbR8DA==","signatures":[{"sig":"MEUCIFwGfJefD/4SGg87s4ip9R5VmALluj7PcVif2AZ4KKKUAiEA0EvWgW4mFoKkF3tRp78ibBILf57O58A/73V4xWeudJg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-base@0.24.13","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":167594},"main":"./index.js","type":"module","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","gitHead":"bdcf71dfb3499d96c15e42bb47c52e6fdf31053e","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0e6c21fc-1926-40fb-a0f6-5ceb4de858e1"}},"repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"11.11.1","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.22.0","dependencies":{"charwise":"~3.0.1","prolly-trees":"~1.0.4","@ipld/dag-cbor":"~9.2.5","@adviser/cement":"~0.5.33","@fireproof/vendor":"0.24.13","@web3-storage/pail":"~0.6.2","@fireproof/core-keybag":"0.24.13","@fireproof/core-runtime":"0.24.13","@fireproof/core-blockstore":"0.24.13","@fireproof/core-types-base":"0.24.13","@fireproof/core-types-blockstore":"0.24.13","@fireproof/core-types-protocols-cloud":"0.24.13"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.13_1773672358572_0.817748664251928","host":"s3://npm-registry-packages-npm-production"}},"0.24.14":{"name":"@fireproof/core-base","version":"0.24.14","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.14","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"74bc3001d361c7222ed444839c6a69f45f746f86","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.14.tgz","fileCount":46,"integrity":"sha512-DHOnQY8PV2vYYfl3LmMq9NquNaZIqHoc/zFRD646sGXZh0f5jLNxKq30QF7beIldCQgeOMZD5Wq8cuAzt3FpGw==","signatures":[{"sig":"MEQCIBGXqQ5vIfwc2ot2leYNZ77dOhRVv59e3UG3O2dLFAFLAiALZdiuTUKrxDphL9xALh5IVjUaQKXpht1SnagQw5RKZQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-base@0.24.14","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":167594},"main":"./index.js","type":"module","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","gitHead":"2ac98a9219108f6c0af5d9429c231dd406697fc6","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0e6c21fc-1926-40fb-a0f6-5ceb4de858e1"}},"repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"11.12.1","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.22.1","dependencies":{"charwise":"~3.0.1","prolly-trees":"~1.0.4","@ipld/dag-cbor":"~9.2.5","@adviser/cement":"~0.5.34","@fireproof/vendor":"0.24.14","@web3-storage/pail":"~0.6.2","@fireproof/core-keybag":"0.24.14","@fireproof/core-runtime":"0.24.14","@fireproof/core-blockstore":"0.24.14","@fireproof/core-types-base":"0.24.14","@fireproof/core-types-blockstore":"0.24.14","@fireproof/core-types-protocols-cloud":"0.24.14"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.14_1774622368118_0.9988667561570608","host":"s3://npm-registry-packages-npm-production"}},"0.24.15":{"name":"@fireproof/core-base","version":"0.24.15","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.15","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"fd405a84f76b51d468c8dfdc571f0d50fe910a98","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.15.tgz","fileCount":46,"integrity":"sha512-80TVSRMNrzh1UTZVQD7oiAxoJcKgujcA9/4SUsw81zEW681/jYvgoLLCpljTFXtWFDIA9BYZaenAC/E0apRG2w==","signatures":[{"sig":"MEUCIQD4cGLnuNdUr5iHIzLRzTDfuTVQojWiC83O4iQt5I6rPwIgOE+K4cOENs5zX8CdC6a2+GiNGBUDkhOK46S3pfln8WE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-base@0.24.15","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":167594},"main":"./index.js","type":"module","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","gitHead":"696a711474552c1710ebe19b0be12d940f48f2c7","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0e6c21fc-1926-40fb-a0f6-5ceb4de858e1"}},"repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"11.12.1","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.22.1","dependencies":{"charwise":"~3.0.1","prolly-trees":"~1.0.4","@ipld/dag-cbor":"~9.2.5","@adviser/cement":"~0.5.34","@fireproof/vendor":"0.24.15","@web3-storage/pail":"~0.6.2","@fireproof/core-keybag":"0.24.15","@fireproof/core-runtime":"0.24.15","@fireproof/core-blockstore":"0.24.15","@fireproof/core-types-base":"0.24.15","@fireproof/core-types-blockstore":"0.24.15","@fireproof/core-types-protocols-cloud":"0.24.15"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.15_1774624681931_0.015492403266820887","host":"s3://npm-registry-packages-npm-production"}},"0.24.16":{"name":"@fireproof/core-base","version":"0.24.16","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-base@0.24.16","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"58fc926a32699d1111edbdbc2d34622fd647a544","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.16.tgz","fileCount":46,"integrity":"sha512-X9QYaY6IxhDKxidpK0ksJEuNzw3tTadTtC4A5UfSnzFzGAhSoenUxMh2TeWf28yZt8J1YouCl3+epaJ84zVIzQ==","signatures":[{"sig":"MEYCIQC1UateCMmxXArqbX6n5nNWVPLciYJLCh179EdGkRSOywIhANKcUQNsab9tqFyyQv7Jc2Q1Td4dy1Mf3sGve+mKTquF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-base@0.24.16","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":167600},"main":"./index.js","type":"module","types":"./index.d.ts","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","gitHead":"389fc8c121af89f09842dd9f97c32a207d2a91d5","scripts":{"build":"core-cli tsc"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0e6c21fc-1926-40fb-a0f6-5ceb4de858e1"}},"repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"11.12.1","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.22.1","dependencies":{"charwise":"~3.0.1","prolly-trees":"~1.0.4","@ipld/dag-cbor":"~9.2.5","@adviser/cement":"~0.5.34","@fireproof/vendor":"0.24.16","@web3-storage/pail":"~0.6.2","@fireproof/core-keybag":"0.24.16","@fireproof/core-runtime":"0.24.16","@fireproof/core-blockstore":"0.24.16","@fireproof/core-types-base":"0.24.16","@fireproof/core-types-blockstore":"0.24.16","@fireproof/core-types-protocols-cloud":"0.24.16"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-base_0.24.16_1774737129621_0.712738584511105","host":"s3://npm-registry-packages-npm-production"}},"0.24.19":{"name":"@fireproof/core-base","version":"0.24.19","description":"Live ledger for the web.","type":"module","main":"./index.js","scripts":{"build":"core-cli tsc"},"keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","homepage":"https://use-fireproof.com","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","repository":{"type":"git","url":"git+https://github.com/fireproof-storage/fireproof.git"},"bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dependencies":{"@adviser/cement":"~0.5.34","@fireproof/core-blockstore":"0.24.19","@fireproof/core-keybag":"0.24.19","@fireproof/core-runtime":"0.24.19","@fireproof/core-types-base":"0.24.19","@fireproof/core-types-blockstore":"0.24.19","@fireproof/core-types-protocols-cloud":"0.24.19","@fireproof/vendor":"0.24.19","@ipld/dag-cbor":"~9.2.6","@web3-storage/pail":"~0.6.2","charwise":"~3.0.1","prolly-trees":"~1.0.4"},"gitHead":"d6ec82d04671147b90ae6288148134f907c22393","types":"./index.d.ts","_id":"@fireproof/core-base@0.24.19","_nodeVersion":"24.14.1","_npmVersion":"11.11.0","dist":{"integrity":"sha512-Pj3qOdYAN6aLTWSTpd2Ry0KB+G2qMmlpV5AYkFoPIset1denL5ngBuHqSKBHbuD/2vQwONph4fgXT3Ho0Q7urg==","shasum":"87085b0e3c5e814d094e42bfdb15c904bb13aeb5","tarball":"https://registry.npmjs.org/@fireproof/core-base/-/core-base-0.24.19.tgz","fileCount":46,"unpackedSize":167829,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-base@0.24.19","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIF+/9c5jXw0Jdk8EB2oiI4QQFOqrstYpFGBjskK6nWIMAiEA9TQlMpYHRrCOEHN4kYVs03KcjvsVVmeg8vhzofcgV9Q="}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0e6c21fc-1926-40fb-a0f6-5ceb4de858e1"}},"directories":{},"maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/core-base_0.24.19_1776283007368_0.7359567533877409"},"_hasShrinkwrap":false}},"time":{"created":"2025-07-09T15:19:32.743Z","modified":"2026-04-15T19:56:47.835Z","0.0.0-smoke-1b31059-1752074105":"2025-07-09T15:19:33.004Z","0.0.1-dev-test":"2025-07-09T16:01:10.291Z","0.0.2-dev-test":"2025-07-19T23:02:09.061Z","0.22.0-dev-preview":"2025-07-20T18:13:49.762Z","0.22.0-keybag":"2025-07-31T06:56:06.438Z","0.22.0-dev-preview-1":"2025-08-05T13:52:34.651Z","0.22.0-dev-preview-3":"2025-08-05T14:31:09.064Z","0.22.0-dev-preview-4":"2025-08-05T17:22:55.380Z","0.23.0":"2025-08-09T23:59:29.268Z","0.23.1":"2025-08-13T12:37:07.531Z","0.23.1-dev-issue-1057":"2025-08-15T10:48:24.373Z","0.23.2":"2025-08-15T12:10:06.919Z","0.23.3":"2025-08-19T14:28:22.788Z","0.23.5":"2025-08-19T16:08:15.437Z","0.23.6":"2025-08-19T20:14:26.517Z","0.23.7-dev-preview1":"2025-08-21T22:12:36.477Z","0.23.7-dev-preview2":"2025-08-22T03:39:00.059Z","0.23.7-dev-preview4":"2025-08-22T14:48:45.158Z","0.23.8":"2025-08-23T00:17:25.923Z","0.23.10":"2025-08-23T03:19:04.479Z","0.23.7":"2025-08-23T03:47:36.607Z","0.23.11":"2025-08-23T16:41:46.325Z","0.23.13":"2025-08-27T22:23:30.285Z","0.23.14-dev-preview03":"2025-10-02T02:53:09.177Z","0.23.14-dev-preview04":"2025-10-02T03:09:35.870Z","0.23.14":"2025-10-02T03:21:23.657Z","0.23.15-dev-windows":"2025-10-10T21:58:23.475Z","0.23.15-dev-windows-1":"2025-10-11T09:59:45.841Z","0.23.15-dev-windows-2":"2025-10-11T22:19:52.498Z","0.23.15":"2025-10-16T16:38:16.231Z","0.24.2-dev-cloud-api":"2025-11-25T19:49:07.743Z","0.24.0-dev-multi-clerks-0":"2025-11-26T20:57:27.590Z","0.24.0-dev-multi-clerks-1":"2025-11-27T15:26:39.514Z","0.24.0":"2025-11-30T14:19:33.204Z","0.24.1-dev-memo":"2025-12-02T21:54:29.822Z","0.24.1-dev-memo-2":"2025-12-02T22:27:49.505Z","0.24.3-dev-ensure-cloud-token":"2025-12-03T22:04:41.273Z","0.24.1-dev-react19":"2025-12-04T20:34:41.972Z","0.24.1-dev-react19.2":"2025-12-04T23:56:36.830Z","0.24.2-dev-clerk":"2025-12-05T18:11:22.361Z","0.24.3-dev-ensure-cloud-token-1":"2025-12-08T10:25:07.260Z","0.24.3-dev-ensure-cloud-token-6":"2025-12-10T17:10:28.748Z","0.24.3-dev-ensure-cloud-token-7":"2025-12-10T19:38:51.215Z","0.24.3-dev-ensure-cloud-token-8":"2025-12-12T03:33:24.516Z","0.24.3-dev-ensure-cloud-token-9":"2025-12-12T11:27:44.753Z","0.24.3-dev-token-claims":"2025-12-15T17:08:26.721Z","0.24.3-dev-use-livequery":"2025-12-15T20:25:35.103Z","0.24.3-dev-20261224":"2025-12-24T09:12:06.731Z","0.24.5":"2026-01-09T08:01:50.957Z","0.24.6":"2026-01-09T08:23:55.411Z","0.24.7-dev-deploy-t1":"2026-01-10T15:49:48.046Z","0.24.7":"2026-01-10T16:30:06.152Z","0.24.8-dev-fp-token":"2026-01-12T11:47:46.698Z","0.24.8-dev-move-pubkey":"2026-01-12T13:30:46.939Z","0.24.8-dev-test-device-id":"2026-01-12T14:06:56.713Z","0.24.8":"2026-01-22T16:05:23.337Z","0.24.9":"2026-01-22T17:19:38.281Z","0.24.10":"2026-01-31T12:26:33.723Z","0.24.11":"2026-02-12T11:20:19.259Z","0.24.12":"2026-02-20T12:27:25.713Z","0.24.13-dev-qs-1":"2026-02-23T16:25:57.332Z","0.24.13-dev-qs-2":"2026-02-23T22:45:26.748Z","0.24.13":"2026-03-16T14:45:58.706Z","0.24.14":"2026-03-27T14:39:28.278Z","0.24.15":"2026-03-27T15:18:02.084Z","0.24.16":"2026-03-28T22:32:09.751Z","0.24.19":"2026-04-15T19:56:47.560Z"},"bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","homepage":"https://use-fireproof.com","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"repository":{"type":"git","url":"git+https://github.com/fireproof-storage/fireproof.git"},"description":"Live ledger for the web.","contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"readme":"# <img src=\"https://fireproof.storage/static/img/flame.svg\" alt=\"Fireproof logo\" width=\"25\"> [Fireproof](https://fireproof.storage) database API\n\n<p align=\"right\">\n  <img src=\"https://img.shields.io/bundlephobia/minzip/%40fireproof%2Fcore\" alt=\"Package size\">\n  <a href=\"https://github.com/fireproof-storage/fireproof/actions/workflows/ci.yaml\">\n    <img src=\"https://github.com/fireproof-storage/fireproof/actions/workflows/ci.yaml/badge.svg\" alt=\"Build status\">\n  </a>\n</p>\n\nFireproof is a lightweight embedded document database with encrypted live sync, designed to make browser apps easy. Use it in any JavaScript environment with a unified API that works both in React (with hooks) and as a standalone core API.\n\n[Point AI coders to these docs.](https://use-fireproof.com/llms-full.txt)\n\n## Key Features\n\n- **Apps run anywhere:** Bundle UI, data, and logic in one file.\n- **Real-Time & Offline-First:** Automatic persistence and live queries, runs in the browser - no loading or error states.\n- **Unified API:** TypeScript works with Deno, Bun, Node.js, and the browser.\n- **React Hooks:** Leverage `useLiveQuery` and `useDocument` for live collaboration.\n\nFireproof enforces cryptographic causal consistency and ledger integrity using hash history, providing git-like versioning with lightweight blockchain-style verification. Data is stored and replicated as content-addressed encrypted blobs, making it safe and easy to sync via commodity object storage providers.\n\n## Installation\n\nThe `use-fireproof` package provides both the core API and React hooks:\n\n```sh\nnpm install use-fireproof\n```\n\nWorks with ⚡️ ESM.sh:\n\n```js\nimport { useFireproof } from \"https://esm.sh/use-fireproof\";\n```\n\nOr install the core ledger in any JavaScript environment:\n\n```sh\nnpm install @fireproof/core\n```\n\nAdd the ledger to any web page via HTML script tag (global is `Fireproof`):\n\n```html\n<script src=\"https://cdn.jsdelivr.net/npm/@fireproof/core/dist/browser/fireproof.global.js\"></script>\n```\n\nDeliver generated solutions as runnable micro applications via ChatGPT Canvas, v0, bolt.new, or Claude Artifacts. Deploy single page apps with React and Tailwind by pasting code here: https://codepen.io/useFireproof/pen/MYgNYdx\n\n## ⚛️ React Usage\n\nReact hooks are the recommended way to use Fireproof in LLM code generation contexts:\n\n```js\nimport { useFireproof } from \"use-fireproof\";\n\nfunction App() {\n  const { database, useLiveQuery, useDocument } = useFireproof(\"my-ledger\");\n\n  // Create a new document with useDocument\n  const { doc, merge, submit } = useDocument({ text: \"\" });\n\n  // Query documents by _id, most recent first\n  const { docs } = useLiveQuery(\"_id\", { descending: true, limit: 100 });\n\n  return (\n    <div>\n      <form onSubmit={submit}>\n        <input value={doc.text} onChange={(e) => merge({ text: e.target.value })} placeholder=\"New document\" />\n        <button type=\"submit\">Submit</button>\n      </form>\n\n      <h3>Recent Documents</h3>\n      <ul>\n        {docs.map((doc) => (\n          <li key={doc._id}>{doc.text}</li>\n        ))}\n      </ul>\n    </div>\n  );\n}\n```\n\nRead the [step-by-step React tutorial](https://use-fireproof.com/docs/react-tutorial) to get started or check the [full LLM documentation](https://use-fireproof.com/llms-full.txt) for more examples.\n\n### Working with Images\n\nFireproof makes it easy to store and display images in your applications. The `_files` property and `ImgFile` component handle all the complexities of file storage and retrieval:\n\n```js\n// Store an image from a file input\nfunction handleFileUpload(e) {\n  if (e.target.files[0]) {\n    merge({\n      _files: { profilePic: e.target.files[0] },\n      uploadedAt: new Date().toISOString(),\n    });\n  }\n}\n\n// Display an image from a document\nfunction ImageDisplay({ doc }) {\n  return (\n    <div>\n      {doc._files?.profilePic && (\n        <ImgFile file={doc._files.profilePic} alt=\"Profile picture\" onLoad={() => console.log(\"Image loaded\")} />\n      )}\n      <p>Uploaded: {doc.uploadedAt}</p>\n    </div>\n  );\n}\n```\n\nThe `ImgFile` component automatically handles loading and displaying images from Fireproof's storage, with all the expected props of a standard image element. For more in-depth examples see our [llms-full.txt](https://use-fireproof.com/llms-full.txt) documentation.\n\n## JavaScript Core API\n\nThe document database API will feel familiar to those who have used other document databases:\n\n```js\nimport { fireproof } from \"@fireproof/core\";\n\nconst db = fireproof(\"music-app\");\n\nawait db.put({ _id: \"beyonce\", name: \"Beyoncé\", hitSingles: 29 });\n\ndb.subscribe(async () => {\n  const topArtists = await db.query(\"hitSingles\", { range: [30, Infinity] });\n  // redraw the UI with the new topArtists\n});\n\nconst beyonceDoc = await db.get(\"beyonce\");\nbeyonceDoc.hitSingles += 1;\nawait db.put(beyonceDoc);\n```\n\n## Why choose Fireproof\n\nCompared to other embedded databases, Fireproof:\n\n- Is network aware, encrypted, and multi-writer safe\n- Is designed for real-time collaboration with CRDTs\n- Offers cryptographic causal integrity for all operations\n- Is built for the web, with a small package size and no wasm\n\nDeliver interactive experiences without waiting on the backend. Fireproof runs in any cloud, browser, or edge environment, so your application can access data anywhere.\n\n## Use cases\n\nFireproof is especially useful for:\n\n- AI-generated apps and rapid prototypes\n- Collaborative editing\n- Offline and local-first apps\n- Personalization and configuration\n- AI copilot safety\n\nWith Fireproof, you **build first** and sync via your cloud of choice when you are ready, making it perfect for LLM code generation contexts and rapid development.\n\n[Get the latest roadmap updates on our blog](https://fireproof.storage/blog/) or join our [Discord](https://discord.gg/cCryrNHePH) to collaborate. Read the docs to learn more about the [architecture](https://use-fireproof.com/docs/architecture).\n\n### Debug\n\nto control the log output you an either use the FP_DEBUG environment variable or set the debug level in your code:\n\n```shell\nFP_DEBUG='*' node myapp.js\n```\n\n```js\nlogger.setDebug(...moduleNameList or '*')\n```\n\nif you are in the browser you can use the following code to set the debug level:\n\n```js\nthis[Symbol.for(\"FP_ENV\")].set(\"FP_DEBUG\", \"*\");\n```\n\n```js\n// vitest pass env\nglobalThis[Symbol.for(\"FP_PRESET_ENV\")] = {\n  FP_DEBUG: \"*\",\n};\n```\n\n### Testing\n\nTo run the full test suite across all projects (tested storage gateways configs), run:\n\n```bash\npnpm run test\n```\n\nTo run tests for specific components or modules, use the following command pattern:\n\n```bash\npnpm run test -t 'test name pattern' path/to/test/file\n```\n\nFor example, to run a specific test for the CRDT module, in just one project:\n\n```bash\nFP_DEBUG='Loader,CRDTClock' pnpm run test --project file -t 'codec implict iv' crdt\n```\n\nFor testing React components, you can use:\n\n```bash\npnpm run test tests/react/[ComponentName].test.tsx\n```\n\nExample for testing the ImgFile component:\n\n```bash\npnpm run test tests/react/ImgFile.test.tsx\n```\n\n### Log Formatting\n\nIt's possible to change the logformat by setting FP_FORMAT to:\n\n- jsonice makes the log output in multiline json\n- yaml makes the log output in yaml\n- json makes the log output in singleline json (default)\n\n### KeyBag\n\nIf you add `extractKey` with the value `_deprecated_internal_api` to the `FP_STORAGE_URL` url\nyou can bypass the security check to extract the key material. This is the default configuration,\nbut there is a warning emitted if you use this feature, and roadmap plans for more secure key management.\n\n### Deno\n\nFireproof is compatible with Deno. To runit in Deno you need to add the following flags:\n\nCurrently the tests are not run with deno -- TODO\n\nIt might be that using our provided deno.json is somekind of odd\n--- TODO is to add fireproof to jsr and deno.land\n\n```shell\ndeno run --config node_modules/@fireproof/core/deno.json --allow-read --allow-write --allow-env --unstable-sloppy-imports ./node-test.ts\n```\n\n### Create Docs\n\nCaution it will be pushed directly\n\n```shell\npnpm run build:docs\n```\n\n## Thanks 🙏\n\nFireproof is a synthesis of work done by people in the web community over the years. I couldn't even begin to name all the folks who made pivotal contributions. Without npm, React, and VS Code all this would have taken so much longer. Thanks to everyone who supported me getting into ledger development via Apache CouchDB, one of the original document ledgers. The distinguishing work on immutable data-structures comes from the years of consideration [IPFS](https://ipfs.tech), [IPLD](https://ipld.io), and the [Filecoin APIs](https://docs.filecoin.io) have enjoyed.\n\nThanks to [Meno Abels](https://github.com/mabels) who has taken on the role of project lead engineer. Fireproof is rapidly becoming a mature solution.\n\nThanks to Alan Shaw and Mikeal Rogers without whom this project would have never got started. The core Merkle hash-tree clock is based on [Alan's Pail](https://github.com/alanshaw/pail), and you can see the repository history goes all the way back to work begun as a branch of that repo. Mikeal wrote [the prolly trees implementation](https://github.com/mikeal/prolly-trees).\n\n## Contributing\n\nWe love contributions. Feel free to [join in the conversation on Discord. All welcome.](https://discord.gg/cCryrNHePH)\n\n# License\n\nDual-licensed under [MIT or Apache 2.0](https://github.com/fireproof-storage/fireproof/blob/main/LICENSE.md)\n","readmeFilename":"README.md"}