{"id":15026212,"url":"https://github.com/nbubna/html","last_synced_at":"2025-10-22T17:24:01.429Z","repository":{"id":9397965,"uuid":"11262317","full_name":"nbubna/HTML","owner":"nbubna","description":"A simple, extensible way to work directly with the DOM. ","archived":false,"fork":true,"pushed_at":"2015-06-12T22:04:19.000Z","size":1260,"stargazers_count":1422,"open_issues_count":3,"forks_count":77,"subscribers_count":57,"default_branch":"master","last_synced_at":"2024-12-30T12:58:01.359Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://nbubna.github.io/HTML","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"adriancooney/voyeur.js","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nbubna.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-08T18:50:10.000Z","updated_at":"2024-12-18T02:34:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nbubna/HTML","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbubna%2FHTML","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbubna%2FHTML/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbubna%2FHTML/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbubna%2FHTML/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nbubna","download_url":"https://codeload.github.com/nbubna/HTML/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235547083,"owners_count":19007620,"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-09-24T20:04:04.481Z","updated_at":"2025-10-06T20:30:15.310Z","avatar_url":"https://github.com/nbubna.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[HTML][home] is a small, [extensible][fn] library to help you enjoy the DOM in a simple, direct way.\n\nPlease check out the [demo][demo], the [API][api] and the [F.A.Q.][faq].\n\n[home]: http://nbubna.github.io/HTML\n[demo]: http://nbubna.github.io/HTML#Demo\n[api]: http://nbubna.github.io/HTML#API\n[faq]: http://nbubna.github.io/HTML#FAQ\n[fn]: http://nbubna.github.io/HTML#_.fn\n\n#### Full Version:\n\nDownload: [HTML.min.js][full-min] or [HTML.js][full] [![Build Status](https://travis-ci.org/nbubna/HTML.png?branch=master)](https://travis-ci.org/nbubna/HTML)  \n[Bower][bower]: `bower install HTML`  \n[NPM][npm]: `npm install html.js`   \n[spm][spm]: `spm install html.js`   \n[Component][component]: `component install nbubna/HTML`  \n\nIncludes [dot-traversal][dot], [`query()`][query], [`each()`][each], [`only()`][only], [`all()`][all], [`add()`][add], [`remove()`][remove], [`HTML.ify()`][ify] and [emmet abbreviations][abbr] in [`add()`][add-emmet]:  \n* [HTML.core.js][core]\n* [HTML.alter.js][alter]\n* [HTML.emmet.js][emmet]\n\n[npm]: https://npmjs.org/package/html.js\n[spm]: http://spm.io/package/html.js\n[bower]: http://bower.io/\n[component]: http://component.io/\n\n[full-min]: https://raw.github.com/nbubna/HTML/master/dist/HTML.min.js\n[full]: https://raw.github.com/nbubna/HTML/master/dist/HTML.js\n[base-min]: http://raw.github.com/nbubna/HTML/master/dist/HTML.base.min.js\n[base]: http://raw.github.com/nbubna/HTML/master/dist/HTML.base.js\n[core-min]: https://raw.github.com/nbubna/HTML/master/dist/HTML.core.min.js\n[core]: http://raw.github.com/nbubna/HTML/master/dist/HTML.core.js\n[alter]: http://raw.github.com/nbubna/HTML/master/dist/HTML.alter.js\n[emmet]: http://raw.github.com/nbubna/HTML/master/dist/HTML.emmet.js\n\n[dot]: http://nbubna.github.io/HTML#dot-traversal\n[query]: http://nbubna.github.io/HTML#query()\n[each]: http://nbubna.github.io/HTML#each()\n[only]: http://nbubna.github.io/HTML#only()\n[all]: http://nbubna.github.io/HTML#all()\n[add]: http://nbubna.github.io/HTML#add()\n[add-emmet]: http://nbubna.github.io/HTML#add(emmet)\n[remove]: http://nbubna.github.io/HTML#remove()\n[ify]: http://nbubna.github.io/HTML#ify()\n[abbr]: http://docs.emmet.io/abbreviations/syntax/\n\n#### Base Version:\n\nDownload: [HTML.min.js][base-min]  or  [HTML.js][base]  \n\nIncludes [dot-traversal][dot], [`query()`][query], [`each()`][each], [`only()`][only], [`all()`][all], [`add()`][add], [`remove()`][remove] and [`HTML.ify()`][ify]:\n* [HTML.core.js][core]\n* [HTML.alter.js][alter]\n\n#### Core Version:\n\nDownload: [HTML.min.js][core-min]  or  [HTML.js][core]  \n\nIncludes [dot-traversal][dot], [`query()`][query], [`each()`][each], [`only()`][only], [`all()`][all] and [`HTML.ify()`][ify]:\n* [HTML.core.js][core]\n\n\n### Release History\n* 2013-07-24 [v0.9.0][] (first public release)\n* 2013-07-25 [v0.9.1][] (full version as main)\n* 2013-07-29 [v0.9.2][] (AMD, Component support, HTML.ify())\n* 2013-08-13 [v0.9.3][] ([add main to package.json][2])\n* 2013-08-23 [v0.10.0][] ([Component fixes][8], [s/find/query][7], [deprecate undocumented event()][1])\n* 2013-08-25 [v0.10.2][] (data-html-reference and test/alter.js fix)\n* 2014-03-10 [v0.11.0][] (deprecated event.js out of main artifact, query limit parameter)\n* 2014-05-13 [v0.12.0][] (all() function)\n* 2014-10-22 [v0.12.1][] ([add(textNode)][16])\n\n[v0.9.0]: https://github.com/nbubna/HTML/tree/0.9.0\n[v0.9.1]: https://github.com/nbubna/HTML/tree/0.9.1\n[v0.9.2]: https://github.com/nbubna/HTML/tree/0.9.2\n[v0.9.3]: https://github.com/nbubna/HTML/tree/0.9.3\n[v0.10.0]: https://github.com/nbubna/HTML/tree/0.10.0\n[v0.10.2]: https://github.com/nbubna/HTML/tree/0.10.2\n[v0.11.0]: https://github.com/nbubna/HTML/tree/0.11.0\n[v0.12.0]: https://github.com/nbubna/HTML/tree/0.12.0\n[v0.12.1]: https://github.com/nbubna/HTML/tree/0.12.1\n[1]: https://github.com/nbubna/HTML/issues/1\n[2]: https://github.com/nbubna/HTML/issues/2\n[7]: https://github.com/nbubna/HTML/issues/7\n[8]: https://github.com/nbubna/HTML/issues/8\n[16]: https://github.com/nbubna/HTML/issues/16\n\nThanks to Adrian Cooney for the inspiration and [starting point][voyeur] for this project.\n\n[voyeur]: http://dunxrion.github.io/voyeur.js\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbubna%2Fhtml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnbubna%2Fhtml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbubna%2Fhtml/lists"}