{"id":21334445,"url":"https://github.com/ampless/html_search","last_synced_at":"2026-01-04T10:35:28.482Z","repository":{"id":56832574,"uuid":"305065850","full_name":"Ampless/html_search","owner":"Ampless","description":"A really small package for searching in HTML.","archived":false,"fork":false,"pushed_at":"2024-09-12T09:46:04.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-12T20:56:21.495Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ampless.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}},"created_at":"2020-10-18T09:27:24.000Z","updated_at":"2024-09-12T09:46:08.000Z","dependencies_parsed_at":"2022-09-22T08:30:45.415Z","dependency_job_id":null,"html_url":"https://github.com/Ampless/html_search","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ampless%2Fhtml_search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ampless%2Fhtml_search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ampless%2Fhtml_search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ampless%2Fhtml_search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ampless","download_url":"https://codeload.github.com/Ampless/html_search/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225816448,"owners_count":17528544,"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-11-21T23:21:51.421Z","updated_at":"2026-01-04T10:35:28.429Z","avatar_url":"https://github.com/Ampless.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# html\\_search\n\nA really small package for searching in HTML.\n\n```dart\nimport 'package:html_search/html_search.dart';\n\nvoid main() =\u003e htmlParse('\u003cdiv\u003e\u003cp\u003ehi\u003c/p\u003e\u003cp id=\"myparagraph\"\u003ehi again\u003c/p\u003e\u003c/div\u003e')\n    .search((e) =\u003e e.id == 'myparagraph')\n    .map((e) =\u003e e.outerHtml)\n    .forEach(print);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fampless%2Fhtml_search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fampless%2Fhtml_search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fampless%2Fhtml_search/lists"}