{"id":28317612,"url":"https://github.com/butterdebugger/dough","last_synced_at":"2025-06-24T14:30:49.891Z","repository":{"id":265348625,"uuid":"894645546","full_name":"ButterDebugger/Dough","owner":"ButterDebugger","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-15T17:13:00.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-01T14:17:47.523Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/ButterDebugger.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-26T18:13:12.000Z","updated_at":"2025-05-15T17:13:03.000Z","dependencies_parsed_at":"2024-11-29T02:34:38.567Z","dependency_job_id":"b1572653-8d4f-4c3e-af44-499db5e9e4fd","html_url":"https://github.com/ButterDebugger/Dough","commit_stats":null,"previous_names":["butterdebugger/dom","butterdebugger/dough"],"tags_count":0,"template":false,"template_full_name":"ButterDebugger/deno-jsr-template","purl":"pkg:github/ButterDebugger/Dough","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ButterDebugger%2FDough","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ButterDebugger%2FDough/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ButterDebugger%2FDough/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ButterDebugger%2FDough/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ButterDebugger","download_url":"https://codeload.github.com/ButterDebugger/Dough/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ButterDebugger%2FDough/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261694033,"owners_count":23195502,"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":"2025-05-25T06:12:25.225Z","updated_at":"2025-06-24T14:30:49.883Z","avatar_url":"https://github.com/ButterDebugger.png","language":"TypeScript","readme":"# Dough\n\n[![JSR](https://jsr.io/badges/@debutter/dough)](https://jsr.io/@debutter/dough)\n[![JSR Score](https://jsr.io/badges/@debutter/dough/score)](https://jsr.io/@debutter/dough)\n\nA lightweight and modern DOM manipulation library designed to make building web\napplications easier and more efficient\n\nIt provides a simple API with a similar syntax to jQuery allowing you to create,\nmanipulate, and interact with web pages with ease\n\nThis library is meant to be used in a browser environment, so for runtime\nenvironments, you should be bundling this library into your application\n\n## Installation\n\nFor Node.js:\n\n```bash\nnpx jsr add @debutter/dough\n```\n\nFor Deno:\n\n```bash\ndeno add jsr:@debutter/dough\n```\n\nFor Bun:\n\n```bash\nbunx jsr add @debutter/dough\n```\n\nFor Browsers:\n\n```javascript\nimport {} from \"https://esm.sh/jsr/@debutter/dough@VERSION\";\n```\n\n## Usage\n\n```javascript\nimport { $ } from \"@debutter/dough\";\n\nconst body = $(\"body\");\n\nbody.append(\"\u003cp\u003ehello world\u003c/p\u003e\");\n\n$(\"\u003cbutton\u003eClick me\u003c/button\u003e\")\n    .on(\"click\", () =\u003e {\n        alert(\"clicked\");\n    })\n    .appendTo(body);\n```\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbutterdebugger%2Fdough","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbutterdebugger%2Fdough","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbutterdebugger%2Fdough/lists"}