{"_id":"@fireproof/core-runtime","_rev":"68-419be70a8ad36f7f284c021bfd304538","name":"@fireproof/core-runtime","dist-tags":{"dev":"0.24.13-dev-qs-2","latest":"0.24.19"},"versions":{"0.0.0-smoke-1b31059-1752074105":{"name":"@fireproof/core-runtime","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-runtime@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":"40e1304cb5065601066ba073f5a83cbfce59befb","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.0.0-smoke-1b31059-1752074105.tgz","fileCount":43,"integrity":"sha512-qaanMVy8JeGKBi7GERwrlSG58hupOPgNQG4xT5EZwoxWtIvLcNE59jjfWLfEphodX6dMX/Kw3qWAimiI8WK6hw==","signatures":[{"sig":"MEUCIQCmTF6I0WC3czGM7r/gpaoxXygRs4dj9FnM42Kb4BVI2gIgeznO0NNBOzWfgnkxLh4eFyZDVynw1rWN6LmSGbdNVPQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":137337},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/35278f5bf426ad462d543bfca98ae91e/fireproof-core-runtime-0.0.0-smoke-1b31059-1752074105.tgz","_integrity":"sha512-qaanMVy8JeGKBi7GERwrlSG58hupOPgNQG4xT5EZwoxWtIvLcNE59jjfWLfEphodX6dMX/Kw3qWAimiI8WK6hw==","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":{"jose":"^6.0.11","cborg":"^4.2.12","multiformats":"^13.3.7","@adviser/cement":"^0.4.20","@fireproof/vendor":"^3.0.0","@fireproof/core-types-base":"0.0.0-smoke-1b31059-1752074105","@fireproof/core-types-runtime":"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,"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.0.0-smoke-1b31059-1752074105_1752074388101_0.4556475261660191","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-dev-test":{"name":"@fireproof/core-runtime","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-runtime@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":"8aff6dbf417849377e4414c1a1e215ac05f0a7b6","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.0.1-dev-test.tgz","fileCount":43,"integrity":"sha512-bwjAn1M6Sta93SPoDMBikdI3OIaFyPBynDcc/Fel/CGhaHOh4YLK9qN7YVz7IJtw88XcUNWu/2p3qK0wPaOYcA==","signatures":[{"sig":"MEUCIQC6wD67Y82O3dUYiD9B+092fcRj+x32DSzVRHRkg9Od2QIgAPA5giLSq+JkYJ6HC13JqEvXx2PhvXV6v8ySuqNNDxE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":137257},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/a9016b145f391cea85f0ef7236b2981d/fireproof-core-runtime-0.0.1-dev-test.tgz","_integrity":"sha512-bwjAn1M6Sta93SPoDMBikdI3OIaFyPBynDcc/Fel/CGhaHOh4YLK9qN7YVz7IJtw88XcUNWu/2p3qK0wPaOYcA==","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":{"jose":"^6.0.11","cborg":"^4.2.12","multiformats":"^13.3.7","@adviser/cement":"^0.4.20","@fireproof/vendor":"^3.0.0","@fireproof/core-types-base":"0.0.1-dev-test","@fireproof/core-types-runtime":"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,"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.0.1-dev-test_1752076885942_0.09675410481226732","host":"s3://npm-registry-packages-npm-production"}},"0.0.2-dev-test":{"name":"@fireproof/core-runtime","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-runtime@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":"15ffe3ad9aa26fa2a7260994c574ab362f277749","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.0.2-dev-test.tgz","fileCount":43,"integrity":"sha512-YDxHmzu6M14adZVMlYHOfpwFoY+0xIwgfP8ZwbN+6ebAOPoRE+7P4347/VSGfOIfCofvUuHHv7MNKjVE9Xu+TA==","signatures":[{"sig":"MEUCIFO171PGodNHIXhzCcye2mNd4vrLOwYQYzO0NMs4JikkAiEAuoKhwBySTWiJnaQMDFmluFFx2NjSxCIC9aLWdTHn2ec=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":137265},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/38b77789c70c7c50fef20801268ef104/fireproof-core-runtime-0.0.2-dev-test.tgz","_integrity":"sha512-YDxHmzu6M14adZVMlYHOfpwFoY+0xIwgfP8ZwbN+6ebAOPoRE+7P4347/VSGfOIfCofvUuHHv7MNKjVE9Xu+TA==","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":{"jose":"^6.0.11","cborg":"^4.2.12","multiformats":"^13.3.7","@adviser/cement":"^0.4.20","@fireproof/vendor":"0.0.2-dev-test","@fireproof/core-types-base":"0.0.2-dev-test","@fireproof/core-types-runtime":"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,"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.0.2-dev-test_1752966148537_0.23035809905916094","host":"s3://npm-registry-packages-npm-production"}},"0.22.0-dev-preview":{"name":"@fireproof/core-runtime","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-runtime@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":"dcdce3d8bc1496f17525c9183e88e00728eabc38","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.22.0-dev-preview.tgz","fileCount":43,"integrity":"sha512-TBeyKagM7SqjLMSEpcqPcCPfJ3j8blqcbKoo6K1fDq3xjl6VDaU8JpCgzTpX2nAn9QdnoxNK2w2RnT4jkkzBIw==","signatures":[{"sig":"MEQCICgPKUniAWo+iC7WvDeD/Qqty+w+AmnPTWnNo0qyG8kHAiAFPPJBwgNnPsn2L3QyFUhB0y4/9Rzk4QpJk1OEnDgeWw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":137289},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/b43b3d6a9765ad8e20c4414626ce20df/fireproof-core-runtime-0.22.0-dev-preview.tgz","_integrity":"sha512-TBeyKagM7SqjLMSEpcqPcCPfJ3j8blqcbKoo6K1fDq3xjl6VDaU8JpCgzTpX2nAn9QdnoxNK2w2RnT4jkkzBIw==","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":{"jose":"^6.0.11","cborg":"^4.2.12","multiformats":"^13.3.7","@adviser/cement":"^0.4.20","@fireproof/vendor":"0.22.0-dev-preview","@fireproof/core-types-base":"0.22.0-dev-preview","@fireproof/core-types-runtime":"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,"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.22.0-dev-preview_1753035251502_0.8507616550924684","host":"s3://npm-registry-packages-npm-production"}},"0.22.0-keybag":{"name":"@fireproof/core-runtime","version":"0.22.0-keybag","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"6066c78f1d710f9ed64210a601192df6ef754d4e","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.22.0-keybag.tgz","fileCount":47,"integrity":"sha512-uJo2iFmVgU3hGFG6ICalQa3uk8FCqNQBOUYkBS2uFmjplhBFYz5g0fr7NoAiEIUh7hUungx4oYzDmEYAktDD+A==","signatures":[{"sig":"MEQCIG1vRmxL1Qfe1cp1pKqqI9uZbWl6TOvSz5BsmWWy0EgDAiA8LjAhGeKVBA36LuOY4lDtF9tyibFksm8B9Kx7hRuiEQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":142330},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/6f5e0dc364bf62778f6bbd2a520e67d5/fireproof-core-runtime-0.22.0-keybag.tgz","_integrity":"sha512-uJo2iFmVgU3hGFG6ICalQa3uk8FCqNQBOUYkBS2uFmjplhBFYz5g0fr7NoAiEIUh7hUungx4oYzDmEYAktDD+A==","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":{"jose":"^6.0.12","cborg":"^4.2.12","multiformats":"^13.3.7","@adviser/cement":"^0.4.20","@fireproof/vendor":"0.22.0-keybag","@fireproof/core-types-base":"0.22.0-keybag","@fireproof/core-types-runtime":"0.22.0-keybag","@fireproof/core-types-blockstore":"0.22.0-keybag","@fireproof/core-types-protocols-cloud":"0.22.0-keybag"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.22.0-keybag_1753944987663_0.17976853836606255","host":"s3://npm-registry-packages-npm-production"}},"0.22.0-dev-preview-1":{"name":"@fireproof/core-runtime","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-runtime@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":"456664a0dd4a717db979eb9fff73b4e1b4c6539e","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.22.0-dev-preview-1.tgz","fileCount":47,"integrity":"sha512-SWSgu8oqDG9IRtqlY6wbJEupiqm8bv7y1XaSLN9vcjfxd56EFUD2IYTFYp161wtZA34K845YZzTYsig3BzyPAw==","signatures":[{"sig":"MEUCIEX3nO+QN69TQdSmpi7Syy4Aj07NfDuJy23FnwJRBf7JAiEA8Y9pbHh5qnlpOSfga61jj6T0NdGh8Ouz4xjwbiqFChY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":143016},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/9117387bfa0ac51b09e860674f72fe6f/fireproof-core-runtime-0.22.0-dev-preview-1.tgz","_integrity":"sha512-SWSgu8oqDG9IRtqlY6wbJEupiqm8bv7y1XaSLN9vcjfxd56EFUD2IYTFYp161wtZA34K845YZzTYsig3BzyPAw==","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":{"jose":"^6.0.12","cborg":"^4.2.12","multiformats":"^13.3.7","@adviser/cement":"^0.4.21","@fireproof/vendor":"0.22.0-dev-preview-1","@fireproof/core-types-base":"0.22.0-dev-preview-1","@fireproof/core-types-runtime":"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":{"@fireproof/core-cli":"0.22.0-dev-preview-1"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.22.0-dev-preview-1_1754401969600_0.0068532940909868945","host":"s3://npm-registry-packages-npm-production"}},"0.22.0-dev-preview-3":{"name":"@fireproof/core-runtime","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-runtime@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":"a5c3903740df4565abd67495ac2ca7595c35e7ea","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.22.0-dev-preview-3.tgz","fileCount":47,"integrity":"sha512-tVyE3iwGujlyHIXxDr5D3cnYcHEn1GEE1Psgc9WdiF/A1sxxCDzSiE5Kf7mFoyAidtiqjNpxphpiVRwCD0Mefg==","signatures":[{"sig":"MEUCIEM49w/extWryEZK5xMQNQ6sQ83B+/grxLB4sZSWqpU7AiEAioGIcOKIiDakxkDxTviMdiVxio191Kd7+u5SR+1Mk6c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":143016},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/502ad24f5663e54229ec5ceb12acffff/fireproof-core-runtime-0.22.0-dev-preview-3.tgz","_integrity":"sha512-tVyE3iwGujlyHIXxDr5D3cnYcHEn1GEE1Psgc9WdiF/A1sxxCDzSiE5Kf7mFoyAidtiqjNpxphpiVRwCD0Mefg==","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":{"jose":"^6.0.12","cborg":"^4.2.12","multiformats":"^13.3.7","@adviser/cement":"^0.4.21","@fireproof/vendor":"0.22.0-dev-preview-3","@fireproof/core-types-base":"0.22.0-dev-preview-3","@fireproof/core-types-runtime":"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":{"@fireproof/core-cli":"0.22.0-dev-preview-3"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.22.0-dev-preview-3_1754404284905_0.7414424519857326","host":"s3://npm-registry-packages-npm-production"}},"0.22.0-dev-preview-4":{"name":"@fireproof/core-runtime","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-runtime@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":"343a7804fb2db55799353728d913b497b5b407ae","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.22.0-dev-preview-4.tgz","fileCount":47,"integrity":"sha512-wlscVpqqV6oXIdfhetp7ibVJjAUU3AV9sSykUJBRU3QdS9CObNE4Y1UXPZij6aytaY+y2O34peW1NPFbTTh3Tw==","signatures":[{"sig":"MEYCIQD3HFMaNbbg0Yl+USncSEc8F5Xb9Ay8CXt6Il6ISd1h4QIhAKljtGBD2Zb7EZ1sCLRPO5RdF+GsnEo72Pywxrclj1bn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":143016},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/7069edaa8a85c232fada0cb905c20e28/fireproof-core-runtime-0.22.0-dev-preview-4.tgz","_integrity":"sha512-wlscVpqqV6oXIdfhetp7ibVJjAUU3AV9sSykUJBRU3QdS9CObNE4Y1UXPZij6aytaY+y2O34peW1NPFbTTh3Tw==","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":{"jose":"^6.0.12","cborg":"^4.2.12","multiformats":"^13.3.7","@adviser/cement":"^0.4.21","@fireproof/vendor":"0.22.0-dev-preview-4","@fireproof/core-types-base":"0.22.0-dev-preview-4","@fireproof/core-types-runtime":"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":{"@fireproof/core-cli":"0.22.0-dev-preview-4"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.22.0-dev-preview-4_1754414591279_0.7952658050616284","host":"s3://npm-registry-packages-npm-production"}},"0.23.0":{"name":"@fireproof/core-runtime","version":"0.23.0","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"60feca7abf043e005ab8c629852911a3efd118b2","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.23.0.tgz","fileCount":48,"integrity":"sha512-IpttfARBU1BpIsfbOCfj1eCCtSMwt3slE65fEfSst2g/vl00l9q3B7xTJAt7lPTWEHqPZhoPVBC0krJ+6/yU+Q==","signatures":[{"sig":"MEUCIBQmxYvMG4kSSXKRDXEeHIbOGbm+Yifft6t8cF3EtK0MAiEAtuzx3JkGGvG6h4wEVRyJzkPOEHDjFOhjZU5e70VdElY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":150721},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/f708cbd266ad106381b678400106d5e9/fireproof-core-runtime-0.23.0.tgz","_integrity":"sha512-IpttfARBU1BpIsfbOCfj1eCCtSMwt3slE65fEfSst2g/vl00l9q3B7xTJAt7lPTWEHqPZhoPVBC0krJ+6/yU+Q==","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":{"jose":"^6.0.12","cborg":"^4.2.12","multiformats":"^13.3.7","@adviser/cement":"^0.4.21","@fireproof/vendor":"0.23.0","@fireproof/core-types-base":"0.23.0","@fireproof/core-types-runtime":"0.23.0","@fireproof/core-types-blockstore":"0.23.0","@fireproof/core-types-protocols-cloud":"0.23.0"},"_hasShrinkwrap":false,"devDependencies":{"@fireproof/core-cli":"0.23.0"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.23.0_1754783985599_0.6657269756934754","host":"s3://npm-registry-packages-npm-production"}},"0.23.1":{"name":"@fireproof/core-runtime","version":"0.23.1","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"38ccd71a1f1c7bfc06fe48cbd5a0ab5cbbde89a3","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.23.1.tgz","fileCount":48,"integrity":"sha512-VXHKLejhh75YIEy/cmuwfOYIY9dd/sxAYCVVcYEIU3OvLk/fFfTamE1v5MpESaQPgyNp/RhvxKnOcAS+QHGozQ==","signatures":[{"sig":"MEUCIQCk67d59h8JcHuTxdRBvBsYFqp7jyQXVCIpm/BccsLWKgIgKkyxrUSB9oKls5tCz8ea7n/HUPOLYMU4GT13k7Nua9A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":150749},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/808e8153b6fd2bdcbc48f57d625d7866/fireproof-core-runtime-0.23.1.tgz","_integrity":"sha512-VXHKLejhh75YIEy/cmuwfOYIY9dd/sxAYCVVcYEIU3OvLk/fFfTamE1v5MpESaQPgyNp/RhvxKnOcAS+QHGozQ==","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":{"jose":"^6.0.12","cborg":"^4.2.12","multiformats":"^13.4.0","@adviser/cement":"^0.4.23","@fireproof/vendor":"0.23.1","@fireproof/core-types-base":"0.23.1","@fireproof/core-types-runtime":"0.23.1","@fireproof/core-types-blockstore":"0.23.1","@fireproof/core-types-protocols-cloud":"0.23.1"},"_hasShrinkwrap":false,"devDependencies":{"@fireproof/core-cli":"0.23.1"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.23.1_1755088592185_0.36605971173318474","host":"s3://npm-registry-packages-npm-production"}},"0.23.1-dev-issue-1057":{"name":"@fireproof/core-runtime","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-runtime@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":"b30e9107526b41a99d1a10855d0f289648e08913","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.23.1-dev-issue-1057.tgz","fileCount":36,"integrity":"sha512-hPukVHhsQAnWVKQ3QqKun8dQJ9zxg20EHhIlcKv6jkGgC6wnmZzcz7hf8fAQ1IoiiuMMlhHWAvHqE8oBjpXZ5w==","signatures":[{"sig":"MEYCIQCglZ12OahSeMj2jHwmi79SfgVQyntWI9K05fkpFCD2vwIhAOC3Dh/GY6V07fUTdUVgB+cdWRZeS3cmtzVHeA12LgJZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":100744},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/01c72432944942b91a52ae6ee1464a6e/fireproof-core-runtime-0.23.1-dev-issue-1057.tgz","_integrity":"sha512-hPukVHhsQAnWVKQ3QqKun8dQJ9zxg20EHhIlcKv6jkGgC6wnmZzcz7hf8fAQ1IoiiuMMlhHWAvHqE8oBjpXZ5w==","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":{"jose":"^6.0.12","cborg":"^4.2.12","multiformats":"^13.4.0","@adviser/cement":"^0.4.23","@fireproof/vendor":"0.23.1-dev-issue-1057","@fireproof/core-types-base":"0.23.1-dev-issue-1057","@fireproof/core-types-runtime":"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":{"@fireproof/core-cli":"0.23.1-dev-issue-1057"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.23.1-dev-issue-1057_1755254867785_0.6014758282828789","host":"s3://npm-registry-packages-npm-production"}},"0.23.2":{"name":"@fireproof/core-runtime","version":"0.23.2","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"e5cf24b289f78467a4549151d747277c21dfa6b1","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.23.2.tgz","fileCount":36,"integrity":"sha512-y+1XKEca9HhN+lC39vEMVdKiAue74CdcJKrRrjGbhGTgTDdYf+8ZR0PSHrCOObr8X+dQVw0xvBf2HwEJxLcc0Q==","signatures":[{"sig":"MEYCIQDLqw/J98ACzMo1k335xhGfN0/SLX9c9VYJPYMx8yJRwAIhAMvVVZ5cSiqCHxMRu+OI/KGnr+f+Nq/AXzxc359l97Vq","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":100639},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/63b2a62c23e9e50f5d226734b6ddc947/fireproof-core-runtime-0.23.2.tgz","_integrity":"sha512-y+1XKEca9HhN+lC39vEMVdKiAue74CdcJKrRrjGbhGTgTDdYf+8ZR0PSHrCOObr8X+dQVw0xvBf2HwEJxLcc0Q==","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":{"jose":"^6.0.12","cborg":"^4.2.12","multiformats":"^13.4.0","@adviser/cement":"^0.4.23","@fireproof/vendor":"0.23.2","@fireproof/core-types-base":"0.23.2","@fireproof/core-types-runtime":"0.23.2","@fireproof/core-types-blockstore":"0.23.2","@fireproof/core-types-protocols-cloud":"0.23.2"},"_hasShrinkwrap":false,"devDependencies":{"@fireproof/core-cli":"0.23.2"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.23.2_1755259772502_0.1129373832746341","host":"s3://npm-registry-packages-npm-production"}},"0.23.3":{"name":"@fireproof/core-runtime","version":"0.23.3","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"7612dca11c63e37b294e461671c5df9cc7d65ffc","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.23.3.tgz","fileCount":36,"integrity":"sha512-jzLez6FOy+AKa/XSEZOc9068M6TLdymhoYVbCBiZlvpEhM/D6tyDANFmHaJdEo0OAKlFbLtwCNItv7o8hS8WFw==","signatures":[{"sig":"MEUCIQCJxXeOnBa2mML2dAuqpiFRcacEHIQ4P6ZfvZz2bsA/BAIgbACSLB2mveEIsChjVWU9njKvVEB189ePyCnf4gw4TAQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":100639},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/64ee830018718226cdceb1d19bf193c0/fireproof-core-runtime-0.23.3.tgz","_integrity":"sha512-jzLez6FOy+AKa/XSEZOc9068M6TLdymhoYVbCBiZlvpEhM/D6tyDANFmHaJdEo0OAKlFbLtwCNItv7o8hS8WFw==","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":{"jose":"^6.0.12","cborg":"^4.2.12","multiformats":"^13.4.0","@adviser/cement":"^0.4.23","@fireproof/vendor":"0.23.3","@fireproof/core-types-base":"0.23.3","@fireproof/core-types-runtime":"0.23.3","@fireproof/core-types-blockstore":"0.23.3","@fireproof/core-types-protocols-cloud":"0.23.3"},"_hasShrinkwrap":false,"devDependencies":{"@fireproof/core-cli":"0.23.3"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.23.3_1755613666221_0.24585261414138504","host":"s3://npm-registry-packages-npm-production"}},"0.23.5":{"name":"@fireproof/core-runtime","version":"0.23.5","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"3133ac9d0068bd01b0c6d88f5bfcd98c3da2f39d","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.23.5.tgz","fileCount":37,"integrity":"sha512-UXxHY0/bjciiGFvPY/my5Wqxwe26kaD8odPZ5pTLfELHD1t4yMv5O0GXHXEGyZJQv1r1e5AZyjAmFgwyYKvDPg==","signatures":[{"sig":"MEUCICQYq9Ehgtvhb8CAOA14dkgqZTNWLDLvuKAk0AX//q8dAiEAlNPtniIj8DyRku6LDlUFxtBOJyHpxcQScE9ZBNA5TpA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":100907},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/c378e16f3c1813e78e5cbe2c16223a9f/fireproof-core-runtime-0.23.5.tgz","_integrity":"sha512-UXxHY0/bjciiGFvPY/my5Wqxwe26kaD8odPZ5pTLfELHD1t4yMv5O0GXHXEGyZJQv1r1e5AZyjAmFgwyYKvDPg==","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":{"jose":"^6.0.12","cborg":"^4.2.12","multiformats":"^13.4.0","@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.5","@fireproof/core-types-base":"0.23.5","@fireproof/core-types-runtime":"0.23.5","@fireproof/core-types-blockstore":"0.23.5","@fireproof/core-types-protocols-cloud":"0.23.5"},"_hasShrinkwrap":false,"devDependencies":{"@fireproof/core-cli":"0.23.5"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.23.5_1755619659023_0.43827007498514536","host":"s3://npm-registry-packages-npm-production"}},"0.23.6":{"name":"@fireproof/core-runtime","version":"0.23.6","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"207dbc47ef04d868ec9ca5ee8f929b6f547fded2","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.23.6.tgz","fileCount":37,"integrity":"sha512-k4QWsxTMH+H9lQpYxQDblzEF/thR0LgwclEV03frAtMKYlNebKrJ3yWGpKMvrCuA5rnSkKus8hVsiN35ke+3wA==","signatures":[{"sig":"MEUCIFsErvx7U8DNMRP7QbRW96FVa8xpUpVufY9Lxyq5MH6QAiEAvTwt0QrXmXvEUDlOKMaKMSUgsu/8l1B/VnnCzxyBE18=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":100907},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/a16d8592834f409424567f470ee012be/fireproof-core-runtime-0.23.6.tgz","_integrity":"sha512-k4QWsxTMH+H9lQpYxQDblzEF/thR0LgwclEV03frAtMKYlNebKrJ3yWGpKMvrCuA5rnSkKus8hVsiN35ke+3wA==","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":{"jose":"^6.0.12","cborg":"^4.2.12","multiformats":"^13.4.0","@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.6","@fireproof/core-types-base":"0.23.6","@fireproof/core-types-runtime":"0.23.6","@fireproof/core-types-blockstore":"0.23.6","@fireproof/core-types-protocols-cloud":"0.23.6"},"_hasShrinkwrap":false,"devDependencies":{"@fireproof/core-cli":"0.23.6"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.23.6_1755634429959_0.981806026388512","host":"s3://npm-registry-packages-npm-production"}},"0.23.7-dev-preview1":{"name":"@fireproof/core-runtime","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-runtime@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":"df651a551af39e522e7c9f6bb5f0a4047099e9b8","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.23.7-dev-preview1.tgz","fileCount":37,"integrity":"sha512-Hd8FQXD1gAgr7kft5pRZPhmJAhWemqdFnL4uARgVXHVfZHsRR9dXPl4SkvUuy77vMm7LEJNp1djvWzhJX5kYrA==","signatures":[{"sig":"MEYCIQDHgPZ0+SkyQ6BltKM1TENdthu4b4tTuI0x9Tg/ZzEH6wIhAIrI3MRc9nT8ITzQ6CgsnG1Cy8vLvqr7AJGbnOW7CpUs","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":100998},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/c79355b9d48740c6df610600c18de161/fireproof-core-runtime-0.23.7-dev-preview1.tgz","_integrity":"sha512-Hd8FQXD1gAgr7kft5pRZPhmJAhWemqdFnL4uARgVXHVfZHsRR9dXPl4SkvUuy77vMm7LEJNp1djvWzhJX5kYrA==","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":{"jose":"^6.0.12","cborg":"^4.2.12","multiformats":"^13.4.0","@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.7-dev-preview1","@fireproof/core-types-base":"0.23.7-dev-preview1","@fireproof/core-types-runtime":"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":{"@fireproof/core-cli":"0.23.7-dev-preview1"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.23.7-dev-preview1_1755814318687_0.2784340963695533","host":"s3://npm-registry-packages-npm-production"}},"0.23.7-dev-preview2":{"name":"@fireproof/core-runtime","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-runtime@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":"ca74df3230945feaaaaa0154c8dc8a3a4463a5a5","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.23.7-dev-preview2.tgz","fileCount":37,"integrity":"sha512-i17VKbe9k1PcPID77hVk+SwSRco7Jt0izE1Mlnrzf6dJW2eiky6PyqnqM5nZnFvqEXYDMyOUGortC5IDy5xHyw==","signatures":[{"sig":"MEYCIQDicKQGCgeuYSrabuL1sLnI39EpwwT3ccPaG33Y+sqdbQIhAJNjw8zdFDNbR8ulSGkYoJqj0DuT8t84B7NRFtto+Dz4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":100998},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/f994e69596ce4be2163804683224d9ea/fireproof-core-runtime-0.23.7-dev-preview2.tgz","_integrity":"sha512-i17VKbe9k1PcPID77hVk+SwSRco7Jt0izE1Mlnrzf6dJW2eiky6PyqnqM5nZnFvqEXYDMyOUGortC5IDy5xHyw==","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":{"jose":"^6.0.12","cborg":"^4.2.12","multiformats":"^13.4.0","@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.7-dev-preview2","@fireproof/core-types-base":"0.23.7-dev-preview2","@fireproof/core-types-runtime":"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":{"@fireproof/core-cli":"0.23.7-dev-preview2"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.23.7-dev-preview2_1755833904021_0.014602719596654712","host":"s3://npm-registry-packages-npm-production"}},"0.23.7-dev-preview4":{"name":"@fireproof/core-runtime","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-runtime@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":"0866ae7c02dd0814152a56706defbf555e5cd758","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.23.7-dev-preview4.tgz","fileCount":37,"integrity":"sha512-xKPQX+h9mBCLZs3yaECHfsfwPiPsZ95wJPx7yf0lUC+NLVwuthBm3N/tJyuB7j2GoIcui9WaR34ifQKHSjVSFQ==","signatures":[{"sig":"MEUCICmmG/5r00xbaAVBk+FbI7yM5i8ja5V/hHyzQcMiWQdPAiEA4RNMJ0HYf5xfpM8c2ZGTBWtm2RhlAcU700UsMn9VuMM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":100998},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/47c4d6562a91398e49bf7285ee673880/fireproof-core-runtime-0.23.7-dev-preview4.tgz","_integrity":"sha512-xKPQX+h9mBCLZs3yaECHfsfwPiPsZ95wJPx7yf0lUC+NLVwuthBm3N/tJyuB7j2GoIcui9WaR34ifQKHSjVSFQ==","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":{"jose":"^6.0.12","cborg":"^4.2.12","multiformats":"^13.4.0","@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.7-dev-preview4","@fireproof/core-types-base":"0.23.7-dev-preview4","@fireproof/core-types-runtime":"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":{"@fireproof/core-cli":"0.23.7-dev-preview4"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.23.7-dev-preview4_1755874088778_0.04621358149377319","host":"s3://npm-registry-packages-npm-production"}},"0.23.8":{"name":"@fireproof/core-runtime","version":"0.23.8","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"69aea481a52df827b8334c3a8f8017dd3e4c0280","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.23.8.tgz","fileCount":37,"integrity":"sha512-IbXHDxQFb9D/P+Z9BiC6dXf2fuerPOBcA0NS40gbq1mTRJkq7bMqcLFwQIg5/1K/H1p7i4uAr2jpMN4f2OabMQ==","signatures":[{"sig":"MEUCIQDf7fK2cGSoyMiU5DaqnbFuZlARI1iJNui5ouaW7Ny4qQIgP8UR8M/u1Rjkpa5f4IyCYmpiZvmyS0jG25dsgnJDVbc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":100919},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/b13ed77063345b8d90711354ec372255/fireproof-core-runtime-0.23.8.tgz","_integrity":"sha512-IbXHDxQFb9D/P+Z9BiC6dXf2fuerPOBcA0NS40gbq1mTRJkq7bMqcLFwQIg5/1K/H1p7i4uAr2jpMN4f2OabMQ==","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":{"jose":"^6.0.12","cborg":"^4.2.12","multiformats":"^13.4.0","@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.8","@fireproof/core-types-base":"0.23.8","@fireproof/core-types-runtime":"0.23.8","@fireproof/core-types-blockstore":"0.23.8","@fireproof/core-types-protocols-cloud":"0.23.8"},"_hasShrinkwrap":false,"devDependencies":{"@fireproof/core-cli":"0.23.8"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.23.8_1755908208415_0.6312319503861235","host":"s3://npm-registry-packages-npm-production"}},"0.23.10":{"name":"@fireproof/core-runtime","version":"0.23.10","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"4eab2055f24687be79da99cf1cb90fe5153d4475","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.23.10.tgz","fileCount":37,"integrity":"sha512-5xy6xTWMfXJJHWUABySD7BRRQ2f0SaQ+kEzxjH1LD+wj7MrQWhz2VYjs0Z+iQIfIrOBDuV89eq861fJ7oGEQNw==","signatures":[{"sig":"MEUCIAS0bzAuTlqXlbu7tCdzqv3bIfNrhgpFkJfIc1nP0RrPAiEAvdh5nbBvhkbALdwTwvmVQpv0MUUwoB1RYKxiXeAq50w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":100926},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/fecd17deaae9b98ec75e2d9daa239bbc/fireproof-core-runtime-0.23.10.tgz","_integrity":"sha512-5xy6xTWMfXJJHWUABySD7BRRQ2f0SaQ+kEzxjH1LD+wj7MrQWhz2VYjs0Z+iQIfIrOBDuV89eq861fJ7oGEQNw==","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":{"jose":"^6.0.12","cborg":"^4.2.12","multiformats":"^13.4.0","@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.10","@fireproof/core-types-base":"0.23.10","@fireproof/core-types-runtime":"0.23.10","@fireproof/core-types-blockstore":"0.23.10","@fireproof/core-types-protocols-cloud":"0.23.10"},"_hasShrinkwrap":false,"devDependencies":{"@fireproof/core-cli":"0.23.10"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.23.10_1755919107460_0.16799813982846867","host":"s3://npm-registry-packages-npm-production"}},"0.23.7":{"name":"@fireproof/core-runtime","version":"0.23.7","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"5997527e202e4bf4380e2c04633360982e7fa20b","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.23.7.tgz","fileCount":37,"integrity":"sha512-bElNu7IQKL/hKjtYf37dk85b1b/nxTJb2Bx7F0x/4ZhOWKDBZwPT22Dy/hyDx33ntoruSlP9tTX2xdOUjUE79Q==","signatures":[{"sig":"MEUCIDbW/sjBRFyOSlAtFP3bo4qhafqw+EG05Eh45Hpp14uNAiEA2kahWBbnaX0E+B1VKMvQS8GqAnvJhIUvrGMd3zLngEs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":100919},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/fb62b489d2e78f1e0f61bb8e481d49cd/fireproof-core-runtime-0.23.7.tgz","_integrity":"sha512-bElNu7IQKL/hKjtYf37dk85b1b/nxTJb2Bx7F0x/4ZhOWKDBZwPT22Dy/hyDx33ntoruSlP9tTX2xdOUjUE79Q==","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":{"jose":"^6.0.12","cborg":"^4.2.12","multiformats":"^13.4.0","@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.7","@fireproof/core-types-base":"0.23.7","@fireproof/core-types-runtime":"0.23.7","@fireproof/core-types-blockstore":"0.23.7","@fireproof/core-types-protocols-cloud":"0.23.7"},"_hasShrinkwrap":false,"devDependencies":{"@fireproof/core-cli":"0.23.7"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.23.7_1755920819295_0.4131160779028977","host":"s3://npm-registry-packages-npm-production"}},"0.23.11":{"name":"@fireproof/core-runtime","version":"0.23.11","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"c8578ffb012a1d7fd140800cbbb14c63fdb1c105","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.23.11.tgz","fileCount":37,"integrity":"sha512-pfanHRI5X+ZpT2no11ZJkQ79rV3P1+woRybaTAEU5JhD2JV9/irpTGPxKBwAYlTA6v2n7/zFjQDEPApvFAjc9g==","signatures":[{"sig":"MEUCIFTM5A2sqGvm0dkslHTZBLwf4MDKTAqFLcgpjecpv/2IAiEArnx5+dasu+4nGsdMdUpLPmjxsGJF13dqsmDbGE7C0hg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":100926},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/d28e25bdce6d78987a6e57eb394e0848/fireproof-core-runtime-0.23.11.tgz","_integrity":"sha512-pfanHRI5X+ZpT2no11ZJkQ79rV3P1+woRybaTAEU5JhD2JV9/irpTGPxKBwAYlTA6v2n7/zFjQDEPApvFAjc9g==","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":{"jose":"^6.0.12","cborg":"^4.2.12","multiformats":"^13.4.0","@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.11","@fireproof/core-types-base":"0.23.11","@fireproof/core-types-runtime":"0.23.11","@fireproof/core-types-blockstore":"0.23.11","@fireproof/core-types-protocols-cloud":"0.23.11"},"_hasShrinkwrap":false,"devDependencies":{"@fireproof/core-cli":"0.23.11"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.23.11_1755967268934_0.892788198419316","host":"s3://npm-registry-packages-npm-production"}},"0.23.13":{"name":"@fireproof/core-runtime","version":"0.23.13","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"67bcade46074b4993149831981efb6677bf688d5","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.23.13.tgz","fileCount":37,"integrity":"sha512-rYPSOzEGO47A/tjj4NIz0NzvEjN3K5EwxMa3myQWsP7fzIND82ENRRRmKopweJP25AdwxVQdKOeW8RF0nAKecw==","signatures":[{"sig":"MEUCIQCYxi9isxpL+4bgP080vyg5EJKzT0uN/ZaD1xioplDAbQIgPDjjwGx2+Cq72XGGZfmCok24mB9mxyuG+AZEnBzmw3U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":100926},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/6aa96a04bfb72b7795ea78088f86aab3/fireproof-core-runtime-0.23.13.tgz","_integrity":"sha512-rYPSOzEGO47A/tjj4NIz0NzvEjN3K5EwxMa3myQWsP7fzIND82ENRRRmKopweJP25AdwxVQdKOeW8RF0nAKecw==","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":{"jose":"^6.0.13","cborg":"^4.2.14","multiformats":"^13.4.0","@adviser/cement":"^0.4.26","@fireproof/vendor":"0.23.13","@fireproof/core-types-base":"0.23.13","@fireproof/core-types-runtime":"0.23.13","@fireproof/core-types-blockstore":"0.23.13","@fireproof/core-types-protocols-cloud":"0.23.13"},"_hasShrinkwrap":false,"devDependencies":{"@fireproof/core-cli":"0.23.13"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.23.13_1756333372974_0.13546158094492466","host":"s3://npm-registry-packages-npm-production"}},"0.23.14-dev-preview03":{"name":"@fireproof/core-runtime","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-runtime@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":"c50b4d665057f22f702a1b2f3f9b21332e05f93c","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.23.14-dev-preview03.tgz","fileCount":37,"integrity":"sha512-Jo7S3fLnRAKjX0Ak+GvLLgr4mi8kP5KdNDvL1tONQQENHfk6FLj0SurbYM3J4Fw7eVwTyKh95cerixicrnv1dg==","signatures":[{"sig":"MEYCIQDoRJt1Vt5ApQmFiPqWxcDNiJDyUfCYe2GzaxeK0VR7HgIhAJky8h37Tm8Bl/uEoksPNvnhzWJFSMYRqO0Pvbp6ZbCg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":105032},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/cc49dff8931fa34557ddb971da4c0f00/fireproof-core-runtime-0.23.14-dev-preview03.tgz","_integrity":"sha512-Jo7S3fLnRAKjX0Ak+GvLLgr4mi8kP5KdNDvL1tONQQENHfk6FLj0SurbYM3J4Fw7eVwTyKh95cerixicrnv1dg==","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":{"jose":"^6.1.0","cborg":"^4.2.15","multiformats":"^13.4.0","@adviser/cement":"^0.4.39","@fireproof/vendor":"0.23.14-dev-preview03","@adviser/ts-xxhash":"^1.0.2","@fireproof/core-types-base":"0.23.14-dev-preview03","@fireproof/core-types-runtime":"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":{"@fireproof/core-cli":"0.23.14-dev-preview03"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.23.14-dev-preview03_1759373548358_0.45137123806923385","host":"s3://npm-registry-packages-npm-production"}},"0.23.14-dev-preview04":{"name":"@fireproof/core-runtime","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-runtime@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":"93834bec66078df0bd216e0fe9333aced3640f2a","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.23.14-dev-preview04.tgz","fileCount":37,"integrity":"sha512-VUSjnWkVMdbxFnkLrQjNSF5Ck0AmuCkCre94WyaV0rJ+k4Yxo1un2ENczd0TX6vumpWmmX3QJap019SzmdWraw==","signatures":[{"sig":"MEYCIQCm9A+gxCPt9Weg0WdWIcA0LFuKUsLgqn58eJbw1vQjSwIhAJSqabNtT3SfjT+evvIuU2BuWQvacvJumuMGio9Rl2Ge","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":105032},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/20c286f879915dce2378bf39863cae7b/fireproof-core-runtime-0.23.14-dev-preview04.tgz","_integrity":"sha512-VUSjnWkVMdbxFnkLrQjNSF5Ck0AmuCkCre94WyaV0rJ+k4Yxo1un2ENczd0TX6vumpWmmX3QJap019SzmdWraw==","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":{"jose":"^6.1.0","cborg":"^4.2.15","multiformats":"^13.4.0","@adviser/cement":"^0.4.39","@fireproof/vendor":"0.23.14-dev-preview04","@adviser/ts-xxhash":"^1.0.2","@fireproof/core-types-base":"0.23.14-dev-preview04","@fireproof/core-types-runtime":"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":{"@fireproof/core-cli":"0.23.14-dev-preview04"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.23.14-dev-preview04_1759374533929_0.8338498506239425","host":"s3://npm-registry-packages-npm-production"}},"0.23.14":{"name":"@fireproof/core-runtime","version":"0.23.14","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"a986dfff06394bbc2ba29fba2676507bda0f54b4","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.23.14.tgz","fileCount":37,"integrity":"sha512-CHA0i0KLTRGhlPKCJ4YsqWet29JQEimprTyGFH3jTxAqV+O6Ow7/qb7ZrgkngB0ydJcoQxQk5MlC3/eJ/chHtg==","signatures":[{"sig":"MEUCIGCIdunDagXshODRL0/2PHCaT7DhChvBSVL5czRKqetGAiEA9dYtZ+8X/g1L/NpQiCrFXJr/8SJ8FNgaYuS8bI1fnLE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":104934},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/f06fb776b93743dedc593c683527de2b/fireproof-core-runtime-0.23.14.tgz","_integrity":"sha512-CHA0i0KLTRGhlPKCJ4YsqWet29JQEimprTyGFH3jTxAqV+O6Ow7/qb7ZrgkngB0ydJcoQxQk5MlC3/eJ/chHtg==","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":{"jose":"^6.1.0","cborg":"^4.2.15","multiformats":"^13.4.0","@adviser/cement":"^0.4.39","@fireproof/vendor":"0.23.14","@adviser/ts-xxhash":"^1.0.2","@fireproof/core-types-base":"0.23.14","@fireproof/core-types-runtime":"0.23.14","@fireproof/core-types-blockstore":"0.23.14","@fireproof/core-types-protocols-cloud":"0.23.14"},"_hasShrinkwrap":false,"devDependencies":{"@fireproof/core-cli":"0.23.14"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.23.14_1759375241855_0.1204462175360721","host":"s3://npm-registry-packages-npm-production"}},"0.23.15-dev-windows":{"name":"@fireproof/core-runtime","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-runtime@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":"6fd536dd5825b0e5c8c231c75aab7198baf9cfa0","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.23.15-dev-windows.tgz","fileCount":37,"integrity":"sha512-9CmrUdXd80uemyKDIyrUoQ4234fgFoIWH+UqqYJEruIPD8cqwRZCgOfFwoNbOPxB16362zqiTvLUkTh2umcchg==","signatures":[{"sig":"MEUCIQDEyPCIaEmrREz3uzKuFVxnLfc5ZQb3eEy93rQvZHcD5QIgQHftPXo2/4bSJRoRiFCbO/0cAXcwMYu3Ljc3uWuHgJY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":105036},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/07ba575b2f6d56d2af4b25d8f5d8d2c1/fireproof-core-runtime-0.23.15-dev-windows.tgz","_integrity":"sha512-9CmrUdXd80uemyKDIyrUoQ4234fgFoIWH+UqqYJEruIPD8cqwRZCgOfFwoNbOPxB16362zqiTvLUkTh2umcchg==","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":{"jose":"^6.1.0","cborg":"^4.2.15","multiformats":"^13.4.0","@adviser/cement":"^0.4.43","@fireproof/vendor":"0.23.15-dev-windows","@adviser/ts-xxhash":"^1.0.2","@fireproof/core-types-base":"0.23.15-dev-windows","@fireproof/core-types-runtime":"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":{"@fireproof/core-cli":"0.23.15-dev-windows"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.23.15-dev-windows_1760133457048_0.3890704894138983","host":"s3://npm-registry-packages-npm-production"}},"0.23.15-dev-windows-1":{"name":"@fireproof/core-runtime","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-runtime@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":"903d53c7667a6fbbe2ae29ca283db49b4b633c91","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.23.15-dev-windows-1.tgz","fileCount":37,"integrity":"sha512-jxZBBq9M2bPtPSidQlPBHPjy91bSSaWqvrr9j1nkouwO38wqLlLqLoDHiW5P6qietwXa8icW1NnMfIElM/oHjQ==","signatures":[{"sig":"MEQCIFnOX2iPEPtEwB6/iyREM18o/zfJFAaE1T1hvtjEEE4JAiBWxgIJ/RK8vVn4nFoJ+R8TT/LtFyiJ/HOWxbMWxn+w3A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":105050},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/6a6253611ced5387f8c547e6a5721171/fireproof-core-runtime-0.23.15-dev-windows-1.tgz","_integrity":"sha512-jxZBBq9M2bPtPSidQlPBHPjy91bSSaWqvrr9j1nkouwO38wqLlLqLoDHiW5P6qietwXa8icW1NnMfIElM/oHjQ==","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":{"jose":"^6.1.0","cborg":"^4.2.15","multiformats":"^13.4.0","@adviser/cement":"^0.4.43","@fireproof/vendor":"0.23.15-dev-windows-1","@adviser/ts-xxhash":"^1.0.2","@fireproof/core-types-base":"0.23.15-dev-windows-1","@fireproof/core-types-runtime":"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":{"@fireproof/core-cli":"0.23.15-dev-windows-1"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.23.15-dev-windows-1_1760176739522_0.5274123028971209","host":"s3://npm-registry-packages-npm-production"}},"0.23.15-dev-windows-2":{"name":"@fireproof/core-runtime","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-runtime@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":"cda0fc7fae3376517dbb860a593484ff3a63557a","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.23.15-dev-windows-2.tgz","fileCount":37,"integrity":"sha512-Tdwwd5FYZYR2Phi9g96vuLeJhZ5L5yjz8KNCZaIlUHETXsBbQXFFb9SaUxrIYtQbxM9+EBAPnjZAPqfURmRB2w==","signatures":[{"sig":"MEUCIFiJswv6M1XoT0mR2V4pTJgqEiBMGMOwRQ/Kp7SkiZQKAiEA7EEMySJ0810S0/B8JkEFVKBmsMbw25NTcXjYyP+aNLQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":105050},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/afe2d032005e86e52812819560c05214/fireproof-core-runtime-0.23.15-dev-windows-2.tgz","_integrity":"sha512-Tdwwd5FYZYR2Phi9g96vuLeJhZ5L5yjz8KNCZaIlUHETXsBbQXFFb9SaUxrIYtQbxM9+EBAPnjZAPqfURmRB2w==","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":{"jose":"^6.1.0","cborg":"^4.2.15","multiformats":"^13.4.0","@adviser/cement":"^0.4.43","@fireproof/vendor":"0.23.15-dev-windows-2","@adviser/ts-xxhash":"^1.0.2","@fireproof/core-types-base":"0.23.15-dev-windows-2","@fireproof/core-types-runtime":"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":{"@fireproof/core-cli":"0.23.15-dev-windows-2"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.23.15-dev-windows-2_1760221145236_0.9867745859582462","host":"s3://npm-registry-packages-npm-production"}},"0.23.15":{"name":"@fireproof/core-runtime","version":"0.23.15","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"aa38a64e06976972a6c81eb07c83d7d7cd5da1e3","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.23.15.tgz","fileCount":37,"integrity":"sha512-lYcoG4J2gMMio+FJKdi5Pm+xf2yFiRJ/xYEsCFuNVUxt8jKI+vQqah31w8ePDTh3EMqOPJB1oj3yN2Kd/bXKWw==","signatures":[{"sig":"MEQCH2R750IDCFmDlShzIzLh2owfRX9co2wBTTzY0JTyRh0CIQC9dc4mG5u2tbUlE0EttqmtpY99y1XNdWLwM9FH+6MPtQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":108589},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/38d1ef50f8ab4f018f4b7b39f43796e1/fireproof-core-runtime-0.23.15.tgz","_integrity":"sha512-lYcoG4J2gMMio+FJKdi5Pm+xf2yFiRJ/xYEsCFuNVUxt8jKI+vQqah31w8ePDTh3EMqOPJB1oj3yN2Kd/bXKWw==","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":{"jose":"^6.1.0","cborg":"^4.2.15","multiformats":"^13.4.0","@adviser/cement":"^0.4.51","@fireproof/vendor":"0.23.15","@adviser/ts-xxhash":"^1.0.2","@fireproof/core-types-base":"0.23.15","@fireproof/core-types-runtime":"0.23.15","@fireproof/core-types-blockstore":"0.23.15","@fireproof/core-types-protocols-cloud":"0.23.15"},"_hasShrinkwrap":false,"devDependencies":{"@fireproof/core-cli":"0.23.15"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.23.15_1760632647825_0.9791836168072057","host":"s3://npm-registry-packages-npm-production"}},"0.24.2-dev-cloud-api":{"name":"@fireproof/core-runtime","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-runtime@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":"bbca7939dc360ab4975fdf14c76bd54666fa59b4","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.2-dev-cloud-api.tgz","fileCount":37,"integrity":"sha512-Ib1eADDuyadun8SrZRhdmcCvgLKsxWfaDKSTddirufsVC7jMfnUHTodjIPY3m1nLv5TcJ/F8gElz1N0DRrJJjw==","signatures":[{"sig":"MEUCIQCxXM+OeUXMmM1STMlYDxsCD54AORumfxAz5Q21o+fc/QIgK6fHyqn9PfrhGW0hbgam6EEjmp0otCB1TOB8NbDYbo4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":128842},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/a374faf7caf3121f7867f31fde06197b/fireproof-core-runtime-0.24.2-dev-cloud-api.tgz","_integrity":"sha512-Ib1eADDuyadun8SrZRhdmcCvgLKsxWfaDKSTddirufsVC7jMfnUHTodjIPY3m1nLv5TcJ/F8gElz1N0DRrJJjw==","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":{"zod":"^4.1.12","jose":"^6.1.2","cborg":"^4.3.0","multiformats":"^13.4.0","@adviser/cement":"^0.4.72","@fireproof/vendor":"0.24.2-dev-cloud-api","@adviser/ts-xxhash":"^1.0.2","@fireproof/core-types-base":"0.24.2-dev-cloud-api","@fireproof/core-types-runtime":"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":{"@fireproof/core-cli":"0.24.2-dev-cloud-api"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.24.2-dev-cloud-api_1764100119959_0.4430484549695941","host":"s3://npm-registry-packages-npm-production"}},"0.24.0-dev-multi-clerks-0":{"name":"@fireproof/core-runtime","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-runtime@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":"4915d0d0a40abe8c0af5c5dc3f7eeb30d51374b7","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.0-dev-multi-clerks-0.tgz","fileCount":37,"integrity":"sha512-da+qkHYgR6VlgGnAzkWqw3/nbsLZkXNcAjmJ8IKXAbkzwPdAdWn2mPZE0jkJahWHETKWCm8aap/4n4EzNgFiwA==","signatures":[{"sig":"MEUCIEo+bglvKxQfSZglAbBtpDes10nAXhOIdW9M/NFIst0dAiEApWlsaAVKvZjvBRJ176MbIXft58Dvs7FgJv5KCuqGMdE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":128629},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/1a032285a25f83cfe7de451a6ed67bd7/fireproof-core-runtime-0.24.0-dev-multi-clerks-0.tgz","_integrity":"sha512-da+qkHYgR6VlgGnAzkWqw3/nbsLZkXNcAjmJ8IKXAbkzwPdAdWn2mPZE0jkJahWHETKWCm8aap/4n4EzNgFiwA==","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":{"zod":"^4.1.13","jose":"^6.1.2","cborg":"^4.3.0","multiformats":"^13.4.0","@adviser/cement":"^0.5.1","@fireproof/vendor":"0.24.0-dev-multi-clerks-0","@adviser/ts-xxhash":"^1.0.2","@fireproof/core-types-base":"0.24.0-dev-multi-clerks-0","@fireproof/core-types-runtime":"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":{"@fireproof/core-cli":"0.24.0-dev-multi-clerks-0"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.24.0-dev-multi-clerks-0_1764190614827_0.038333430913396915","host":"s3://npm-registry-packages-npm-production"}},"0.24.0-dev-multi-clerks-1":{"name":"@fireproof/core-runtime","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-runtime@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":"7fe9aaf6c8fb0ac4b3c4ef533e72dd530219ad1f","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.0-dev-multi-clerks-1.tgz","fileCount":37,"integrity":"sha512-dST07/E6oqxtUfNLORfyRwiGkCZvTFcmXob52i28MwQr2lB/65caUGx8QmGRy0hCvC5v6bje9rkhfkr4VF99Ww==","signatures":[{"sig":"MEUCIQDHysA+iA3M20PmJ24bFV+3anup1OCgBAtPXyHME6/5NQIgJlzi8gVsuWTfbav50D4+FkHNCUoXJH8T9hSfZuc3TZU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":133579},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/19b77be5fedb037645aaaa58fec157b3/fireproof-core-runtime-0.24.0-dev-multi-clerks-1.tgz","_integrity":"sha512-dST07/E6oqxtUfNLORfyRwiGkCZvTFcmXob52i28MwQr2lB/65caUGx8QmGRy0hCvC5v6bje9rkhfkr4VF99Ww==","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":{"zod":"^4.1.13","jose":"^6.1.2","cborg":"^4.3.1","multiformats":"^13.4.0","@adviser/cement":"^0.5.2","@fireproof/vendor":"0.24.0-dev-multi-clerks-1","@adviser/ts-xxhash":"^1.0.2","@fireproof/core-types-base":"0.24.0-dev-multi-clerks-1","@fireproof/core-types-runtime":"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":{"@fireproof/core-cli":"0.24.0-dev-multi-clerks-1"},"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.24.0-dev-multi-clerks-1_1764257166564_0.17511937012086753","host":"s3://npm-registry-packages-npm-production"}},"0.24.0":{"name":"@fireproof/core-runtime","version":"0.24.0","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"63a6f0d18ea8d9ff28ad3d07c586e5dfb3f4fc65","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.0.tgz","fileCount":37,"integrity":"sha512-32dFnXmdyu7lKSDp/Kn1t+CURPaVGAAJuPX8Sb+d44O7OzJnzjC/MaPf0LNBq0JF4rwgX8/BsHMpTnZVv2s9/g==","signatures":[{"sig":"MEYCIQClwkiijcy8eWl1S7jvvtRDz/PxlLIiSa2nkxDNkE6ceQIhAPs7WGBSkjFyKQeepr2TYaqvGFpCUmuXMCNIA2BxlSSk","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":137933},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/8fab3ccf26da71b3f23d44c8ea5255ea/fireproof-core-runtime-0.24.0.tgz","_integrity":"sha512-32dFnXmdyu7lKSDp/Kn1t+CURPaVGAAJuPX8Sb+d44O7OzJnzjC/MaPf0LNBq0JF4rwgX8/BsHMpTnZVv2s9/g==","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":{"zod":"4.1.13","jose":"6.1.2","cborg":"4.3.1","multiformats":"13.4.1","@adviser/cement":"0.5.2","@fireproof/vendor":"0.24.0","@adviser/ts-xxhash":"1.0.2","@fireproof/core-types-base":"0.24.0","@fireproof/core-types-runtime":"0.24.0","@fireproof/core-types-blockstore":"0.24.0","@fireproof/core-types-protocols-cloud":"0.24.0"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.24.0_1764512337670_0.23971304804526894","host":"s3://npm-registry-packages-npm-production"}},"0.24.1-dev-memo":{"name":"@fireproof/core-runtime","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-runtime@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":"8690580ace02e3705731eee276ced0abad8deed1","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.1-dev-memo.tgz","fileCount":37,"integrity":"sha512-aK2nQsWLaJeX+aphJBeBEMkbsStjlN/kyuT01jKspAyM56W0RnG5/Nt8Fn0ZLD3YA5RnhXGo8c1bekVtn7pKiQ==","signatures":[{"sig":"MEUCIQCOIKTuDFPj2E/ZoX37+SsMZjJjhZ5dPMjzBvf3unmfJAIgWlHIc1BvDJ+zYEPBR5VQSw6b+uhSVwtm4lq5PhZaN88=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":142532},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/ac7a31dfdd790730dc81b3657a8beab1/fireproof-core-runtime-0.24.1-dev-memo.tgz","_integrity":"sha512-aK2nQsWLaJeX+aphJBeBEMkbsStjlN/kyuT01jKspAyM56W0RnG5/Nt8Fn0ZLD3YA5RnhXGo8c1bekVtn7pKiQ==","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":{"zod":"4.1.13","jose":"6.1.2","cborg":"4.3.1","multiformats":"13.4.1","@adviser/cement":"0.5.2","@fireproof/vendor":"0.24.1-dev-memo","@adviser/ts-xxhash":"1.0.2","@fireproof/core-types-base":"0.24.1-dev-memo","@fireproof/core-types-runtime":"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-runtime_0.24.1-dev-memo_1764712435421_0.5782364948534156","host":"s3://npm-registry-packages-npm-production"}},"0.24.1-dev-memo-2":{"name":"@fireproof/core-runtime","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-runtime@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":"4d855a0707aff5e6e2d0a6dcccfd58bad16211ac","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.1-dev-memo-2.tgz","fileCount":37,"integrity":"sha512-zrKB6GiHelVXPwn5g+C9mjAC+GNbnlPpVQmulmincgAM0XFOu0xhQkS5dX1SFWeLC8Hb/O+OpIIrkWmxxoRECw==","signatures":[{"sig":"MEQCIFNdTWZd4LlSKuVI1tlTSD5biLOV72ou/E5FuQsIBTyLAiAY5XdInsQw/lPze0LG6hmb1DOdgSaz13CLoMXy6TU42g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":142544},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/aaf28ac6b0b2ab9eeeb078d03e3ea1df/fireproof-core-runtime-0.24.1-dev-memo-2.tgz","_integrity":"sha512-zrKB6GiHelVXPwn5g+C9mjAC+GNbnlPpVQmulmincgAM0XFOu0xhQkS5dX1SFWeLC8Hb/O+OpIIrkWmxxoRECw==","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":{"zod":"4.1.13","jose":"6.1.2","cborg":"4.3.1","multiformats":"13.4.1","@adviser/cement":"0.5.2","@fireproof/vendor":"0.24.1-dev-memo-2","@adviser/ts-xxhash":"1.0.2","@fireproof/core-types-base":"0.24.1-dev-memo-2","@fireproof/core-types-runtime":"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-runtime_0.24.1-dev-memo-2_1764714433382_0.7977048458968927","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-ensure-cloud-token":{"name":"@fireproof/core-runtime","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-runtime@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":"d166631537a1891c85ae892c84b88e1401e7d3db","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.3-dev-ensure-cloud-token.tgz","fileCount":37,"integrity":"sha512-oHqbD5dgqsv/uZOYiSQqXexJ56IIc2/764dYiwtOJ7xh20dqi6t5jZ3Fp1yOUrOQK3XRTYIy3ioc+yIrgafHZQ==","signatures":[{"sig":"MEUCIQCRDY087Buvoej1R4k99DPr24Du7ZSLSHW4jY0KPGTntQIgcSuR8k+r7XUskKxu9jbpSlO41MGvd6+JSVbsvfge4Eo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":142603},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/c377432b1ee469c27e710492676daae8/fireproof-core-runtime-0.24.3-dev-ensure-cloud-token.tgz","_integrity":"sha512-oHqbD5dgqsv/uZOYiSQqXexJ56IIc2/764dYiwtOJ7xh20dqi6t5jZ3Fp1yOUrOQK3XRTYIy3ioc+yIrgafHZQ==","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":{"zod":"4.1.13","jose":"6.1.2","cborg":"4.3.1","multiformats":"13.4.1","@adviser/cement":"0.5.2","@fireproof/vendor":"0.24.3-dev-ensure-cloud-token","@adviser/ts-xxhash":"1.0.2","@fireproof/core-types-base":"0.24.3-dev-ensure-cloud-token","@fireproof/core-types-runtime":"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-runtime_0.24.3-dev-ensure-cloud-token_1764799444980_0.4899033332511924","host":"s3://npm-registry-packages-npm-production"}},"0.24.1-dev-react19":{"name":"@fireproof/core-runtime","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-runtime@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":"e27657f99b45c54904e617d24b571cb888826d3c","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.1-dev-react19.tgz","fileCount":37,"integrity":"sha512-NuIHZMkZx5Y6fHerAjsusgq1lI4Z/VanAyMhsmzk2WY71DcPTdTdw9VmG1ZV0tcjzS4oh2+5U89dqLZGARzs6A==","signatures":[{"sig":"MEQCIHlACZy/jmJ8mpKaResoMSPDkaxHNqc5jpJqqS62VP4fAiAbnv9LgwTsV+PY/l/bX/TjeR4QR13+89aVBGMCGCXMDw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":142537},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/042421cbaebc425bb55bc6942d6c0474/fireproof-core-runtime-0.24.1-dev-react19.tgz","_integrity":"sha512-NuIHZMkZx5Y6fHerAjsusgq1lI4Z/VanAyMhsmzk2WY71DcPTdTdw9VmG1ZV0tcjzS4oh2+5U89dqLZGARzs6A==","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":{"zod":"4.1.13","jose":"6.1.2","cborg":"4.3.1","multiformats":"13.4.1","@adviser/cement":"0.5.2","@fireproof/vendor":"0.24.1-dev-react19","@adviser/ts-xxhash":"1.0.2","@fireproof/core-types-base":"0.24.1-dev-react19","@fireproof/core-types-runtime":"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-runtime_0.24.1-dev-react19_1764880445933_0.10204758938821334","host":"s3://npm-registry-packages-npm-production"}},"0.24.1-dev-react19.2":{"name":"@fireproof/core-runtime","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-runtime@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":"092a3b3862734b885f428dfb31cfc3aa5950a7fe","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.1-dev-react19.2.tgz","fileCount":37,"integrity":"sha512-Ic7HedjTU+EkoGrKYwJlhwcfAIS72cLissAPAVRtzhrkv8Rj4GG7DOA9v5WqIjjE6aDoMT+QhKMoB7h8yCpx+Q==","signatures":[{"sig":"MEUCIQDw5JbS8/WOBZuIl2BtEa1cB6hV8Wnqwd8DzXvlX8prKgIgXHmY27cOCV6n/68SUHEywWyDw9JRLh10/y9vCxyYTQc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":142549},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/6a022ad0fc334633438026da2d93bed4/fireproof-core-runtime-0.24.1-dev-react19.2.tgz","_integrity":"sha512-Ic7HedjTU+EkoGrKYwJlhwcfAIS72cLissAPAVRtzhrkv8Rj4GG7DOA9v5WqIjjE6aDoMT+QhKMoB7h8yCpx+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":{"zod":"4.1.13","jose":"6.1.2","cborg":"4.3.1","multiformats":"13.4.1","@adviser/cement":"0.5.2","@fireproof/vendor":"0.24.1-dev-react19.2","@adviser/ts-xxhash":"1.0.2","@fireproof/core-types-base":"0.24.1-dev-react19.2","@fireproof/core-types-runtime":"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-runtime_0.24.1-dev-react19.2_1764892560931_0.38974709284228326","host":"s3://npm-registry-packages-npm-production"}},"0.24.2-dev-clerk":{"name":"@fireproof/core-runtime","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-runtime@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":"24aa374d11816c025aa1b9d65c82b21f9ee38a17","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.2-dev-clerk.tgz","fileCount":37,"integrity":"sha512-ll7tKbJg+x70ZtrSCvkS5QJYVGwVKhXZEvhThoOI2ROPDKi0sBodQ/rSjqgeQKHheMngis13zfLVpO0AUbOt1A==","signatures":[{"sig":"MEUCIQD6i2PU4baGnayZy/MqmhXw14c5vXjVQdxtyURMRGM6XQIgdRkweJbg1Pc9tI87i+r5fi8hE72OYeePfev/8jo3uY8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":142526},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/9b31130012e047af9541f012d0bae3ac/fireproof-core-runtime-0.24.2-dev-clerk.tgz","_integrity":"sha512-ll7tKbJg+x70ZtrSCvkS5QJYVGwVKhXZEvhThoOI2ROPDKi0sBodQ/rSjqgeQKHheMngis13zfLVpO0AUbOt1A==","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":{"zod":"4.1.13","jose":"6.1.2","cborg":"4.3.1","multiformats":"13.4.1","@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.2-dev-clerk","@adviser/ts-xxhash":"1.0.2","@fireproof/core-types-base":"0.24.2-dev-clerk","@fireproof/core-types-runtime":"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-runtime_0.24.2-dev-clerk_1764958245606_0.6833053566686824","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-ensure-cloud-token-1":{"name":"@fireproof/core-runtime","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-runtime@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":"e991a8908559ece9fc85f59efb0da3ad3d98adb7","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.3-dev-ensure-cloud-token-1.tgz","fileCount":37,"integrity":"sha512-6wvFXvlq7mYgfuyE+gaXtlxltINnme/I5/AJSr2j/5Iu7PhK2zPtnOHIKWvGL07I41q8Jt3EOrDfgFJljvZgZQ==","signatures":[{"sig":"MEUCIBssLC+t69cqx2KHO5tfbdOKXQawfYGqqvNTv1JuQdacAiEAxRDPEdopKw+GarJ6f2kl4i4whIJRi1DdlH9iJcynjgY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":142643},"main":"./index.js","type":"module","_from":"file:fireproof-core-runtime-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/d28dd2a509f91bbd0d4c3aa5ce33e939/fireproof-core-runtime-0.24.3-dev-ensure-cloud-token-1.tgz","_integrity":"sha512-6wvFXvlq7mYgfuyE+gaXtlxltINnme/I5/AJSr2j/5Iu7PhK2zPtnOHIKWvGL07I41q8Jt3EOrDfgFJljvZgZQ==","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":{"zod":"4.1.13","jose":"6.1.3","cborg":"4.3.2","multiformats":"13.4.1","@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.3-dev-ensure-cloud-token-1","@adviser/ts-xxhash":"1.0.2","@fireproof/core-types-base":"0.24.3-dev-ensure-cloud-token-1","@fireproof/core-types-runtime":"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-runtime_0.24.3-dev-ensure-cloud-token-1_1765189471982_0.7952855203104636","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-ensure-cloud-token-5":{"name":"@fireproof/core-runtime","version":"0.24.3-dev-ensure-cloud-token-5","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@0.24.3-dev-ensure-cloud-token-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":"d9a6979bf84685f7b5dbe9fb8d2eed433f8d1e93","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.3-dev-ensure-cloud-token-5.tgz","fileCount":37,"integrity":"sha512-e1G48gXsTu4GENpPZAooc1vWraMc1POUDfXOgrrBI0NxCK4odgxwcXsoVuNbNxzwstdMVWV24fZiYTjhkYDcpQ==","signatures":[{"sig":"MEYCIQCNdZJWEg64JgjpMgztJSUUZGTPHlBEj4gRXihlD6aTcAIhAOv2nNOiZJDpcHWz38qleOrJ4E8pGZUe07KFW386XQCT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.3-dev-ensure-cloud-token-5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":142657},"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:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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":{"zod":"4.1.13","jose":"6.1.3","cborg":"4.3.2","multiformats":"13.4.1","@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.3-dev-ensure-cloud-token-5","@adviser/ts-xxhash":"1.0.2","@fireproof/core-types-base":"0.24.3-dev-ensure-cloud-token-5","@fireproof/core-types-runtime":"0.24.3-dev-ensure-cloud-token-5","@fireproof/core-types-blockstore":"0.24.3-dev-ensure-cloud-token-5","@fireproof/core-types-protocols-cloud":"0.24.3-dev-ensure-cloud-token-5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.24.3-dev-ensure-cloud-token-5_1765386377013_0.8152913752374529","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-ensure-cloud-token-6":{"name":"@fireproof/core-runtime","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-runtime@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":"cb6a9808ed1de0628cbdb05d1960d6c9df342bd8","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.3-dev-ensure-cloud-token-6.tgz","fileCount":37,"integrity":"sha512-NUJb6uRWvfdcr/IWiZnZZn6UiuaO4dyJQX2knXrIsQsW636G1ZBOBJo6DGBR7pHQ3sweL5Y+vkXkgqLDGp8bLg==","signatures":[{"sig":"MEQCIDp9icOkICFFNr6H2k1rwlIEcnZGCsmiy2SbpQSZgSLuAiAf2nrzO7vWBXgspWuek8U1sUlgs78MAgtqlRwJz3ZaiQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.3-dev-ensure-cloud-token-6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":142657},"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:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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":{"zod":"4.1.13","jose":"6.1.3","cborg":"4.3.2","multiformats":"13.4.1","@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.3-dev-ensure-cloud-token-6","@adviser/ts-xxhash":"1.0.2","@fireproof/core-types-base":"0.24.3-dev-ensure-cloud-token-6","@fireproof/core-types-runtime":"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-runtime_0.24.3-dev-ensure-cloud-token-6_1765386588971_0.17023033854524905","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-ensure-cloud-token-7":{"name":"@fireproof/core-runtime","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-runtime@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":"aa13775d8f36c208e814ba9def263ecca5c324a2","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.3-dev-ensure-cloud-token-7.tgz","fileCount":37,"integrity":"sha512-0jAnf49yi7DHkEIVMBREIZD9uKcZNYdP8tQ37Dir9xgq8EzeYqNfsYWIlsiXzsqH7fRJNTUyQ3c9VaGtdLni/Q==","signatures":[{"sig":"MEUCIQCFSvI28X2otoJmjX8bPVyhVBPQMVRB1c/8VG+asZImowIgOm6DnUA6+M7sVxT8aYAkdgpLLsFVjrdkDpUVHFOOlaE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.3-dev-ensure-cloud-token-7","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":142657},"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:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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":{"zod":"4.1.13","jose":"6.1.3","cborg":"4.3.2","multiformats":"13.4.1","@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.3-dev-ensure-cloud-token-7","@adviser/ts-xxhash":"1.0.2","@fireproof/core-types-base":"0.24.3-dev-ensure-cloud-token-7","@fireproof/core-types-runtime":"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-runtime_0.24.3-dev-ensure-cloud-token-7_1765395489045_0.8400479382971293","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-ensure-cloud-token-8":{"name":"@fireproof/core-runtime","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-runtime@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":"e89874e4b7f66effff2ffff5b3255e1bf45688d5","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.3-dev-ensure-cloud-token-8.tgz","fileCount":37,"integrity":"sha512-HYmD4h3+kIyvxnYCKjO8O0coU8pnhgSvI7ZYTqRZ0L4if5Ol4ZijTX6plTQaMyn8hAvFPUetrsUcVCIku+PWlA==","signatures":[{"sig":"MEUCIGsGhhPHSmmHEM3/DZxvQa0Yw/6wjmnoKw85ppFzuasEAiEArzVKtO2sGWUDmSd76zFxtdsFqSfEBh1SWGtTNNMgjTE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.3-dev-ensure-cloud-token-8","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":142657},"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:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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":{"zod":"4.1.13","jose":"6.1.3","cborg":"4.3.2","multiformats":"13.4.1","@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.3-dev-ensure-cloud-token-8","@adviser/ts-xxhash":"1.0.2","@fireproof/core-types-base":"0.24.3-dev-ensure-cloud-token-8","@fireproof/core-types-runtime":"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-runtime_0.24.3-dev-ensure-cloud-token-8_1765510363272_0.9229522944042694","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-ensure-cloud-token-9":{"name":"@fireproof/core-runtime","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-runtime@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":"a9c27688906ffefc5e0f6bddc6212ef0c2a05cf5","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.3-dev-ensure-cloud-token-9.tgz","fileCount":37,"integrity":"sha512-dX6nDR8kYWb3+FnYbfN4kAQqD4E8xAPKBb3tlQXIkt9jUs8Yu2J4TL0BUqE+PUsiazEqi+MH6TqVIyqNlb4w6g==","signatures":[{"sig":"MEUCIQDRNmEGsF+2CEm9Nq1N/y/GUa0EL+SCbOMX3qt1CSEEvwIgCHxHCSO/k16JvkubkarNwCpHw7dxON4cHyNpA9ZlKxk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.3-dev-ensure-cloud-token-9","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":142657},"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:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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":{"zod":"4.1.13","jose":"6.1.3","cborg":"4.3.2","multiformats":"13.4.1","@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.3-dev-ensure-cloud-token-9","@adviser/ts-xxhash":"1.0.2","@fireproof/core-types-base":"0.24.3-dev-ensure-cloud-token-9","@fireproof/core-types-runtime":"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-runtime_0.24.3-dev-ensure-cloud-token-9_1765538823218_0.673938680022039","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-token-claims":{"name":"@fireproof/core-runtime","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-runtime@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":"066f87b86bbd5531e484611478a295ac01c0b66b","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.3-dev-token-claims.tgz","fileCount":37,"integrity":"sha512-Bvk02lvkUQczVOLpYZNOuFX9K4L2nOq0/IpFK1QDwSNmdIGEyOHAJIhzQFk569e9q1LH+SDaX4ZgwKAv9r0Gjw==","signatures":[{"sig":"MEUCIQDabnHmNJSFxRdR2HsnWRK5/Jf5+aPu0T2qYmRf6CSS9wIgV3EhsOjjZcWl8vrZDyl03CBHlaoaD+apYYr1Lu5VEos=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.3-dev-token-claims","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":142609},"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:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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":{"zod":"4.1.13","jose":"6.1.3","cborg":"4.3.2","multiformats":"13.4.2","@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.3-dev-token-claims","@adviser/ts-xxhash":"1.0.2","@fireproof/core-types-base":"0.24.3-dev-token-claims","@fireproof/core-types-runtime":"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-runtime_0.24.3-dev-token-claims_1765818464811_0.0841510010311719","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-use-livequery":{"name":"@fireproof/core-runtime","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-runtime@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":"430ba8b70c757f4a2371b31bbfd4b8f0043ef70b","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.3-dev-use-livequery.tgz","fileCount":37,"integrity":"sha512-JJaCZE03svOimKk9icHay5Zif+3n7M5GOnhBEJ4AhCmmDS3LL67n8Zr3NGpQo4se+3Rg+4ZqANETmsRi6ZQujA==","signatures":[{"sig":"MEUCIQDCia/Qd4NuGFGN4bFw4fGfoP1WR6eeIhj6VmakaK+bOwIgJMfftVItyaGTLlxJ2/iU3TuU0QZbRdT489NYbD+kKRI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.3-dev-use-livequery","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":142615},"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:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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":{"zod":"4.1.13","jose":"6.1.3","cborg":"4.3.2","multiformats":"13.4.2","@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.3-dev-use-livequery","@adviser/ts-xxhash":"1.0.2","@fireproof/core-types-base":"0.24.3-dev-use-livequery","@fireproof/core-types-runtime":"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-runtime_0.24.3-dev-use-livequery_1765830294036_0.25468214754527874","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-20261224":{"name":"@fireproof/core-runtime","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-runtime@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":"44af9092f322c12f860c4075b8583370e564d2c9","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.3-dev-20261224.tgz","fileCount":37,"integrity":"sha512-ouiwORyt+EG6LzFJprOMNpynAcAW17YpzA9kDN4eePFX9OcPBprcp4aMJjqRgxmdR1twds/aOHvmc/XLqjnsMQ==","signatures":[{"sig":"MEUCIDeaMKaMLfjDXNnk9QEGyqmPJo8jVrNEDgoKaWtn67tdAiEAkuT8r9bauf8OriPwc195bEJmRqqkyzMAQkRftAjItgc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.3-dev-20261224","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":142584},"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:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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":{"zod":"4.2.1","jose":"6.1.3","cborg":"4.3.2","multiformats":"13.4.2","@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.3-dev-20261224","@adviser/ts-xxhash":"1.0.2","@fireproof/core-types-base":"0.24.3-dev-20261224","@fireproof/core-types-runtime":"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-runtime_0.24.3-dev-20261224_1766567485101_0.3569151600770055","host":"s3://npm-registry-packages-npm-production"}},"0.24.5":{"name":"@fireproof/core-runtime","version":"0.24.5","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"df9b58544e6831792377fa4feac1dabfe66bd2ee","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.5.tgz","fileCount":37,"integrity":"sha512-5hETFzj0VpryZGisyBV5qnMPbepsJgd6fjRAeiW7MdFECtJ+pwJ7LWIRZYBGxVSSMGaC566XamxS4HGsiFYB2g==","signatures":[{"sig":"MEYCIQDoVtgAp5csrJ3Ct3Sffc8b4xQQjmV8rA46emswIIgGHQIhAItmHDCPOfqmKtKVwXiQwvzvJY7SDhRtvTfatPJOYsRi","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":142506},"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:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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":{"zod":"4.3.5","jose":"6.1.3","cborg":"4.3.2","multiformats":"13.4.2","@adviser/cement":"0.5.8","@fireproof/vendor":"0.24.5","@adviser/ts-xxhash":"1.0.2","@fireproof/core-types-base":"0.24.5","@fireproof/core-types-runtime":"0.24.5","@fireproof/core-types-blockstore":"0.24.5","@fireproof/core-types-protocols-cloud":"0.24.5"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.24.5_1767945667465_0.1413004242462801","host":"s3://npm-registry-packages-npm-production"}},"0.24.6":{"name":"@fireproof/core-runtime","version":"0.24.6","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"628985364e7a46b0855fa47d60ecd99729ed763f","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.6.tgz","fileCount":37,"integrity":"sha512-tCLczIiDt6WMQUTrfSMgs3Lw2gXN1znEP2lWkKjlnEhHDe7HLKqdmbWeLCVWAlFL/5axbKToR+kjyvNTK9Pveg==","signatures":[{"sig":"MEUCIAqg0QchU+hoyq3Beaf9h0rjd9Ltoh6ay7OUeInGDAXEAiEAooZWKTl7XsilJevIam9d9RhALfC1ZagId/+cE4foj5I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":142507},"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:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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":{"zod":"4.3.5","jose":"6.1.3","cborg":"4.3.2","multiformats":"13.4.2","@adviser/cement":"0.5.15","@fireproof/vendor":"0.24.6","@adviser/ts-xxhash":"1.0.2","@fireproof/core-types-base":"0.24.6","@fireproof/core-types-runtime":"0.24.6","@fireproof/core-types-blockstore":"0.24.6","@fireproof/core-types-protocols-cloud":"0.24.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.24.6_1767946996527_0.4139009925052397","host":"s3://npm-registry-packages-npm-production"}},"0.24.7-dev-deploy-t1":{"name":"@fireproof/core-runtime","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-runtime@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":"4d55a284b40334d547cf5d84774eda609c941d95","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.7-dev-deploy-t1.tgz","fileCount":37,"integrity":"sha512-TddlmAPPvl2ApG115ynXWMf4r2wwbozmDpRdxvnREvAe5Z+TakHrjzsPj5460VNkuWioWt37Qd5vB4eRmFd/Cw==","signatures":[{"sig":"MEUCIQD3Q2NWxX2HqxWTfzc0xE4VcyGa28MrbGp8Y1ZRdx5+xQIgKnAjODnMP+r+Wp6S4eWiu3MKO67CKdAIJg/+18JsJz4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.7-dev-deploy-t1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":142853},"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:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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":{"zod":"4.3.5","jose":"6.1.3","cborg":"4.3.2","multiformats":"13.4.2","@adviser/cement":"0.5.15","@fireproof/vendor":"0.24.7-dev-deploy-t1","@adviser/ts-xxhash":"1.0.2","@fireproof/core-types-base":"0.24.7-dev-deploy-t1","@fireproof/core-types-runtime":"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-runtime_0.24.7-dev-deploy-t1_1768060141723_0.9553213145910704","host":"s3://npm-registry-packages-npm-production"}},"0.24.7":{"name":"@fireproof/core-runtime","version":"0.24.7","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"3e3c0969d86ebd8914835957976f2419b88bbbf8","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.7.tgz","fileCount":37,"integrity":"sha512-/y62Rxd3SEd5K5Us68ASCbTlxZL2yhqowtcfTCY7b9vTM1okWHrSJZZcX8+BfJaui3YaNxRXFYEOJ5Ed5/Iu6Q==","signatures":[{"sig":"MEQCIFc9Ma6Di0RIqpwYG7lk+2E29DAUAd7d8uaAYR6APG92AiAboXdHnbFbXz2OP8llPAxyDlatFSP043T7IYibahBNgA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.7","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":142769},"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:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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":{"zod":"4.3.5","jose":"6.1.3","cborg":"4.3.2","multiformats":"13.4.2","@adviser/cement":"0.5.15","@fireproof/vendor":"0.24.7","@adviser/ts-xxhash":"1.0.2","@fireproof/core-types-base":"0.24.7","@fireproof/core-types-runtime":"0.24.7","@fireproof/core-types-blockstore":"0.24.7","@fireproof/core-types-protocols-cloud":"0.24.7"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.24.7_1768062560576_0.17159931644247073","host":"s3://npm-registry-packages-npm-production"}},"0.24.8-dev-fp-token":{"name":"@fireproof/core-runtime","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-runtime@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":"5285cf6608fbfc20423e56b8dbbb5b4b95e455e8","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.8-dev-fp-token.tgz","fileCount":37,"integrity":"sha512-IGmf6b3IFiCxR9UhnQDV7RiX8/PECMJoyZLXWkrZnT8En+usM3pGqapIi3NU/ja/NzR/UCSLhjaWLWGduElATQ==","signatures":[{"sig":"MEYCIQDB9oirfuQlZ9W8CYikpeqtAVxznQyLEkG2f1kTbOujmAIhAI1lXXY4DtDEpBcm6q6ro8s8pbl5J45ck150EVPNxyxh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.8-dev-fp-token","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":142847},"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:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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":{"zod":"4.3.5","jose":"6.1.3","cborg":"4.3.2","multiformats":"13.4.2","@adviser/cement":"0.5.15","@fireproof/vendor":"0.24.8-dev-fp-token","@adviser/ts-xxhash":"1.0.2","@fireproof/core-types-base":"0.24.8-dev-fp-token","@fireproof/core-types-runtime":"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-runtime_0.24.8-dev-fp-token_1768218418992_0.43838102876423846","host":"s3://npm-registry-packages-npm-production"}},"0.24.8-dev-move-pubkey":{"name":"@fireproof/core-runtime","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-runtime@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":"4c06e91cbdabb97bf802c803ffcb6fdebabe12ab","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.8-dev-move-pubkey.tgz","fileCount":37,"integrity":"sha512-Hq/hFhqfe+0Yo4DRFepGLrnN2/+J4w3vqtcxYMqg/wKZsSvr/jjGMeRXQTg5ZZto1PVwOU2eft5ftwJrkimtog==","signatures":[{"sig":"MEUCIQCMrQd7H6BT+HAG4yja8b+3eYxp6ycrD+W5AJC06ckqbgIgG4m32D7bKXvepS5qQ3/tg2yBrbLBazFW78JeJmO62i4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.8-dev-move-pubkey","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":142865},"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:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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":{"zod":"4.3.5","jose":"6.1.3","cborg":"4.3.2","multiformats":"13.4.2","@adviser/cement":"0.5.15","@fireproof/vendor":"0.24.8-dev-move-pubkey","@adviser/ts-xxhash":"1.0.2","@fireproof/core-types-base":"0.24.8-dev-move-pubkey","@fireproof/core-types-runtime":"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-runtime_0.24.8-dev-move-pubkey_1768224603273_0.1380574726123669","host":"s3://npm-registry-packages-npm-production"}},"0.24.8-dev-test-device-id":{"name":"@fireproof/core-runtime","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-runtime@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":"3b62edc2a0d2eb0eae715a4226cc3e684aea2981","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.8-dev-test-device-id.tgz","fileCount":37,"integrity":"sha512-UXuaBrBTyys8u03f7TOMzxoTsTcha3LxE12Hm4gJx8ceXMTQYNtdjxI5FgkEG/lkm0Z/QipIz7IYqwLyN/ZJhw==","signatures":[{"sig":"MEUCIQDVU2n48yG3GPZ2fb5Ul2gKOoc9zcyh/MuCfpk1kQsAIAIgHiAuXU4lGAEogh8OSuN3lW9x7L9aQRqNPfuqTyb0eCE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.8-dev-test-device-id","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":142883},"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:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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":{"zod":"4.3.5","jose":"6.1.3","cborg":"4.3.2","multiformats":"13.4.2","@adviser/cement":"0.5.15","@fireproof/vendor":"0.24.8-dev-test-device-id","@adviser/ts-xxhash":"1.0.2","@fireproof/core-types-base":"0.24.8-dev-test-device-id","@fireproof/core-types-runtime":"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-runtime_0.24.8-dev-test-device-id_1768226768503_0.4498022889655102","host":"s3://npm-registry-packages-npm-production"}},"0.24.8":{"name":"@fireproof/core-runtime","version":"0.24.8","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"7c318de7a4ae7f6d52d6fde7acb26f8ad4aba5c8","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.8.tgz","fileCount":37,"integrity":"sha512-7U5gCvPscLYQXH+c7azJrPm7hPq2BDyp/WB/ECiaa6j8VqI/yMprOTnSkI6GaA5Dp+BX+lBloPdKZ/Jd9QiX5w==","signatures":[{"sig":"MEUCIDO+uDfMxcOsQJz+fV+D7sujxcTG7Pg1XhiX9wxa8oVrAiEAlLaB3S088CO+wR153IoBaw//cg3KnkiLu7+atIcHUIY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.8","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":142775},"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:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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":{"zod":"~4.3.5","jose":"~6.1.3","cborg":"~4.4.1","multiformats":"~13.4.2","@adviser/cement":"~0.5.15","@fireproof/vendor":"0.24.8","@adviser/ts-xxhash":"~1.0.2","@fireproof/core-types-base":"0.24.8","@fireproof/core-types-runtime":"0.24.8","@fireproof/core-types-blockstore":"0.24.8","@fireproof/core-types-protocols-cloud":"0.24.8"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.24.8_1769097873844_0.26729829704235053","host":"s3://npm-registry-packages-npm-production"}},"0.24.9":{"name":"@fireproof/core-runtime","version":"0.24.9","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"9de85a8fed907dab24ff20863dff9f9c4dc9454a","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.9.tgz","fileCount":37,"integrity":"sha512-bdFBEKp/A490QS2AJLL0YCKEjSg6uNlhw9qfAEd38yxIa8TwPfRaBMsRr0qn5LbwH5RcoMaHFMP1I+pcia2JdA==","signatures":[{"sig":"MEYCIQDhbcBe0KNlDHSRhe8Bi6mvY89KzNpD1omnzy0H4A3BzQIhAKuOozSqAly0nW1Lu1d4PxG9+yLObq3FzWECrkc5Kd6k","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.9","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":142775},"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:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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":{"zod":"~4.3.5","jose":"~6.1.3","cborg":"~4.4.1","multiformats":"~13.4.2","@adviser/cement":"~0.5.17","@fireproof/vendor":"0.24.9","@adviser/ts-xxhash":"~1.0.2","@fireproof/core-types-base":"0.24.9","@fireproof/core-types-runtime":"0.24.9","@fireproof/core-types-blockstore":"0.24.9","@fireproof/core-types-protocols-cloud":"0.24.9"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.24.9_1769102331694_0.15513085404149596","host":"s3://npm-registry-packages-npm-production"}},"0.24.10":{"name":"@fireproof/core-runtime","version":"0.24.10","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"d9371662843ec55cc97ab0426931adef0af0574e","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.10.tgz","fileCount":37,"integrity":"sha512-5Gq3cr0k/AGduOYhGOLzcY/sf36+MEAHYdzB6SKQ8y9yrJtR6f1owpacszVoopw3CSuy9eg45STkso5PNMyjpA==","signatures":[{"sig":"MEUCIQDhk3c7eYRGDp7IFRXUdEhHCUayYPAJ0pI/iQZGJjuPrwIgfq1JQmpvJdVuGiVYj5mBSmiZaLl/yGMXL8TL3Tq2N7s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.10","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":142781},"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:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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":{"zod":"~4.3.6","jose":"~6.1.3","cborg":"~4.5.8","multiformats":"~13.4.2","@adviser/cement":"~0.5.21","@fireproof/vendor":"0.24.10","@adviser/ts-xxhash":"~1.0.2","@fireproof/core-types-base":"0.24.10","@fireproof/core-types-runtime":"0.24.10","@fireproof/core-types-blockstore":"0.24.10","@fireproof/core-types-protocols-cloud":"0.24.10"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.24.10_1769862345922_0.1962789225678705","host":"s3://npm-registry-packages-npm-production"}},"0.24.11":{"name":"@fireproof/core-runtime","version":"0.24.11","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"f0899e323dcf536110565a5b101d5620ed591558","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.11.tgz","fileCount":37,"integrity":"sha512-xYmHONq+UUfzWjX8IOBxXMzaxmyTYHbL9Ik//9tZ8rz6OxIM7GOH0jxtRCheS3rj7Xzq6xjaxIVvs7bj/n9QVg==","signatures":[{"sig":"MEUCIQDjYMhbfMMOwzFn/JiplsfgqQLBQ5IMR1j2Sg/qqJHHCQIgTG65Wc3nLn/Ez1L+26fDBmoTcPZTuOLgMtcbjPUsLBU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.11","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":142781},"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:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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":{"zod":"~4.3.6","jose":"~6.1.3","cborg":"~4.5.8","multiformats":"~13.4.2","@adviser/cement":"~0.5.22","@fireproof/vendor":"0.24.11","@adviser/ts-xxhash":"~1.0.2","@fireproof/core-types-base":"0.24.11","@fireproof/core-types-runtime":"0.24.11","@fireproof/core-types-blockstore":"0.24.11","@fireproof/core-types-protocols-cloud":"0.24.11"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.24.11_1770895173824_0.6925821250729498","host":"s3://npm-registry-packages-npm-production"}},"0.24.12":{"name":"@fireproof/core-runtime","version":"0.24.12","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"ee9404acfae126be1dc7dd0b7ebea9c5072dfb19","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.12.tgz","fileCount":37,"integrity":"sha512-3iNrx8w1DHGdG5S3Pi3ojCyh/y7xz95nUg+G9mg1T+MZvdXUOr546Gw2uhMGuZTAKlzIrWxa8EoRpBPUuW+UBw==","signatures":[{"sig":"MEYCIQDeM/wQNLSrnhxtutlYsFzvW04sQFsr4psYVTGRjv3+0gIhAO/J8mKyarPLXpdEFvq0I6D5j0MXn7eu+O4afJhVtFkA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.12","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":142781},"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:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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":{"zod":"~4.3.6","jose":"~6.1.3","cborg":"~4.5.8","multiformats":"~13.4.2","@adviser/cement":"~0.5.22","@fireproof/vendor":"0.24.12","@adviser/ts-xxhash":"~1.0.2","@fireproof/core-types-base":"0.24.12","@fireproof/core-types-runtime":"0.24.12","@fireproof/core-types-blockstore":"0.24.12","@fireproof/core-types-protocols-cloud":"0.24.12"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.24.12_1771590399520_0.543877578592868","host":"s3://npm-registry-packages-npm-production"}},"0.24.13-dev-qs-1":{"name":"@fireproof/core-runtime","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-runtime@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":"21e0b63d11a76cc80c0489ed84b9fffc6b080657","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.13-dev-qs-1.tgz","fileCount":37,"integrity":"sha512-LJDbWf+nLHJsVmPGfhLvYEc9CH2P7g5ql0SxxHA+/CZO1nGBO1EY1PAznhZDnQYO4DJMsV/Bp9d1pzDgDuY+gg==","signatures":[{"sig":"MEYCIQC4N6u9yr4ILvLn4LXM513XsNf6v6Fifw2ActqYQBoDWwIhANodjz9aAV/AZgWwvnplaAFr1SzXKR3BmNFFYzIy962O","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.13-dev-qs-1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":144639},"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:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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":{"zod":"~4.3.6","jose":"~6.1.3","cborg":"~4.5.8","multiformats":"~13.4.2","@adviser/cement":"~0.5.23","@fireproof/vendor":"0.24.13-dev-qs-1","@adviser/ts-xxhash":"~1.0.2","@fireproof/core-types-base":"0.24.13-dev-qs-1","@fireproof/core-types-runtime":"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-runtime_0.24.13-dev-qs-1_1771863893101_0.7259273446927148","host":"s3://npm-registry-packages-npm-production"}},"0.24.13-dev-qs-2":{"name":"@fireproof/core-runtime","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-runtime@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":"02569e32eddebbe33416feb3aeb0961ed8878c55","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.13-dev-qs-2.tgz","fileCount":37,"integrity":"sha512-I203ualmnjPstH5kPzXUtmf3dc4nx0d+r2Ip/EJTtm5I9j5xhJTkcmAtI/Z0ZIgptXR2qAoPTnkwXncn6U/S9g==","signatures":[{"sig":"MEQCIDl9jL0kLuviZAebIJZDX94BQZS6Nakv8pNBmTBmJAjTAiBHoCGiRznOXBxXQhc4CrOBofQ7Pj2nkO087wgI2LlHBg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.13-dev-qs-2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":144680},"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:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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":{"zod":"~4.3.6","jose":"~6.1.3","cborg":"~4.5.8","multiformats":"~13.4.2","@adviser/cement":"~0.5.23","@fireproof/vendor":"0.24.13-dev-qs-2","@adviser/ts-xxhash":"~1.0.2","@fireproof/core-types-base":"0.24.13-dev-qs-2","@fireproof/core-types-runtime":"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-runtime_0.24.13-dev-qs-2_1771886670729_0.036158433090008435","host":"s3://npm-registry-packages-npm-production"}},"0.24.13":{"name":"@fireproof/core-runtime","version":"0.24.13","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"6203ac04a10f7b291a6c82de59b07bced6d88c95","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.13.tgz","fileCount":37,"integrity":"sha512-gH+UcWLKiM/UJI5nuT/4kA6CodDW/z0aaelXL+kPMIgLjZijVEtUl2BhOm3FS/wROa5m1RgTbv0t+62/KN7VHQ==","signatures":[{"sig":"MEUCIQCZimS+D2+eotH9niDQr3C/WmLT7gJKQHMKpdL76FoRMAIgWLe1Ezzqo8vNcivsBv6mC/bD2xyb7G2jnkq/Qy09SFk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.13","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":142007},"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:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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":{"zod":"~4.3.6","jose":"~6.2.1","cborg":"~4.5.8","multiformats":"~13.4.2","@adviser/cement":"~0.5.33","@fireproof/vendor":"0.24.13","@adviser/ts-xxhash":"~1.0.2","@fireproof/core-types-base":"0.24.13","@fireproof/core-types-runtime":"0.24.13","@fireproof/core-types-blockstore":"0.24.13","@fireproof/core-types-protocols-cloud":"0.24.13"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.24.13_1773672312372_0.2452715304593429","host":"s3://npm-registry-packages-npm-production"}},"0.24.14":{"name":"@fireproof/core-runtime","version":"0.24.14","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"e758557fabad96b33c685b65cc67d698225f2d16","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.14.tgz","fileCount":37,"integrity":"sha512-KDwi8yWoPdW9i707jYCtMZdU9H3NdVDk6XN7gmb3V0yGXgsWCM9980VVBb3Z0ZPfZMa1v7T3Bt5qaEQ9FlKQzQ==","signatures":[{"sig":"MEUCIEpibaOD2uOpaI3nyKOf3imYqUy24tbQlqUm76XYkOchAiEA7XEMXrHDAXmgCuvwZ8O+OE06lZX0b8/RH3XqzoM3/zY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.14","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":142007},"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:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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":{"zod":"~4.3.6","jose":"~6.2.1","cborg":"~4.5.8","multiformats":"~13.4.2","@adviser/cement":"~0.5.34","@fireproof/vendor":"0.24.14","@adviser/ts-xxhash":"~1.0.2","@fireproof/core-types-base":"0.24.14","@fireproof/core-types-runtime":"0.24.14","@fireproof/core-types-blockstore":"0.24.14","@fireproof/core-types-protocols-cloud":"0.24.14"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.24.14_1774622325028_0.8167639381925531","host":"s3://npm-registry-packages-npm-production"}},"0.24.15":{"name":"@fireproof/core-runtime","version":"0.24.15","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"1f74e1ffa4f91fe09664b5c5703d58c1d4f32581","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.15.tgz","fileCount":37,"integrity":"sha512-tR2B+Q+bdY7yfwL4i7JSdaCyJoASmNcFdE3zuOve7mEj6AWcbK9ZSYCC8eu9Gd9WkDLDGPhqeXoBwYwy1cx03Q==","signatures":[{"sig":"MEUCIQC7TpMaTCpMzYCPGMv5Fm+Qc3OlqOLRB7RfT/EXdaQagwIgaqo3u7zQ4PnOlKmezWNBa3EWzCFF1S7+9RBDTa66I+s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.15","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":142007},"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:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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":{"zod":"~4.3.6","jose":"~6.2.1","cborg":"~4.5.8","multiformats":"~13.4.2","@adviser/cement":"~0.5.34","@fireproof/vendor":"0.24.15","@adviser/ts-xxhash":"~1.0.2","@fireproof/core-types-base":"0.24.15","@fireproof/core-types-runtime":"0.24.15","@fireproof/core-types-blockstore":"0.24.15","@fireproof/core-types-protocols-cloud":"0.24.15"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.24.15_1774624635443_0.7942402112003251","host":"s3://npm-registry-packages-npm-production"}},"0.24.16":{"name":"@fireproof/core-runtime","version":"0.24.16","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-runtime@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":"d87f7fd1583273390a0035aaf09a4b324503f05e","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.16.tgz","fileCount":37,"integrity":"sha512-agNrOJbxLeYZO6CRI1lV/pNe2ye634LCw8w4WjRKS1rGDe0VCyg6yWZWCmhF/4NJ6DEFkgsnLJB2AEXpz8UeCA==","signatures":[{"sig":"MEQCIE+pf1vwMLk/i1l+6AdfYBS5icUNwRzGpZ26VIQaWE3pAiA+qrqlSBUYfIjxGUsEmIE3+B/nManc5YIibVdJSI9rQg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.16","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":142007},"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:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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":{"zod":"~4.3.6","jose":"~6.2.2","cborg":"~4.5.8","multiformats":"~13.4.2","@adviser/cement":"~0.5.34","@fireproof/vendor":"0.24.16","@adviser/ts-xxhash":"~1.0.2","@fireproof/core-types-base":"0.24.16","@fireproof/core-types-runtime":"0.24.16","@fireproof/core-types-blockstore":"0.24.16","@fireproof/core-types-protocols-cloud":"0.24.16"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-runtime_0.24.16_1774737079466_0.17258200138453916","host":"s3://npm-registry-packages-npm-production"}},"0.24.19":{"name":"@fireproof/core-runtime","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","@adviser/ts-xxhash":"~1.0.2","@fireproof/core-types-base":"0.24.19","@fireproof/core-types-blockstore":"0.24.19","@fireproof/core-types-protocols-cloud":"0.24.19","@fireproof/core-types-runtime":"0.24.19","@fireproof/vendor":"0.24.19","cborg":"~5.1.0","jose":"~6.2.2","multiformats":"~13.4.2","zod":"~4.3.6"},"gitHead":"d6ec82d04671147b90ae6288148134f907c22393","types":"./index.d.ts","_id":"@fireproof/core-runtime@0.24.19","_nodeVersion":"24.14.1","_npmVersion":"11.11.0","dist":{"integrity":"sha512-+6NpPU3XcWgBvONwbqJpPNoRTSx6B08BGEUR+xO1v2/0Yeo+Dk8XMkoyDNqwkDjP4V8DkVme9zpGoT2edfcrFg==","shasum":"dd9e861cdaa746666d47af6b9e37ad6e455149fe","tarball":"https://registry.npmjs.org/@fireproof/core-runtime/-/core-runtime-0.24.19.tgz","fileCount":37,"unpackedSize":142007,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-runtime@0.24.19","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCiCBbl4rE3gbJWE3Egb2APqYJL71730u0gxUuEdhdMUwIhAPnjhXByAU5LczSHLZK6lk7O1Wo2S0KIH8/1hklQuCRM"}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:949bd8bf-5e2a-4eb0-b39b-15a94ec37723"}},"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-runtime_0.24.19_1776282956157_0.33115565539893854"},"_hasShrinkwrap":false}},"time":{"created":"2025-07-09T15:19:48.003Z","modified":"2026-04-15T19:55:57.021Z","0.0.0-smoke-1b31059-1752074105":"2025-07-09T15:19:48.276Z","0.0.1-dev-test":"2025-07-09T16:01:26.141Z","0.0.2-dev-test":"2025-07-19T23:02:28.757Z","0.22.0-dev-preview":"2025-07-20T18:14:11.712Z","0.22.0-keybag":"2025-07-31T06:56:27.851Z","0.22.0-dev-preview-1":"2025-08-05T13:52:49.795Z","0.22.0-dev-preview-3":"2025-08-05T14:31:25.101Z","0.22.0-dev-preview-4":"2025-08-05T17:23:11.466Z","0.23.0":"2025-08-09T23:59:45.806Z","0.23.1":"2025-08-13T12:36:32.399Z","0.23.1-dev-issue-1057":"2025-08-15T10:47:47.981Z","0.23.2":"2025-08-15T12:09:32.659Z","0.23.3":"2025-08-19T14:27:46.430Z","0.23.5":"2025-08-19T16:07:39.205Z","0.23.6":"2025-08-19T20:13:50.143Z","0.23.7-dev-preview1":"2025-08-21T22:11:58.888Z","0.23.7-dev-preview2":"2025-08-22T03:38:24.206Z","0.23.7-dev-preview4":"2025-08-22T14:48:08.966Z","0.23.8":"2025-08-23T00:16:48.606Z","0.23.10":"2025-08-23T03:18:27.634Z","0.23.7":"2025-08-23T03:46:59.473Z","0.23.11":"2025-08-23T16:41:09.125Z","0.23.13":"2025-08-27T22:22:53.186Z","0.23.14-dev-preview03":"2025-10-02T02:52:28.575Z","0.23.14-dev-preview04":"2025-10-02T03:08:54.119Z","0.23.14":"2025-10-02T03:20:42.083Z","0.23.15-dev-windows":"2025-10-10T21:57:37.252Z","0.23.15-dev-windows-1":"2025-10-11T09:58:59.714Z","0.23.15-dev-windows-2":"2025-10-11T22:19:05.460Z","0.23.15":"2025-10-16T16:37:28.035Z","0.24.2-dev-cloud-api":"2025-11-25T19:48:40.141Z","0.24.0-dev-multi-clerks-0":"2025-11-26T20:56:55.029Z","0.24.0-dev-multi-clerks-1":"2025-11-27T15:26:06.756Z","0.24.0":"2025-11-30T14:18:57.887Z","0.24.1-dev-memo":"2025-12-02T21:53:55.625Z","0.24.1-dev-memo-2":"2025-12-02T22:27:13.625Z","0.24.3-dev-ensure-cloud-token":"2025-12-03T22:04:05.188Z","0.24.1-dev-react19":"2025-12-04T20:34:06.090Z","0.24.1-dev-react19.2":"2025-12-04T23:56:01.064Z","0.24.2-dev-clerk":"2025-12-05T18:10:45.778Z","0.24.3-dev-ensure-cloud-token-1":"2025-12-08T10:24:32.122Z","0.24.3-dev-ensure-cloud-token-5":"2025-12-10T17:06:17.180Z","0.24.3-dev-ensure-cloud-token-6":"2025-12-10T17:09:49.116Z","0.24.3-dev-ensure-cloud-token-7":"2025-12-10T19:38:09.212Z","0.24.3-dev-ensure-cloud-token-8":"2025-12-12T03:32:43.421Z","0.24.3-dev-ensure-cloud-token-9":"2025-12-12T11:27:03.352Z","0.24.3-dev-token-claims":"2025-12-15T17:07:44.978Z","0.24.3-dev-use-livequery":"2025-12-15T20:24:54.173Z","0.24.3-dev-20261224":"2025-12-24T09:11:25.245Z","0.24.5":"2026-01-09T08:01:07.628Z","0.24.6":"2026-01-09T08:23:16.752Z","0.24.7-dev-deploy-t1":"2026-01-10T15:49:01.883Z","0.24.7":"2026-01-10T16:29:20.726Z","0.24.8-dev-fp-token":"2026-01-12T11:46:59.162Z","0.24.8-dev-move-pubkey":"2026-01-12T13:30:03.470Z","0.24.8-dev-test-device-id":"2026-01-12T14:06:08.654Z","0.24.8":"2026-01-22T16:04:33.982Z","0.24.9":"2026-01-22T17:18:51.830Z","0.24.10":"2026-01-31T12:25:46.090Z","0.24.11":"2026-02-12T11:19:34.001Z","0.24.12":"2026-02-20T12:26:39.669Z","0.24.13-dev-qs-1":"2026-02-23T16:24:53.244Z","0.24.13-dev-qs-2":"2026-02-23T22:44:30.882Z","0.24.13":"2026-03-16T14:45:12.510Z","0.24.14":"2026-03-27T14:38:45.208Z","0.24.15":"2026-03-27T15:17:15.618Z","0.24.16":"2026-03-28T22:31:19.615Z","0.24.19":"2026-04-15T19:55:56.313Z"},"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"}