{"_id":"@atheory-ai/kitsune-modules-validation","name":"@atheory-ai/kitsune-modules-validation","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@atheory-ai/kitsune-modules-validation","version":"0.1.0","description":"Validation 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-validation"},"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-validation@0.1.0","_integrity":"sha512-M39v5PtJIi1yaHt+Bw7wOj/D49u8III/WatfjjTKnL/XOpSYKTG8ACUp1xdkmSSPvI/W2oTbUWyMLsxHhafgUQ==","_resolved":"/private/var/folders/vy/lptmwxhn1fv5rwgf0dnmy2b80000gn/T/e0f2b7454dd9962fa89c5a3994924bd0/atheory-ai-kitsune-modules-validation-0.1.0.tgz","_from":"file:atheory-ai-kitsune-modules-validation-0.1.0.tgz","_nodeVersion":"24.15.0","_npmVersion":"11.13.0","dist":{"integrity":"sha512-M39v5PtJIi1yaHt+Bw7wOj/D49u8III/WatfjjTKnL/XOpSYKTG8ACUp1xdkmSSPvI/W2oTbUWyMLsxHhafgUQ==","shasum":"ee1f12a418ffce9f09792e0996d6229c6a603b05","tarball":"https://registry.npmjs.org/@atheory-ai/kitsune-modules-validation/-/kitsune-modules-validation-0.1.0.tgz","fileCount":7,"unpackedSize":17343,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEgv3+uHBXvYU1vfW1Jb6EBlcRKqb7lO5uMtJ8EwWt1KAiEAwcFxo2AF22fq9sd/h15h+jSqFkAwnYZPKlPJhGsqytc="}]},"_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-validation_0.1.0_1781409357840_0.9391467335070636"},"_hasShrinkwrap":false}},"time":{"created":"2026-06-14T03:55:57.649Z","0.1.0":"2026-06-14T03:55:57.961Z","modified":"2026-06-14T03:55:58.177Z"},"maintainers":[{"name":"ladyhunterbear","email":"jeremy@atheory.ai"}],"description":"Validation 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-validation"},"bugs":{"url":"https://github.com/atheory-ai/kitsune/issues"},"license":"Apache-2.0","readme":"# @atheory-ai/kitsune-modules-validation\n\nNative form validation capability module for Kitsune.\n\n`@atheory-ai/kitsune-modules-validation` exposes browser form validity through a runtime command and returns structured validation issues from native form controls.\n\n## Install\n\n```sh\npnpm add @atheory-ai/kitsune-modules-validation\n```\n\n## Use\n\n```ts\nimport { createKitRuntime } from '@atheory-ai/kitsune-core'\nimport { validationModule } from '@atheory-ai/kitsune-modules-validation'\n\nconst runtime = createKitRuntime()\nawait runtime.install(validationModule())\nawait runtime.start()\n\nconst result = await runtime.command({\n  type: 'form.validate',\n  payload: { selector: '#profile-form' },\n})\n```\n\n## Commands\n\n- `form.validate`\n\n## Exports\n\n- `validationModule`\n- `ValidationToken`\n- Validation input, issue, result, and service 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-f5f42088972f7589842850d775e60eb3"}