{"id":16218625,"url":"https://github.com/mitra42/html-element-extended","last_synced_at":"2025-10-28T20:06:16.699Z","repository":{"id":142352012,"uuid":"613295654","full_name":"mitra42/html-element-extended","owner":"mitra42","description":"Simple web component wrapper as a module","archived":false,"fork":false,"pushed_at":"2025-07-30T03:26:51.000Z","size":133,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T06:43:38.497Z","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":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mitra42.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-03-13T09:45:33.000Z","updated_at":"2025-07-30T03:26:55.000Z","dependencies_parsed_at":"2024-06-20T10:44:47.461Z","dependency_job_id":"7b46d1e8-3593-4fd6-bd75-2bcc9792b38a","html_url":"https://github.com/mitra42/html-element-extended","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mitra42/html-element-extended","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitra42%2Fhtml-element-extended","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitra42%2Fhtml-element-extended/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitra42%2Fhtml-element-extended/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitra42%2Fhtml-element-extended/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mitra42","download_url":"https://codeload.github.com/mitra42/html-element-extended/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitra42%2Fhtml-element-extended/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281504338,"owners_count":26512865,"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-10-28T02:00:06.022Z","response_time":60,"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":[],"created_at":"2024-10-10T11:49:55.377Z","updated_at":"2025-10-28T20:06:16.656Z","avatar_url":"https://github.com/mitra42.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"* HTML ELEMENT EXTENDED\n\nThis goal of this project is to\ncreate a simple wrapper for web components that provides\nmuch of the useful functionality of lifecycle frameworks like react\nwithout the complication or overhead.\n\nIn particular there is no compile-time step for this library,\neach of the files can be loaded as a module. \n\nTo use this, (currently, until its on npmjs.com)\nTo a caller add to `package.json/dependencies`\n```\n\"html-element-extended\": \"https://github.com/mitra42/html-element-extended\",\n```\nThen in your webcomponents.js file for example include it with\n```\nimport { EL, HTMLElementExtended, getUrl } from './node_modules/html-element-extended/htmlelementextended.js';\n```\nTo add a new module,\n* Add a file here xxxelementextended.js\n* Add to the docs here\n* Add to package.json/exports\n\nEach module is documented internally but as a TL;DR\n\n** htmlelementextended.js\n\nProvides HTMLElementExtended which can be used instead of HTMLElement\nto create your own web components, but has the key functionality already there.\n\nNote - all of these are under development. \nIf you use them please introduce yourself in a git issue, \nand I'll bear this in mind when making any breaking revisions. \n\n** eventbus.js\nA simple event handler to hide the mechanisms\n\n* At the page level create e.g. `const bus = new EventBus`\n* At a receiving object typically   bus.register(\"foo\",(evt) =\u003e {...})\n* At sending end bus.fire(\"foo\",{a: 1, b: 2})\n* remove is rarely used, but is there for completeness.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitra42%2Fhtml-element-extended","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitra42%2Fhtml-element-extended","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitra42%2Fhtml-element-extended/lists"}