{"_id":"@fireproof/core-gateways-memory","_rev":"67-d0b379715889b2169daf8722590ace7d","name":"@fireproof/core-gateways-memory","dist-tags":{"dev":"0.24.13-dev-qs-2","latest":"0.24.19"},"versions":{"0.0.0-smoke-1b31059-1752074105":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"936887ff982ac475e88773483d4a09ff3a869d56","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.0.0-smoke-1b31059-1752074105.tgz","fileCount":15,"integrity":"sha512-Q0KZBkIESH46qbtYmJ46/pezn2X6hqeudtbu0nsR8auUDHtgNnmkEXarQh+6C9koWlmqyZip89Cf4ReLK9U0pQ==","signatures":[{"sig":"MEYCIQC2hsR/3j8JfJTDVffDskJh2hfWEEF8UC6t/Ll3Cn5YSAIhALETYIXLmRnFtzu1tVxCSlR3epU+3MspuDW4fV6a777I","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":26570},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/98bd1a3ef36cc224479fecff679d57ed/fireproof-core-gateways-memory-0.0.0-smoke-1b31059-1752074105.tgz","_integrity":"sha512-Q0KZBkIESH46qbtYmJ46/pezn2X6hqeudtbu0nsR8auUDHtgNnmkEXarQh+6C9koWlmqyZip89Cf4ReLK9U0pQ==","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":{"@adviser/cement":"^0.4.20","@fireproof/vendor":"^3.0.0","@fireproof/core-runtime":"0.0.0-smoke-1b31059-1752074105","@fireproof/core-types-base":"0.0.0-smoke-1b31059-1752074105","@fireproof/core-gateways-base":"0.0.0-smoke-1b31059-1752074105","@fireproof/core-types-blockstore":"0.0.0-smoke-1b31059-1752074105"},"_hasShrinkwrap":false,"devDependencies":{"@types/deno":"^2.3.0","@types/node":"^24.0.10","@fireproof/core-cli":"0.0.0-smoke-1b31059-1752074105"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.0.0-smoke-1b31059-1752074105_1752074405671_0.5262808082228922","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-dev-test":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"c51cdff283db35fe08f7063ca14756683f8c03ec","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.0.1-dev-test.tgz","fileCount":15,"integrity":"sha512-k0KYHGCDxPceri9ZIC80SwSq1vHatMiIT+PR0Feq+fnAEPnZLrCrHdw6TlfSlI9t7O4MgAt8TSkZzz1VVxm7qA==","signatures":[{"sig":"MEQCIDPJFye/hA5Hqw0cHT4S3fth/cpcHxwDJUza+YHGxS88AiBk71xyWhW/YP/0RV/BdJKL5z4d4w7sY0kmpyqaxCvZOA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":26474},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/967e9455e9483b59e0d85f13e6d5e542/fireproof-core-gateways-memory-0.0.1-dev-test.tgz","_integrity":"sha512-k0KYHGCDxPceri9ZIC80SwSq1vHatMiIT+PR0Feq+fnAEPnZLrCrHdw6TlfSlI9t7O4MgAt8TSkZzz1VVxm7qA==","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":{"@adviser/cement":"^0.4.20","@fireproof/vendor":"^3.0.0","@fireproof/core-runtime":"0.0.1-dev-test","@fireproof/core-types-base":"0.0.1-dev-test","@fireproof/core-gateways-base":"0.0.1-dev-test","@fireproof/core-types-blockstore":"0.0.1-dev-test"},"_hasShrinkwrap":false,"devDependencies":{"@types/deno":"^2.3.0","@types/node":"^24.0.10","@fireproof/core-cli":"0.0.1-dev-test"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.0.1-dev-test_1752076906279_0.6351275378104175","host":"s3://npm-registry-packages-npm-production"}},"0.0.2-dev-test":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"fa4513b87addbdd4e00505bf55078690e2888ddb","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.0.2-dev-test.tgz","fileCount":15,"integrity":"sha512-OYxtS4EdeFN8IfH58O3W/SsaK6zI7FwczCc6N7Sx1rgNKedCW67Vuon2Nsps4Vu4b0yCD4A6zcV5/SOQTr2AKw==","signatures":[{"sig":"MEQCIC4TOe+bbY0WHf22o0xvyiC5C60w/SvLpkkGO06/8KNaAiAIJ1YO4ldjJ1JbfX45xCjezLZ73Fw3WtraGqQ39m5UYQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":26482},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/2615b3c70584d8dfab271c11a3d66429/fireproof-core-gateways-memory-0.0.2-dev-test.tgz","_integrity":"sha512-OYxtS4EdeFN8IfH58O3W/SsaK6zI7FwczCc6N7Sx1rgNKedCW67Vuon2Nsps4Vu4b0yCD4A6zcV5/SOQTr2AKw==","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":{"@adviser/cement":"^0.4.20","@fireproof/vendor":"0.0.2-dev-test","@fireproof/core-runtime":"0.0.2-dev-test","@fireproof/core-types-base":"0.0.2-dev-test","@fireproof/core-gateways-base":"0.0.2-dev-test","@fireproof/core-types-blockstore":"0.0.2-dev-test"},"_hasShrinkwrap":false,"devDependencies":{"@types/deno":"^2.3.0","@types/node":"^24.0.13","@fireproof/core-cli":"0.0.2-dev-test"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.0.2-dev-test_1752966165802_0.6372213494128511","host":"s3://npm-registry-packages-npm-production"}},"0.22.0-dev-preview":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"049dc09bd863b751487a5353879707cd9c38d824","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.22.0-dev-preview.tgz","fileCount":15,"integrity":"sha512-IvoiDaRgb7SsykTwirgsUGezWV74CBic1rvGsfqUo7fHNnx4ONnshl6x9sy+oxc7DyfmKkl7n6nFGkc+a/hJSA==","signatures":[{"sig":"MEYCIQDKSlwB6IP5QC2hG9ZTUYClBSz4NtyivYeYrY2Uu/hqLwIhALwMCfS/0GiVfWA1a02RrWrDhZ2ac2HpSNb7n/TO94ul","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":26510},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/8117a88281bb03d192b718798dce5357/fireproof-core-gateways-memory-0.22.0-dev-preview.tgz","_integrity":"sha512-IvoiDaRgb7SsykTwirgsUGezWV74CBic1rvGsfqUo7fHNnx4ONnshl6x9sy+oxc7DyfmKkl7n6nFGkc+a/hJSA==","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":{"@adviser/cement":"^0.4.20","@fireproof/vendor":"0.22.0-dev-preview","@fireproof/core-runtime":"0.22.0-dev-preview","@fireproof/core-types-base":"0.22.0-dev-preview","@fireproof/core-gateways-base":"0.22.0-dev-preview","@fireproof/core-types-blockstore":"0.22.0-dev-preview"},"_hasShrinkwrap":false,"devDependencies":{"@types/deno":"^2.3.0","@types/node":"^24.0.13","@fireproof/core-cli":"0.22.0-dev-preview"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.22.0-dev-preview_1753035269441_0.18256414591973846","host":"s3://npm-registry-packages-npm-production"}},"0.22.0-keybag":{"name":"@fireproof/core-gateways-memory","version":"0.22.0-keybag","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"a7ec5d0a6a49acafac291d26582448b3e4ccbe2b","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.22.0-keybag.tgz","fileCount":15,"integrity":"sha512-8rkuJ6tL+K8I5Fp9c1HWXfHQzOsUIyzhIMsleg+JKXAPXK7Eim7Xdpjl0xjzT+w7x00ZhHXRkOX0dfTRWkykQw==","signatures":[{"sig":"MEUCIA3RqPgZsXLJElcibD8kTotGajz0jn3kZAENJ6UOWyQGAiEA2LYcapdkm/g4H7QGVYsy7R1xr+oqU8NgJsjQQO38Xcs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":26464},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/f12d12563637a671a9b9049bc3c3befc/fireproof-core-gateways-memory-0.22.0-keybag.tgz","_integrity":"sha512-8rkuJ6tL+K8I5Fp9c1HWXfHQzOsUIyzhIMsleg+JKXAPXK7Eim7Xdpjl0xjzT+w7x00ZhHXRkOX0dfTRWkykQw==","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":{"@adviser/cement":"^0.4.20","@fireproof/vendor":"0.22.0-keybag","@fireproof/core-runtime":"0.22.0-keybag","@fireproof/core-types-base":"0.22.0-keybag","@fireproof/core-gateways-base":"0.22.0-keybag","@fireproof/core-types-blockstore":"0.22.0-keybag"},"_hasShrinkwrap":false,"devDependencies":{"@types/deno":"^2.3.0","@types/node":"^24.1.0","@fireproof/core-cli":"0.22.0-keybag"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.22.0-keybag_1753945004592_0.14824014481741354","host":"s3://npm-registry-packages-npm-production"}},"0.22.0-dev-preview-1":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"a81a5a0554fd734749ca1e9a0023af6246586748","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.22.0-dev-preview-1.tgz","fileCount":15,"integrity":"sha512-Ysjt5Kc899LAqSgNzPmZ/vn0DcEF9oz/Hd88mAeM7oolsxctCip+V1Z2vxOfvwkI1mWrlSsR0YyETJzGWq5u5A==","signatures":[{"sig":"MEUCIC8VyaZG/yHQjb7hVSHj8Qjmx0y/V2s0y2BfbEzJmJ76AiEAu93bqOJNFAGohKUojW3OtA9N2U3dl0+nOvLoNOt6Il4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27095},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/973a685189248a0828802e72a99e865f/fireproof-core-gateways-memory-0.22.0-dev-preview-1.tgz","_integrity":"sha512-Ysjt5Kc899LAqSgNzPmZ/vn0DcEF9oz/Hd88mAeM7oolsxctCip+V1Z2vxOfvwkI1mWrlSsR0YyETJzGWq5u5A==","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":{"@adviser/cement":"^0.4.21","@fireproof/vendor":"0.22.0-dev-preview-1","@fireproof/core-runtime":"0.22.0-dev-preview-1","@fireproof/core-types-base":"0.22.0-dev-preview-1","@fireproof/core-gateways-base":"0.22.0-dev-preview-1","@fireproof/core-types-blockstore":"0.22.0-dev-preview-1"},"_hasShrinkwrap":false,"devDependencies":{"@types/deno":"^2.3.0","@types/node":"^24.1.0","@fireproof/core-cli":"0.22.0-dev-preview-1"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.22.0-dev-preview-1_1754401979623_0.7507536068554108","host":"s3://npm-registry-packages-npm-production"}},"0.22.0-dev-preview-3":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"44661307bf7c75e063a7c914cb8a9ef1fde97c58","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.22.0-dev-preview-3.tgz","fileCount":15,"integrity":"sha512-2n14+reS+SH0TNk7Psj7MPberhLGq9UZwvvnaF7NX76ZgyhDa8quhnZ7o1Bp5Sqvk4HnDrLj3k4UC/hFQCkB4g==","signatures":[{"sig":"MEQCIDEt/TMrTPu+FKEnkzpnVnQkxwbDj1pMUKSC9uuCwqWqAiBVdC1nS++j+5xFG+2RdgxH4n4VRSxtNfTOsQ4jPwlO4A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27095},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/fefb252a6061e9bd78e0914311a5824d/fireproof-core-gateways-memory-0.22.0-dev-preview-3.tgz","_integrity":"sha512-2n14+reS+SH0TNk7Psj7MPberhLGq9UZwvvnaF7NX76ZgyhDa8quhnZ7o1Bp5Sqvk4HnDrLj3k4UC/hFQCkB4g==","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":{"@adviser/cement":"^0.4.21","@fireproof/vendor":"0.22.0-dev-preview-3","@fireproof/core-runtime":"0.22.0-dev-preview-3","@fireproof/core-types-base":"0.22.0-dev-preview-3","@fireproof/core-gateways-base":"0.22.0-dev-preview-3","@fireproof/core-types-blockstore":"0.22.0-dev-preview-3"},"_hasShrinkwrap":false,"devDependencies":{"@types/deno":"^2.3.0","@types/node":"^24.1.0","@fireproof/core-cli":"0.22.0-dev-preview-3"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.22.0-dev-preview-3_1754404295527_0.6999693913218235","host":"s3://npm-registry-packages-npm-production"}},"0.22.0-dev-preview-4":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"7f01fb905aac0f6301e3cbbe5d4b36c878840972","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.22.0-dev-preview-4.tgz","fileCount":15,"integrity":"sha512-IoS95z9q7m7/D4YGvc00Ott9Sdvxm3gVaXdkNg1YXcFOUzYgzzL/zDzJAm09jJjVYMzQciGZaAhkuMiv2fqXZw==","signatures":[{"sig":"MEYCIQDm4JUTxeplR9x7ROymEiRR/MpjCxNYYJ3wl8Pqz4KIJAIhAPVWuAjC8LDCCkd1Ymq/X1oOaSIhY+lpN8tMUfSqr+9o","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":27095},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/09f0985c53f768254c5d15eed5734d70/fireproof-core-gateways-memory-0.22.0-dev-preview-4.tgz","_integrity":"sha512-IoS95z9q7m7/D4YGvc00Ott9Sdvxm3gVaXdkNg1YXcFOUzYgzzL/zDzJAm09jJjVYMzQciGZaAhkuMiv2fqXZw==","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":{"@adviser/cement":"^0.4.21","@fireproof/vendor":"0.22.0-dev-preview-4","@fireproof/core-runtime":"0.22.0-dev-preview-4","@fireproof/core-types-base":"0.22.0-dev-preview-4","@fireproof/core-gateways-base":"0.22.0-dev-preview-4","@fireproof/core-types-blockstore":"0.22.0-dev-preview-4"},"_hasShrinkwrap":false,"devDependencies":{"@types/deno":"^2.3.0","@types/node":"^24.1.0","@fireproof/core-cli":"0.22.0-dev-preview-4"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.22.0-dev-preview-4_1754414601785_0.990866436278246","host":"s3://npm-registry-packages-npm-production"}},"0.23.0":{"name":"@fireproof/core-gateways-memory","version":"0.23.0","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"217e4a3a3ce529a39fff0b56267b5695a04f2963","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.23.0.tgz","fileCount":16,"integrity":"sha512-Vx2jN6NBEK+VIUiLfnFmWxaYQvYL4jk4mCJnHHgHqq5ZuKgL+IjBGwDhrUWvFz8ejXbIiUiDgKWlMrBvo7dSJw==","signatures":[{"sig":"MEUCIEJd6Ijn5qLHrf7j8eB5XtxsUGptcBU43bnbRsDXqVVgAiEAqFAuzW95wARSIM9KodCGesGj0FqOmRWX69Txw150Hrw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":34800},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/8bd913af889386c2806ca0419a880c15/fireproof-core-gateways-memory-0.23.0.tgz","_integrity":"sha512-Vx2jN6NBEK+VIUiLfnFmWxaYQvYL4jk4mCJnHHgHqq5ZuKgL+IjBGwDhrUWvFz8ejXbIiUiDgKWlMrBvo7dSJw==","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":{"@adviser/cement":"^0.4.21","@fireproof/vendor":"0.23.0","@fireproof/core-runtime":"0.23.0","@fireproof/core-types-base":"0.23.0","@fireproof/core-gateways-base":"0.23.0","@fireproof/core-types-blockstore":"0.23.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/deno":"^2.3.0","@types/node":"^24.1.0","@fireproof/core-cli":"0.23.0"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.23.0_1754783996102_0.5550424152811813","host":"s3://npm-registry-packages-npm-production"}},"0.23.1":{"name":"@fireproof/core-gateways-memory","version":"0.23.1","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"4744f1de5335ce8721e06f2c36e9985ecd23c742","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.23.1.tgz","fileCount":16,"integrity":"sha512-dUgBNGm2OgPi5WERzwj42otJCdFhC3tbvDC5S/lOqAFvUpv5cVklfHS6lXgteIlV5B1VtgJzPBiGtHxg5dv6PA==","signatures":[{"sig":"MEYCIQCQbni+ymILf5UJ8DbE8RLznclKyevDxafIZM+9/k+mTwIhAMd5BOV10h/kdnaXbGtHT9A17SEfM0rJFT7nx9nUQp/p","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":34800},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/3435500923045afd3a0095fd16038210/fireproof-core-gateways-memory-0.23.1.tgz","_integrity":"sha512-dUgBNGm2OgPi5WERzwj42otJCdFhC3tbvDC5S/lOqAFvUpv5cVklfHS6lXgteIlV5B1VtgJzPBiGtHxg5dv6PA==","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":{"@adviser/cement":"^0.4.23","@fireproof/vendor":"0.23.1","@fireproof/core-runtime":"0.23.1","@fireproof/core-types-base":"0.23.1","@fireproof/core-gateways-base":"0.23.1","@fireproof/core-types-blockstore":"0.23.1"},"_hasShrinkwrap":false,"devDependencies":{"@types/deno":"^2.3.0","@types/node":"^24.2.1","@fireproof/core-cli":"0.23.1"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.23.1_1755088611927_0.7962691989171409","host":"s3://npm-registry-packages-npm-production"}},"0.23.1-dev-issue-1057":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"709b9bb399923b9a3245555c0a855f53f3a8e82f","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.23.1-dev-issue-1057.tgz","fileCount":12,"integrity":"sha512-qSIZbA6FD7IujMO+P5mXAiNt5eR9Wr0WgLG3dfQecQmoA6Bsiqtztdwx/kli9+Ox4JoPSU6AFmYeaLVK3ZG0Dw==","signatures":[{"sig":"MEUCIARD/cTiTaEHyOExvZ3kTCa63TbwETBCPLSfH3NEwtX/AiEArBbx2nd/aKXI7res/CJiAIDy8xi2yLIjlTHZSYa0TEc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30115},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/683474bc577657e1cbe6eafec2a8e33b/fireproof-core-gateways-memory-0.23.1-dev-issue-1057.tgz","_integrity":"sha512-qSIZbA6FD7IujMO+P5mXAiNt5eR9Wr0WgLG3dfQecQmoA6Bsiqtztdwx/kli9+Ox4JoPSU6AFmYeaLVK3ZG0Dw==","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":{"@adviser/cement":"^0.4.23","@fireproof/vendor":"0.23.1-dev-issue-1057","@fireproof/core-runtime":"0.23.1-dev-issue-1057","@fireproof/core-types-base":"0.23.1-dev-issue-1057","@fireproof/core-gateways-base":"0.23.1-dev-issue-1057","@fireproof/core-types-blockstore":"0.23.1-dev-issue-1057"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/deno":"^2.3.0","@types/node":"^24.2.1","@fireproof/core-cli":"0.23.1-dev-issue-1057"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.23.1-dev-issue-1057_1755254888748_0.4356318971450397","host":"s3://npm-registry-packages-npm-production"}},"0.23.2":{"name":"@fireproof/core-gateways-memory","version":"0.23.2","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"eac20767017616b6e720a7a18c1c2f237fdffd69","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.23.2.tgz","fileCount":12,"integrity":"sha512-DiSdgAiTm1vLXmeGe6bliDzIqyolMZ1c9AUa4OYzvYrOeRgerblLwPAf7KCNlD8ASy4zFkmoBoWaPHCfzo8IHw==","signatures":[{"sig":"MEYCIQDlfITmCbhE5zlBhxiApvIigWr6geCItnskRpGMj1A0twIhAM+ben5FX1mHxnn48j7kU3yOz729i7vGuNKU7gGlZhnS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30010},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/8494b2652559630c3386e8bd6c2f669b/fireproof-core-gateways-memory-0.23.2.tgz","_integrity":"sha512-DiSdgAiTm1vLXmeGe6bliDzIqyolMZ1c9AUa4OYzvYrOeRgerblLwPAf7KCNlD8ASy4zFkmoBoWaPHCfzo8IHw==","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":{"@adviser/cement":"^0.4.23","@fireproof/vendor":"0.23.2","@fireproof/core-runtime":"0.23.2","@fireproof/core-types-base":"0.23.2","@fireproof/core-gateways-base":"0.23.2","@fireproof/core-types-blockstore":"0.23.2"},"_hasShrinkwrap":false,"devDependencies":{"@types/deno":"^2.3.0","@types/node":"^24.2.1","@fireproof/core-cli":"0.23.2"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.23.2_1755259792453_0.8428530956296107","host":"s3://npm-registry-packages-npm-production"}},"0.23.3":{"name":"@fireproof/core-gateways-memory","version":"0.23.3","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"01e5f1d935dfbd9bb61f462e336089ed0ae4ef02","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.23.3.tgz","fileCount":12,"integrity":"sha512-jIPCbO7SpxzzIGL+75Q3j21kiMvQoDmM8Si4TQdzVagiaqQMzjzyJFNMosD2AFXy6HcPX5TbmBx/EUDNx+suLA==","signatures":[{"sig":"MEYCIQCQyBn7ueNaSW3yycNw97mY5QQtIbjTD2eI8Nz/CdnBXgIhALdjkMpIFpXZQrPRmU2j3hPSKwE2TJYlxL5ZjODrLTNT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30010},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/368bcd77fd7950cddbaf68002ea55886/fireproof-core-gateways-memory-0.23.3.tgz","_integrity":"sha512-jIPCbO7SpxzzIGL+75Q3j21kiMvQoDmM8Si4TQdzVagiaqQMzjzyJFNMosD2AFXy6HcPX5TbmBx/EUDNx+suLA==","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":{"@adviser/cement":"^0.4.23","@fireproof/vendor":"0.23.3","@fireproof/core-runtime":"0.23.3","@fireproof/core-types-base":"0.23.3","@fireproof/core-gateways-base":"0.23.3","@fireproof/core-types-blockstore":"0.23.3"},"_hasShrinkwrap":false,"devDependencies":{"@types/deno":"^2.3.0","@types/node":"^24.2.1","@fireproof/core-cli":"0.23.3"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.23.3_1755613686862_0.7307822785479556","host":"s3://npm-registry-packages-npm-production"}},"0.23.5":{"name":"@fireproof/core-gateways-memory","version":"0.23.5","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"1369bc835af51e5022cb9c75d05d4239ed745835","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.23.5.tgz","fileCount":13,"integrity":"sha512-VS2qa0qP4hz2IK7bgtGLQLZa/TWOJlbXUT8hfDizox4/mHP9Kw21if6MTtnumbhgu3mZrFO0Ozoi3FWowU6LMQ==","signatures":[{"sig":"MEUCIEjtq53PGqMBc58YH4v0yapH0kmme8fFp3EV9H+Ly9RNAiEA/lAjKXsK0sG9jpXFV66YUtWf/+lMXS4mfxh525bOx78=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30278},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/ecee795879d934727751f3bac1427a57/fireproof-core-gateways-memory-0.23.5.tgz","_integrity":"sha512-VS2qa0qP4hz2IK7bgtGLQLZa/TWOJlbXUT8hfDizox4/mHP9Kw21if6MTtnumbhgu3mZrFO0Ozoi3FWowU6LMQ==","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":{"@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.5","@fireproof/core-runtime":"0.23.5","@fireproof/core-types-base":"0.23.5","@fireproof/core-gateways-base":"0.23.5","@fireproof/core-types-blockstore":"0.23.5"},"_hasShrinkwrap":false,"devDependencies":{"@types/deno":"^2.3.0","@types/node":"^24.3.0","@fireproof/core-cli":"0.23.5"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.23.5_1755619679704_0.9574805624830454","host":"s3://npm-registry-packages-npm-production"}},"0.23.6":{"name":"@fireproof/core-gateways-memory","version":"0.23.6","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"88d045b2aad2884914159bdcc0d44996305b055c","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.23.6.tgz","fileCount":13,"integrity":"sha512-9zdxYVmFIPGhDHY5Kx7TsPFWcPOSH9xbuuymxG803HFPaH3rTmQDY+9KBP4V67I80JlOV8gOdNbfANOsOtYybA==","signatures":[{"sig":"MEUCIATBKwdx69by843w/28hmX+uRDPGwYrvD/bEX1viild0AiEAhjFnfTl2Nha1VUZ4GdWN4gHLze4ReDekpsHXpU4jHfU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30278},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/493bb1928eb1423893cdb755637d02de/fireproof-core-gateways-memory-0.23.6.tgz","_integrity":"sha512-9zdxYVmFIPGhDHY5Kx7TsPFWcPOSH9xbuuymxG803HFPaH3rTmQDY+9KBP4V67I80JlOV8gOdNbfANOsOtYybA==","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":{"@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.6","@fireproof/core-runtime":"0.23.6","@fireproof/core-types-base":"0.23.6","@fireproof/core-gateways-base":"0.23.6","@fireproof/core-types-blockstore":"0.23.6"},"_hasShrinkwrap":false,"devDependencies":{"@types/deno":"^2.3.0","@types/node":"^24.3.0","@fireproof/core-cli":"0.23.6"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.23.6_1755634451600_0.9056827733372945","host":"s3://npm-registry-packages-npm-production"}},"0.23.7-dev-preview1":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"a86ee7ea59df99b571c5677f9fadba8135790b16","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.23.7-dev-preview1.tgz","fileCount":13,"integrity":"sha512-NPR6xrqPHMFtTdzMic2a6IN8CtWwjG4vkQGOgwj9R5X1o20n7Y81k6JihqjoKQnt04Yj2xUxfejexTy86sbS1g==","signatures":[{"sig":"MEYCIQCjaZ29GYuv419GEvOqmR3JXtFeFqxp3AvhfUAUK1LxTQIhAMH+JTjudEaaNoppS498IEps20BCzOCvOEmcQVGnLwog","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30369},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/63a62f817f7fa04ca5f6b855ba0ebd07/fireproof-core-gateways-memory-0.23.7-dev-preview1.tgz","_integrity":"sha512-NPR6xrqPHMFtTdzMic2a6IN8CtWwjG4vkQGOgwj9R5X1o20n7Y81k6JihqjoKQnt04Yj2xUxfejexTy86sbS1g==","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":{"@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.7-dev-preview1","@fireproof/core-runtime":"0.23.7-dev-preview1","@fireproof/core-types-base":"0.23.7-dev-preview1","@fireproof/core-gateways-base":"0.23.7-dev-preview1","@fireproof/core-types-blockstore":"0.23.7-dev-preview1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/deno":"^2.3.0","@types/node":"^24.3.0","@fireproof/core-cli":"0.23.7-dev-preview1"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.23.7-dev-preview1_1755814340462_0.9986359605091788","host":"s3://npm-registry-packages-npm-production"}},"0.23.7-dev-preview2":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"aea66a90adefc825642871d9fd20cb509874c41d","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.23.7-dev-preview2.tgz","fileCount":13,"integrity":"sha512-UDoc2Ix61doLhmJFYyQ3YIXcqbOXqaKE+FI/8yhs2SjMEjKJ8q/xz0SzJOILlkYX8HgDsmbzgcSjv2ru1nhenQ==","signatures":[{"sig":"MEUCIC2opnOfTEyYrLbMU0DAvGJuC+h+u9q//2/ESsQCfxixAiEA05BSIHN3Nne1Jy7AHgyDkBkFBTxNKyTKrwdzgm8OXeY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30369},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/a52f846c3818540c55d7edcabb45511a/fireproof-core-gateways-memory-0.23.7-dev-preview2.tgz","_integrity":"sha512-UDoc2Ix61doLhmJFYyQ3YIXcqbOXqaKE+FI/8yhs2SjMEjKJ8q/xz0SzJOILlkYX8HgDsmbzgcSjv2ru1nhenQ==","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":{"@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.7-dev-preview2","@fireproof/core-runtime":"0.23.7-dev-preview2","@fireproof/core-types-base":"0.23.7-dev-preview2","@fireproof/core-gateways-base":"0.23.7-dev-preview2","@fireproof/core-types-blockstore":"0.23.7-dev-preview2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/deno":"^2.3.0","@types/node":"^24.3.0","@fireproof/core-cli":"0.23.7-dev-preview2"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.23.7-dev-preview2_1755833924670_0.38103475713808543","host":"s3://npm-registry-packages-npm-production"}},"0.23.7-dev-preview4":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"b10bbadf727f014cb52f080a47b7fe4a94f04157","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.23.7-dev-preview4.tgz","fileCount":13,"integrity":"sha512-cRfxkcvVGVj/On26CUrwfzLwpyT00ZKwO0XWxYznbtzZ2b5WnxYzQAdylYopkq5nLzaVE48RExAorGCyjc0nzA==","signatures":[{"sig":"MEUCIBN6I4q3VVyvr7kov6sxfXdsVO49phlPvkK5l1pp8BdGAiEAukOizqwBYi8UKZfNV5HpFwE5zbYy2k2L4AtSHx6QLKQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30369},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/c58b528f4ebc74b909b672a61b080075/fireproof-core-gateways-memory-0.23.7-dev-preview4.tgz","_integrity":"sha512-cRfxkcvVGVj/On26CUrwfzLwpyT00ZKwO0XWxYznbtzZ2b5WnxYzQAdylYopkq5nLzaVE48RExAorGCyjc0nzA==","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":{"@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.7-dev-preview4","@fireproof/core-runtime":"0.23.7-dev-preview4","@fireproof/core-types-base":"0.23.7-dev-preview4","@fireproof/core-gateways-base":"0.23.7-dev-preview4","@fireproof/core-types-blockstore":"0.23.7-dev-preview4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/deno":"^2.3.0","@types/node":"^24.3.0","@fireproof/core-cli":"0.23.7-dev-preview4"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.23.7-dev-preview4_1755874109712_0.42156826395671043","host":"s3://npm-registry-packages-npm-production"}},"0.23.8":{"name":"@fireproof/core-gateways-memory","version":"0.23.8","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"a0b4fb0b0ed678ce57ea676985e301c77744a1a6","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.23.8.tgz","fileCount":13,"integrity":"sha512-YdY8r6V5zL3CbA5K2mOlsJgVOnrc2oqV1DWdDvaPCwmhwQv1KZNWoixwdZaMevjvZHIuI6z9FHa4Sbn4qScHuQ==","signatures":[{"sig":"MEQCIGcIWWyMT0BGxrzg2a1M743bI4Z08h3pZODJB2i9+iCzAiBhZfmyIs9rOPBbI5MjGS2ieSg1IhjhhTxEhtiy7WneHQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30290},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/c6b5e4e0a8ef183acdc77acf135c489e/fireproof-core-gateways-memory-0.23.8.tgz","_integrity":"sha512-YdY8r6V5zL3CbA5K2mOlsJgVOnrc2oqV1DWdDvaPCwmhwQv1KZNWoixwdZaMevjvZHIuI6z9FHa4Sbn4qScHuQ==","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":{"@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.8","@fireproof/core-runtime":"0.23.8","@fireproof/core-types-base":"0.23.8","@fireproof/core-gateways-base":"0.23.8","@fireproof/core-types-blockstore":"0.23.8"},"_hasShrinkwrap":false,"devDependencies":{"@types/deno":"^2.3.0","@types/node":"^24.3.0","@fireproof/core-cli":"0.23.8"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.23.8_1755908229858_0.17600628400276297","host":"s3://npm-registry-packages-npm-production"}},"0.23.10":{"name":"@fireproof/core-gateways-memory","version":"0.23.10","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"cb36872131e2a00a124477d5b8ddf6d422694f23","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.23.10.tgz","fileCount":13,"integrity":"sha512-SLt1ZrjBWi1QfUft1QwOer++m/AOKf3vZOPKxvlaDpxJmEYE/BYLEe3fYUM//tvDYpUr4tDA3gayp5at9Bv/cw==","signatures":[{"sig":"MEQCID9YFKoodifFaJSwXJ6ygCl+/2lVfh7Kj8m+D9qKXRXgAiAB/b7dbSgs5HcVHaHqr/Ka6wGrCqHG4JPwrVDErNtm0g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30297},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/45b03e9614bd6442d8a2cc274a7400a4/fireproof-core-gateways-memory-0.23.10.tgz","_integrity":"sha512-SLt1ZrjBWi1QfUft1QwOer++m/AOKf3vZOPKxvlaDpxJmEYE/BYLEe3fYUM//tvDYpUr4tDA3gayp5at9Bv/cw==","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":{"@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.10","@fireproof/core-runtime":"0.23.10","@fireproof/core-types-base":"0.23.10","@fireproof/core-gateways-base":"0.23.10","@fireproof/core-types-blockstore":"0.23.10"},"_hasShrinkwrap":false,"devDependencies":{"@types/deno":"^2.3.0","@types/node":"^24.3.0","@fireproof/core-cli":"0.23.10"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.23.10_1755919129080_0.5036483130149343","host":"s3://npm-registry-packages-npm-production"}},"0.23.7":{"name":"@fireproof/core-gateways-memory","version":"0.23.7","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"420e92b612653e501f8545d01b7e6c74b8c501ce","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.23.7.tgz","fileCount":13,"integrity":"sha512-gnHhA2JEfU+thxYi0mQMTpegiIgJcuHuZm8e82ftQqKD5uoXm9MgokNE+kSKfpzOoW2K1BEqZ8onYEEuZ1KbSA==","signatures":[{"sig":"MEYCIQDwK7VkMhzM/kbhs62QUWXJnpBVNz24vynsPGCwVpJ8GQIhAOhJpgPcr20ZtU4+adkxoS7CVsUnfQmRPjAwGhhakTDz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30290},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/61d861b672820581de2329040f274755/fireproof-core-gateways-memory-0.23.7.tgz","_integrity":"sha512-gnHhA2JEfU+thxYi0mQMTpegiIgJcuHuZm8e82ftQqKD5uoXm9MgokNE+kSKfpzOoW2K1BEqZ8onYEEuZ1KbSA==","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":{"@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.7","@fireproof/core-runtime":"0.23.7","@fireproof/core-types-base":"0.23.7","@fireproof/core-gateways-base":"0.23.7","@fireproof/core-types-blockstore":"0.23.7"},"_hasShrinkwrap":false,"devDependencies":{"@types/deno":"^2.3.0","@types/node":"^24.3.0","@fireproof/core-cli":"0.23.7"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.23.7_1755920841122_0.9700377383729963","host":"s3://npm-registry-packages-npm-production"}},"0.23.11":{"name":"@fireproof/core-gateways-memory","version":"0.23.11","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"1a46142d596e18fc2a9751a51f384e4a7f4a362a","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.23.11.tgz","fileCount":13,"integrity":"sha512-mIda3eRZWsVYpmdui00uCDxfLnQkCEqMAxh1jC7hBBS4pCl86JrEbrEzw3UpRcxQzdWEygrQUQHUDLBraOKdUA==","signatures":[{"sig":"MEYCIQD8jAZdTqU0GdwJvUYQIHVGVcM2kUDeJF4fHSJBGfSxOAIhAO5t0sVBGJY7Jqx3dSvnHb44myVvDRSxbnUjG/w9lJPl","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30297},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/a933fde1df7a117eb6437fbf7f16b711/fireproof-core-gateways-memory-0.23.11.tgz","_integrity":"sha512-mIda3eRZWsVYpmdui00uCDxfLnQkCEqMAxh1jC7hBBS4pCl86JrEbrEzw3UpRcxQzdWEygrQUQHUDLBraOKdUA==","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":{"@adviser/cement":"^0.4.25","@fireproof/vendor":"0.23.11","@fireproof/core-runtime":"0.23.11","@fireproof/core-types-base":"0.23.11","@fireproof/core-gateways-base":"0.23.11","@fireproof/core-types-blockstore":"0.23.11"},"_hasShrinkwrap":false,"devDependencies":{"@types/deno":"^2.3.0","@types/node":"^24.3.0","@fireproof/core-cli":"0.23.11"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.23.11_1755967290028_0.4571988352717806","host":"s3://npm-registry-packages-npm-production"}},"0.23.13":{"name":"@fireproof/core-gateways-memory","version":"0.23.13","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"1b8aaaedf9f6e518d9b3769deccc4f96f42a1eb1","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.23.13.tgz","fileCount":13,"integrity":"sha512-MKtJdDmcYaXgg/Za2SlHk/wnz63A9veQpP+1CmgS3TZbhRSEmGOw505ahKsmQahsu8SeNmN8OhX/ed2rbZJbyw==","signatures":[{"sig":"MEYCIQCHYZ6u7cS29G1IbVKaR4+4n1QIqoN/ak/SuFudZIVRmAIhAMekk/xTt9mKboaXK6J8mxnrFGw6bVF7E2kdQavsEnAR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30297},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/bb8ff2f76bf6f2db9896cf52295f88ad/fireproof-core-gateways-memory-0.23.13.tgz","_integrity":"sha512-MKtJdDmcYaXgg/Za2SlHk/wnz63A9veQpP+1CmgS3TZbhRSEmGOw505ahKsmQahsu8SeNmN8OhX/ed2rbZJbyw==","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":{"@adviser/cement":"^0.4.26","@fireproof/vendor":"0.23.13","@fireproof/core-runtime":"0.23.13","@fireproof/core-types-base":"0.23.13","@fireproof/core-gateways-base":"0.23.13","@fireproof/core-types-blockstore":"0.23.13"},"_hasShrinkwrap":false,"devDependencies":{"@types/deno":"^2.3.0","@types/node":"^24.3.0","@fireproof/core-cli":"0.23.13"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.23.13_1756333393925_0.36571538944688453","host":"s3://npm-registry-packages-npm-production"}},"0.23.14-dev-preview03":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"61212510ad529b92d872407c5a53bebe6dc88abe","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.23.14-dev-preview03.tgz","fileCount":13,"integrity":"sha512-V2teioYLPQl/Soh3J981mnKgu8WZWmmfF7DoskYhaNWr/MMp8IonualiFwVfMlkuz6y814XVyD1Y/eCUjxuhVQ==","signatures":[{"sig":"MEUCIQC+KfJ58Bhf8Hh179jlxaTlDeKTYm9KNtHPgs1T1A+FeQIgdzpsG26Jw57mEziwr4HyNvDDknmvXnQYdRIUb0pYNoo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30395},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/53abfc30487b44ba6dd5d2b1fcb0c0a0/fireproof-core-gateways-memory-0.23.14-dev-preview03.tgz","_integrity":"sha512-V2teioYLPQl/Soh3J981mnKgu8WZWmmfF7DoskYhaNWr/MMp8IonualiFwVfMlkuz6y814XVyD1Y/eCUjxuhVQ==","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":{"@adviser/cement":"^0.4.39","@fireproof/vendor":"0.23.14-dev-preview03","@fireproof/core-runtime":"0.23.14-dev-preview03","@fireproof/core-types-base":"0.23.14-dev-preview03","@fireproof/core-gateways-base":"0.23.14-dev-preview03","@fireproof/core-types-blockstore":"0.23.14-dev-preview03"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/deno":"^2.3.0","@types/node":"^24.6.1","@fireproof/core-cli":"0.23.14-dev-preview03"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.23.14-dev-preview03_1759373569602_0.354625647115133","host":"s3://npm-registry-packages-npm-production"}},"0.23.14-dev-preview04":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"32fb2250c96188fcb6e87c1a4f345857c1b22b63","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.23.14-dev-preview04.tgz","fileCount":13,"integrity":"sha512-fPi5RNCv4o9BmCT5VvXj4Ae37I3EGsGCjrcbDyyQ7ilubKcvch+bQPK6Y5PzhjgfPfagyLXeybIAkzTR44nXjQ==","signatures":[{"sig":"MEUCIQDZTEMrNtJjCQLTniqrrioXCiv18IEanZkWITIYVtsTwgIgM8ihXQ+EJgxcJFunXvKygiQjAneNVRnFKzeI4IXdup0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30395},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/374f7061ca4bf9f5f427b09cea50daf4/fireproof-core-gateways-memory-0.23.14-dev-preview04.tgz","_integrity":"sha512-fPi5RNCv4o9BmCT5VvXj4Ae37I3EGsGCjrcbDyyQ7ilubKcvch+bQPK6Y5PzhjgfPfagyLXeybIAkzTR44nXjQ==","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":{"@adviser/cement":"^0.4.39","@fireproof/vendor":"0.23.14-dev-preview04","@fireproof/core-runtime":"0.23.14-dev-preview04","@fireproof/core-types-base":"0.23.14-dev-preview04","@fireproof/core-gateways-base":"0.23.14-dev-preview04","@fireproof/core-types-blockstore":"0.23.14-dev-preview04"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/deno":"^2.3.0","@types/node":"^24.6.1","@fireproof/core-cli":"0.23.14-dev-preview04"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.23.14-dev-preview04_1759374556814_0.41805674073557","host":"s3://npm-registry-packages-npm-production"}},"0.23.14":{"name":"@fireproof/core-gateways-memory","version":"0.23.14","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"df9cadc5eb9a068423d5e5d5bdf0ee1333a98ddb","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.23.14.tgz","fileCount":13,"integrity":"sha512-947CZtZAzOvbfNZYiUgr3gMv1vMK7S1zuAHDKLf0e/yGSAKRhmZLSlVDQLJ6IA9W08yShuy8Jg26bCXe66XeXw==","signatures":[{"sig":"MEQCICsVbXxhSp3ryBpdh68+jlv+5NtX4yJzYv/YaEGmta1LAiBZ9CFvlGehXUQUBWJgYaTe3uFidkPR6iKjJA1e0ApUyw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30297},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/4ec1633684a50aeda851da9bbcd98346/fireproof-core-gateways-memory-0.23.14.tgz","_integrity":"sha512-947CZtZAzOvbfNZYiUgr3gMv1vMK7S1zuAHDKLf0e/yGSAKRhmZLSlVDQLJ6IA9W08yShuy8Jg26bCXe66XeXw==","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":{"@adviser/cement":"^0.4.39","@fireproof/vendor":"0.23.14","@fireproof/core-runtime":"0.23.14","@fireproof/core-types-base":"0.23.14","@fireproof/core-gateways-base":"0.23.14","@fireproof/core-types-blockstore":"0.23.14"},"_hasShrinkwrap":false,"devDependencies":{"@types/deno":"^2.3.0","@types/node":"^24.6.1","@fireproof/core-cli":"0.23.14"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.23.14_1759375264832_0.22522163322702982","host":"s3://npm-registry-packages-npm-production"}},"0.23.15-dev-windows":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"a78749324e1627dbc18c96f8e0ad8c7b32d6c416","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.23.15-dev-windows.tgz","fileCount":13,"integrity":"sha512-8Y1Y56nXB0t+Ouo0Tqf/XXtfepR28N9MBwp5RA3SNA1RVvahmS2uToIw3XiML3hqzcUfHwI54ds/9ssMICQzLw==","signatures":[{"sig":"MEYCIQDGNEJa3GOrF4JZLc5BLdwLc1WbquTDmsgQNEqP/DEdoQIhAKufToh4BNo6mabWvTsl52ArGlYzZqDuWFgCDbadQyOp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30368},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/afb9a1cba841f3e0473eee55da61342f/fireproof-core-gateways-memory-0.23.15-dev-windows.tgz","_integrity":"sha512-8Y1Y56nXB0t+Ouo0Tqf/XXtfepR28N9MBwp5RA3SNA1RVvahmS2uToIw3XiML3hqzcUfHwI54ds/9ssMICQzLw==","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":{"@adviser/cement":"^0.4.43","@fireproof/vendor":"0.23.15-dev-windows","@fireproof/core-runtime":"0.23.15-dev-windows","@fireproof/core-types-base":"0.23.15-dev-windows","@fireproof/core-gateways-base":"0.23.15-dev-windows","@fireproof/core-types-blockstore":"0.23.15-dev-windows"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/deno":"^2.5.0","@types/node":"^24.7.0","@fireproof/core-cli":"0.23.15-dev-windows"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.23.15-dev-windows_1760133482755_0.9146155128592217","host":"s3://npm-registry-packages-npm-production"}},"0.23.15-dev-windows-1":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"9d1dc6599edac7de2edf767aea31f299f9a7ec9c","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.23.15-dev-windows-1.tgz","fileCount":13,"integrity":"sha512-g9aWCQnl6gsUTBKe0T++RSco1wkxO3j3dN58si9/poGQZKMSCjVkQHXcjXA89VZncu4duuRixFdEOBwYq2nH1g==","signatures":[{"sig":"MEYCIQCoIpjS1oRFgHf/BZRk9LfS/kKJ9jha0AynOohF8yGnLgIhAOsez0Ka14wiewvoRwqLcHwMLrtZ2kzQqtcXht5aQ6vi","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30382},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/15776cded8493d12d8ff5f97497448de/fireproof-core-gateways-memory-0.23.15-dev-windows-1.tgz","_integrity":"sha512-g9aWCQnl6gsUTBKe0T++RSco1wkxO3j3dN58si9/poGQZKMSCjVkQHXcjXA89VZncu4duuRixFdEOBwYq2nH1g==","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":{"@adviser/cement":"^0.4.43","@fireproof/vendor":"0.23.15-dev-windows-1","@fireproof/core-runtime":"0.23.15-dev-windows-1","@fireproof/core-types-base":"0.23.15-dev-windows-1","@fireproof/core-gateways-base":"0.23.15-dev-windows-1","@fireproof/core-types-blockstore":"0.23.15-dev-windows-1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/deno":"^2.5.0","@types/node":"^24.7.0","@fireproof/core-cli":"0.23.15-dev-windows-1"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.23.15-dev-windows-1_1760176765375_0.39320049475030494","host":"s3://npm-registry-packages-npm-production"}},"0.23.15-dev-windows-2":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"d7b7c3d330c2327541ab6db4f390ea77a3f7ef31","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.23.15-dev-windows-2.tgz","fileCount":13,"integrity":"sha512-Az0hxZrQWPLr+Fxt7il0drfwH7Xh8t6aLQ0k38Xq1LCtH1uf/0N1Iqh2SPINsnoz04BUC2Flnr73GYNA+GwpuA==","signatures":[{"sig":"MEYCIQDuATAvydmQFejRwy+BGvwr5JYOlEaH0yfwGecAGWNeYAIhAN3IhcjhSo0l/0PQFoldArCsPmcfudXo2SABp/sNPjov","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30382},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/32dea3acf6ed443a40b9c520eb8cb5e4/fireproof-core-gateways-memory-0.23.15-dev-windows-2.tgz","_integrity":"sha512-Az0hxZrQWPLr+Fxt7il0drfwH7Xh8t6aLQ0k38Xq1LCtH1uf/0N1Iqh2SPINsnoz04BUC2Flnr73GYNA+GwpuA==","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":{"@adviser/cement":"^0.4.43","@fireproof/vendor":"0.23.15-dev-windows-2","@fireproof/core-runtime":"0.23.15-dev-windows-2","@fireproof/core-types-base":"0.23.15-dev-windows-2","@fireproof/core-gateways-base":"0.23.15-dev-windows-2","@fireproof/core-types-blockstore":"0.23.15-dev-windows-2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/deno":"^2.5.0","@types/node":"^24.7.0","@fireproof/core-cli":"0.23.15-dev-windows-2"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.23.15-dev-windows-2_1760221171460_0.9830929971308418","host":"s3://npm-registry-packages-npm-production"}},"0.23.15":{"name":"@fireproof/core-gateways-memory","version":"0.23.15","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"aae076b6ec823562a2d356deff4024808c9af573","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.23.15.tgz","fileCount":13,"integrity":"sha512-1ZiZxexg2ret5kJTWKRXc+Lk1tntZWf74irCXwLE3IBlkc11FLhSlGhAS6xJNtp1RkkUHMJZ30OjUgQxpOuJAg==","signatures":[{"sig":"MEUCIByk2V19/KYExKeXFeXTFm0AzOGkBJLb7bchKoXjPjSgAiEA4ny1PyxAOM2NTnnaL9puHDfcH3RvPixj72ZKdu47TWQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30284},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/54cd820a78bb1e27c77921943d0182e7/fireproof-core-gateways-memory-0.23.15.tgz","_integrity":"sha512-1ZiZxexg2ret5kJTWKRXc+Lk1tntZWf74irCXwLE3IBlkc11FLhSlGhAS6xJNtp1RkkUHMJZ30OjUgQxpOuJAg==","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":{"@adviser/cement":"^0.4.51","@fireproof/vendor":"0.23.15","@fireproof/core-runtime":"0.23.15","@fireproof/core-types-base":"0.23.15","@fireproof/core-gateways-base":"0.23.15","@fireproof/core-types-blockstore":"0.23.15"},"_hasShrinkwrap":false,"devDependencies":{"@types/deno":"^2.5.0","@types/node":"^24.7.2","@fireproof/core-cli":"0.23.15"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.23.15_1760632674719_0.45090705297697076","host":"s3://npm-registry-packages-npm-production"}},"0.24.2-dev-cloud-api":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"5bb216879731a7b46ac4874118c7536a72d76f1a","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.2-dev-cloud-api.tgz","fileCount":13,"integrity":"sha512-n/D6EosDpp2KsoNjUVvm46mcLNpgq16OSTe8VV1JuATZa2UGT/H8kS3s2Tbpmj7Z7xZYZFw7hqHRG27MQN3FSw==","signatures":[{"sig":"MEUCIQC7LkrALwjLvmotNQXojv1ijSFOEvXjAY70tKnX1IUwuQIgdP1y+h/vREQ2J30nQq/BadT6uMSLQY7DhGsC9j8/7fM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30376},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/2d822450898ee86ad2d713acc3b2722e/fireproof-core-gateways-memory-0.24.2-dev-cloud-api.tgz","_integrity":"sha512-n/D6EosDpp2KsoNjUVvm46mcLNpgq16OSTe8VV1JuATZa2UGT/H8kS3s2Tbpmj7Z7xZYZFw7hqHRG27MQN3FSw==","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":{"@adviser/cement":"^0.4.72","@fireproof/vendor":"0.24.2-dev-cloud-api","@fireproof/core-runtime":"0.24.2-dev-cloud-api","@fireproof/core-types-base":"0.24.2-dev-cloud-api","@fireproof/core-gateways-base":"0.24.2-dev-cloud-api","@fireproof/core-types-blockstore":"0.24.2-dev-cloud-api"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/deno":"^2.5.0","@types/node":"^24.10.1","@fireproof/core-cli":"0.24.2-dev-cloud-api"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.2-dev-cloud-api_1764100137495_0.16294075482215264","host":"s3://npm-registry-packages-npm-production"}},"0.24.0-dev-multi-clerks-0":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"1fbb05693fb03b4406b1921c6a4d194a9b56fd98","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.0-dev-multi-clerks-0.tgz","fileCount":13,"integrity":"sha512-SYYHfpXoO69y5tabDXhd2gNNcLAWBOkaysUo3xZEBfl+SWuos3QAR7AI73T9VpVX7uCdO6DOHXqCA/gZRuLKDw==","signatures":[{"sig":"MEUCIAWgpZAG08m1pQTFVeQfAEPagseyRfLijPo6G5voC/iMAiEA17StKETkcU1okVBo6Acm5VrHJR6VedXnGfGtmOqvWuc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30410},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/67b97e8f34c7b89cb36d54e518453c11/fireproof-core-gateways-memory-0.24.0-dev-multi-clerks-0.tgz","_integrity":"sha512-SYYHfpXoO69y5tabDXhd2gNNcLAWBOkaysUo3xZEBfl+SWuos3QAR7AI73T9VpVX7uCdO6DOHXqCA/gZRuLKDw==","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":{"@adviser/cement":"^0.5.1","@fireproof/vendor":"0.24.0-dev-multi-clerks-0","@fireproof/core-runtime":"0.24.0-dev-multi-clerks-0","@fireproof/core-types-base":"0.24.0-dev-multi-clerks-0","@fireproof/core-gateways-base":"0.24.0-dev-multi-clerks-0","@fireproof/core-types-blockstore":"0.24.0-dev-multi-clerks-0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/deno":"^2.5.0","@types/node":"^24.10.1","@fireproof/core-cli":"0.24.0-dev-multi-clerks-0"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.0-dev-multi-clerks-0_1764190633392_0.2828619232802745","host":"s3://npm-registry-packages-npm-production"}},"0.24.0-dev-multi-clerks-1":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"3274afa474fced681fe57117a821db4ff84f34a3","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.0-dev-multi-clerks-1.tgz","fileCount":13,"integrity":"sha512-uE3xIOpnezRPdLbBjtyWA+l7SkrASpTAPHBH26SM9tQhhp2sjN5Ga6Z/aSSwQ+ZfAGLMDc3kMOPcjenz4y9nQA==","signatures":[{"sig":"MEQCIGc+tj64pm24ifYVSmwTUyV/73XhkPQNqkiLMjDLnNlNAiB7q4CV3RvK7b2iQS7iycnCNFbW0TaOtUq2ohNrg29yaQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30410},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/38070cf68980e5e470e6848d457207a2/fireproof-core-gateways-memory-0.24.0-dev-multi-clerks-1.tgz","_integrity":"sha512-uE3xIOpnezRPdLbBjtyWA+l7SkrASpTAPHBH26SM9tQhhp2sjN5Ga6Z/aSSwQ+ZfAGLMDc3kMOPcjenz4y9nQA==","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":{"@adviser/cement":"^0.5.2","@fireproof/vendor":"0.24.0-dev-multi-clerks-1","@fireproof/core-runtime":"0.24.0-dev-multi-clerks-1","@fireproof/core-types-base":"0.24.0-dev-multi-clerks-1","@fireproof/core-gateways-base":"0.24.0-dev-multi-clerks-1","@fireproof/core-types-blockstore":"0.24.0-dev-multi-clerks-1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/deno":"^2.5.0","@types/node":"^24.10.1","@fireproof/core-cli":"0.24.0-dev-multi-clerks-1"},"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.0-dev-multi-clerks-1_1764257185469_0.42513342113461605","host":"s3://npm-registry-packages-npm-production"}},"0.24.0":{"name":"@fireproof/core-gateways-memory","version":"0.24.0","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"94d087b462eb6964ab35dc71330eee7e7bf9c5bd","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.0.tgz","fileCount":13,"integrity":"sha512-TRQm6Z/qXxAY3Y6mKNROVDI+Jta8lMo3J/7HG6xSTDzTOK1ZWQMX4TlOOeVPxpkGko9pioF3yiWmVPkqfcZ9XQ==","signatures":[{"sig":"MEUCIDJwhDyWj4YszV/BuGQAk0jBf9sm5tbXnFT3ToHWjhkmAiEAlcHETIdGqmQvy5mD62RETmZrA8mIaOpN3bgpIqjtnpk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30152},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/6c0d7b09d8fd4af56030fbd1a38154ba/fireproof-core-gateways-memory-0.24.0.tgz","_integrity":"sha512-TRQm6Z/qXxAY3Y6mKNROVDI+Jta8lMo3J/7HG6xSTDzTOK1ZWQMX4TlOOeVPxpkGko9pioF3yiWmVPkqfcZ9XQ==","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":{"@adviser/cement":"0.5.2","@fireproof/vendor":"0.24.0","@fireproof/core-runtime":"0.24.0","@fireproof/core-types-base":"0.24.0","@fireproof/core-gateways-base":"0.24.0","@fireproof/core-types-blockstore":"0.24.0"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.0_1764512357977_0.5338006989653392","host":"s3://npm-registry-packages-npm-production"}},"0.24.1-dev-memo":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"c0afb66c62f9b77e488de71d3b393d2774f3500a","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.1-dev-memo.tgz","fileCount":13,"integrity":"sha512-Ccel51lJd9PxPv/3a1aSTQ8UDN3WMhgl++8dkYkTYgjimRHPnoPz7e3mSZkS28AyfeN5eoimDiPSYCX5hVBI8A==","signatures":[{"sig":"MEUCIQD6Bn1ocHbJxVknrl5a2AlwNEQgHdMTEtVKVCGN+G5NQwIgaq2EyFgXZ2d/QGROQ/WLfG9oFmECktFdlci37sowIyA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30206},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/a1020b97fabe0f5d1e4bba2247f3ce55/fireproof-core-gateways-memory-0.24.1-dev-memo.tgz","_integrity":"sha512-Ccel51lJd9PxPv/3a1aSTQ8UDN3WMhgl++8dkYkTYgjimRHPnoPz7e3mSZkS28AyfeN5eoimDiPSYCX5hVBI8A==","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":{"@adviser/cement":"0.5.2","@fireproof/vendor":"0.24.1-dev-memo","@fireproof/core-runtime":"0.24.1-dev-memo","@fireproof/core-types-base":"0.24.1-dev-memo","@fireproof/core-gateways-base":"0.24.1-dev-memo","@fireproof/core-types-blockstore":"0.24.1-dev-memo"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.1-dev-memo_1764712455240_0.5793308908842827","host":"s3://npm-registry-packages-npm-production"}},"0.24.1-dev-memo-2":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"57145ff80081012422534f35d3b251d3abc168fb","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.1-dev-memo-2.tgz","fileCount":13,"integrity":"sha512-QNbQbP6BBZPnPe6PL1ubbbBqhinO04Wwuiz4bfXQbXSRPvVXHGzZXFgMCVOYO4F+lkVunx8Njeyr+qD2RfGb2w==","signatures":[{"sig":"MEUCIQDhbD4/8ipp31yiOelFICwydG0Wjm4KfkIpoeE76WyTmQIgZFDnP8x9AaPV1CfBe3bod7TksWj32aq6rapsFDkGSe4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30218},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/54f94d55ed4151ff995fc5ae6ac47719/fireproof-core-gateways-memory-0.24.1-dev-memo-2.tgz","_integrity":"sha512-QNbQbP6BBZPnPe6PL1ubbbBqhinO04Wwuiz4bfXQbXSRPvVXHGzZXFgMCVOYO4F+lkVunx8Njeyr+qD2RfGb2w==","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":{"@adviser/cement":"0.5.2","@fireproof/vendor":"0.24.1-dev-memo-2","@fireproof/core-runtime":"0.24.1-dev-memo-2","@fireproof/core-types-base":"0.24.1-dev-memo-2","@fireproof/core-gateways-base":"0.24.1-dev-memo-2","@fireproof/core-types-blockstore":"0.24.1-dev-memo-2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.1-dev-memo-2_1764714453465_0.8421075681152279","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-ensure-cloud-token":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"8c55cb077a614cf9ce95ba9e92739d1160e06a0a","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.3-dev-ensure-cloud-token.tgz","fileCount":13,"integrity":"sha512-W4nf/WethOK39OwtLAZaOAG0DkN5GGluewnHwuMU+CQRpLoWSdVwUfrQqUFQKleajRJoxRHtodWD1ive9WMsJQ==","signatures":[{"sig":"MEUCIAQMMMeAG77qcJNJ48bIqXmwujHPxNCrLlZmBXIiB0RkAiEAlUqUU2wcLkXlkuU/zXSa7PJr2Yln6pKrgmNGpXeidxI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30290},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/96efb361fc5adb46bf99ee76df76bd0e/fireproof-core-gateways-memory-0.24.3-dev-ensure-cloud-token.tgz","_integrity":"sha512-W4nf/WethOK39OwtLAZaOAG0DkN5GGluewnHwuMU+CQRpLoWSdVwUfrQqUFQKleajRJoxRHtodWD1ive9WMsJQ==","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":{"@adviser/cement":"0.5.2","@fireproof/vendor":"0.24.3-dev-ensure-cloud-token","@fireproof/core-runtime":"0.24.3-dev-ensure-cloud-token","@fireproof/core-types-base":"0.24.3-dev-ensure-cloud-token","@fireproof/core-gateways-base":"0.24.3-dev-ensure-cloud-token","@fireproof/core-types-blockstore":"0.24.3-dev-ensure-cloud-token"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.3-dev-ensure-cloud-token_1764799465924_0.8145178728693108","host":"s3://npm-registry-packages-npm-production"}},"0.24.1-dev-react19":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"630ac08d51154d2370e190ccbf80a10bcf57f27b","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.1-dev-react19.tgz","fileCount":13,"integrity":"sha512-MPldVF1qI3eDsjib4c4/kKpHtXg+P6TD6QjmT1o7VeZTOlhjFd7xnzooOg03HiYEqWLJTJAg1JOVKcEfXKMOZQ==","signatures":[{"sig":"MEUCIQC+iNzB79IVRvWNsW7pvHuAiPTu1pAe95XtZXjl/PenNAIgS48ByyI/r7dbkPdtowzvoSSMWPib9LMf4KMCZHNhtvk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30224},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/7f2e0b82012e72a57c23c989256bc183/fireproof-core-gateways-memory-0.24.1-dev-react19.tgz","_integrity":"sha512-MPldVF1qI3eDsjib4c4/kKpHtXg+P6TD6QjmT1o7VeZTOlhjFd7xnzooOg03HiYEqWLJTJAg1JOVKcEfXKMOZQ==","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":{"@adviser/cement":"0.5.2","@fireproof/vendor":"0.24.1-dev-react19","@fireproof/core-runtime":"0.24.1-dev-react19","@fireproof/core-types-base":"0.24.1-dev-react19","@fireproof/core-gateways-base":"0.24.1-dev-react19","@fireproof/core-types-blockstore":"0.24.1-dev-react19"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.1-dev-react19_1764880466424_0.731596039638581","host":"s3://npm-registry-packages-npm-production"}},"0.24.1-dev-react19.2":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"1a4be3d4c85e0ca10126432947d1a46d3be6beb9","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.1-dev-react19.2.tgz","fileCount":13,"integrity":"sha512-wVVXMme79QV+NCEsVl4PACGX/nGeTGgRsNItPR+Eso0U+na93KMTFAeJRGe+94g3xMubh716qx8vMstpoA8GZw==","signatures":[{"sig":"MEUCIHvYz92eg/92LlnoOvhJ0gNHW8sd7kgugjubTygBtV44AiEA1EgZv2Bfvz6rqTcwFY7yECUaGGZOaz8TtIvs/zfT4E8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30236},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/99001c2d9ef34da4418cfe5c29068b34/fireproof-core-gateways-memory-0.24.1-dev-react19.2.tgz","_integrity":"sha512-wVVXMme79QV+NCEsVl4PACGX/nGeTGgRsNItPR+Eso0U+na93KMTFAeJRGe+94g3xMubh716qx8vMstpoA8GZw==","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":{"@adviser/cement":"0.5.2","@fireproof/vendor":"0.24.1-dev-react19.2","@fireproof/core-runtime":"0.24.1-dev-react19.2","@fireproof/core-types-base":"0.24.1-dev-react19.2","@fireproof/core-gateways-base":"0.24.1-dev-react19.2","@fireproof/core-types-blockstore":"0.24.1-dev-react19.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.1-dev-react19.2_1764892581100_0.8920427568020599","host":"s3://npm-registry-packages-npm-production"}},"0.24.2-dev-clerk":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"8b896cdf48c2b8fcc51ccc1f93fa1d1baff0372a","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.2-dev-clerk.tgz","fileCount":13,"integrity":"sha512-Hx+69wr6wKlRCYXhO+Q3mzTAgifOnkmbGt0chNxoaSyHT0rPitDy36wR3BqpxvKmT87DFgGbxXWKJSLiBalshQ==","signatures":[{"sig":"MEUCIQCir2RngE/IGcFvVYAKvXfhcWBKJwGUl7+mfc0ZytvmGgIgJ63+/cqEevAO5uA3H3HwpgHdJTp4EyjiXxrHof2A+Sw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30212},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/79e302e4f3014b532a87185faffb8945/fireproof-core-gateways-memory-0.24.2-dev-clerk.tgz","_integrity":"sha512-Hx+69wr6wKlRCYXhO+Q3mzTAgifOnkmbGt0chNxoaSyHT0rPitDy36wR3BqpxvKmT87DFgGbxXWKJSLiBalshQ==","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":{"@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.2-dev-clerk","@fireproof/core-runtime":"0.24.2-dev-clerk","@fireproof/core-types-base":"0.24.2-dev-clerk","@fireproof/core-gateways-base":"0.24.2-dev-clerk","@fireproof/core-types-blockstore":"0.24.2-dev-clerk"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.2-dev-clerk_1764958266823_0.821378456575806","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-ensure-cloud-token-1":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"38831ed9900e5e79b8723cf869a7ea484c098fe5","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.3-dev-ensure-cloud-token-1.tgz","fileCount":13,"integrity":"sha512-/hP6aGJ7vmjmqfBtpLY6ZFIHCrBSGrCflbWdZOY9Suv3hiDpUfpuGVgNVdkVwHud3k+DXBOhfHhTaXRNQ8bCog==","signatures":[{"sig":"MEUCIBiqq8fjkT13/8SKYWQLaNvXAR4itmpBj00HkmI+gQk7AiEAodMA3bQNvBHA50TeaVkzIWtBZKFZ7avetO+NgpJY6Ho=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30302},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-memory-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/678234eb67ef679985fd3e7675d5412d/fireproof-core-gateways-memory-0.24.3-dev-ensure-cloud-token-1.tgz","_integrity":"sha512-/hP6aGJ7vmjmqfBtpLY6ZFIHCrBSGrCflbWdZOY9Suv3hiDpUfpuGVgNVdkVwHud3k+DXBOhfHhTaXRNQ8bCog==","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":{"@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.3-dev-ensure-cloud-token-1","@fireproof/core-runtime":"0.24.3-dev-ensure-cloud-token-1","@fireproof/core-types-base":"0.24.3-dev-ensure-cloud-token-1","@fireproof/core-gateways-base":"0.24.3-dev-ensure-cloud-token-1","@fireproof/core-types-blockstore":"0.24.3-dev-ensure-cloud-token-1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.3-dev-ensure-cloud-token-1_1765189491949_0.8200663989615797","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-ensure-cloud-token-6":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"974c8741ade1dadf8f635e6089f39bd2b8d07b46","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.3-dev-ensure-cloud-token-6.tgz","fileCount":13,"integrity":"sha512-Rdfe1GQkPCT8kcbp/1biZ+Nee8uccgZ10qcu4oWnmXLIpFxlA4NUlbQUxpuAJXKNqxgvQnKN/jsqMZ1Mgh+wuA==","signatures":[{"sig":"MEYCIQDI5ChJxJNXcU95Hnkq1TxWJDCUNlaGY7vDH1I78ZHUMgIhAMGI0HYPdvd93FaeCaWnvUeEJKmUWw5ONzd9Mci4S/zD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-memory@0.24.3-dev-ensure-cloud-token-6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":30316},"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:9e87b2c8-383f-4309-a04e-6c76d3c1fb97"}},"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":{"@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.3-dev-ensure-cloud-token-6","@fireproof/core-runtime":"0.24.3-dev-ensure-cloud-token-6","@fireproof/core-types-base":"0.24.3-dev-ensure-cloud-token-6","@fireproof/core-gateways-base":"0.24.3-dev-ensure-cloud-token-6","@fireproof/core-types-blockstore":"0.24.3-dev-ensure-cloud-token-6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.3-dev-ensure-cloud-token-6_1765386610044_0.8906550157634532","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-ensure-cloud-token-7":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"6dad8d0cb6251b6d400173d9883dfade2071df68","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.3-dev-ensure-cloud-token-7.tgz","fileCount":13,"integrity":"sha512-JbfIFBBxRsv4W01S6Dnci2v0XBeKNQ4CPvqGI3gYgpl7BwXycdCKkLg9Gv1gGhhBDdoWi8tH/8gJLYesCS0Rzg==","signatures":[{"sig":"MEQCIFCpkiB5qwqjuOY6dMr4YOBzy/+6uM4pOcDMRJKExz7SAiAyBLIe5tnn5HTQJSLZgTtwKkO/54WX/5D9SVUa+Q8X8g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-memory@0.24.3-dev-ensure-cloud-token-7","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":30316},"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:9e87b2c8-383f-4309-a04e-6c76d3c1fb97"}},"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":{"@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.3-dev-ensure-cloud-token-7","@fireproof/core-runtime":"0.24.3-dev-ensure-cloud-token-7","@fireproof/core-types-base":"0.24.3-dev-ensure-cloud-token-7","@fireproof/core-gateways-base":"0.24.3-dev-ensure-cloud-token-7","@fireproof/core-types-blockstore":"0.24.3-dev-ensure-cloud-token-7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.3-dev-ensure-cloud-token-7_1765395511451_0.6573611697679729","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-ensure-cloud-token-8":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"0227d844826e342abc0216d7ce5a86098347f225","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.3-dev-ensure-cloud-token-8.tgz","fileCount":13,"integrity":"sha512-XWpNHM2sw7xkTFFURHntxqupLRW1YQq2tPzsvK3M31i5Uf4hoQjLeirRcFk8pQuj42jsB+P4XPr2IxGxonN0YA==","signatures":[{"sig":"MEYCIQCpxMboe7J83TeLs8CYZXY+mWmUqdakm3GWymhtJSApZQIhAI91wijDQTHbzZ7DrxSdjP8ehTSnvCnXivf079tg+/vw","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-memory@0.24.3-dev-ensure-cloud-token-8","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":30316},"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:9e87b2c8-383f-4309-a04e-6c76d3c1fb97"}},"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":{"@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.3-dev-ensure-cloud-token-8","@fireproof/core-runtime":"0.24.3-dev-ensure-cloud-token-8","@fireproof/core-types-base":"0.24.3-dev-ensure-cloud-token-8","@fireproof/core-gateways-base":"0.24.3-dev-ensure-cloud-token-8","@fireproof/core-types-blockstore":"0.24.3-dev-ensure-cloud-token-8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.3-dev-ensure-cloud-token-8_1765510384818_0.34126326356346204","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-ensure-cloud-token-9":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"94a389ac6bc55e7caf4bedb175bac339b9f2bbbc","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.3-dev-ensure-cloud-token-9.tgz","fileCount":13,"integrity":"sha512-pv/avk5sp5dkyZsHehsMRUPEq20Brsu1EFA0MvqFf0y7zLR2AxGZjJ7yxew+r8pkX/0j+VDmy9NBR+/yWN9P9A==","signatures":[{"sig":"MEQCIE11WIlMuM4zCxUsDELvGBEONgOS3NI491qStZupzY+GAiB0J+sIpDqDjiM8/t8cWKisENzw3VHt1JjoBwzavBiDDA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-memory@0.24.3-dev-ensure-cloud-token-9","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":30316},"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:9e87b2c8-383f-4309-a04e-6c76d3c1fb97"}},"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":{"@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.3-dev-ensure-cloud-token-9","@fireproof/core-runtime":"0.24.3-dev-ensure-cloud-token-9","@fireproof/core-types-base":"0.24.3-dev-ensure-cloud-token-9","@fireproof/core-gateways-base":"0.24.3-dev-ensure-cloud-token-9","@fireproof/core-types-blockstore":"0.24.3-dev-ensure-cloud-token-9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.3-dev-ensure-cloud-token-9_1765538845097_0.19060489445646955","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-token-claims":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"3d0b39839e705b31e95fae3a69c7ac83a2bae41b","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.3-dev-token-claims.tgz","fileCount":13,"integrity":"sha512-ct92Txea7J7wq3+MuGpFxQQMNXe+mdoO3eZum34PLKQDgpcIl58Qas/XZFUxKeKnuvy97n6IHTb5PcmKnEuSLQ==","signatures":[{"sig":"MEYCIQCSXwgRPQQpqnXD7Ky+POvt4W9gGMOAz3hZO+rGeu1S+wIhALDsZfaG8YRqsfhCtfTAhKTIblI1+pQ28GUWr+efPwtE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-memory@0.24.3-dev-token-claims","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":30268},"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:9e87b2c8-383f-4309-a04e-6c76d3c1fb97"}},"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":{"@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.3-dev-token-claims","@fireproof/core-runtime":"0.24.3-dev-token-claims","@fireproof/core-types-base":"0.24.3-dev-token-claims","@fireproof/core-gateways-base":"0.24.3-dev-token-claims","@fireproof/core-types-blockstore":"0.24.3-dev-token-claims"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.3-dev-token-claims_1765818487929_0.8280577729549288","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-use-livequery":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"8991ed17f8f6608d7f958fe53a4fb986dcc180bf","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.3-dev-use-livequery.tgz","fileCount":13,"integrity":"sha512-a9Defz8OZVlqEtUviueeauo1Pit8XdhIP37TkCg+R/hucdXOSo9Y/vQvVA4Haxbed45ME+i5R7jIKP4L6XQTeg==","signatures":[{"sig":"MEQCIDXP8BxJnBTh/7rotbkxPDL5g0hNuYuiCJXD7DjouYeuAiAErjgI9e0N3nfR+bSqSaACbdXT7kpNVUkj7l3r0YCirw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-memory@0.24.3-dev-use-livequery","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":30274},"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:9e87b2c8-383f-4309-a04e-6c76d3c1fb97"}},"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":{"@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.3-dev-use-livequery","@fireproof/core-runtime":"0.24.3-dev-use-livequery","@fireproof/core-types-base":"0.24.3-dev-use-livequery","@fireproof/core-gateways-base":"0.24.3-dev-use-livequery","@fireproof/core-types-blockstore":"0.24.3-dev-use-livequery"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.3-dev-use-livequery_1765830316011_0.17215303026143824","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-20261224":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"89aef9b33c153ca62cf220a2963549ae17633d80","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.3-dev-20261224.tgz","fileCount":13,"integrity":"sha512-gnXFqHEMwsv5Q1x6ZWCNAlR4SnmDejF/lwIhb0ZEvpIb2VliK/hwF3eX4c4Jpmb7EmfbwwMTR/PfZenO/slCWw==","signatures":[{"sig":"MEQCIGeWAUXycD08SlGLbH6fToRWQBdyIrX5Rz7cRuK0rf+VAiBi+rJ9aYIfZYXXG/xNQsD3UCMUkQ0g2Qvfe6qyfMwaLQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-memory@0.24.3-dev-20261224","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":30244},"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:9e87b2c8-383f-4309-a04e-6c76d3c1fb97"}},"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":{"@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.3-dev-20261224","@fireproof/core-runtime":"0.24.3-dev-20261224","@fireproof/core-types-base":"0.24.3-dev-20261224","@fireproof/core-gateways-base":"0.24.3-dev-20261224","@fireproof/core-types-blockstore":"0.24.3-dev-20261224"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.3-dev-20261224_1766567507491_0.4659449555485875","host":"s3://npm-registry-packages-npm-production"}},"0.24.5":{"name":"@fireproof/core-gateways-memory","version":"0.24.5","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"29b84a51f0886a89bad0b517692df4056e95d852","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.5.tgz","fileCount":13,"integrity":"sha512-eGmTnaosmhNfWSFGYbnErZnhO/l+kVG3KyuAu4yFdaZeT5/mWZqn7P/F2+kZAgoFS6W6ZTo2NUTqCkHvVhT41A==","signatures":[{"sig":"MEQCIAkEiDy+gE+XExatkB/tOMl/O0VdvdkHRbLLJWVJiCLuAiAVrZZfzad322Ue02XC6flYPf5lvJSoU5a9QtDthczs6w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-memory@0.24.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":30166},"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:9e87b2c8-383f-4309-a04e-6c76d3c1fb97"}},"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":{"@adviser/cement":"0.5.8","@fireproof/vendor":"0.24.5","@fireproof/core-runtime":"0.24.5","@fireproof/core-types-base":"0.24.5","@fireproof/core-gateways-base":"0.24.5","@fireproof/core-types-blockstore":"0.24.5"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.5_1767945690813_0.1787162564597644","host":"s3://npm-registry-packages-npm-production"}},"0.24.6":{"name":"@fireproof/core-gateways-memory","version":"0.24.6","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"e638368daaa388d4ef34d8552bc8ab979528f53d","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.6.tgz","fileCount":13,"integrity":"sha512-4PpyHzAmV+SRz04YYSZMKPZ0ZjHNisEidYVa2zxEgeeYpyRuz47b8+0TCSm0e4nA8s0sCAOGbjIM30izS0myNA==","signatures":[{"sig":"MEYCIQDsCQuWg5de2r4x6Vpq//Mqg6DyLAuQZ/8A2eGhnBksiwIhALepzvLNorJYRSzDbT0TeF3p2D0yBRUQw3A/BC9MPPI2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-memory@0.24.6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":30167},"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:9e87b2c8-383f-4309-a04e-6c76d3c1fb97"}},"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":{"@adviser/cement":"0.5.15","@fireproof/vendor":"0.24.6","@fireproof/core-runtime":"0.24.6","@fireproof/core-types-base":"0.24.6","@fireproof/core-gateways-base":"0.24.6","@fireproof/core-types-blockstore":"0.24.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.6_1767947017608_0.7558000310082424","host":"s3://npm-registry-packages-npm-production"}},"0.24.7-dev-deploy-t1":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"8615ad3afff5931cee3e730c61449f3e76c24f06","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.7-dev-deploy-t1.tgz","fileCount":13,"integrity":"sha512-EdzIJHrlTQ+LKEIxv6anzrOgpnW8WC4Bijhs4YOmUAweaFNdwTZ+V8gg3vwFeYT8liaxBC4N3kH+ndWybQxSUw==","signatures":[{"sig":"MEYCIQChT6Cf2kpgeARmgjHx6nClbw3C8oSxW7rV3dv2Jl9rTQIhAI1Tp+gua//gRZlhdEnF98BAmZOAIc3XKYXbC2LJjTai","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-memory@0.24.7-dev-deploy-t1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":30251},"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:9e87b2c8-383f-4309-a04e-6c76d3c1fb97"}},"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":{"@adviser/cement":"0.5.15","@fireproof/vendor":"0.24.7-dev-deploy-t1","@fireproof/core-runtime":"0.24.7-dev-deploy-t1","@fireproof/core-types-base":"0.24.7-dev-deploy-t1","@fireproof/core-gateways-base":"0.24.7-dev-deploy-t1","@fireproof/core-types-blockstore":"0.24.7-dev-deploy-t1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.7-dev-deploy-t1_1768060163213_0.7259708574767403","host":"s3://npm-registry-packages-npm-production"}},"0.24.7":{"name":"@fireproof/core-gateways-memory","version":"0.24.7","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"523581d35c416a0f3606c1db55c1f838839c2de1","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.7.tgz","fileCount":13,"integrity":"sha512-UaCWrHGjcFu6aKDdoGRNRQuoKAfmTLwQIB6Hho5jmkJYmCe+cMX+UnM220hgwkCa2yrYu0nXxawZX27X/e7n6Q==","signatures":[{"sig":"MEUCIEK5xc+bCz3zql6w0LFKcbZzFc5/eo+XWoaqd27AS600AiEA5fmPB0m2q05vrv3CTcLzzHi1kjtPflzBZ6INQgqhGyg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-memory@0.24.7","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":30167},"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:9e87b2c8-383f-4309-a04e-6c76d3c1fb97"}},"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":{"@adviser/cement":"0.5.15","@fireproof/vendor":"0.24.7","@fireproof/core-runtime":"0.24.7","@fireproof/core-types-base":"0.24.7","@fireproof/core-gateways-base":"0.24.7","@fireproof/core-types-blockstore":"0.24.7"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.7_1768062581237_0.692321470852393","host":"s3://npm-registry-packages-npm-production"}},"0.24.8-dev-fp-token":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"2a37d1c9e37532690aaa8f132c8b06acc048cfd7","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.8-dev-fp-token.tgz","fileCount":13,"integrity":"sha512-T6RjhxK6Na2rTL9gdbFDKImdKctm203HzpAIAjyuNldo+t9Ult7eHH/DMC29p4fu/Ogh8wzGjn+hLksoGddOrg==","signatures":[{"sig":"MEUCICB0eaZIWdJeL65Fgy4uUyfenl4IIQ/npvmdA27jwG0nAiEAzCiXnk5lLuFQlByBcVl18POAC8KFv4OJzxluCVy3VSI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-memory@0.24.8-dev-fp-token","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":30245},"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:9e87b2c8-383f-4309-a04e-6c76d3c1fb97"}},"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":{"@adviser/cement":"0.5.15","@fireproof/vendor":"0.24.8-dev-fp-token","@fireproof/core-runtime":"0.24.8-dev-fp-token","@fireproof/core-types-base":"0.24.8-dev-fp-token","@fireproof/core-gateways-base":"0.24.8-dev-fp-token","@fireproof/core-types-blockstore":"0.24.8-dev-fp-token"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.8-dev-fp-token_1768218441764_0.18191810699049404","host":"s3://npm-registry-packages-npm-production"}},"0.24.8-dev-move-pubkey":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"0bbe1001fd035e4061fa45c51b01f85f7e09f1b8","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.8-dev-move-pubkey.tgz","fileCount":13,"integrity":"sha512-hI8SVb8dggs2XNuSLzd8hRW/c3KezGePu53RLmk5gUff5X8ttDGLVr+Sj3KViYPIgCQTPGjMcCIZVd2ggTIU8w==","signatures":[{"sig":"MEUCICd1GHsZe5fQ367jXjeYTROvjiSIep7255EsRH43TMedAiEA+bSp2n1HbfLqib76/1mfIooUaPW2OoemD1s+OrpzMSM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-memory@0.24.8-dev-move-pubkey","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":30263},"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:9e87b2c8-383f-4309-a04e-6c76d3c1fb97"}},"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":{"@adviser/cement":"0.5.15","@fireproof/vendor":"0.24.8-dev-move-pubkey","@fireproof/core-runtime":"0.24.8-dev-move-pubkey","@fireproof/core-types-base":"0.24.8-dev-move-pubkey","@fireproof/core-gateways-base":"0.24.8-dev-move-pubkey","@fireproof/core-types-blockstore":"0.24.8-dev-move-pubkey"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.8-dev-move-pubkey_1768224623515_0.3994435904055458","host":"s3://npm-registry-packages-npm-production"}},"0.24.8-dev-test-device-id":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"b29fa2f8980db60a235b9b9689d75cd44695d398","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.8-dev-test-device-id.tgz","fileCount":13,"integrity":"sha512-+s7Zn8wa4PJUd/MN8qQNEoN8Xo1kYZoME7slTeOj3YciE8oQsVIOLWCWkOLkLEDRcjrawXrLjdWBOWz6DAwEdw==","signatures":[{"sig":"MEUCIQDXPsNSoKj6YsKusJA/k8XnXtE/EY5fgnhGkm6wDzHYDgIgJi3rxZE/fal1B8Jy3JuJkvPnG1Ms2BEl3ACTb/sh7vI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-memory@0.24.8-dev-test-device-id","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":30281},"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:9e87b2c8-383f-4309-a04e-6c76d3c1fb97"}},"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":{"@adviser/cement":"0.5.15","@fireproof/vendor":"0.24.8-dev-test-device-id","@fireproof/core-runtime":"0.24.8-dev-test-device-id","@fireproof/core-types-base":"0.24.8-dev-test-device-id","@fireproof/core-gateways-base":"0.24.8-dev-test-device-id","@fireproof/core-types-blockstore":"0.24.8-dev-test-device-id"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.8-dev-test-device-id_1768226790869_0.26727999862422736","host":"s3://npm-registry-packages-npm-production"}},"0.24.8":{"name":"@fireproof/core-gateways-memory","version":"0.24.8","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"491ab1ddab8f466d2af787f0fcac14f871887492","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.8.tgz","fileCount":13,"integrity":"sha512-y1QfIZfDdyDtF62mN7TwXE+oFOuWjl33N6Mod2vvtR4d1oJHEK03C0UznyvIDBjZA2yibe5IrukH7ViLKg8kSw==","signatures":[{"sig":"MEQCIHgO+46kyOIIh9gXvzYKnqVAPgphmqWyo/z3Q1TUtciCAiAnCdDRFzUDYwjxFSLV7EBsiWAQtEImrscX4vilL6bPrg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-memory@0.24.8","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":30168},"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:9e87b2c8-383f-4309-a04e-6c76d3c1fb97"}},"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":{"@adviser/cement":"~0.5.15","@fireproof/vendor":"0.24.8","@fireproof/core-runtime":"0.24.8","@fireproof/core-types-base":"0.24.8","@fireproof/core-gateways-base":"0.24.8","@fireproof/core-types-blockstore":"0.24.8"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.8_1769097895764_0.4564658762595428","host":"s3://npm-registry-packages-npm-production"}},"0.24.9":{"name":"@fireproof/core-gateways-memory","version":"0.24.9","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"6279ae1c2bd38c82798a23372b241d83649b7d16","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.9.tgz","fileCount":13,"integrity":"sha512-e7h1xMzXzNtC3/AvstaYFzB2JIqkqpQJ4Wmq7C4Itw0Qzn4YkKvzot6Rho/gMCYOynrGJ8/hIOzfHT7mC2JaMQ==","signatures":[{"sig":"MEYCIQDOvFv5CyOxJry41o8c2f6yg93TTEjn07qkd3/BSpop+wIhAIh7kum1n2TLqw/8voi29Brv9ZKxH7/SU8+u0Hu2m9gq","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-memory@0.24.9","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":30168},"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:9e87b2c8-383f-4309-a04e-6c76d3c1fb97"}},"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":{"@adviser/cement":"~0.5.17","@fireproof/vendor":"0.24.9","@fireproof/core-runtime":"0.24.9","@fireproof/core-types-base":"0.24.9","@fireproof/core-gateways-base":"0.24.9","@fireproof/core-types-blockstore":"0.24.9"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.9_1769102353268_0.2591582783662325","host":"s3://npm-registry-packages-npm-production"}},"0.24.10":{"name":"@fireproof/core-gateways-memory","version":"0.24.10","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"7d41f4011ac333e17003a750f469c06bcad118d2","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.10.tgz","fileCount":13,"integrity":"sha512-9YUXqRN3GE5h3uZejI7B70HsloaLc+xPlUSP56qzdO19HKUbF661iZxM0VWcA3YxlycV6bjt7k/uxpJ+zYe61Q==","signatures":[{"sig":"MEQCIEXsvYpEZbt5KKUZ+4coRnxpMLx/ov4PGtUHkPvlpXaeAiAUX2p94PPyBX+kEu0rLZQNN8Y37lYCaYkPISl4XNvmEg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-memory@0.24.10","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":30174},"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:9e87b2c8-383f-4309-a04e-6c76d3c1fb97"}},"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":{"@adviser/cement":"~0.5.21","@fireproof/vendor":"0.24.10","@fireproof/core-runtime":"0.24.10","@fireproof/core-types-base":"0.24.10","@fireproof/core-gateways-base":"0.24.10","@fireproof/core-types-blockstore":"0.24.10"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.10_1769862367555_0.926377475805247","host":"s3://npm-registry-packages-npm-production"}},"0.24.11":{"name":"@fireproof/core-gateways-memory","version":"0.24.11","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"a8f8276e2ee1675cb7e1e3d19d367723212698b7","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.11.tgz","fileCount":13,"integrity":"sha512-Ch1qiT08MGwfMCPPylWqrl5il7YE840uOdvjCcI0gYdVYYGyFQGWqUBLcy6Mw9RUg6SFjh2fV3mZhYEvfeZchw==","signatures":[{"sig":"MEYCIQCHBgS3eMKq6LxWzFO9h3KKHx/6EUAkVaXXSFStGe0lagIhAMeJ6fSPdCjT8Gc6xiYywPlBgV3lpDLJzhn5IU6WGQOL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-memory@0.24.11","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":30174},"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:9e87b2c8-383f-4309-a04e-6c76d3c1fb97"}},"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":{"@adviser/cement":"~0.5.22","@fireproof/vendor":"0.24.11","@fireproof/core-runtime":"0.24.11","@fireproof/core-types-base":"0.24.11","@fireproof/core-gateways-base":"0.24.11","@fireproof/core-types-blockstore":"0.24.11"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.11_1770895194554_0.8824158773776567","host":"s3://npm-registry-packages-npm-production"}},"0.24.12":{"name":"@fireproof/core-gateways-memory","version":"0.24.12","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"53c5b652b13591599b5585dc7b3cbf7aed4d3ff9","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.12.tgz","fileCount":13,"integrity":"sha512-kp0YbMIiv48o5RZfH10aW/bz64UdXmH7DsUzhE5LHgooW0nEGKMyKLlwEd5xtpw5p0BLXjT38CAeYOkuN3QHtw==","signatures":[{"sig":"MEYCIQCjbp87SBqfs1k2U8QgwBk5izL09poNH+qNDnutdoQBbAIhANOwnM4d9HrFqTZXetidnwYnw1WxuLpF0gpMPCj+C2T7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-memory@0.24.12","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":30174},"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:9e87b2c8-383f-4309-a04e-6c76d3c1fb97"}},"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":{"@adviser/cement":"~0.5.22","@fireproof/vendor":"0.24.12","@fireproof/core-runtime":"0.24.12","@fireproof/core-types-base":"0.24.12","@fireproof/core-gateways-base":"0.24.12","@fireproof/core-types-blockstore":"0.24.12"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.12_1771590420608_0.2482178686277161","host":"s3://npm-registry-packages-npm-production"}},"0.24.13-dev-qs-1":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"2563f236f061a16b3676110a7cfa60cd53509fad","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.13-dev-qs-1.tgz","fileCount":13,"integrity":"sha512-L+t+GE6RIPdUqvYVtZWHWykDgKkFHs+lotPzbrMYm58emc3dRFLckRsAQhrpIv+hFFO0Vk8IPbyLMWfPVvNEVQ==","signatures":[{"sig":"MEQCIB2z9gMvMbrVSUPUI3e1wy3233Oz0x7HIL5XtIvLMt0oAiBesSVYYSYd0Jtuoxt/8KboyhQ1IDxilp1uoEJN5My9Ig==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-memory@0.24.13-dev-qs-1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":30228},"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:9e87b2c8-383f-4309-a04e-6c76d3c1fb97"}},"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":{"@adviser/cement":"~0.5.23","@fireproof/vendor":"0.24.13-dev-qs-1","@fireproof/core-runtime":"0.24.13-dev-qs-1","@fireproof/core-types-base":"0.24.13-dev-qs-1","@fireproof/core-gateways-base":"0.24.13-dev-qs-1","@fireproof/core-types-blockstore":"0.24.13-dev-qs-1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.13-dev-qs-1_1771863920976_0.7146902329358034","host":"s3://npm-registry-packages-npm-production"}},"0.24.13-dev-qs-2":{"name":"@fireproof/core-gateways-memory","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-gateways-memory@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":"07b476e99c98239cd4516d6b05ab0a27fa63e8b2","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.13-dev-qs-2.tgz","fileCount":13,"integrity":"sha512-QJKZdl6efQeJ5tbOeS7Ddn7cIK6YkSb9SELek9Nb5jCZK5TtZCxVwch0RE54cVpC1d050MtS7+1G5yi8eza36w==","signatures":[{"sig":"MEUCIQCeo7U5826MAmjZszJ5uLFa2BIYFLEWN190hvwKt5Q9CwIgXXvww9YIQaLGFyibyrFZkyvT9xdfwRZuL+844IZlTcM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-memory@0.24.13-dev-qs-2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":30269},"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:9e87b2c8-383f-4309-a04e-6c76d3c1fb97"}},"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":{"@adviser/cement":"~0.5.23","@fireproof/vendor":"0.24.13-dev-qs-2","@fireproof/core-runtime":"0.24.13-dev-qs-2","@fireproof/core-types-base":"0.24.13-dev-qs-2","@fireproof/core-gateways-base":"0.24.13-dev-qs-2","@fireproof/core-types-blockstore":"0.24.13-dev-qs-2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.13-dev-qs-2_1771886699404_0.6655038554887747","host":"s3://npm-registry-packages-npm-production"}},"0.24.13":{"name":"@fireproof/core-gateways-memory","version":"0.24.13","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"7098ff89dc899e26f0038d73ab9fc0c4ced97e53","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.13.tgz","fileCount":13,"integrity":"sha512-VV2z5wb0Qck+E5xwhreNdXExfynGgca0hehY9gTbFCZXpp0QUzDwIHQ78t3n3xiuoEaw1x1hE5IMCZBQ6nMu3A==","signatures":[{"sig":"MEYCIQDctt1juTB9g/uVHn+O4eSdkMoA7FTQPOVfd3rm4WvuKgIhANE35ri3Hfs+OTrhCTaij/U+1vEsi860hnuS+2m0LBAV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-memory@0.24.13","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":29601},"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:9e87b2c8-383f-4309-a04e-6c76d3c1fb97"}},"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":{"@adviser/cement":"~0.5.33","@fireproof/vendor":"0.24.13","@fireproof/core-runtime":"0.24.13","@fireproof/core-types-base":"0.24.13","@fireproof/core-gateways-base":"0.24.13","@fireproof/core-types-blockstore":"0.24.13"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.13_1773672333243_0.1340553537810114","host":"s3://npm-registry-packages-npm-production"}},"0.24.14":{"name":"@fireproof/core-gateways-memory","version":"0.24.14","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"ccbf87e933d3a6fb7b9ff73bd1a05884e8cb03f8","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.14.tgz","fileCount":13,"integrity":"sha512-uUC4bWIL3pXnYOxEpEBsKrPlkw/HPgWPx/oEj7CV5tcAdcvtPtC+haxzuqAQRasIWvBr0ok2pXMyLHQb9EWXbA==","signatures":[{"sig":"MEUCIFA3lJJbyFkgPm+u9S6dGpmrWmejoZFojZGXZZV155FTAiEA+IdXysx/E1E8CM0tIZtyp/LiW5mECwOKaYgnMZS0B6Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-memory@0.24.14","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":29601},"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:9e87b2c8-383f-4309-a04e-6c76d3c1fb97"}},"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":{"@adviser/cement":"~0.5.34","@fireproof/vendor":"0.24.14","@fireproof/core-runtime":"0.24.14","@fireproof/core-types-base":"0.24.14","@fireproof/core-gateways-base":"0.24.14","@fireproof/core-types-blockstore":"0.24.14"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.14_1774622344855_0.7779632279137414","host":"s3://npm-registry-packages-npm-production"}},"0.24.15":{"name":"@fireproof/core-gateways-memory","version":"0.24.15","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"a7fd8667af8551b6164782814237d6678b5bb526","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.15.tgz","fileCount":13,"integrity":"sha512-OT8se3PVIrR+QKHzZJkozPBM+2XWQhLsvxcC4POq3jgwEMiX3OrjBdww+n3WdTnO/GVcRrKRyMmk6IOTWlxCMA==","signatures":[{"sig":"MEUCIQC2FFGIpFeTWGHpREn1jr9VS3u1LHGfCjJwKRStPeyuMgIgdka/e0g2AqEwc0NaqbC43VLvP+5xfZSpRQkfOZfA8rY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-memory@0.24.15","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":29601},"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:9e87b2c8-383f-4309-a04e-6c76d3c1fb97"}},"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":{"@adviser/cement":"~0.5.34","@fireproof/vendor":"0.24.15","@fireproof/core-runtime":"0.24.15","@fireproof/core-types-base":"0.24.15","@fireproof/core-gateways-base":"0.24.15","@fireproof/core-types-blockstore":"0.24.15"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.15_1774624656511_0.6819852574281164","host":"s3://npm-registry-packages-npm-production"}},"0.24.16":{"name":"@fireproof/core-gateways-memory","version":"0.24.16","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-memory@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":"7ae3a29e4ad0d31494245e08614622eeb6c221a6","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.16.tgz","fileCount":13,"integrity":"sha512-t9wIhNWgeF5Bc/AE9pOlvrqzqQM6587z4Ow0S1sCEhn+8CkQd1H741/p7Zhybuq8ktongC9IRgEGvrdOp72cgQ==","signatures":[{"sig":"MEUCIFTP0QZ5m0wmo/ZjxQfQqZSBExhIsxHj1JfWDJs0bJeFAiEA3/7/FG103WaV1WIYIbchApshsliM0XF5bMURWZDRlmM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-memory@0.24.16","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":29601},"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:9e87b2c8-383f-4309-a04e-6c76d3c1fb97"}},"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":{"@adviser/cement":"~0.5.34","@fireproof/vendor":"0.24.16","@fireproof/core-runtime":"0.24.16","@fireproof/core-types-base":"0.24.16","@fireproof/core-gateways-base":"0.24.16","@fireproof/core-types-blockstore":"0.24.16"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-memory_0.24.16_1774737103347_0.18796177441347184","host":"s3://npm-registry-packages-npm-production"}},"0.24.19":{"name":"@fireproof/core-gateways-memory","version":"0.24.19","description":"Live ledger for the web.","type":"module","main":"./index.js","scripts":{"build":"core-cli tsc"},"keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","homepage":"https://use-fireproof.com","gptdoc":"import { fireproof } from 'use-fireproof'; const db = fireproof('app-db-name'); const ok = await db.put({ anyField: ['any','json'] }); const doc = await db.get(ok.id); await db.del(doc._id); db.subscribe(myRedrawFn); const result = await db.query('anyField', {range : ['a', 'z']}); result.rows.map(({ key }) => key);","repository":{"type":"git","url":"git+https://github.com/fireproof-storage/fireproof.git"},"bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dependencies":{"@adviser/cement":"~0.5.34","@fireproof/core-gateways-base":"0.24.19","@fireproof/core-runtime":"0.24.19","@fireproof/core-types-base":"0.24.19","@fireproof/core-types-blockstore":"0.24.19","@fireproof/vendor":"0.24.19"},"gitHead":"d6ec82d04671147b90ae6288148134f907c22393","types":"./index.d.ts","_id":"@fireproof/core-gateways-memory@0.24.19","_nodeVersion":"24.14.1","_npmVersion":"11.11.0","dist":{"integrity":"sha512-z6p6FJdI8XmvsFW3Askurscr2mWyfKWHFRH+y6je+S7TsqYYXwSTy/bSq+Ym0Niu4G2YLYY/HLhXoUiap5lpeg==","shasum":"c91266c70fc3ad260797ac31b5e48a6690fbf8aa","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-memory/-/core-gateways-memory-0.24.19.tgz","fileCount":13,"unpackedSize":29601,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-memory@0.24.19","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEIvXNr+ZwAxCmh9oJrGPdJjAjNPsn5F10T6/gDLCOtqAiEAk7EIZ1/vuFPFVPo5E985xLXV3yYDNwjQSE9c4sDGVkQ="}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9e87b2c8-383f-4309-a04e-6c76d3c1fb97"}},"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-gateways-memory_0.24.19_1776282980078_0.243664257063672"},"_hasShrinkwrap":false}},"time":{"created":"2025-07-09T15:20:05.552Z","modified":"2026-04-15T19:56:20.568Z","0.0.0-smoke-1b31059-1752074105":"2025-07-09T15:20:05.904Z","0.0.1-dev-test":"2025-07-09T16:01:46.493Z","0.0.2-dev-test":"2025-07-19T23:02:46.032Z","0.22.0-dev-preview":"2025-07-20T18:14:29.621Z","0.22.0-keybag":"2025-07-31T06:56:44.773Z","0.22.0-dev-preview-1":"2025-08-05T13:52:59.837Z","0.22.0-dev-preview-3":"2025-08-05T14:31:35.699Z","0.22.0-dev-preview-4":"2025-08-05T17:23:21.979Z","0.23.0":"2025-08-09T23:59:56.306Z","0.23.1":"2025-08-13T12:36:52.081Z","0.23.1-dev-issue-1057":"2025-08-15T10:48:08.954Z","0.23.2":"2025-08-15T12:09:52.640Z","0.23.3":"2025-08-19T14:28:07.062Z","0.23.5":"2025-08-19T16:07:59.923Z","0.23.6":"2025-08-19T20:14:11.800Z","0.23.7-dev-preview1":"2025-08-21T22:12:20.707Z","0.23.7-dev-preview2":"2025-08-22T03:38:44.866Z","0.23.7-dev-preview4":"2025-08-22T14:48:29.890Z","0.23.8":"2025-08-23T00:17:10.063Z","0.23.10":"2025-08-23T03:18:49.254Z","0.23.7":"2025-08-23T03:47:21.316Z","0.23.11":"2025-08-23T16:41:30.209Z","0.23.13":"2025-08-27T22:23:14.082Z","0.23.14-dev-preview03":"2025-10-02T02:52:49.797Z","0.23.14-dev-preview04":"2025-10-02T03:09:17.035Z","0.23.14":"2025-10-02T03:21:05.001Z","0.23.15-dev-windows":"2025-10-10T21:58:02.990Z","0.23.15-dev-windows-1":"2025-10-11T09:59:25.582Z","0.23.15-dev-windows-2":"2025-10-11T22:19:31.642Z","0.23.15":"2025-10-16T16:37:54.971Z","0.24.2-dev-cloud-api":"2025-11-25T19:48:57.668Z","0.24.0-dev-multi-clerks-0":"2025-11-26T20:57:13.592Z","0.24.0-dev-multi-clerks-1":"2025-11-27T15:26:25.661Z","0.24.0":"2025-11-30T14:19:18.176Z","0.24.1-dev-memo":"2025-12-02T21:54:15.421Z","0.24.1-dev-memo-2":"2025-12-02T22:27:33.666Z","0.24.3-dev-ensure-cloud-token":"2025-12-03T22:04:26.139Z","0.24.1-dev-react19":"2025-12-04T20:34:26.567Z","0.24.1-dev-react19.2":"2025-12-04T23:56:21.247Z","0.24.2-dev-clerk":"2025-12-05T18:11:06.988Z","0.24.3-dev-ensure-cloud-token-1":"2025-12-08T10:24:52.096Z","0.24.3-dev-ensure-cloud-token-6":"2025-12-10T17:10:10.198Z","0.24.3-dev-ensure-cloud-token-7":"2025-12-10T19:38:31.608Z","0.24.3-dev-ensure-cloud-token-8":"2025-12-12T03:33:04.950Z","0.24.3-dev-ensure-cloud-token-9":"2025-12-12T11:27:25.271Z","0.24.3-dev-token-claims":"2025-12-15T17:08:08.068Z","0.24.3-dev-use-livequery":"2025-12-15T20:25:16.147Z","0.24.3-dev-20261224":"2025-12-24T09:11:47.681Z","0.24.5":"2026-01-09T08:01:30.942Z","0.24.6":"2026-01-09T08:23:37.742Z","0.24.7-dev-deploy-t1":"2026-01-10T15:49:23.346Z","0.24.7":"2026-01-10T16:29:41.398Z","0.24.8-dev-fp-token":"2026-01-12T11:47:21.897Z","0.24.8-dev-move-pubkey":"2026-01-12T13:30:23.680Z","0.24.8-dev-test-device-id":"2026-01-12T14:06:31.018Z","0.24.8":"2026-01-22T16:04:55.896Z","0.24.9":"2026-01-22T17:19:13.399Z","0.24.10":"2026-01-31T12:26:07.695Z","0.24.11":"2026-02-12T11:19:54.711Z","0.24.12":"2026-02-20T12:27:00.745Z","0.24.13-dev-qs-1":"2026-02-23T16:25:21.144Z","0.24.13-dev-qs-2":"2026-02-23T22:44:59.542Z","0.24.13":"2026-03-16T14:45:33.395Z","0.24.14":"2026-03-27T14:39:04.991Z","0.24.15":"2026-03-27T15:17:36.658Z","0.24.16":"2026-03-28T22:31:43.509Z","0.24.19":"2026-04-15T19:56:20.223Z"},"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"}