{"_id":"@atheory-ai/kitsune-modules-flags","name":"@atheory-ai/kitsune-modules-flags","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@atheory-ai/kitsune-modules-flags","version":"0.1.0","description":"Feature flags capability module for Kitsune.","type":"module","sideEffects":false,"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js"}},"dependencies":{"@atheory-ai/kitsune-core":"0.1.0"},"license":"Apache-2.0","repository":{"type":"git","url":"git+https://github.com/atheory-ai/kitsune.git","directory":"packages/modules-flags"},"homepage":"https://kitsune.atheory.ai","bugs":{"url":"https://github.com/atheory-ai/kitsune/issues"},"keywords":["kitsune","web-components","web-native","frontend","runtime","kitsune-module"],"publishConfig":{"access":"public"},"scripts":{"build":"tsc -p tsconfig.build.json","test":"vitest run"},"_id":"@atheory-ai/kitsune-modules-flags@0.1.0","_integrity":"sha512-fgzEc1Z10dtkXc7t6oqv+KDqrZ6RrxEjZbPoYQzd/hUJLSP/QULYPB+567RJHoFBklA2vW/x8E03VDdLt+o/vA==","_resolved":"/private/var/folders/vy/lptmwxhn1fv5rwgf0dnmy2b80000gn/T/bf398db3ce94f70a9f386ed7a49d7d99/atheory-ai-kitsune-modules-flags-0.1.0.tgz","_from":"file:atheory-ai-kitsune-modules-flags-0.1.0.tgz","_nodeVersion":"24.15.0","_npmVersion":"11.13.0","dist":{"integrity":"sha512-fgzEc1Z10dtkXc7t6oqv+KDqrZ6RrxEjZbPoYQzd/hUJLSP/QULYPB+567RJHoFBklA2vW/x8E03VDdLt+o/vA==","shasum":"7236e60101df5996bb3a958e03ea81d91cd0de57","tarball":"https://registry.npmjs.org/@atheory-ai/kitsune-modules-flags/-/kitsune-modules-flags-0.1.0.tgz","fileCount":7,"unpackedSize":18174,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDGYdOemLVjefiuAMd7oXHtRUXBWelGGnnk1jOClmOUVAIgBlSa90b1PDSH8QK85N6IUuylhDXdLQUullzhaEvRrvk="}]},"_npmUser":{"name":"ladyhunterbear","email":"jeremy@atheory.ai"},"directories":{},"maintainers":[{"name":"ladyhunterbear","email":"jeremy@atheory.ai"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/kitsune-modules-flags_0.1.0_1781409330389_0.5089818586515957"},"_hasShrinkwrap":false}},"time":{"created":"2026-06-14T03:55:30.218Z","0.1.0":"2026-06-14T03:55:30.532Z","modified":"2026-06-14T03:55:30.778Z"},"maintainers":[{"name":"ladyhunterbear","email":"jeremy@atheory.ai"}],"description":"Feature flags capability module for Kitsune.","homepage":"https://kitsune.atheory.ai","keywords":["kitsune","web-components","web-native","frontend","runtime","kitsune-module"],"repository":{"type":"git","url":"git+https://github.com/atheory-ai/kitsune.git","directory":"packages/modules-flags"},"bugs":{"url":"https://github.com/atheory-ai/kitsune/issues"},"license":"Apache-2.0","readme":"# @atheory-ai/kitsune-modules-flags\n\nFeature flag capability module for Kitsune.\n\n`@atheory-ai/kitsune-modules-flags` evaluates local or provider-backed feature flags through runtime commands.\n\n## Install\n\n```sh\npnpm add @atheory-ai/kitsune-modules-flags\n```\n\n## Use\n\n```ts\nimport { createKitRuntime } from '@atheory-ai/kitsune-core'\nimport { flagsModule } from '@atheory-ai/kitsune-modules-flags'\n\nconst runtime = createKitRuntime()\nawait runtime.install(flagsModule({\n  flags: { 'new-sidebar': true },\n}))\nawait runtime.start()\n```\n\n## Commands\n\n- `flag.evaluate`\n- `flag.set`\n\n## Exports\n\n- `flagsModule`\n- `FlagsToken`\n- Flag module, provider, service, input, result, and value types\n\n## Documentation\n\nSee the Kitsune docs at https://kitsune.atheory.ai.\n\n## License\n\nApache-2.0\n","readmeFilename":"README.md","_rev":"1-836f5304894aed899b9b5880195947c5"}