Exports the Windows XP system registry as a static JavaScript object. Version 1.0.0 is the latest and only release. No updates since initial publication. Differentiator: provides a snapshot of a Windows XP registry for offline inspection or testing, but not for live interaction. Currently in maintenance mode with no active development.
npm install system-registryNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to load the registry object and iterate over top-level hives.
Use only for offline analysis or testing with Windows XP data.
Treat as a plain object; use standard JavaScript property access.
Do not use in production; consider alternatives like 'winreg' for live registry access.
Run 'npm install system-registry' to install the package.
Use CommonJS require: const registry = require('system-registry');No dependency data recorded yet.