{"_id":"@c3-oss/q","_rev":"2-a5871d988c5188ebe468d3bf3c7883f2","name":"@c3-oss/q","dist-tags":{"latest":"0.1.1"},"versions":{"0.1.0":{"name":"@c3-oss/q","version":"0.1.0","keywords":["cli","database","query","read-only","sql","postgres","mysql","sqlite","mongodb","redis","dynamodb"],"license":"CC0-1.0","_id":"@c3-oss/q@0.1.0","maintainers":[{"name":"caian","email":"hi@caian.org"}],"homepage":"https://github.com/c3-oss/q","bugs":{"url":"https://github.com/c3-oss/q/issues"},"bin":{"q":"bin/q.js"},"dist":{"shasum":"d5dc19c82e865a64bd7bf58bcd6c231a514f7ca8","tarball":"https://registry.npmjs.org/@c3-oss/q/-/q-0.1.0.tgz","fileCount":4,"integrity":"sha512-FKX5dMdaEZSVnNUSBN4c8khJ0mOHd2aHb7/laCzMBAzCvNqxwpy/joIBh5epSTGutt2+rQq0XTCgjnIVheAhEA==","signatures":[{"sig":"MEYCIQDH6rG44jiP3gTP8cdTdt/6YUo9WbhfytIC8srwYbkQNwIhAOfql9rxXTBHGyTAgy30OobewGC+rmn7gZX87QBvpzSB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9431},"type":"module","engines":{"node":">=22"},"gitHead":"a8f882366a59193a6f1448a9bbaaaede3953c50e","_npmUser":{"name":"caian","email":"hi@caian.org"},"repository":{"url":"git+https://github.com/c3-oss/q.git","type":"git"},"_npmVersion":"11.16.0","description":"read-only multi-database query CLI","directories":{},"_nodeVersion":"24.18.0","_hasShrinkwrap":false,"optionalDependencies":{"@c3-oss/q-linux-amd64":"0.1.0","@c3-oss/q-linux-arm64":"0.1.0","@c3-oss/q-darwin-amd64":"0.1.0","@c3-oss/q-darwin-arm64":"0.1.0"},"_npmOperationalInternal":{"tmp":"tmp/q_0.1.0_1782842245579_0.5277574099765896","host":"s3://npm-registry-packages-npm-production"}},"0.1.1":{"name":"@c3-oss/q","version":"0.1.1","type":"module","description":"read-only multi-database query CLI","homepage":"https://github.com/c3-oss/q","repository":{"type":"git","url":"git+https://github.com/c3-oss/q.git"},"license":"CC0-1.0","bin":{"q":"bin/q.js"},"optionalDependencies":{"@c3-oss/q-darwin-arm64":"0.1.1","@c3-oss/q-darwin-amd64":"0.1.1","@c3-oss/q-linux-amd64":"0.1.1","@c3-oss/q-linux-arm64":"0.1.1"},"engines":{"node":">=22"},"keywords":["cli","database","query","read-only","sql","postgres","mysql","sqlite","mongodb","redis","dynamodb"],"gitHead":"1aa0fcaf7f82bf5ac286a5f416b511a20e3e6465","_id":"@c3-oss/q@0.1.1","bugs":{"url":"https://github.com/c3-oss/q/issues"},"_nodeVersion":"24.19.0","_npmVersion":"12.0.2","dist":{"integrity":"sha512-aqFE0uBqQ+tQguKEVI/ZVrlCV5tx5B0X0Ep9qhYtEtanZ1ZgX+Pcoko3OqUG/0adhi4GtKP64Jj+H0wKRnMEkQ==","shasum":"33532eef343769393dad61727792aba8c20bb7fe","tarball":"https://registry.npmjs.org/@c3-oss/q/-/q-0.1.1.tgz","fileCount":4,"unpackedSize":9431,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@c3-oss%2fq@0.1.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDlB2t/h3pRUrrYMIC8tJehw3dkneqFiyXHbJ1+ilkglAIgWpcPjST0K/3qocrc/fqDkoCLSpxSHU93OIVhzUXWutc="}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:f6a2f8c6-23c4-4035-8d5f-655015efdd7c"}},"directories":{},"maintainers":[{"name":"caian","email":"hi@caian.org"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/q_0.1.1_1788134877022_0.3190034857172923"},"_hasShrinkwrap":false}},"time":{"created":"2026-06-30T17:57:25.459Z","modified":"2026-08-31T00:07:57.479Z","0.1.0":"2026-06-30T17:57:25.741Z","0.1.1":"2026-08-31T00:07:57.161Z"},"bugs":{"url":"https://github.com/c3-oss/q/issues"},"license":"CC0-1.0","homepage":"https://github.com/c3-oss/q","keywords":["cli","database","query","read-only","sql","postgres","mysql","sqlite","mongodb","redis","dynamodb"],"repository":{"type":"git","url":"git+https://github.com/c3-oss/q.git"},"description":"read-only multi-database query CLI","maintainers":[{"name":"caian","email":"hi@caian.org"}],"readme":"# @c3-oss/q\n\nA read-only, multi-database query CLI.\n\n```sh\nnpm install -g @c3-oss/q\necho \"$CONN_STRING\" | q 'select id, email from users limit 10'\n```\n\n`q` is a small JavaScript shim that delegates to the prebuilt Go binary\nmatching your platform, distributed through npm `optionalDependencies`.\nThere is no `postinstall` download — npm filters by `os` and `cpu` and\nonly installs the sub-package your machine needs.\n\nSupported platforms:\n\n- macOS arm64 / amd64\n- Linux amd64 / arm64\n\nSource code, documentation, and issue tracker:\n<https://github.com/c3-oss/q>\n","readmeFilename":"README.md"}