{"id":25526462,"url":"https://github.com/capacitorset/system-registry-js","last_synced_at":"2026-01-05T23:30:14.843Z","repository":{"id":65513624,"uuid":"102530473","full_name":"CapacitorSet/system-registry-js","owner":"CapacitorSet","description":"A JS dump of the Windows XP registry.","archived":false,"fork":false,"pushed_at":"2017-09-05T22:09:00.000Z","size":1922,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-21T17:00:52.176Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/CapacitorSet.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":"2017-09-05T21:14:28.000Z","updated_at":"2017-09-05T22:15:46.000Z","dependencies_parsed_at":"2023-01-26T21:00:58.593Z","dependency_job_id":null,"html_url":"https://github.com/CapacitorSet/system-registry-js","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/CapacitorSet%2Fsystem-registry-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CapacitorSet%2Fsystem-registry-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CapacitorSet%2Fsystem-registry-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CapacitorSet%2Fsystem-registry-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CapacitorSet","download_url":"https://codeload.github.com/CapacitorSet/system-registry-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239735234,"owners_count":19688262,"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-02-19T21:18:34.400Z","updated_at":"2026-01-05T23:30:14.787Z","avatar_url":"https://github.com/CapacitorSet.png","language":"JavaScript","readme":"Windows Registry dump\n=====================\n\nThis is a simple npm module that exports the system registry from Windows XP as a JS object.\n\n## Usage\n\n```\nvar registry = require(\"system-registry\");\n```\n\n## Compiling\n\nDump the registry to `registry.reg`, convert it from UTF16 to UTF8 (eg. with `iconv`), run `reg2json.js`, prepend `module.exports=` to `registry.json` in order to create `registry.js`. Run a minifier, and copy the output to `src/registry.js`.\n\n```\ncd src\n# Generate registry.reg.\niconv -f utf-16 -t utf-8 registry.reg -o registry.utf8.reg\nnode reg2json.js\n(echo -n \"module.exports=\"; cat registry.json) \u003e registry.js\nuglifyjs --mangle -- registry.js \u003e ../dist/registry.js\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapacitorset%2Fsystem-registry-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcapacitorset%2Fsystem-registry-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapacitorset%2Fsystem-registry-js/lists"}