{"_id":"@fireproof/core-gateways-cloud","_rev":"68-c587301ce637adf2b059f988e26db8f8","name":"@fireproof/core-gateways-cloud","dist-tags":{"dev":"0.24.13-dev-qs-2","latest":"0.24.19"},"versions":{"0.0.0-smoke-1b31059-1752074105":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"18ef43b71be5ba6f636f9868f09ccd7c6c6a7c29","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.0.0-smoke-1b31059-1752074105.tgz","fileCount":15,"integrity":"sha512-ZbaFecwLtaoM/7s57xsJMym7KgTtXNAgsyz+VYnM4RiWWl0zFTmdz+5FOOoyRCzeAh1F6rFSL9Ubfu9eDlyjKg==","signatures":[{"sig":"MEUCIQDTa6g2xy+f9KrHKv31a9Tcb9hOoe8bu24T/gFpkh2i/wIgN77PBrzsiGtYO7t1dqT/UU/XG/tLCElOynjYCe133zo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":105780},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/6ea4603c4ab8cb21b4c761a142bdf839/fireproof-core-gateways-cloud-0.0.0-smoke-1b31059-1752074105.tgz","_integrity":"sha512-ZbaFecwLtaoM/7s57xsJMym7KgTtXNAgsyz+VYnM4RiWWl0zFTmdz+5FOOoyRCzeAh1F6rFSL9Ubfu9eDlyjKg==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.2","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.17.0","dependencies":{"jose":"^6.0.11","@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-protocols-cloud":"0.0.0-smoke-1b31059-1752074105","@fireproof/core-types-blockstore":"0.0.0-smoke-1b31059-1752074105","@fireproof/core-types-protocols-cloud":"0.0.0-smoke-1b31059-1752074105"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.0.0-smoke-1b31059-1752074105_1752074406386_0.46221121382517816","host":"s3://npm-registry-packages-npm-production"}},"0.0.1-dev-test":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"bb6d0774da3a19c2856c2129cb93aff9fb9526d3","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.0.1-dev-test.tgz","fileCount":15,"integrity":"sha512-XBSg4WETRtws+8TCJRTBEZ04ajJLoF+RRaS9KoZmuPFlppgV1hqrV85v7yWGLRKxWeB2lJZRioSH6RcsEDGsBQ==","signatures":[{"sig":"MEUCIENmYPMOBf9L+cq69OVJkCURAsJZU68myU94LQgMUDxYAiEA0ljOFCwor3emcjkzELrvxion8O9/Tl+mEEXeVwAWV9M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":105668},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/adcb88b625ad39f3f02f7c1d654ba023/fireproof-core-gateways-cloud-0.0.1-dev-test.tgz","_integrity":"sha512-XBSg4WETRtws+8TCJRTBEZ04ajJLoF+RRaS9KoZmuPFlppgV1hqrV85v7yWGLRKxWeB2lJZRioSH6RcsEDGsBQ==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.2","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.17.0","dependencies":{"jose":"^6.0.11","@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-protocols-cloud":"0.0.1-dev-test","@fireproof/core-types-blockstore":"0.0.1-dev-test","@fireproof/core-types-protocols-cloud":"0.0.1-dev-test"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.0.1-dev-test_1752076907149_0.006141754815006895","host":"s3://npm-registry-packages-npm-production"}},"0.0.2-dev-test":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"52b196a68f8cd52bcd15f638a65bc491b2540d5e","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.0.2-dev-test.tgz","fileCount":15,"integrity":"sha512-6PNTw4BEwal4Qn0h+UlbBmi/yihQoSZQk5T6GZj1ZyEi1b7dki6C+0Flw4VR8HEQQtwqFOu4wM8i+bkYRrTSmQ==","signatures":[{"sig":"MEUCID6eg6a5Sqn0onkthopvnblQOmIrZBrdAasQzADzNHpWAiEAvzN4YNxRVnxi15Vea9Eqz5d+muBD5yB59qgfmsP+uX4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":105676},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/1adf67af1032a23a76accff0bf04c105/fireproof-core-gateways-cloud-0.0.2-dev-test.tgz","_integrity":"sha512-6PNTw4BEwal4Qn0h+UlbBmi/yihQoSZQk5T6GZj1ZyEi1b7dki6C+0Flw4VR8HEQQtwqFOu4wM8i+bkYRrTSmQ==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.2","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.17.0","dependencies":{"jose":"^6.0.11","@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-protocols-cloud":"0.0.2-dev-test","@fireproof/core-types-blockstore":"0.0.2-dev-test","@fireproof/core-types-protocols-cloud":"0.0.2-dev-test"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.0.2-dev-test_1752966166552_0.5399611345866606","host":"s3://npm-registry-packages-npm-production"}},"0.22.0-dev-preview":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"fbfecf1a502b2ebdc6340445b8ea6ef43ad4ba61","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.22.0-dev-preview.tgz","fileCount":15,"integrity":"sha512-V5s+pEZTWXgjLSHbupeuLF22/ed9Wz6/Ce6lEDwad+s0chglSsqWzayJ86/9kNK1kHCWx7d4vAUgchjEQ4/fxA==","signatures":[{"sig":"MEUCIDtVAG2TK54/vuQt0GUWk0gW6rnJjeAvAk7eSEnLvJ9XAiEAtpQRmKbXO5P3Y0nABKpDVoMlR+t8+dgvB3A1etrV69s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":105708},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/9307dd5ee58680257139263022f7057c/fireproof-core-gateways-cloud-0.22.0-dev-preview.tgz","_integrity":"sha512-V5s+pEZTWXgjLSHbupeuLF22/ed9Wz6/Ce6lEDwad+s0chglSsqWzayJ86/9kNK1kHCWx7d4vAUgchjEQ4/fxA==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.2","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.17.0","dependencies":{"jose":"^6.0.11","@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-protocols-cloud":"0.22.0-dev-preview","@fireproof/core-types-blockstore":"0.22.0-dev-preview","@fireproof/core-types-protocols-cloud":"0.22.0-dev-preview"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.22.0-dev-preview_1753035269719_0.9227786230601915","host":"s3://npm-registry-packages-npm-production"}},"0.22.0-keybag":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"4d63b9f5dafe5b44afb9224b3616e0d4cab6b049","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.22.0-keybag.tgz","fileCount":15,"integrity":"sha512-9vnFpGkLkDWptImVxSNTYZDJDlJZzOwDFzV4DYbTHHiOGOyH4hF6MEPaya0iBp5XDG4Mxi6Bl+lgFDZjWLPTgQ==","signatures":[{"sig":"MEQCIG9GeWhcr8AGeqrYU0zj7pUCOZ+K2w8V33OMNNioT1tyAiAix+t517d0XZsHBcZ2kne0IQ/ucCnDdkIPHtQHlvMsRg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":105658},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/3e77b899614e19e62200dfaf1853b77c/fireproof-core-gateways-cloud-0.22.0-keybag.tgz","_integrity":"sha512-9vnFpGkLkDWptImVxSNTYZDJDlJZzOwDFzV4DYbTHHiOGOyH4hF6MEPaya0iBp5XDG4Mxi6Bl+lgFDZjWLPTgQ==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.2","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"jose":"^6.0.12","@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-protocols-cloud":"0.22.0-keybag","@fireproof/core-types-blockstore":"0.22.0-keybag","@fireproof/core-types-protocols-cloud":"0.22.0-keybag"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.22.0-keybag_1753945005237_0.9954582901935844","host":"s3://npm-registry-packages-npm-production"}},"0.22.0-dev-preview-1":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"db0c272fb39afe27c84d3ff385df257c15be1dca","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.22.0-dev-preview-1.tgz","fileCount":15,"integrity":"sha512-mwaxTJc2az/9kMrKOSldQIfsk1oWiilC1XL2MfE9o6M8lg/1mIOewaJJrw6/t3mr2IsjWkjuhJzsoaXJbZzAow==","signatures":[{"sig":"MEUCIBB/QgLWcpMK40hPJF1AhBSp0SpNXsQja6uOhcA/KSWsAiEA9Hug41lVD8yZpfJLxRkbJVwv+98bnflhEtFywgLsIdI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":106084},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/fc19270d45eec0d8165582fdc37de949/fireproof-core-gateways-cloud-0.22.0-dev-preview-1.tgz","_integrity":"sha512-mwaxTJc2az/9kMrKOSldQIfsk1oWiilC1XL2MfE9o6M8lg/1mIOewaJJrw6/t3mr2IsjWkjuhJzsoaXJbZzAow==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.2","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"jose":"^6.0.12","@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-protocols-cloud":"0.22.0-dev-preview-1","@fireproof/core-types-blockstore":"0.22.0-dev-preview-1","@fireproof/core-types-protocols-cloud":"0.22.0-dev-preview-1"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.22.0-dev-preview-1_1754401979871_0.6567224122812705","host":"s3://npm-registry-packages-npm-production"}},"0.22.0-dev-preview-3":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"2e2667fa5ad293f379afc62f89aaf55adf74b240","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.22.0-dev-preview-3.tgz","fileCount":15,"integrity":"sha512-s8wgMtrBOPdYba0XAjoVILFjQE+9JjfDEukoe8gpXs6WTiusYeE6ycDHS/bqL5VYhOeufvhYoB6xUFoEnUgnTw==","signatures":[{"sig":"MEUCIHE82G6UOJ4/NzmZJ1rmRhiRLVNkdwlElKZ3rPCQs0m4AiEA6W4tvD8hrU1grS72B91wlcpFGnUl+3YobAJoNy16sxs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":106084},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/c7ece8d178ac73126714da42554f467e/fireproof-core-gateways-cloud-0.22.0-dev-preview-3.tgz","_integrity":"sha512-s8wgMtrBOPdYba0XAjoVILFjQE+9JjfDEukoe8gpXs6WTiusYeE6ycDHS/bqL5VYhOeufvhYoB6xUFoEnUgnTw==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.2","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"jose":"^6.0.12","@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-protocols-cloud":"0.22.0-dev-preview-3","@fireproof/core-types-blockstore":"0.22.0-dev-preview-3","@fireproof/core-types-protocols-cloud":"0.22.0-dev-preview-3"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.22.0-dev-preview-3_1754404295761_0.7475930979488281","host":"s3://npm-registry-packages-npm-production"}},"0.22.0-dev-preview-4":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"f0bf5742adb08d69d029f2c8576dd3866637cd7e","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.22.0-dev-preview-4.tgz","fileCount":15,"integrity":"sha512-KdwbftXTLu2COaxvbFfKAHrsrDb3D3Gj0C1J+vXideX/DKCpSknfkJVjP6fp6qinLVW+Zq21BeR5JWYn9bOQvA==","signatures":[{"sig":"MEQCIBXX99XoqkP372OEX19P7Koo4hxY45Dnkj6z/mULRQAlAiB0rEAu4N8WuhqEFGocg/ZlYA/9SQLrN6AE/hEqBoMxNw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":106084},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/93b10694a46d0d1505d3485521d9caff/fireproof-core-gateways-cloud-0.22.0-dev-preview-4.tgz","_integrity":"sha512-KdwbftXTLu2COaxvbFfKAHrsrDb3D3Gj0C1J+vXideX/DKCpSknfkJVjP6fp6qinLVW+Zq21BeR5JWYn9bOQvA==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.2","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.17.1","dependencies":{"jose":"^6.0.12","@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-protocols-cloud":"0.22.0-dev-preview-4","@fireproof/core-types-blockstore":"0.22.0-dev-preview-4","@fireproof/core-types-protocols-cloud":"0.22.0-dev-preview-4"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.22.0-dev-preview-4_1754414602125_0.9004703085449022","host":"s3://npm-registry-packages-npm-production"}},"0.23.0":{"name":"@fireproof/core-gateways-cloud","version":"0.23.0","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@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":"d476cb117621de24bd9c7fa225f95a061178bc7c","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.23.0.tgz","fileCount":16,"integrity":"sha512-oQXsYHwVj6ulWEHuuEsUMMkMQji+afA9j2zOZZMPySI1ZkkKHEsGMZefOR6rWcu7CaljTPy3FoabyIvllAEE0w==","signatures":[{"sig":"MEYCIQDrDLjs5PNGEo/q2SkbU1RIw0/SKPF/r/gSDAPkNbCBLQIhANxNUg17QI901j65M+SgmuNtyTW30EpmGcaOnss3hcJV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":113775},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/ac4f30e8269372064d3031f941e0ac6e/fireproof-core-gateways-cloud-0.23.0.tgz","_integrity":"sha512-oQXsYHwVj6ulWEHuuEsUMMkMQji+afA9j2zOZZMPySI1ZkkKHEsGMZefOR6rWcu7CaljTPy3FoabyIvllAEE0w==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"jose":"^6.0.12","@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-protocols-cloud":"0.23.0","@fireproof/core-types-blockstore":"0.23.0","@fireproof/core-types-protocols-cloud":"0.23.0"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.23.0_1754783996174_0.02103085439914354","host":"s3://npm-registry-packages-npm-production"}},"0.23.1":{"name":"@fireproof/core-gateways-cloud","version":"0.23.1","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@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":"d5262c136f4f0364d8ee3734a73d3bb46577abef","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.23.1.tgz","fileCount":16,"integrity":"sha512-j9ae8TKDty6jgMDK7jpiSbEiHVVpdhaNRw3tpu95/Gfywi1dZ635RW7N5GvFzIgo8K5vnI3sD4JB3sln4RoEiQ==","signatures":[{"sig":"MEUCIC7vLZtfiVSI0Lase5jh0Iy/3TacxdymR+3C6E38z7yIAiEAqMicfltkyNilv1J9ZEfP72NHfEuBNpWBGz2K8ptXtnM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":113775},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/99c6287367a0e80150c10e684ab02247/fireproof-core-gateways-cloud-0.23.1.tgz","_integrity":"sha512-j9ae8TKDty6jgMDK7jpiSbEiHVVpdhaNRw3tpu95/Gfywi1dZ635RW7N5GvFzIgo8K5vnI3sD4JB3sln4RoEiQ==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"jose":"^6.0.12","@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-protocols-cloud":"0.23.1","@fireproof/core-types-blockstore":"0.23.1","@fireproof/core-types-protocols-cloud":"0.23.1"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.23.1_1755088619802_0.740727628232924","host":"s3://npm-registry-packages-npm-production"}},"0.23.1-dev-issue-1057":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"555d47b84b07d72d94b9647e8819fcafdfcee9b1","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.23.1-dev-issue-1057.tgz","fileCount":12,"integrity":"sha512-f39xWsSpclIKSvh6GL87vF5DOiAUMUuTJPMCvSIFvrqmHFn8LrXZWK2JRmBJiMVr/8jadSRGpDeS/z1w+7NtBw==","signatures":[{"sig":"MEYCIQCwLRnrO66OeJ2rji6i4b7UMrY1K2pZnV7keuC2C17tlgIhAI0P8g//gzPdYoPWTz5hR3cYuO8N6jhxMTMIWoa59fZC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":81333},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/32d70a26927fbfa62a3b611e28fe691a/fireproof-core-gateways-cloud-0.23.1-dev-issue-1057.tgz","_integrity":"sha512-f39xWsSpclIKSvh6GL87vF5DOiAUMUuTJPMCvSIFvrqmHFn8LrXZWK2JRmBJiMVr/8jadSRGpDeS/z1w+7NtBw==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"jose":"^6.0.12","@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-protocols-cloud":"0.23.1-dev-issue-1057","@fireproof/core-types-blockstore":"0.23.1-dev-issue-1057","@fireproof/core-types-protocols-cloud":"0.23.1-dev-issue-1057"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.23.1-dev-issue-1057_1755254896255_0.14511562327452165","host":"s3://npm-registry-packages-npm-production"}},"0.23.2":{"name":"@fireproof/core-gateways-cloud","version":"0.23.2","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@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":"4f622ff245f703086053f81545e02e91d3406e07","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.23.2.tgz","fileCount":12,"integrity":"sha512-/CK4wNiCsLdUfDRli1u4foT1klI+aNiFGZg5qzuQ1WXRkxuTerKYORIIxSUpU6hEK51rPq3+8nMsW5dyyu93NQ==","signatures":[{"sig":"MEUCIQDSTPBVggyMuGIvdP3E6bd6JbDwYc0CQ5dL85uuNGvqvgIgMuM+i9oqwaq/JemnO3zbgbsEFRvAkU9hLgrHtDh93k4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":81213},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/b2b5fad589dee4e1582d1b2d1b4c6e5f/fireproof-core-gateways-cloud-0.23.2.tgz","_integrity":"sha512-/CK4wNiCsLdUfDRli1u4foT1klI+aNiFGZg5qzuQ1WXRkxuTerKYORIIxSUpU6hEK51rPq3+8nMsW5dyyu93NQ==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"jose":"^6.0.12","@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-protocols-cloud":"0.23.2","@fireproof/core-types-blockstore":"0.23.2","@fireproof/core-types-protocols-cloud":"0.23.2"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.23.2_1755259799659_0.9536908857536244","host":"s3://npm-registry-packages-npm-production"}},"0.23.3":{"name":"@fireproof/core-gateways-cloud","version":"0.23.3","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@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":"6f8d79ec67720c1e0090e28d483fbef5ff487102","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.23.3.tgz","fileCount":12,"integrity":"sha512-IkiDpuPZFwJoDGZj14Z9p8Vvg+0BgNYRnMQwBAfjB0S+uY71XLuAdTw9R6qcQoSRp5BPaAZuSh/sMZWpx9Qqtw==","signatures":[{"sig":"MEYCIQDXZWBDhxotWcFN9Ivp/gmAlJyGzSJ/P8rhvgyMjI/qcAIhANQfzil8sxhJwOO9PGGlgspY00uxOQdZ4RON4ZM+lb1v","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":81213},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/aa9e6e3f6dea8a3fe7e88523a05c16ee/fireproof-core-gateways-cloud-0.23.3.tgz","_integrity":"sha512-IkiDpuPZFwJoDGZj14Z9p8Vvg+0BgNYRnMQwBAfjB0S+uY71XLuAdTw9R6qcQoSRp5BPaAZuSh/sMZWpx9Qqtw==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"jose":"^6.0.12","@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-protocols-cloud":"0.23.3","@fireproof/core-types-blockstore":"0.23.3","@fireproof/core-types-protocols-cloud":"0.23.3"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.23.3_1755613694003_0.6004066379484447","host":"s3://npm-registry-packages-npm-production"}},"0.23.5":{"name":"@fireproof/core-gateways-cloud","version":"0.23.5","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@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":"1ab092023bd9dde1faad81b7f67e8f835a33e893","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.23.5.tgz","fileCount":13,"integrity":"sha512-rXNDq7uFVq3lyK852MaXpO9ht5zla56q4DAAyjTlyoHyPr0WBjnEulh93jjjQ9gkguB67Y5oYz6aA3ZTC/c2Aw==","signatures":[{"sig":"MEUCICIeRTlrh/7NlpQBtpdT3fWV0NeyQt9scFcuxUPucrKWAiEAtxls8auZOuAKonxqWNTvjGQ0LzZyY1ZAQ7zmwxL2Im4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":81497},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/bbe321d5cbb3561d38b9eed399826855/fireproof-core-gateways-cloud-0.23.5.tgz","_integrity":"sha512-rXNDq7uFVq3lyK852MaXpO9ht5zla56q4DAAyjTlyoHyPr0WBjnEulh93jjjQ9gkguB67Y5oYz6aA3ZTC/c2Aw==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"jose":"^6.0.12","@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-protocols-cloud":"0.23.5","@fireproof/core-types-blockstore":"0.23.5","@fireproof/core-types-protocols-cloud":"0.23.5"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.23.5_1755619686697_0.7042790386934186","host":"s3://npm-registry-packages-npm-production"}},"0.23.6":{"name":"@fireproof/core-gateways-cloud","version":"0.23.6","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@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":"a65735f8e1fe990342ad478c9a5843069b4ed654","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.23.6.tgz","fileCount":13,"integrity":"sha512-KnIV3WUa1gL+3Lrm1OKVUgDpwxEd0s5FiUOJWw4ZRKWSs0QxapfxhRzIy9huV86KOwsHDC80zO6mmWxIfrXUpg==","signatures":[{"sig":"MEYCIQCo3PVAK6p8MVXvMLDaye27590byaevcWBYsNidP2ydgwIhAO99qO6CK6uS64cDRas5H4C1i7rfSS8M8tZvuCjxlZkh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":81497},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/8ce9954c6d80bd2a15c4cab0cd503546/fireproof-core-gateways-cloud-0.23.6.tgz","_integrity":"sha512-KnIV3WUa1gL+3Lrm1OKVUgDpwxEd0s5FiUOJWw4ZRKWSs0QxapfxhRzIy9huV86KOwsHDC80zO6mmWxIfrXUpg==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"jose":"^6.0.12","@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-protocols-cloud":"0.23.6","@fireproof/core-types-blockstore":"0.23.6","@fireproof/core-types-protocols-cloud":"0.23.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.23.6_1755634458912_0.1713170515864062","host":"s3://npm-registry-packages-npm-production"}},"0.23.7-dev-preview1":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"3be76b4a8f945c786ef55224e415751e12704ef8","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.23.7-dev-preview1.tgz","fileCount":13,"integrity":"sha512-60mzA6N4RH8PtMYshlwKtAj/fbyPUmtq+U4alffNDrLCfvXsFNgZvQiiuU7y4fT4jUXUMUN8uS7EaZmkXqWLTA==","signatures":[{"sig":"MEUCIQCUWyUMiQUjM3q3HhycH60D4UdzqdC72GHxTZS2QMjPqQIgGqAoMZ9CJ51H62xGe5LHc/uBv4w2qb16pAnFRGuEAVY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":81601},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/12780c3f5639fcd06b1ce7a45a833a0f/fireproof-core-gateways-cloud-0.23.7-dev-preview1.tgz","_integrity":"sha512-60mzA6N4RH8PtMYshlwKtAj/fbyPUmtq+U4alffNDrLCfvXsFNgZvQiiuU7y4fT4jUXUMUN8uS7EaZmkXqWLTA==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"jose":"^6.0.12","@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-protocols-cloud":"0.23.7-dev-preview1","@fireproof/core-types-blockstore":"0.23.7-dev-preview1","@fireproof/core-types-protocols-cloud":"0.23.7-dev-preview1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.23.7-dev-preview1_1755814348506_0.05693411429338857","host":"s3://npm-registry-packages-npm-production"}},"0.23.7-dev-preview2":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"6a74921d3a3f628ee260d210f83ad634b58cea5d","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.23.7-dev-preview2.tgz","fileCount":13,"integrity":"sha512-q+fopOuzptkSpbPnqLkYBheTO5/BOoBts6GIKrH+pVuYQkVDoZgowWVAatkWGwDfAOAZYUl/bhmXeOTV9YMnTg==","signatures":[{"sig":"MEUCIFCSqdS3S1Hir4HNFkWB6mfN6Xz3o62NLKxtGG7gBrWrAiEAqJC6WrarT+ijH9RDg7bQiLt+8ggEP7NIZz7ubDuEGsI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":81601},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/d2573ce65c2a87ddcd74c3a540edd621/fireproof-core-gateways-cloud-0.23.7-dev-preview2.tgz","_integrity":"sha512-q+fopOuzptkSpbPnqLkYBheTO5/BOoBts6GIKrH+pVuYQkVDoZgowWVAatkWGwDfAOAZYUl/bhmXeOTV9YMnTg==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"jose":"^6.0.12","@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-protocols-cloud":"0.23.7-dev-preview2","@fireproof/core-types-blockstore":"0.23.7-dev-preview2","@fireproof/core-types-protocols-cloud":"0.23.7-dev-preview2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.23.7-dev-preview2_1755833932102_0.456319872533123","host":"s3://npm-registry-packages-npm-production"}},"0.23.7-dev-preview4":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"0e85841f19333e7bd534450d331a8722d9053c9f","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.23.7-dev-preview4.tgz","fileCount":13,"integrity":"sha512-aNwUJLYNygbYKu05HGB9VB5lQ0mwUw320vhgkcvltHrEPKsHXmlqOZcklJDSaL0USwL3xQnAZpJzZgnGmWoOHw==","signatures":[{"sig":"MEYCIQDV/tIJA2AU916a15WE2ngRlr7MlDQSjE8SYdedv/gMsgIhAL7AqtXdIlruTTHPIoW7u+0r+d0TMQTAn2YoZY4l9960","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":81601},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/a929cd8b97d4f55447e4e8e4f464bd70/fireproof-core-gateways-cloud-0.23.7-dev-preview4.tgz","_integrity":"sha512-aNwUJLYNygbYKu05HGB9VB5lQ0mwUw320vhgkcvltHrEPKsHXmlqOZcklJDSaL0USwL3xQnAZpJzZgnGmWoOHw==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"jose":"^6.0.12","@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-protocols-cloud":"0.23.7-dev-preview4","@fireproof/core-types-blockstore":"0.23.7-dev-preview4","@fireproof/core-types-protocols-cloud":"0.23.7-dev-preview4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.23.7-dev-preview4_1755874117266_0.7780936725456957","host":"s3://npm-registry-packages-npm-production"}},"0.23.8":{"name":"@fireproof/core-gateways-cloud","version":"0.23.8","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@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":"b0644fe6fbda482e43da9f763e48b44aaf5d87cc","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.23.8.tgz","fileCount":13,"integrity":"sha512-tfFliWde8KH2hrqVymGikBgJRc0RgcHe8yKEEi6a4WXAP2dMpLlZn4gRj/QwIAG9r4qkp2odprUts751TjeoZQ==","signatures":[{"sig":"MEQCIGwoMoL6MaUD0hEoImNN81mXX70BZSyXpAPvxIJqQs91AiBzZXS0mQXVofqFPRgaovdVYJZdjjvF4Jpu9GkEpQD4UQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":81509},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/f5f74b84e13852df8e0cb32ddf6bf35d/fireproof-core-gateways-cloud-0.23.8.tgz","_integrity":"sha512-tfFliWde8KH2hrqVymGikBgJRc0RgcHe8yKEEi6a4WXAP2dMpLlZn4gRj/QwIAG9r4qkp2odprUts751TjeoZQ==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"jose":"^6.0.12","@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-protocols-cloud":"0.23.8","@fireproof/core-types-blockstore":"0.23.8","@fireproof/core-types-protocols-cloud":"0.23.8"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.23.8_1755908237477_0.7606898328533869","host":"s3://npm-registry-packages-npm-production"}},"0.23.10":{"name":"@fireproof/core-gateways-cloud","version":"0.23.10","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@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":"92f185a13a504b19a23dfe29fba5772c40c357b0","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.23.10.tgz","fileCount":13,"integrity":"sha512-Nyt4KIWCeIYOP2JJl5RWEsUyPc+vKVqyvxbFkZO1VEniVoHWao9YeCbqJe03g8RMt0yCWLciByfli7eGCvxgGw==","signatures":[{"sig":"MEQCIB1aMpCMhMR9X/cLdIWcyq0g8XTmYZgdr6dViG31BXjJAiBfp9Jxs79ts17Ay5TGnOnKLfCV9GAXHMeFSlIibpWC7Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":81517},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/947ca6c581f0454e84b4dd29ca1e5d21/fireproof-core-gateways-cloud-0.23.10.tgz","_integrity":"sha512-Nyt4KIWCeIYOP2JJl5RWEsUyPc+vKVqyvxbFkZO1VEniVoHWao9YeCbqJe03g8RMt0yCWLciByfli7eGCvxgGw==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"jose":"^6.0.12","@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-protocols-cloud":"0.23.10","@fireproof/core-types-blockstore":"0.23.10","@fireproof/core-types-protocols-cloud":"0.23.10"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.23.10_1755919136811_0.8849672747404842","host":"s3://npm-registry-packages-npm-production"}},"0.23.7":{"name":"@fireproof/core-gateways-cloud","version":"0.23.7","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@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":"f55002c78cf0507c24df2775d917a66107348b3a","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.23.7.tgz","fileCount":13,"integrity":"sha512-FlEyoK9T6sbskrWIClRzKVALnMHwhk39rr8RJgwWGRDfTNT0HaBCErBbEZy5j7+aXfvMlYPsVvJqkbuq1URB7g==","signatures":[{"sig":"MEUCICWpXx89+VCP9HJqKAhtxGEgCKc8kN3iF9+Wdkr7aTzAAiEAyKEA777LTuux6NDICP4Ic/uSPH/jTUmWND1cojnwiD4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":81509},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/0f7ec69039ea8299bfc39c260a5184c4/fireproof-core-gateways-cloud-0.23.7.tgz","_integrity":"sha512-FlEyoK9T6sbskrWIClRzKVALnMHwhk39rr8RJgwWGRDfTNT0HaBCErBbEZy5j7+aXfvMlYPsVvJqkbuq1URB7g==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"jose":"^6.0.12","@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-protocols-cloud":"0.23.7","@fireproof/core-types-blockstore":"0.23.7","@fireproof/core-types-protocols-cloud":"0.23.7"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.23.7_1755920848568_0.3009494760338123","host":"s3://npm-registry-packages-npm-production"}},"0.23.11":{"name":"@fireproof/core-gateways-cloud","version":"0.23.11","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@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":"239d2109e3f9bcf8180ec571d0b3472f0744b2b2","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.23.11.tgz","fileCount":13,"integrity":"sha512-JgqH/IgHx8GwnsASaRK7Z9TBMC83kAWWZR1bBzxuf9g0+tV511RSbs0xhXPY1BSyhS9yJvpds3h0PR0ueITHNg==","signatures":[{"sig":"MEUCIALK5LYeI0YZZgzYZLWnR8+JTMctfhCLNdkHGjelh3iHAiEA5qjHkDyxFA1Fm9rmAv2zXTGygXx/HT0tMxVwkrxn0us=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":81517},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/71a607dba8962cd01681bc1249174773/fireproof-core-gateways-cloud-0.23.11.tgz","_integrity":"sha512-JgqH/IgHx8GwnsASaRK7Z9TBMC83kAWWZR1bBzxuf9g0+tV511RSbs0xhXPY1BSyhS9yJvpds3h0PR0ueITHNg==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"jose":"^6.0.12","@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-protocols-cloud":"0.23.11","@fireproof/core-types-blockstore":"0.23.11","@fireproof/core-types-protocols-cloud":"0.23.11"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.23.11_1755967298274_0.6500229256074619","host":"s3://npm-registry-packages-npm-production"}},"0.23.13":{"name":"@fireproof/core-gateways-cloud","version":"0.23.13","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@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":"5f580ef145ab84947f306bdcbb77351de0c34965","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.23.13.tgz","fileCount":13,"integrity":"sha512-i0aGLQ+oU11ryAIS2o/TiAa2xR+1ttPem2KFY20SR4liwWH+Z2tOuaPDvhiOK64NTwEPbuVVoj0PYw6Y7Ojplg==","signatures":[{"sig":"MEQCIFdsi7KXdX6oym2VTFYhMcPvhePs6WueXvxG1feWYmE8AiAWtzLj7JxJhbnnpb9/pYkzfJ4yxJaaMIlkdLGfc5thyg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":81517},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/2e771967116a6880b7f424cb135ade5f/fireproof-core-gateways-cloud-0.23.13.tgz","_integrity":"sha512-i0aGLQ+oU11ryAIS2o/TiAa2xR+1ttPem2KFY20SR4liwWH+Z2tOuaPDvhiOK64NTwEPbuVVoj0PYw6Y7Ojplg==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.18.0","dependencies":{"jose":"^6.0.13","@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-protocols-cloud":"0.23.13","@fireproof/core-types-blockstore":"0.23.13","@fireproof/core-types-protocols-cloud":"0.23.13"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.23.13_1756333401551_0.44053883620982526","host":"s3://npm-registry-packages-npm-production"}},"0.23.14-dev-preview03":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"121bd8af4830130ab707ba59d7be01c00f70a2d1","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.23.14-dev-preview03.tgz","fileCount":13,"integrity":"sha512-zF8dDNBAUM4hFWiw4NzxF+2aUExwvfTUbAg+8EvUp6N7VNKOq0iHHINTiBuyHtkS/V/mwPEcmVXGgEU64YGf5A==","signatures":[{"sig":"MEQCIA8DqRBoy28If+Ba+f8shFtUfHVKFMsOTi2MxPJXA20aAiAfCyveV243wKPbv235uPYKGJLX4EsEWaWzLmvSgewpNA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":85571},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/3c82f23381f01f985123548fee2c162e/fireproof-core-gateways-cloud-0.23.14-dev-preview03.tgz","_integrity":"sha512-zF8dDNBAUM4hFWiw4NzxF+2aUExwvfTUbAg+8EvUp6N7VNKOq0iHHINTiBuyHtkS/V/mwPEcmVXGgEU64YGf5A==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.19.0","dependencies":{"jose":"^6.1.0","@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-protocols-cloud":"0.23.14-dev-preview03","@fireproof/core-types-blockstore":"0.23.14-dev-preview03","@fireproof/core-types-protocols-cloud":"0.23.14-dev-preview03"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.23.14-dev-preview03_1759373577835_0.04784179995037707","host":"s3://npm-registry-packages-npm-production"}},"0.23.14-dev-preview04":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"4297722b568e51693201ec9b4d1ab2bf0b68cbbd","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.23.14-dev-preview04.tgz","fileCount":13,"integrity":"sha512-ttQqzszWror083mP7lXY+BhHM57ZwmrRfYsI9SgAehhnSma8hFVmKJlPNNH74lfKCZGWmmqzmnvfk2pIseTKOw==","signatures":[{"sig":"MEYCIQCh39d0Q0IgGVflewU1Mbg1BgVsyaSLkjpbPL0B4z/UFAIhAM90J/cTDZSiqFopXEbto3vypxbwIs4njLDleZq9fDqU","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":85571},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/3d43abd85f9fc09cbe00687a75c9f408/fireproof-core-gateways-cloud-0.23.14-dev-preview04.tgz","_integrity":"sha512-ttQqzszWror083mP7lXY+BhHM57ZwmrRfYsI9SgAehhnSma8hFVmKJlPNNH74lfKCZGWmmqzmnvfk2pIseTKOw==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.19.0","dependencies":{"jose":"^6.1.0","@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-protocols-cloud":"0.23.14-dev-preview04","@fireproof/core-types-blockstore":"0.23.14-dev-preview04","@fireproof/core-types-protocols-cloud":"0.23.14-dev-preview04"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.23.14-dev-preview04_1759374565144_0.6139289241756705","host":"s3://npm-registry-packages-npm-production"}},"0.23.14":{"name":"@fireproof/core-gateways-cloud","version":"0.23.14","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@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":"74040e3afbeb13a02083935d1d85a3b50bc1d839","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.23.14.tgz","fileCount":13,"integrity":"sha512-cXGBG2hXwFXJUXOBSA6NMSyaYZR/TzdOIv3Un8m7/Nvdvq36D4mRp6X1zXMEhQhPLmnDMpv0VGdlgYqX8JtEkg==","signatures":[{"sig":"MEYCIQCVTr9drObhTTEhRotUcvQmG9aiARiN0LDgI7NC5QdA5wIhAM9/zyIYlTsd4wepmMhSkdpeHGe38WtPbVrIznqrrXAe","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":85459},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/0c6d6bdf56d813b47220383ffac4b8f7/fireproof-core-gateways-cloud-0.23.14.tgz","_integrity":"sha512-cXGBG2hXwFXJUXOBSA6NMSyaYZR/TzdOIv3Un8m7/Nvdvq36D4mRp6X1zXMEhQhPLmnDMpv0VGdlgYqX8JtEkg==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.19.0","dependencies":{"jose":"^6.1.0","@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-protocols-cloud":"0.23.14","@fireproof/core-types-blockstore":"0.23.14","@fireproof/core-types-protocols-cloud":"0.23.14"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.23.14_1759375272949_0.5179406239737512","host":"s3://npm-registry-packages-npm-production"}},"0.23.15-dev-windows":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"4186199f984df0ad83699e84d569329467945296","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.23.15-dev-windows.tgz","fileCount":13,"integrity":"sha512-LUwqaGBPIIlIS7bzMj65gItQVRjENt95E/EFrO8zvuUNa2eopM0cGcoYhfuO+1w+VAWWxiQbgjeVHFaWUaH4KQ==","signatures":[{"sig":"MEYCIQC9qkM4b/16DbG+b0HaEfeUBE19SieSWKwoQduAjxkijgIhALLQsjPv20LZ3e+vM7bPPHjRDMxGnk40FvMTQFQMyvoz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":85542},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/8c4f63a4367b3d777e70696e2b358a6e/fireproof-core-gateways-cloud-0.23.15-dev-windows.tgz","_integrity":"sha512-LUwqaGBPIIlIS7bzMj65gItQVRjENt95E/EFrO8zvuUNa2eopM0cGcoYhfuO+1w+VAWWxiQbgjeVHFaWUaH4KQ==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.20.0","dependencies":{"jose":"^6.1.0","@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-protocols-cloud":"0.23.15-dev-windows","@fireproof/core-types-blockstore":"0.23.15-dev-windows","@fireproof/core-types-protocols-cloud":"0.23.15-dev-windows"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.23.15-dev-windows_1760133491936_0.3718534148724011","host":"s3://npm-registry-packages-npm-production"}},"0.23.15-dev-windows-1":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"079bfccd4ca10309c08b2be7b45993686ec4be37","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.23.15-dev-windows-1.tgz","fileCount":13,"integrity":"sha512-Mbrn8Bc9+PR2zA14cKCjJ032UTSrK+zTZDeWd5Urb4W5u+iawcVDLlZiGyQYyUiS1d49PxtXuMAeOTNm8bdbKg==","signatures":[{"sig":"MEYCIQCKavSj3AeAnTz9+W1tktER8U1q/iJ/yepZiEPi0rngiQIhAN3jH2GXsaPP9rtFAwwOUt/AYN4U3vmuJ5NlB3EAVAyU","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":85558},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/c89e56b5067f26d4bf4d7518562e6fc9/fireproof-core-gateways-cloud-0.23.15-dev-windows-1.tgz","_integrity":"sha512-Mbrn8Bc9+PR2zA14cKCjJ032UTSrK+zTZDeWd5Urb4W5u+iawcVDLlZiGyQYyUiS1d49PxtXuMAeOTNm8bdbKg==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.20.0","dependencies":{"jose":"^6.1.0","@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-protocols-cloud":"0.23.15-dev-windows-1","@fireproof/core-types-blockstore":"0.23.15-dev-windows-1","@fireproof/core-types-protocols-cloud":"0.23.15-dev-windows-1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.23.15-dev-windows-1_1760176774620_0.5535703145327238","host":"s3://npm-registry-packages-npm-production"}},"0.23.15-dev-windows-2":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"67233607259d5d52258f89fa27394f031b40d84f","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.23.15-dev-windows-2.tgz","fileCount":13,"integrity":"sha512-zjuLa7zf1WqvT+7uRO83UvTA+C1a5sZ35YJWdz6z+qG3qthObZRz/Ng3pHFzhPRgLk1mkkuT8fIDvv8E0On7VA==","signatures":[{"sig":"MEYCIQDXpBm/64w6dd9A25dD3b4U+uPHXRWlcg69TXEOz3HZkwIhAJX4xBN293uo7YlylWkfWPeh82uzNYypD35t+mgXOKbi","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":85558},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/25e6205dc7521cfcc8a38e1d4dde6ef4/fireproof-core-gateways-cloud-0.23.15-dev-windows-2.tgz","_integrity":"sha512-zjuLa7zf1WqvT+7uRO83UvTA+C1a5sZ35YJWdz6z+qG3qthObZRz/Ng3pHFzhPRgLk1mkkuT8fIDvv8E0On7VA==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.20.0","dependencies":{"jose":"^6.1.0","@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-protocols-cloud":"0.23.15-dev-windows-2","@fireproof/core-types-blockstore":"0.23.15-dev-windows-2","@fireproof/core-types-protocols-cloud":"0.23.15-dev-windows-2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.23.15-dev-windows-2_1760221180668_0.31611029952642755","host":"s3://npm-registry-packages-npm-production"}},"0.23.15":{"name":"@fireproof/core-gateways-cloud","version":"0.23.15","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@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":"c99ae5e301fa1a310eae934e6fd0b46254329c12","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.23.15.tgz","fileCount":13,"integrity":"sha512-rXH+FF7P5E/7KA2Lr2iwtwPhR1ZhxGnJgFcN+7jRGWr9ZZCIwmYkmPZRgFsr/S/bEYhzy4nE1+1fm7VcoyH+1g==","signatures":[{"sig":"MEUCIQDR47Wt9LL8BWqpNd4IkRT2Rsy7J+JccFKtK3bmOYmqHwIgfBfjDNbSkcJmEs50Pf4biNw91Ry2oB1kFF30a0o5V4Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":85446},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/33139a4b449d1f4d695bf21b3d17bb8d/fireproof-core-gateways-cloud-0.23.15.tgz","_integrity":"sha512-rXH+FF7P5E/7KA2Lr2iwtwPhR1ZhxGnJgFcN+7jRGWr9ZZCIwmYkmPZRgFsr/S/bEYhzy4nE1+1fm7VcoyH+1g==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.3","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.20.0","dependencies":{"jose":"^6.1.0","@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-protocols-cloud":"0.23.15","@fireproof/core-types-blockstore":"0.23.15","@fireproof/core-types-protocols-cloud":"0.23.15"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.23.15_1760632684131_0.25367594089453815","host":"s3://npm-registry-packages-npm-production"}},"0.24.2-dev-cloud-api":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"b144c8e2882a73ec813662549ec6a75903b495ba","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.2-dev-cloud-api.tgz","fileCount":13,"integrity":"sha512-ftNIK0ocoUGmxfaNiDM8FYJy2lMHnGz6aa7+2/e2voNWFRo3f5LipkKRrXpHj+FDgfVqVvZUe1sZDwOKD/7gpw==","signatures":[{"sig":"MEQCIC0wzZ0gjhFfYmvUkLDxkuzZep11Xs1C0qwFfufg7xKkAiBTEAYgEu8YYZO/CPwAYGH74QjOhNwKZ1I715tc2FvzfQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":85550},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/a9db6dd008208a77df027359b5eb3003/fireproof-core-gateways-cloud-0.24.2-dev-cloud-api.tgz","_integrity":"sha512-ftNIK0ocoUGmxfaNiDM8FYJy2lMHnGz6aa7+2/e2voNWFRo3f5LipkKRrXpHj+FDgfVqVvZUe1sZDwOKD/7gpw==","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":{"jose":"^6.1.2","@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-protocols-cloud":"0.24.2-dev-cloud-api","@fireproof/core-types-blockstore":"0.24.2-dev-cloud-api","@fireproof/core-types-protocols-cloud":"0.24.2-dev-cloud-api"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.2-dev-cloud-api_1764100137823_0.5529442249712486","host":"s3://npm-registry-packages-npm-production"}},"0.24.0-dev-multi-clerks-0":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"1f8ab1dd1cd59cc6830fd5cdb8054417268d6413","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.0-dev-multi-clerks-0.tgz","fileCount":13,"integrity":"sha512-9v2Wq7qYLIpAQ1Pzf0KTMkWkLNFiAU6SsHVR5hp8OW36FptNbhvZXe5ch249+gPn8lcBMkk/cFZ1EEd9xdgBdg==","signatures":[{"sig":"MEUCICXba8NC7cbF3KOGfDnhDET34h1jI9HuctE018qOLTxFAiEA8SDDErAXFp9i0VaICn700qNua3KnuGHJirKuw1Q7fSg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":85516},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/b48c3b6d18982a5cd0a611d8421fed7c/fireproof-core-gateways-cloud-0.24.0-dev-multi-clerks-0.tgz","_integrity":"sha512-9v2Wq7qYLIpAQ1Pzf0KTMkWkLNFiAU6SsHVR5hp8OW36FptNbhvZXe5ch249+gPn8lcBMkk/cFZ1EEd9xdgBdg==","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":{"jose":"^6.1.2","@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-protocols-cloud":"0.24.0-dev-multi-clerks-0","@fireproof/core-types-blockstore":"0.24.0-dev-multi-clerks-0","@fireproof/core-types-protocols-cloud":"0.24.0-dev-multi-clerks-0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.0-dev-multi-clerks-0_1764190633702_0.8160426985305143","host":"s3://npm-registry-packages-npm-production"}},"0.24.0-dev-multi-clerks-1":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"f882d5d7ea8d9fa44646feb8154bb3c9a3e6c746","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.0-dev-multi-clerks-1.tgz","fileCount":13,"integrity":"sha512-H0n3EqmfYCFloZz5NtEisd+pNN0NgCBWE5UlD+M5QhEf5vmmmscBERqoUKQL3hsJrFSpF9Lvlt9HxfOGKR0RmQ==","signatures":[{"sig":"MEQCIAKxamz8RgBTpDSBYaInUr0gzACBnm4Bb1IA51QaL9ZsAiBUzxp4FkXfWRtYXK17IOab4UNUfzcBiw+6g3EtE3x5vw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":85516},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/cd3073b9a65ebe7f97a3d47e56da3d69/fireproof-core-gateways-cloud-0.24.0-dev-multi-clerks-1.tgz","_integrity":"sha512-H0n3EqmfYCFloZz5NtEisd+pNN0NgCBWE5UlD+M5QhEf5vmmmscBERqoUKQL3hsJrFSpF9Lvlt9HxfOGKR0RmQ==","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":{"jose":"^6.1.2","@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-protocols-cloud":"0.24.0-dev-multi-clerks-1","@fireproof/core-types-blockstore":"0.24.0-dev-multi-clerks-1","@fireproof/core-types-protocols-cloud":"0.24.0-dev-multi-clerks-1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.0-dev-multi-clerks-1_1764257185459_0.966615196851029","host":"s3://npm-registry-packages-npm-production"}},"0.24.0":{"name":"@fireproof/core-gateways-cloud","version":"0.24.0","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@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":"e9abd320f42f8eadd26a86f46713119763440453","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.0.tgz","fileCount":13,"integrity":"sha512-SCKflFhTBWX9aIeDRtWoLvITZf0txV5o6BqwHPZ38BRTUUXAlMpHr4xqrAGOBg43ct2rXnKonf6C6M0uSprupA==","signatures":[{"sig":"MEUCIER6TMb5hHdgD0gZFjviW3NroO9uzpOfv13yalJo5qQPAiEA0NC4QVRG3sfirc7jkXsf+wNI1jmbRr7bYxcYGUf0MNM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":85362},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/42f3a53da4d710342261e169c1b080b9/fireproof-core-gateways-cloud-0.24.0.tgz","_integrity":"sha512-SCKflFhTBWX9aIeDRtWoLvITZf0txV5o6BqwHPZ38BRTUUXAlMpHr4xqrAGOBg43ct2rXnKonf6C6M0uSprupA==","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":{"jose":"6.1.2","@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-protocols-cloud":"0.24.0","@fireproof/core-types-blockstore":"0.24.0","@fireproof/core-types-protocols-cloud":"0.24.0"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.0_1764512358351_0.8266172522277389","host":"s3://npm-registry-packages-npm-production"}},"0.24.1-dev-memo":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"e94544335d3c94839931d820c606bb2b29571c50","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.1-dev-memo.tgz","fileCount":13,"integrity":"sha512-vUWECmYqbgOT3MZp/AZlitauR2FEcJ6/3DHtCSBtTX08QujbIhYD+vaZtNPmHj90pa4o9lpR+zqbQxC0Ce9HGA==","signatures":[{"sig":"MEUCIQC3jv1PXK9Boelr9AelgG13zQwaJ1INiNlMhqwwXzY5KQIgAYlYqJZKxFiu2t0XJ7URFnfPWFIM2KrZ20SRhaXuvU0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":85434},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/266e5fb03e948e46546a223535e334a2/fireproof-core-gateways-cloud-0.24.1-dev-memo.tgz","_integrity":"sha512-vUWECmYqbgOT3MZp/AZlitauR2FEcJ6/3DHtCSBtTX08QujbIhYD+vaZtNPmHj90pa4o9lpR+zqbQxC0Ce9HGA==","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":{"jose":"6.1.2","@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-protocols-cloud":"0.24.1-dev-memo","@fireproof/core-types-blockstore":"0.24.1-dev-memo","@fireproof/core-types-protocols-cloud":"0.24.1-dev-memo"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.1-dev-memo_1764712455296_0.5949542655423345","host":"s3://npm-registry-packages-npm-production"}},"0.24.1-dev-memo-2":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"c5933b3d73e3c9d1057e3a0c110b0da841188c88","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.1-dev-memo-2.tgz","fileCount":13,"integrity":"sha512-IbXpC3eUqMXPGcZOVm08WepU2a6xeGkYv7UuHFT+ULEv8RMFct5ksH9N2uLCaVcBog+W+UWu7vCYrKrPBFfJ/g==","signatures":[{"sig":"MEQCICRF3hcreOtQYP2s89hMZ/2VE025i/PjDOSdStYXOck2AiBWdrq1dpppRDNg+zOYDYdDQn9KrtTfQ0dgbXjWXndjLA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":87303},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/70621ca11407a337154fe12bc938081b/fireproof-core-gateways-cloud-0.24.1-dev-memo-2.tgz","_integrity":"sha512-IbXpC3eUqMXPGcZOVm08WepU2a6xeGkYv7UuHFT+ULEv8RMFct5ksH9N2uLCaVcBog+W+UWu7vCYrKrPBFfJ/g==","repository":{"url":"git+https://github.com/fireproof-storage/fireproof.git","type":"git"},"_npmVersion":"10.9.4","description":"Live ledger for the web.","directories":{},"_nodeVersion":"22.21.1","dependencies":{"jose":"6.1.2","@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-protocols-cloud":"0.24.1-dev-memo-2","@fireproof/core-types-blockstore":"0.24.1-dev-memo-2","@fireproof/core-types-protocols-cloud":"0.24.1-dev-memo-2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.1-dev-memo-2_1764714453594_0.0940659756202411","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-ensure-cloud-token":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"55d0d4d049bcbeec55290388b05340800c5958ea","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.3-dev-ensure-cloud-token.tgz","fileCount":13,"integrity":"sha512-+gODxry18PHHcvHI3pqb7mgh9KEdRIbxLa3Meq99jnUTLZmTY+yxXBgmk9V4Rk5EEz951pPm+/VYiRK22R9S0w==","signatures":[{"sig":"MEUCIHZEM4m934ZJlme42h2uYbX445t7YbySg2QexgDlfiNPAiEAnQZ8lyobhWGGrs19e/TZU6qzzQqBnqI+rIvGs4mUS9U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":85546},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/6f993c4ab795b14cd09faadd6566d2bf/fireproof-core-gateways-cloud-0.24.3-dev-ensure-cloud-token.tgz","_integrity":"sha512-+gODxry18PHHcvHI3pqb7mgh9KEdRIbxLa3Meq99jnUTLZmTY+yxXBgmk9V4Rk5EEz951pPm+/VYiRK22R9S0w==","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":{"jose":"6.1.2","@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-protocols-cloud":"0.24.3-dev-ensure-cloud-token","@fireproof/core-types-blockstore":"0.24.3-dev-ensure-cloud-token","@fireproof/core-types-protocols-cloud":"0.24.3-dev-ensure-cloud-token"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.3-dev-ensure-cloud-token_1764799466034_0.583076481298261","host":"s3://npm-registry-packages-npm-production"}},"0.24.1-dev-react19":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"cd9666e16f4c55d2dd1982fe6fa7ae4ba46d3dfc","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.1-dev-react19.tgz","fileCount":13,"integrity":"sha512-bkr8yPyem7tzAAe22idATWZpa8H6a1HbHBujpkSgzHJ16vyWPmoZKotrGbdUB5mJrVbnQunNInG/ZJ0tfAofqQ==","signatures":[{"sig":"MEYCIQCH0jQZMdc1C6MFKYF4JJ/KI7I/z9TMtsQLqeU2MdaICQIhAP1HouXTSvOYlsYILmLnWeboGA3+qZInefNmXfL6/fPD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":85458},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/f2b998958ef57de105ad40caca8fc565/fireproof-core-gateways-cloud-0.24.1-dev-react19.tgz","_integrity":"sha512-bkr8yPyem7tzAAe22idATWZpa8H6a1HbHBujpkSgzHJ16vyWPmoZKotrGbdUB5mJrVbnQunNInG/ZJ0tfAofqQ==","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":{"jose":"6.1.2","@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-protocols-cloud":"0.24.1-dev-react19","@fireproof/core-types-blockstore":"0.24.1-dev-react19","@fireproof/core-types-protocols-cloud":"0.24.1-dev-react19"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.1-dev-react19_1764880466835_0.1914993240590106","host":"s3://npm-registry-packages-npm-production"}},"0.24.1-dev-react19.2":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"a26d1cdcf8af974c169740c7a597bfd49996cf93","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.1-dev-react19.2.tgz","fileCount":13,"integrity":"sha512-slRmBVH/VyRdu8xngAo/Q51pxmEMnwJFGNlhtZbKr1xPrUOd3k1vjyDsE/U9n2Yz8ZaXn63DjVLevqgiVepDLA==","signatures":[{"sig":"MEUCIEsvm2SpJ2EaDi5IQyliNzI+rvv4cwJIC4fL0zEk2XTYAiEA5praOJ6m8Pu2dHdFttb2ELaZj2xAYQ93klzd6ygvq90=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":85474},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/606fd0ae8aefeae6b0739b6bc0319069/fireproof-core-gateways-cloud-0.24.1-dev-react19.2.tgz","_integrity":"sha512-slRmBVH/VyRdu8xngAo/Q51pxmEMnwJFGNlhtZbKr1xPrUOd3k1vjyDsE/U9n2Yz8ZaXn63DjVLevqgiVepDLA==","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":{"jose":"6.1.2","@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-protocols-cloud":"0.24.1-dev-react19.2","@fireproof/core-types-blockstore":"0.24.1-dev-react19.2","@fireproof/core-types-protocols-cloud":"0.24.1-dev-react19.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.1-dev-react19.2_1764892581622_0.8902784196429694","host":"s3://npm-registry-packages-npm-production"}},"0.24.2-dev-clerk":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"50005479eb10e0d753dbbbc22f7f64ce5d6ce97c","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.2-dev-clerk.tgz","fileCount":13,"integrity":"sha512-5TLhv9Hxg43Vof63n1Ohu8qt95D+LE2IM3k1jnA4SvKC8wMlSn8knJCYywVCpSKGDaN5miB/fDRCUHZUEWP19A==","signatures":[{"sig":"MEQCIETXUBFpx56+iKyUwX1uYMuKN6pS/NXZpUWhNEhYx6uFAiA9PnaA27w9fTZ4oA9k5vgayQg60/bPR91SrbggWGZPlg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":85442},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/65423dbb7511c22ce96df2d9f47c67a6/fireproof-core-gateways-cloud-0.24.2-dev-clerk.tgz","_integrity":"sha512-5TLhv9Hxg43Vof63n1Ohu8qt95D+LE2IM3k1jnA4SvKC8wMlSn8knJCYywVCpSKGDaN5miB/fDRCUHZUEWP19A==","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":{"jose":"6.1.2","@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-protocols-cloud":"0.24.2-dev-clerk","@fireproof/core-types-blockstore":"0.24.2-dev-clerk","@fireproof/core-types-protocols-cloud":"0.24.2-dev-clerk"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.2-dev-clerk_1764958267451_0.7549201867125654","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-ensure-cloud-token-1":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"5fee63a878d5e7fc2bc6f0cf517a503d237389a3","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.3-dev-ensure-cloud-token-1.tgz","fileCount":13,"integrity":"sha512-valKl0KW4ta7E1YPPJkXpeqo+ZP1LcbeQ15T0/0tYmrZU8M/wUX2CJnWZbfDbKVQ8zS5a4KDGuzukudgTQqmJQ==","signatures":[{"sig":"MEQCIBb39LHDDkRxcvTHePHSIOqLXeTeO72eFrQJkquEnrSfAiAhPxajoLgQANjrPm8UsQjVvrMNgd/h22n3ClB3dypF0Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":85562},"main":"./index.js","type":"module","_from":"file:fireproof-core-gateways-cloud-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/5294d2502bdb01aa472e1ef6513c8b04/fireproof-core-gateways-cloud-0.24.3-dev-ensure-cloud-token-1.tgz","_integrity":"sha512-valKl0KW4ta7E1YPPJkXpeqo+ZP1LcbeQ15T0/0tYmrZU8M/wUX2CJnWZbfDbKVQ8zS5a4KDGuzukudgTQqmJQ==","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":{"jose":"6.1.3","@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-protocols-cloud":"0.24.3-dev-ensure-cloud-token-1","@fireproof/core-types-blockstore":"0.24.3-dev-ensure-cloud-token-1","@fireproof/core-types-protocols-cloud":"0.24.3-dev-ensure-cloud-token-1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.3-dev-ensure-cloud-token-1_1765189492207_0.6766644231032501","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-ensure-cloud-token-5":{"name":"@fireproof/core-gateways-cloud","version":"0.24.3-dev-ensure-cloud-token-5","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@0.24.3-dev-ensure-cloud-token-5","maintainers":[{"name":"jchris","email":"jchris@gmail.com"},{"name":"fastandfearless","email":"meno.abels@gmail.com"}],"contributors":[{"name":"J Chris Anderson"},{"name":"Alan Shaw"},{"name":"Travis Vachon"},{"name":"Mikeal Rogers"},{"name":"Meno Abels"}],"homepage":"https://use-fireproof.com","bugs":{"url":"https://github.com/fireproof-storage/fireproof/issues"},"dist":{"shasum":"c51521c4d61d5966cafaf27970e14787181a9616","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.3-dev-ensure-cloud-token-5.tgz","fileCount":13,"integrity":"sha512-Xski6cX//sgMfcyK5B3vKrLYcaZbVQf0+JHyCd6dtQAT0mPpy8nliWXrJOclP6ibK6m+asBoNfvt9A1iPn46pA==","signatures":[{"sig":"MEUCIQDmjTCjSMpyY6t+nmpjnM0SvSZsPzBMfCrjCRZDQVcdGwIgXFYLdF+CFi39okG9THuhzOfo0wAnNYrDPC29n4K26bo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.3-dev-ensure-cloud-token-5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85576},"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:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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":{"jose":"6.1.3","@adviser/cement":"0.5.5","@fireproof/vendor":"0.24.3-dev-ensure-cloud-token-5","@fireproof/core-runtime":"0.24.3-dev-ensure-cloud-token-5","@fireproof/core-types-base":"0.24.3-dev-ensure-cloud-token-5","@fireproof/core-gateways-base":"0.24.3-dev-ensure-cloud-token-5","@fireproof/core-protocols-cloud":"0.24.3-dev-ensure-cloud-token-5","@fireproof/core-types-blockstore":"0.24.3-dev-ensure-cloud-token-5","@fireproof/core-types-protocols-cloud":"0.24.3-dev-ensure-cloud-token-5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.3-dev-ensure-cloud-token-5_1765386400653_0.5689475045182506","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-ensure-cloud-token-6":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"96538a66f922a5fb0f63456d4131a07b00dd4ed1","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.3-dev-ensure-cloud-token-6.tgz","fileCount":13,"integrity":"sha512-xS8s2ViKoOJUgKqPVvKPOQkeX0XuFa+bC6vgIRJvKELsLM3D8BnTlzSnZzy+rR7r2105brzPNSjL6mEKnP+Fyg==","signatures":[{"sig":"MEUCIFptXFZMYfptc0MrbBjSRc5VW1IkjwQefSstXdYc8d6eAiEAxEtydu70m3oIbWdquqRAHUU5isCHZc4A1KrAnsTBOfw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.3-dev-ensure-cloud-token-6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85576},"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:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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":{"jose":"6.1.3","@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-protocols-cloud":"0.24.3-dev-ensure-cloud-token-6","@fireproof/core-types-blockstore":"0.24.3-dev-ensure-cloud-token-6","@fireproof/core-types-protocols-cloud":"0.24.3-dev-ensure-cloud-token-6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.3-dev-ensure-cloud-token-6_1765386610319_0.7558821452430502","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-ensure-cloud-token-7":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"520ca6dc40ce4049102b96979bbb4b635aa39dd8","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.3-dev-ensure-cloud-token-7.tgz","fileCount":13,"integrity":"sha512-/xifmNyReoEsGBjuqXPCJl9Cuj79p8x7MufraYyiGWmo4noucIZKT61lcCiBhQm8YpnfvHIHRJZh6UeUDpZU0g==","signatures":[{"sig":"MEQCIHhcR4iuHlOGeNqc3UpcXPGOmJahmgwkQsgnUcE1ha94AiA31v2Dx8sIFtTkckZsuJNP8TqW+1pVSUdsErYtqBTbKA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.3-dev-ensure-cloud-token-7","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85576},"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:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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":{"jose":"6.1.3","@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-protocols-cloud":"0.24.3-dev-ensure-cloud-token-7","@fireproof/core-types-blockstore":"0.24.3-dev-ensure-cloud-token-7","@fireproof/core-types-protocols-cloud":"0.24.3-dev-ensure-cloud-token-7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.3-dev-ensure-cloud-token-7_1765395511822_0.1587525980397595","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-ensure-cloud-token-8":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"4e48f65b2002e12069e669c65d894a6c42c7e2d0","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.3-dev-ensure-cloud-token-8.tgz","fileCount":13,"integrity":"sha512-1l87bQgMyBDEArK6Q08DLvibk0ebuNOVaMm7bD5yTh3RPXIDcC/Qp/yUg2Dy8ppXhO9ZMaM2khXiWbJ4halsKA==","signatures":[{"sig":"MEQCIHYemI6QwNVQbHOr3ks5PfNAKK2jJ9fMuP4H2gvkfnABAiB5Z8QmuBBQihiz6IXVOZ4NEwn1WnolTxT4bXdzKkBqQQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.3-dev-ensure-cloud-token-8","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85576},"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:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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":{"jose":"6.1.3","@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-protocols-cloud":"0.24.3-dev-ensure-cloud-token-8","@fireproof/core-types-blockstore":"0.24.3-dev-ensure-cloud-token-8","@fireproof/core-types-protocols-cloud":"0.24.3-dev-ensure-cloud-token-8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.3-dev-ensure-cloud-token-8_1765510384897_0.9692959042635498","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-ensure-cloud-token-9":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"7377a2aea185d118d8391e7822becc9951fdb8ce","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.3-dev-ensure-cloud-token-9.tgz","fileCount":13,"integrity":"sha512-DQxflSSs6VQQscjOpnjBOyiBt3+bmp4GmilTYA40+nQPDJ3z7b6z7MhkO/pvFpXtgSk9tmph6e6SSAumTuHzcQ==","signatures":[{"sig":"MEYCIQC6v4t1S/a18uHRoA9nxR7pKm+HbcVhIS5DLymvURWTnwIhAPswW0V6sGVgQz8t54S3tUbPOYof1DlZQXiDEpd2rUCa","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.3-dev-ensure-cloud-token-9","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85576},"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:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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":{"jose":"6.1.3","@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-protocols-cloud":"0.24.3-dev-ensure-cloud-token-9","@fireproof/core-types-blockstore":"0.24.3-dev-ensure-cloud-token-9","@fireproof/core-types-protocols-cloud":"0.24.3-dev-ensure-cloud-token-9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.3-dev-ensure-cloud-token-9_1765538845064_0.3811434844074151","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-token-claims":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"79ff9fad2a4a7dc7ddeb5e6e68748b6159602aba","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.3-dev-token-claims.tgz","fileCount":13,"integrity":"sha512-VTc2VbaET1W9eu8VUqdO5KQZz0aG20u/tGbWswL1hU0Oy3lpQoe4drqXcaAX1i7CIadrMn1liimhtJ8f+2UaRA==","signatures":[{"sig":"MEUCICnfLFJrABjx7+Z9IdHW2tfaafxWubb/w5B6lSMazq4RAiEArdLGEzsW3jMDsMoIrQmEJmfjLekfXF6vgf5fc+CYTSA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.3-dev-token-claims","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85512},"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:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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":{"jose":"6.1.3","@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-protocols-cloud":"0.24.3-dev-token-claims","@fireproof/core-types-blockstore":"0.24.3-dev-token-claims","@fireproof/core-types-protocols-cloud":"0.24.3-dev-token-claims"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.3-dev-token-claims_1765818487211_0.6825520125647375","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-use-livequery":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"4ecd07a869214a45172bff96a55119ad1b1d21da","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.3-dev-use-livequery.tgz","fileCount":13,"integrity":"sha512-ydT95tIx7wfv6qoO9CUSv6K48f9jvE5vomlwsbkIsTWFaZSyIg9QkPX+sLYfoTLL7AJOHuSoHrWv6J7ZVI7LrQ==","signatures":[{"sig":"MEUCICZ7UfubsGUnD+5Wk26NhbR/paubE9DFKMZhZB56sG6cAiEAtz4h6I+/W2m+F76zq9Gz8vy4tn8IOYWZ0zfiXALJOWs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.3-dev-use-livequery","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85520},"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:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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":{"jose":"6.1.3","@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-protocols-cloud":"0.24.3-dev-use-livequery","@fireproof/core-types-blockstore":"0.24.3-dev-use-livequery","@fireproof/core-types-protocols-cloud":"0.24.3-dev-use-livequery"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.3-dev-use-livequery_1765830316656_0.8527539683423786","host":"s3://npm-registry-packages-npm-production"}},"0.24.3-dev-20261224":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"4118fe9fceac3764cfd84fa7b2d7a987c0c35ea5","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.3-dev-20261224.tgz","fileCount":13,"integrity":"sha512-3l/xNmZcJSwHTEYBvu6eq4uijjEgRqFEiPLrYEOQM98oIf/43KwGNXnijIU1hSuPSN+hJOYwkv3J6Ehr7QQVIg==","signatures":[{"sig":"MEUCIQD9sPEjhSRvHN1ov0hyMA44UH++CVo6vp4oKvKlmj0+vgIgfW7iT1+WcIdIkxm2SWoyU3uupM9c5Kaiwg7Tg4Hiy2s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.3-dev-20261224","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85480},"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:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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":{"jose":"6.1.3","@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-protocols-cloud":"0.24.3-dev-20261224","@fireproof/core-types-blockstore":"0.24.3-dev-20261224","@fireproof/core-types-protocols-cloud":"0.24.3-dev-20261224"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.3-dev-20261224_1766567507492_0.6286188981171241","host":"s3://npm-registry-packages-npm-production"}},"0.24.5":{"name":"@fireproof/core-gateways-cloud","version":"0.24.5","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@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":"084d1de4d4ef695a604dc256bc3a21a1b567914b","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.5.tgz","fileCount":13,"integrity":"sha512-Ck5fOnYpeUITAA/t5ZJg5n57oWywaYSPMMXPtwzu+lrbavA13mZagvocV/M7p5y7BUBUjxnrPlC7YoJ7AgtTJw==","signatures":[{"sig":"MEUCIAtc3ZJ5HIE2aFMQqHLZz4O1nCsx3bAiAcSNYvhD5JhCAiEA8hf4HMaYLLW3FYKlFeOlk3pc3POwLRYDjzJ38HD8Hr8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85376},"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:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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":{"jose":"6.1.3","@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-protocols-cloud":"0.24.5","@fireproof/core-types-blockstore":"0.24.5","@fireproof/core-types-protocols-cloud":"0.24.5"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.5_1767945691494_0.9490801051095854","host":"s3://npm-registry-packages-npm-production"}},"0.24.6":{"name":"@fireproof/core-gateways-cloud","version":"0.24.6","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@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":"b893095de462278d7d94a01d76e96679db946338","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.6.tgz","fileCount":13,"integrity":"sha512-EZ83Jn30yU7YLuuz3SYBrp608hqGBFX03oCsfmehUfjefoXPGD5SIANabcwcGY9LdfCn/PYHYhrrlfx1pkP0XA==","signatures":[{"sig":"MEUCIQD2edG6nvmjsTV/9ELDOhL6ooYUg+9r6+ucpB6pL0g8kwIgJa/k2rr5t5JOlDGno2ndoOHDnQynsuHByuesmLW0ZsQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85377},"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:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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":{"jose":"6.1.3","@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-protocols-cloud":"0.24.6","@fireproof/core-types-blockstore":"0.24.6","@fireproof/core-types-protocols-cloud":"0.24.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.6_1767947017860_0.4531208740038566","host":"s3://npm-registry-packages-npm-production"}},"0.24.7-dev-deploy-t1":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"bd4359e15b61d3f4996ef51ba9cf0bbeec855089","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.7-dev-deploy-t1.tgz","fileCount":13,"integrity":"sha512-4UI8sNT7FdurMM4pPpMnX/9jEXSMXAc8YeplGylwiWCSy+GzrzsGVh3Q0qFjXP4j4MpaiVTGsKYvHXI4ImwnHA==","signatures":[{"sig":"MEUCIQCfV+Xk7UTMAKTTbUhGMTeV+PnxYWUZUrpds5zr6tfRBwIgeC8/LS4UUkRK+O3YAkXFcf9Dlm6JVlVriQaE5mMF0qk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.7-dev-deploy-t1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85489},"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:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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":{"jose":"6.1.3","@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-protocols-cloud":"0.24.7-dev-deploy-t1","@fireproof/core-types-blockstore":"0.24.7-dev-deploy-t1","@fireproof/core-types-protocols-cloud":"0.24.7-dev-deploy-t1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.7-dev-deploy-t1_1768060163642_0.8883082444626809","host":"s3://npm-registry-packages-npm-production"}},"0.24.7":{"name":"@fireproof/core-gateways-cloud","version":"0.24.7","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@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":"60de85d63f2c41e31f9e777e11a6bfd96846bac5","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.7.tgz","fileCount":13,"integrity":"sha512-/qGqVgAL+ajJVUYnuWRhi094aUVpBX2RW6fJBU8KzS6h8aIvgTOrYb0c/ItY+vCaAxyn+oc4MmV9uj/qp3757g==","signatures":[{"sig":"MEUCIQDxZW0drbiLxn63Wat0e5LUmkHVV9vxgqMGOgu+89sVDgIgXQouDewmCqC+XEk/dayT+3J+GAqUjZ/lpgibcLnBNiQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.7","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85377},"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:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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":{"jose":"6.1.3","@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-protocols-cloud":"0.24.7","@fireproof/core-types-blockstore":"0.24.7","@fireproof/core-types-protocols-cloud":"0.24.7"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.7_1768062581538_0.7608146113463568","host":"s3://npm-registry-packages-npm-production"}},"0.24.8-dev-fp-token":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"2b0f639d21594c803f0ccc91dc254bd4ec7768e8","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.8-dev-fp-token.tgz","fileCount":13,"integrity":"sha512-CPCWuMmmfCjhB5hmZtKytBuwhIXtdGBjqHMVkFIO3EJTRWRo7bXFsChZE7p/zYtrb7zj/TGDtqambZJ1LanrbA==","signatures":[{"sig":"MEUCIGG3rM9W8tovgwtQNDjDirJqcdAIZ8oXNGiNzd9+fFmMAiEAq9A6swNmr9fI3xoLxRXSAy7MDFKHzX8NwMkGVOiS9WA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.8-dev-fp-token","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85481},"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:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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":{"jose":"6.1.3","@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-protocols-cloud":"0.24.8-dev-fp-token","@fireproof/core-types-blockstore":"0.24.8-dev-fp-token","@fireproof/core-types-protocols-cloud":"0.24.8-dev-fp-token"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.8-dev-fp-token_1768218441811_0.25691092887827605","host":"s3://npm-registry-packages-npm-production"}},"0.24.8-dev-move-pubkey":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"54ffda374777a4c0fcff9015a7fb8187b4b3ddd7","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.8-dev-move-pubkey.tgz","fileCount":13,"integrity":"sha512-B4CJh96Hwy+Nym+kgENM6szwp/fk6mBKRJoZa4iMmDmHE42NcuLBMIFMkmrNApKHOOk+CO+O33bjg4ywQT9Q8Q==","signatures":[{"sig":"MEQCIHu/JWVtxuOQBtWJL/xPkiUNi46hv2REB7gFJPR+gUfIAiBr0RtMJHhswxLL+0PAkwkw7sL3n0gx1ccY8YIGOWT8oQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.8-dev-move-pubkey","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85505},"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:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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":{"jose":"6.1.3","@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-protocols-cloud":"0.24.8-dev-move-pubkey","@fireproof/core-types-blockstore":"0.24.8-dev-move-pubkey","@fireproof/core-types-protocols-cloud":"0.24.8-dev-move-pubkey"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.8-dev-move-pubkey_1768224623541_0.48656804440319257","host":"s3://npm-registry-packages-npm-production"}},"0.24.8-dev-test-device-id":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"f48878f965bb76a49d4af355db94ea04d1ee32be","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.8-dev-test-device-id.tgz","fileCount":13,"integrity":"sha512-Y0cyiyMsA39HuoWVNSW9c7nMxZas6l7XUhjDtbGIlW63Ra3e3PEfFocTR1CEp5ahQJa1KBy+veovZfImbMB3Jw==","signatures":[{"sig":"MEQCIFvknObEVz8eOOd4Zfo8Jb8xvBVlQXtIAMHqbJF/gPnJAiANEbnLnkQ4XBszo9Eb4F7A7S6PjCzg4GzKRYAGR14lHA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.8-dev-test-device-id","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85529},"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:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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":{"jose":"6.1.3","@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-protocols-cloud":"0.24.8-dev-test-device-id","@fireproof/core-types-blockstore":"0.24.8-dev-test-device-id","@fireproof/core-types-protocols-cloud":"0.24.8-dev-test-device-id"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.8-dev-test-device-id_1768226791269_0.408676880344385","host":"s3://npm-registry-packages-npm-production"}},"0.24.8":{"name":"@fireproof/core-gateways-cloud","version":"0.24.8","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@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":"cd195216bdcb85f277a492dde48405344cf7329f","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.8.tgz","fileCount":13,"integrity":"sha512-+X5OMNmflc/EzNI2eQe2ay8rNPMTsJuqkGIBOkWVktzDHkYRwLNZ9YExXBggYKtsUuetYhhX+UA84rMkc5Z8Ow==","signatures":[{"sig":"MEUCIQDEP0cz8Jd0Dd6Bu0swn1oQSkmZHsa3d7LnDK4ASmb9cgIgdq1SkrfoIYIkiifLBp9ponXLo91gXi1tVvS0WhojPHo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.8","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85379},"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:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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":{"jose":"~6.1.3","@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-protocols-cloud":"0.24.8","@fireproof/core-types-blockstore":"0.24.8","@fireproof/core-types-protocols-cloud":"0.24.8"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.8_1769097895940_0.9954685321489614","host":"s3://npm-registry-packages-npm-production"}},"0.24.9":{"name":"@fireproof/core-gateways-cloud","version":"0.24.9","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@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":"ebf6672b2c7f6ff33321a980c0cbcdbda6a60acf","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.9.tgz","fileCount":13,"integrity":"sha512-w+B4cFc6FScxKkV6A/mNB7gNsHzQWh4aRxfibp8EfcbQDNXILrAY08bmFH5gKgz6azQqOGj9J015B6e4I67iag==","signatures":[{"sig":"MEUCIQD9U8YnDWa6OUaMDO8MuhHDGzT5l0pKmJFS9KLWXoahGgIgf/1fT8tW7uvudRK3/QI5VsJmJMHtDVc7xPDQtkFrc7c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.9","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85379},"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:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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":{"jose":"~6.1.3","@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-protocols-cloud":"0.24.9","@fireproof/core-types-blockstore":"0.24.9","@fireproof/core-types-protocols-cloud":"0.24.9"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.9_1769102353521_0.1929598697095969","host":"s3://npm-registry-packages-npm-production"}},"0.24.10":{"name":"@fireproof/core-gateways-cloud","version":"0.24.10","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@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":"7b086889a0dfaec9312987207596d91d3f294dd2","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.10.tgz","fileCount":13,"integrity":"sha512-kFKYZSqocv54MjMGlgn/HajwjP4LB8KizWIk3amwbK2lqPS2SlBBagAaJ6pHV4QWWrnpAnApFNt3K9/B5W+UQQ==","signatures":[{"sig":"MEUCIQD67wxafzMEQT0U0bPCkzN9ION+i337WDG1BBh/9MEkRgIgNOrTJRh/YzGkYJpHZQxTR3SQT3D04HAEhQCoEiqaFmM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.10","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85387},"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:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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":{"jose":"~6.1.3","@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-protocols-cloud":"0.24.10","@fireproof/core-types-blockstore":"0.24.10","@fireproof/core-types-protocols-cloud":"0.24.10"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.10_1769862367447_0.5929882608995534","host":"s3://npm-registry-packages-npm-production"}},"0.24.11":{"name":"@fireproof/core-gateways-cloud","version":"0.24.11","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@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":"498c95122e91e970d48db0301d07810cbd316db9","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.11.tgz","fileCount":13,"integrity":"sha512-TfdW8pPNTrHDYjN+HM93IagJwSLDzEorNnalmItu+wO+8gZZgpExmCDKEWEVADyUHerVZYNGK0r88e7DYpThAA==","signatures":[{"sig":"MEUCIQCCrb9lVNtd/5xKvZwmSQZPR+Orv3Ha92Bk7M2mMksZkgIgQabkcpFUoZo7YD39+0vBzh/VtldwpWD9pDCeeu77IuM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.11","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85387},"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:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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":{"jose":"~6.1.3","@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-protocols-cloud":"0.24.11","@fireproof/core-types-blockstore":"0.24.11","@fireproof/core-types-protocols-cloud":"0.24.11"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.11_1770895194267_0.20934094037749085","host":"s3://npm-registry-packages-npm-production"}},"0.24.12":{"name":"@fireproof/core-gateways-cloud","version":"0.24.12","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@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":"7ec4ebf1e8ebf295f3fef09fcf62b3cee5f99cfe","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.12.tgz","fileCount":13,"integrity":"sha512-ukrUWxlgrkccbhvvPLzumpD9/5G3bL/x4/Y91s7uMNEcucS/wx1hn7y2mVHTSUPV9O312LPKEJiIxT8Gk/DnJQ==","signatures":[{"sig":"MEQCIEWRhKTcYR68SI+QygplvraaXpcffkonhaILqmj+ARsuAiB626OIgVAnQHHKD+2ZqXMWOUi89pPo1O56Vqu9llSJdQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.12","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85387},"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:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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":{"jose":"~6.1.3","@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-protocols-cloud":"0.24.12","@fireproof/core-types-blockstore":"0.24.12","@fireproof/core-types-protocols-cloud":"0.24.12"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.12_1771590420548_0.431450513047422","host":"s3://npm-registry-packages-npm-production"}},"0.24.13-dev-qs-1":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"354e1e9b6c80ccf9ba05f3607d722758ccc019d7","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.13-dev-qs-1.tgz","fileCount":13,"integrity":"sha512-0WhoihzExG1uTneKHnOO28wmCs/jBnN9nmd+/LqWMQgFK4fJKA6jpe6MCjuFbAyGtLNCg6S8jkypMWw0nhTnfA==","signatures":[{"sig":"MEQCIHnRBeznio2vH4OkrLJxToULqoEieNYr42bIXp9NYlijAiA8yWXdoiO8FIoA0exltkxlr111l5UNFjxWTGlhysnSdA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.13-dev-qs-1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85459},"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:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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":{"jose":"~6.1.3","@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-protocols-cloud":"0.24.13-dev-qs-1","@fireproof/core-types-blockstore":"0.24.13-dev-qs-1","@fireproof/core-types-protocols-cloud":"0.24.13-dev-qs-1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.13-dev-qs-1_1771863918904_0.5027854007723014","host":"s3://npm-registry-packages-npm-production"}},"0.24.13-dev-qs-2":{"name":"@fireproof/core-gateways-cloud","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-cloud@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":"134715cc956bc368539eb8ae93da73aa5472fb5c","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.13-dev-qs-2.tgz","fileCount":13,"integrity":"sha512-43xayaL1Kc1RATzGBITxa4zfh3tXpVZFNLmxbqUpZpd6r73O28fguB1GrD1pOWe9mOhe7hZTK3IoE/rRNOopEQ==","signatures":[{"sig":"MEYCIQCfpLWHI3ngMI1J67a4U+ZNBHCFEMGg7zq0bLI3qZuAMwIhAM4ebVuqEqX0UUn6PhFL2zfnnx1TqkuyfedwiEc+kGDQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.13-dev-qs-2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85500},"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:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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":{"jose":"~6.1.3","@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-protocols-cloud":"0.24.13-dev-qs-2","@fireproof/core-types-blockstore":"0.24.13-dev-qs-2","@fireproof/core-types-protocols-cloud":"0.24.13-dev-qs-2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.13-dev-qs-2_1771886699434_0.48580364110048","host":"s3://npm-registry-packages-npm-production"}},"0.24.13":{"name":"@fireproof/core-gateways-cloud","version":"0.24.13","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@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":"a755df6d250391da71c157889e0ead344be55b9f","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.13.tgz","fileCount":13,"integrity":"sha512-1dsi0CfSHQUAys03uaPVpIT8K5X/heF3Cav14CcJxUffO1PDZUPu0nQUXvcZEVZEwQQ9Jkamy85EgAqYTo68jQ==","signatures":[{"sig":"MEQCICQKxg38QV3TrE5AQiCHJP1DfI+iFkwF6Lj9PVoSDWFYAiBcoTHpleJ3CXQbEl1iahI5RHltliBVswXPgqrIx8AOng==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.13","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":84889},"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:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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":{"jose":"~6.2.1","@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-protocols-cloud":"0.24.13","@fireproof/core-types-blockstore":"0.24.13","@fireproof/core-types-protocols-cloud":"0.24.13"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.13_1773672333465_0.9556818229920729","host":"s3://npm-registry-packages-npm-production"}},"0.24.14":{"name":"@fireproof/core-gateways-cloud","version":"0.24.14","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@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":"6a75f5486735441d7255eef0ec61101c98830682","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.14.tgz","fileCount":13,"integrity":"sha512-H5fvZEyO3rnkUy5C5lGreQJBfBRHTX5nmyq6J+4hTjTjRkBA2Z7UADv7AAeG8jwyZEUdX9nEIFmIY5z0aWvJVA==","signatures":[{"sig":"MEYCIQCBtd1/AecVu76/E6K/40ldqUbbJF5F9/EN91+eGZ//ZgIhAPjbvVg8jsZWXSNRpHda0GGz+X0+SQaLmft2MG520lQF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.14","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":84889},"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:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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":{"jose":"~6.2.1","@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-protocols-cloud":"0.24.14","@fireproof/core-types-blockstore":"0.24.14","@fireproof/core-types-protocols-cloud":"0.24.14"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.14_1774622345046_0.5517613687454608","host":"s3://npm-registry-packages-npm-production"}},"0.24.15":{"name":"@fireproof/core-gateways-cloud","version":"0.24.15","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@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":"a5380b94fbed156e202dd3c7e60fd05127f57881","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.15.tgz","fileCount":13,"integrity":"sha512-vUOQfYonmvzBAs+TDo8Gfb+GKcPG5HV2O/Msal6wi44Hq6e4Z8E79N5T3iqCiKBhG9qkOb7mW4tGQPHC/bGQJA==","signatures":[{"sig":"MEUCIHZuAbXzGSfs/T+26YtvtDpGQTfrlKZBe7AvhBl8BxtDAiEA1+H7qmHuoPmL1eb1Rmmp5RByPPBdDWQDk1B4v+y+rxs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.15","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":84889},"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:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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":{"jose":"~6.2.1","@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-protocols-cloud":"0.24.15","@fireproof/core-types-blockstore":"0.24.15","@fireproof/core-types-protocols-cloud":"0.24.15"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.15_1774624656843_0.14167417690765705","host":"s3://npm-registry-packages-npm-production"}},"0.24.16":{"name":"@fireproof/core-gateways-cloud","version":"0.24.16","keywords":["ledger","JSON","document","IPLD","CID","IPFS"],"author":{"name":"J Chris Anderson"},"license":"AFL-2.0","_id":"@fireproof/core-gateways-cloud@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":"011d00fa3fb9a4132acbb1c12720c49f3a266dfa","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.16.tgz","fileCount":13,"integrity":"sha512-mHsK5utQzXVks3DR83Xa0ZBQ3MUqjo8tYeD5TypbibWVHRCqBQ9fsnT53H7dWNED/b0MwbJCE3tSMyP21L9Kfg==","signatures":[{"sig":"MEUCIHHcElVIvFR8ebeYmKeOAz7a2nPCdehH8zWSNXMl8LWVAiEAh+2eQDreuyXphYV7liETO9f7IK8KYO3GPNA/3RjBggo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.16","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":84889},"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:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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":{"jose":"~6.2.2","@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-protocols-cloud":"0.24.16","@fireproof/core-types-blockstore":"0.24.16","@fireproof/core-types-protocols-cloud":"0.24.16"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core-gateways-cloud_0.24.16_1774737103580_0.0664932077085878","host":"s3://npm-registry-packages-npm-production"}},"0.24.19":{"name":"@fireproof/core-gateways-cloud","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-protocols-cloud":"0.24.19","@fireproof/core-runtime":"0.24.19","@fireproof/core-types-base":"0.24.19","@fireproof/core-types-blockstore":"0.24.19","@fireproof/core-types-protocols-cloud":"0.24.19","@fireproof/vendor":"0.24.19","jose":"~6.2.2"},"gitHead":"d6ec82d04671147b90ae6288148134f907c22393","types":"./index.d.ts","_id":"@fireproof/core-gateways-cloud@0.24.19","_nodeVersion":"24.14.1","_npmVersion":"11.11.0","dist":{"integrity":"sha512-R0Gn8umhFl5FJFDDXVLEhxksBEGOQ8jzrGADF94TeVvPcsrxNlxF/udgmyfXxVesA7zOABeVuMoxg7McFGtLvA==","shasum":"098a901fb103da231ac2565099162510c91fcf7a","tarball":"https://registry.npmjs.org/@fireproof/core-gateways-cloud/-/core-gateways-cloud-0.24.19.tgz","fileCount":13,"unpackedSize":84889,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@fireproof%2fcore-gateways-cloud@0.24.19","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFxOUBxIXdqejIU3kTHDshvx1/J3EaJxwzrZuhmaJK03AiEAoPmtJCrWBUCZNH2xD1oiveISsOQ16bXGTwP27KgpVbk="}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:3b83590c-4734-4214-8bbc-b67da42dc17e"}},"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-cloud_0.24.19_1776282979932_0.2659718672009601"},"_hasShrinkwrap":false}},"time":{"created":"2025-07-09T15:20:06.303Z","modified":"2026-04-15T19:56:20.421Z","0.0.0-smoke-1b31059-1752074105":"2025-07-09T15:20:06.633Z","0.0.1-dev-test":"2025-07-09T16:01:47.332Z","0.0.2-dev-test":"2025-07-19T23:02:46.772Z","0.22.0-dev-preview":"2025-07-20T18:14:29.906Z","0.22.0-keybag":"2025-07-31T06:56:45.415Z","0.22.0-dev-preview-1":"2025-08-05T13:53:00.058Z","0.22.0-dev-preview-3":"2025-08-05T14:31:35.944Z","0.22.0-dev-preview-4":"2025-08-05T17:23:22.320Z","0.23.0":"2025-08-09T23:59:56.342Z","0.23.1":"2025-08-13T12:37:00.003Z","0.23.1-dev-issue-1057":"2025-08-15T10:48:16.470Z","0.23.2":"2025-08-15T12:09:59.828Z","0.23.3":"2025-08-19T14:28:14.216Z","0.23.5":"2025-08-19T16:08:06.917Z","0.23.6":"2025-08-19T20:14:19.114Z","0.23.7-dev-preview1":"2025-08-21T22:12:28.706Z","0.23.7-dev-preview2":"2025-08-22T03:38:52.287Z","0.23.7-dev-preview4":"2025-08-22T14:48:37.436Z","0.23.8":"2025-08-23T00:17:17.680Z","0.23.10":"2025-08-23T03:18:56.981Z","0.23.7":"2025-08-23T03:47:28.776Z","0.23.11":"2025-08-23T16:41:38.436Z","0.23.13":"2025-08-27T22:23:21.734Z","0.23.14-dev-preview03":"2025-10-02T02:52:58.022Z","0.23.14-dev-preview04":"2025-10-02T03:09:25.366Z","0.23.14":"2025-10-02T03:21:13.150Z","0.23.15-dev-windows":"2025-10-10T21:58:12.140Z","0.23.15-dev-windows-1":"2025-10-11T09:59:34.844Z","0.23.15-dev-windows-2":"2025-10-11T22:19:40.867Z","0.23.15":"2025-10-16T16:38:04.321Z","0.24.2-dev-cloud-api":"2025-11-25T19:48:58.059Z","0.24.0-dev-multi-clerks-0":"2025-11-26T20:57:13.928Z","0.24.0-dev-multi-clerks-1":"2025-11-27T15:26:25.638Z","0.24.0":"2025-11-30T14:19:18.597Z","0.24.1-dev-memo":"2025-12-02T21:54:15.480Z","0.24.1-dev-memo-2":"2025-12-02T22:27:33.784Z","0.24.3-dev-ensure-cloud-token":"2025-12-03T22:04:26.229Z","0.24.1-dev-react19":"2025-12-04T20:34:27.029Z","0.24.1-dev-react19.2":"2025-12-04T23:56:21.771Z","0.24.2-dev-clerk":"2025-12-05T18:11:07.606Z","0.24.3-dev-ensure-cloud-token-1":"2025-12-08T10:24:52.350Z","0.24.3-dev-ensure-cloud-token-5":"2025-12-10T17:06:40.784Z","0.24.3-dev-ensure-cloud-token-6":"2025-12-10T17:10:10.474Z","0.24.3-dev-ensure-cloud-token-7":"2025-12-10T19:38:31.976Z","0.24.3-dev-ensure-cloud-token-8":"2025-12-12T03:33:05.036Z","0.24.3-dev-ensure-cloud-token-9":"2025-12-12T11:27:25.229Z","0.24.3-dev-token-claims":"2025-12-15T17:08:07.358Z","0.24.3-dev-use-livequery":"2025-12-15T20:25:16.816Z","0.24.3-dev-20261224":"2025-12-24T09:11:47.653Z","0.24.5":"2026-01-09T08:01:31.643Z","0.24.6":"2026-01-09T08:23:38.010Z","0.24.7-dev-deploy-t1":"2026-01-10T15:49:23.789Z","0.24.7":"2026-01-10T16:29:41.688Z","0.24.8-dev-fp-token":"2026-01-12T11:47:21.947Z","0.24.8-dev-move-pubkey":"2026-01-12T13:30:23.720Z","0.24.8-dev-test-device-id":"2026-01-12T14:06:31.396Z","0.24.8":"2026-01-22T16:04:56.086Z","0.24.9":"2026-01-22T17:19:13.667Z","0.24.10":"2026-01-31T12:26:07.609Z","0.24.11":"2026-02-12T11:19:54.415Z","0.24.12":"2026-02-20T12:27:00.681Z","0.24.13-dev-qs-1":"2026-02-23T16:25:19.092Z","0.24.13-dev-qs-2":"2026-02-23T22:44:59.586Z","0.24.13":"2026-03-16T14:45:33.608Z","0.24.14":"2026-03-27T14:39:05.212Z","0.24.15":"2026-03-27T15:17:36.988Z","0.24.16":"2026-03-28T22:31:43.713Z","0.24.19":"2026-04-15T19:56:20.071Z"},"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"}