{"id":15497233,"url":"https://github.com/jwerle/node-stream","last_synced_at":"2025-08-12T16:05:50.575Z","repository":{"id":148540536,"uuid":"14868175","full_name":"jwerle/node-stream","owner":"jwerle","description":"DOM Nodes as streams","archived":false,"fork":false,"pushed_at":"2013-12-02T16:51:23.000Z","size":100,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T03:17:42.191Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jwerle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-02T16:37:46.000Z","updated_at":"2014-06-27T03:40:49.000Z","dependencies_parsed_at":"2023-03-29T00:54:48.733Z","dependency_job_id":null,"html_url":"https://github.com/jwerle/node-stream","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jwerle/node-stream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwerle%2Fnode-stream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwerle%2Fnode-stream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwerle%2Fnode-stream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwerle%2Fnode-stream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwerle","download_url":"https://codeload.github.com/jwerle/node-stream/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwerle%2Fnode-stream/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270091520,"owners_count":24525208,"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-08-12T02:00:09.011Z","response_time":80,"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-02T08:32:13.421Z","updated_at":"2025-08-12T16:05:50.520Z","avatar_url":"https://github.com/jwerle.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"node-stream\n======\n\nDOM Nodes as streams\n\n## install\n\n```sh\n$ component install jwerle/node-stream\n```\n\n## usage\n\n```html\n\u003cdiv id=\"element\"\u003e\n\u003c/div\u003e\n```\n\n```js\nvar NodeStream = require('node-stream')\nvar node = document.getElementById('element');\nvar stream = NodeStream(node);\n\nstream.on('data', function (chunk) {\n  console.log(chunk); // 'beep'\n});\n\nstream.write('beep');\nconsole.log(node.innerHTML); // 'beep'\n```\n\n## license\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwerle%2Fnode-stream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjwerle%2Fnode-stream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwerle%2Fnode-stream/lists"}