{"id":13509682,"url":"https://github.com/sindresorhus/html-tags","last_synced_at":"2025-05-14T11:08:45.833Z","repository":{"id":12496552,"uuid":"15166103","full_name":"sindresorhus/html-tags","owner":"sindresorhus","description":"List of standard HTML tags","archived":false,"fork":false,"pushed_at":"2025-05-07T07:13:27.000Z","size":31,"stargazers_count":185,"open_issues_count":0,"forks_count":29,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-11T22:40:26.752Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/sindresorhus.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"sindresorhus","open_collective":"sindresorhus","buy_me_a_coffee":"sindresorhus","custom":"https://sindresorhus.com/donate"}},"created_at":"2013-12-13T14:53:56.000Z","updated_at":"2025-05-07T07:13:30.000Z","dependencies_parsed_at":"2025-01-07T02:15:44.377Z","dependency_job_id":null,"html_url":"https://github.com/sindresorhus/html-tags","commit_stats":{"total_commits":41,"total_committers":6,"mean_commits":6.833333333333333,"dds":"0.14634146341463417","last_synced_commit":"c632be27c32ad9a298dcf688cde31f7eda28b523"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fhtml-tags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fhtml-tags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fhtml-tags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fhtml-tags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","download_url":"https://codeload.github.com/sindresorhus/html-tags/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253853681,"owners_count":21974154,"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","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":[],"created_at":"2024-08-01T02:01:11.421Z","updated_at":"2025-05-14T11:08:45.820Z","avatar_url":"https://github.com/sindresorhus.png","language":"JavaScript","funding_links":["https://github.com/sponsors/sindresorhus","https://opencollective.com/sindresorhus","https://buymeacoffee.com/sindresorhus","https://sindresorhus.com/donate"],"categories":["TypeScript","JavaScript"],"sub_categories":[],"readme":"# html-tags\n\n\u003e List of standard HTML tags\n\nIt's just a couple of JSON files that can be used in any environment.\n\nIt intentionally leaves out [obsolete tags](https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features).\n\n## Install\n\n```sh\nnpm install html-tags\n```\n\n## Usage\n\n```js\nimport htmlTags from 'html-tags';\n\nconsole.log(htmlTags);\n//=\u003e ['a', 'abbr', 'acronym', …]\n```\n\nAnd void (self-closing) tags:\n\n```js\nimport {voidHtmlTags} from 'html-tags';\n\nconsole.log(voidHtmlTags);\n//=\u003e ['area', 'base', 'br', …]\n```\n\n## Contribute\n\nMake sure to update types in `index.d.ts` when changing HTML elements.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsindresorhus%2Fhtml-tags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsindresorhus%2Fhtml-tags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsindresorhus%2Fhtml-tags/lists"}