{"id":19727635,"url":"https://github.com/hecrj/html-parser","last_synced_at":"2025-04-30T01:30:27.204Z","repository":{"id":34264453,"uuid":"133593423","full_name":"hecrj/html-parser","owner":"hecrj","description":"Parse HTML 5 in Elm","archived":false,"fork":false,"pushed_at":"2023-04-08T19:05:16.000Z","size":55,"stargazers_count":61,"open_issues_count":6,"forks_count":25,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-06-19T12:27:10.850Z","etag":null,"topics":["elm","html","parser"],"latest_commit_sha":null,"homepage":"https://package.elm-lang.org/packages/hecrj/html-parser/latest/","language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hecrj.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-16T01:31:18.000Z","updated_at":"2024-05-17T16:47:29.000Z","dependencies_parsed_at":"2024-06-19T12:12:24.436Z","dependency_job_id":"b8104589-236c-4e67-9d83-9c8a57786d82","html_url":"https://github.com/hecrj/html-parser","commit_stats":{"total_commits":40,"total_committers":9,"mean_commits":4.444444444444445,"dds":0.275,"last_synced_commit":"d97916e18678960e8ad38b733e80c89e2ea93257"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fhtml-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fhtml-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fhtml-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fhtml-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hecrj","download_url":"https://codeload.github.com/hecrj/html-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224193159,"owners_count":17271238,"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":["elm","html","parser"],"created_at":"2024-11-11T23:40:29.550Z","updated_at":"2024-11-11T23:40:29.981Z","avatar_url":"https://github.com/hecrj.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# html-parser [![Build Status](https://travis-ci.org/hecrj/html-parser.svg?branch=master)](https://travis-ci.org/hecrj/html-parser)\n\nParse HTML 5 in Elm 0.19!\n\n```elm\nimport Html.Parser\n\nHtml.Parser.run \"\u003cdiv\u003e\u003cp\u003eHello, world!\u003c/p\u003e\u003c/div\u003e\"\n-- =\u003e Ok [ Element \"div\" [] [ Element \"p\" [] [ Text \"Hello, world!\" ] ] ]\n```\n\n## Limitations\n  * `\u003cscript\u003e` tags are not fully supported.\n  * SVG is not supported.\n\nFeel free to contribute!\n\n\n## Contributing / Feedback\n\nFeel free to fork and open issues or pull requests. You can also contact me (@hecrj)\non the [Elm Slack][elm-slack]. I am always happy to talk!\n\n\n## Credits\n  * [`jinjor/elm-html-parser`][jinjor] for most of the tests.\n\n[elm-slack]: https://elmlang.herokuapp.com\n[jinjor]: https://github.com/jinjor/elm-html-parser\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhecrj%2Fhtml-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhecrj%2Fhtml-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhecrj%2Fhtml-parser/lists"}