{"id":13406291,"url":"https://github.com/nuxt-modules/html-validator","last_synced_at":"2025-08-18T12:39:18.234Z","repository":{"id":37012000,"uuid":"308061856","full_name":"nuxt-modules/html-validator","owner":"nuxt-modules","description":"HTML validation for Nuxt","archived":false,"fork":false,"pushed_at":"2025-08-18T07:14:01.000Z","size":7160,"stargazers_count":201,"open_issues_count":6,"forks_count":22,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-18T09:20:20.321Z","etag":null,"topics":["a11y","hacktoberfest","html","html-validate","module","nuxt","validation"],"latest_commit_sha":null,"homepage":"https://html-validator.nuxtjs.org","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nuxt-modules.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["danielroe"]}},"created_at":"2020-10-28T15:35:49.000Z","updated_at":"2025-08-11T16:12:23.000Z","dependencies_parsed_at":"2024-03-16T17:54:15.290Z","dependency_job_id":"7142939b-a0d7-4a7d-922a-f6967b051a66","html_url":"https://github.com/nuxt-modules/html-validator","commit_stats":{"total_commits":363,"total_committers":14,"mean_commits":"25.928571428571427","dds":0.2865013774104683,"last_synced_commit":"c950145c2e884d2727d9c8917087dc710145e062"},"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"purl":"pkg:github/nuxt-modules/html-validator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fhtml-validator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fhtml-validator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fhtml-validator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fhtml-validator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuxt-modules","download_url":"https://codeload.github.com/nuxt-modules/html-validator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fhtml-validator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270974392,"owners_count":24678249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["a11y","hacktoberfest","html","html-validate","module","nuxt","validation"],"created_at":"2024-07-30T19:02:26.373Z","updated_at":"2025-08-18T12:39:18.186Z","avatar_url":"https://github.com/nuxt-modules.png","language":"TypeScript","funding_links":["https://github.com/sponsors/danielroe"],"categories":["TypeScript"],"sub_categories":[],"readme":"[![@nuxtjs/html-validator](https://html-validator.nuxtjs.org/preview.png)](https://html-validator.nuxtjs.org)\n\n# @nuxtjs/html-validator\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![Github Actions CI][github-actions-ci-src]][github-actions-ci-href]\n[![Codecov][codecov-src]][codecov-href]\n[![License][license-src]][license-href]\n\n\u003e HTML validation using [html-validate](https://html-validate.org/) for [NuxtJS](https://nuxtjs.org)\n\n- [✨ \u0026nbsp;Release Notes](https://html-validator.nuxtjs.org/releases)\n- [📖 \u0026nbsp;Documentation](https://html-validator.nuxtjs.org)\n\n## Features\n\n- Zero-configuration required\n- Helps reduce hydration errors\n- Detects common accessibility mistakes\n\n[📖 \u0026nbsp;Read more](https://html-validator.nuxtjs.org)\n\n## Quick setup\n\nAdd `@nuxtjs/html-validator` to your project\n\n```bash\nnpx nuxi@latest module add html-validator\n```\n\n## Development\n\n1. Clone this repository\n2. Install dependencies using `yarn install`\n3. Start development server using `yarn dev`\n\n## License\n\n[MIT License](./LICENSE)\n\n\u003c!-- Badges --\u003e\n[npm-version-src]: https://img.shields.io/npm/v/@nuxtjs/html-validator/latest.svg\n[npm-version-href]: https://npmjs.com/package/@nuxtjs/html-validator\n\n[npm-downloads-src]: https://img.shields.io/npm/dm/@nuxtjs/html-validator.svg\n[npm-downloads-href]: https://npm.chart.dev/@nuxtjs/html-validator\n\n[github-actions-ci-src]: https://github.com/nuxt-modules/html-validator/workflows/ci/badge.svg\n[github-actions-ci-href]: https://github.com/nuxt-modules/html-validator/actions?query=workflow%3Aci\n\n[codecov-src]: https://img.shields.io/codecov/c/github/nuxt-modules/html-validator.svg\n[codecov-href]: https://codecov.io/gh/nuxt-modules/html-validator\n\n[license-src]: https://img.shields.io/npm/l/@nuxtjs/html-validator.svg\n[license-href]: https://npmjs.com/package/@nuxtjs/html-validator\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt-modules%2Fhtml-validator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuxt-modules%2Fhtml-validator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt-modules%2Fhtml-validator/lists"}