{"id":24118392,"url":"https://github.com/fantasyui-com/enbuffer","last_synced_at":"2025-02-28T15:43:36.947Z","repository":{"id":57225096,"uuid":"138483403","full_name":"fantasyui-com/enbuffer","owner":"fantasyui-com","description":"Storage of object references pointing to uuid/version data objects, in-memory eventing database.","archived":false,"fork":false,"pushed_at":"2021-10-05T16:16:09.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-11T23:56:48.245Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fantasyui-com.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}},"created_at":"2018-06-24T13:17:34.000Z","updated_at":"2021-10-05T16:16:12.000Z","dependencies_parsed_at":"2022-08-24T11:01:08.915Z","dependency_job_id":null,"html_url":"https://github.com/fantasyui-com/enbuffer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasyui-com%2Fenbuffer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasyui-com%2Fenbuffer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasyui-com%2Fenbuffer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasyui-com%2Fenbuffer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fantasyui-com","download_url":"https://codeload.github.com/fantasyui-com/enbuffer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241176614,"owners_count":19922732,"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-01-11T08:19:31.668Z","updated_at":"2025-02-28T15:43:36.924Z","avatar_url":"https://github.com/fantasyui-com.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# enbuffer\nStorage of object references pointing to uuid/version data objects, in-memory eventing database.\n\n\n```JavaScript\n\nenbuffer.set('My Documents', {uuid: 'a.txt', version: 1});\nenbuffer.set('My Documents', {uuid: 'a.txt', version: 2});\nenbuffer.set('My Documents', {uuid: 'b.txt', version: 1});\nenbuffer.set('windows', {uuid: 'win.exe', version: 1});\n\nconst actual = enbuffer.all('My Documents' )\nconst expected = [ { uuid: 'a.txt', version: 2 }, { uuid: 'b.txt', version: 1 } ];\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffantasyui-com%2Fenbuffer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffantasyui-com%2Fenbuffer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffantasyui-com%2Fenbuffer/lists"}