{"id":15451896,"url":"https://github.com/willscott/js-rle","last_synced_at":"2025-03-31T06:13:19.274Z","repository":{"id":42877749,"uuid":"256612601","full_name":"willscott/js-rle","owner":"willscott","description":"RLE+ encoding/decoding","archived":false,"fork":false,"pushed_at":"2023-07-18T21:48:26.000Z","size":123,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-06T10:31:14.674Z","etag":null,"topics":["rle"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/willscott.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}},"created_at":"2020-04-17T21:22:28.000Z","updated_at":"2022-12-01T15:31:25.000Z","dependencies_parsed_at":"2024-10-01T21:40:32.584Z","dependency_job_id":"cbb2d0df-bf29-431e-b792-821ad85b1425","html_url":"https://github.com/willscott/js-rle","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willscott%2Fjs-rle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willscott%2Fjs-rle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willscott%2Fjs-rle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willscott%2Fjs-rle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willscott","download_url":"https://codeload.github.com/willscott/js-rle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246423726,"owners_count":20774820,"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":["rle"],"created_at":"2024-10-01T21:40:25.477Z","updated_at":"2025-03-31T06:13:19.254Z","avatar_url":"https://github.com/willscott.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JS-RLE\n\n[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)\n![Node.js CI](https://github.com/willscott/js-rle/workflows/Node.js%20CI/badge.svg)\n\nA Javascript implementation of the RLE+ Spec.\nSee: https://github.com/filecoin-project/specs/blob/master/data-structures.md#rle-bitset-encoding\n\n## Install\n\n```\nnpm install js-rle\n```\n\n## Usage\n\n```javascript\nconst RLE = require('js-rle');\n\nlet encoded = RLE.Encode(buffer);\nlet decoded = RLE.Decode(encoded);\n```\nThe interface expects the JS `ArrayBuffer` type.\n\n## Maintainers\n\n[@willscott](https://github.com/willscott).\n\n## Contributing\n\nFeel free to dive in! [Open an issue](https://github.com/willscott/js-rle/issues/new) or submit PRs.\n\n## License\n\n[MIT](LICENSE) © Will Scott\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillscott%2Fjs-rle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillscott%2Fjs-rle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillscott%2Fjs-rle/lists"}