{"id":28640767,"url":"https://github.com/pd/zscii","last_synced_at":"2025-06-12T20:08:21.949Z","repository":{"id":8095271,"uuid":"9509722","full_name":"pd/zscii","owner":"pd","description":"zscii string encoding / decoding","archived":false,"fork":false,"pushed_at":"2013-04-25T13:11:28.000Z","size":140,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-16T19:18:28.840Z","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/pd.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-04-17T23:32:35.000Z","updated_at":"2023-04-09T23:23:04.000Z","dependencies_parsed_at":"2022-07-16T07:03:36.843Z","dependency_job_id":null,"html_url":"https://github.com/pd/zscii","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pd/zscii","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pd%2Fzscii","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pd%2Fzscii/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pd%2Fzscii/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pd%2Fzscii/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pd","download_url":"https://codeload.github.com/pd/zscii/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pd%2Fzscii/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259522118,"owners_count":22870449,"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-06-12T20:08:21.399Z","updated_at":"2025-06-12T20:08:21.943Z","avatar_url":"https://github.com/pd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zscii\n[![Build Status](https://travis-ci.org/pd/zscii.png?branch=master)](https://travis-ci.org/pd/zscii)\n\nZSCII-encoded string utilities.\n\nSay it with me: \"xyzzy\".\n\nSee [the spec](http://www.gnelson.demon.co.uk/zspec/sect03.html).\n\n## Installation\n\n~~~~ console\n$ npm install zscii\n~~~~\n\n## API\nSomething like:\n\n~~~~ js\nvar zscii = require('zscii');\nvar coder = new zscii.coder(zscii.alphabetForVersion(3), abbrevs);\ncoder.decode([0x10af, 0x3ead]) //=\u003e \"mailbox\"\nzstr = coder.encode(\"mailbox\") //=\u003e zstring([0x10af, 0x3ead])\nzstr.zchars() //=\u003e [24, 6, ...]\n~~~~\n\n## License\n\n  MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpd%2Fzscii","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpd%2Fzscii","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpd%2Fzscii/lists"}