SMBIOS data parser compliant with DSP0134 spec
- TypeScript 100%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| assets | ||
| constants | ||
| examples | ||
| types | ||
| utils | ||
| .gitignore | ||
| dprint.json | ||
| LICENSE | ||
| mod.ts | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
SMBIOS
TypeScript library for parsing SMBIOS table data.
Versions 0.2.6 and earlier were published on JSR. Starting with 0.3.0, the package is published on npm.
Installation
npm install smbios
Usage
See examples/linux.ts for a complete example that reads SMBIOS data directly from Linux sysfs.