{"id":30180974,"url":"https://github.com/streamich/collaborative-input","last_synced_at":"2025-08-12T08:06:44.158Z","repository":{"id":210131225,"uuid":"725835118","full_name":"streamich/collaborative-input","owner":"streamich","description":"Collaboration-enabled HTML text editing elements: \u003cinput\u003e and \u003ctextarea\u003e","archived":false,"fork":false,"pushed_at":"2025-08-07T18:25:39.000Z","size":17235,"stargazers_count":7,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-07T20:35:07.702Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://streamich.github.io/collaborative-input/","language":"TypeScript","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/streamich.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":"streamich"}},"created_at":"2023-12-01T01:00:18.000Z","updated_at":"2025-07-21T09:32:02.000Z","dependencies_parsed_at":"2024-01-23T03:44:30.792Z","dependency_job_id":"73c5b957-e181-49a1-b249-508f46307eea","html_url":"https://github.com/streamich/collaborative-input","commit_stats":{"total_commits":66,"total_committers":2,"mean_commits":33.0,"dds":0.3939393939393939,"last_synced_commit":"9a4a5f7f3bbef6279e2e1bc192df7fb4f2120984"},"previous_names":["streamich/collaborative-input"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/streamich/collaborative-input","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamich%2Fcollaborative-input","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamich%2Fcollaborative-input/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamich%2Fcollaborative-input/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamich%2Fcollaborative-input/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/streamich","download_url":"https://codeload.github.com/streamich/collaborative-input/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamich%2Fcollaborative-input/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269688037,"owners_count":24459400,"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-10T02:00:08.965Z","response_time":71,"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":"2025-08-12T08:06:21.470Z","updated_at":"2025-08-12T08:06:44.151Z","avatar_url":"https://github.com/streamich.png","language":"TypeScript","funding_links":["https://github.com/sponsors/streamich"],"categories":[],"sub_categories":[],"readme":"# Collaborative `\u003cinput\u003e` and `\u003ctextarea\u003e` elements\n\nThis package provides bindings for `\u003cinput\u003e` and `\u003ctextarea\u003e` elements to\nJSON CRDT data structures. It allows multiple users to edit the `\u003cinput\u003e` and\n`\u003ctextarea\u003e` elements simultaneously.\n\n\n## Usage\n\nInstallation:\n\n```\nnpm install json-joy collaborative-input\n```\n\nUsage:\n\n```ts\nimport {bind} from 'collaborative-input';\n\nconst str = model.api.str(['path', 'to', 'string']);\nconst input = document.getElementById('input');\nconst unbind = bind(str, input);\n\n// When done, unbind the binding.\nunbind();\n```\n\n\n## Preview\n\nSee [demo](https://streamich.github.io/collaborative-input).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamich%2Fcollaborative-input","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstreamich%2Fcollaborative-input","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamich%2Fcollaborative-input/lists"}