Source: node-systeminformation Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , dh-nodejs Standards-Version: 4.7.3 Homepage: https://systeminformation.io Vcs-Git: https://salsa.debian.org/js-team/node-systeminformation.git Vcs-Browser: https://salsa.debian.org/js-team/node-systeminformation Rules-Requires-Root: no Package: node-systeminformation Architecture: all Depends: ${misc:Depends} , nodejs:any Breaks: jupyterlab (<< 4.0.11+ds4+~cs11.25.27-4~) Replaces: jupyterlab (<< 4.0.11+ds4+~cs11.25.27-4~) Multi-Arch: foreign Description: System and OS information library systeminformation is a Node.js module that exposes a large set of asynchronous functions for retrieving low‑level system data directly from the operating system. . It provides structured access to CPU characteristics, memory statistics, filesystem and block‑device details, network interfaces, process lists, OS metadata, and various hardware components. . The library performs lightweight shell calls and parses platform‑specific system files,offering a consistent API across Linux, macOS, and other Unix‑like systems, with partial support on Windows. . It is intended for backend, CLI, and monitoring tooling where direct system‑level inspection is required. . Node.js is an event-based server-side JavaScript engine.