PATH:
usr
/
local
/
lib
/
node_modules
/
pm2
/
node_modules
/
systeminformation
/
lib
#!/usr/bin/env node 'use strict'; // @ts-check // ================================================================================== // cli.js // ---------------------------------------------------------------------------------- // License: MIT // ================================================================================== // ---------------------------------------------------------------------------------- // Dependencies // ---------------------------------------------------------------------------------- const si = require('./index'); // ---------------------------------------------------------------------------------- // Main // ---------------------------------------------------------------------------------- (function() { si.getStaticData().then( (data => { data.time = si.time(); console.log(JSON.stringify(data, null, 2)); } )); })();
[-] dockerSocket.js
[edit]
[-] network.js
[edit]
[-] battery.js
[edit]
[+]
..
[-] filesystem.js
[edit]
[-] index.d.ts
[edit]
[-] processes.js
[edit]
[-] virtualbox.js
[edit]
[-] memory.js
[edit]
[-] docker.js
[edit]
[-] cpu.js
[edit]
[-] users.js
[edit]
[-] index.js
[edit]
[-] internet.js
[edit]
[-] util.js
[edit]
[-] system.js
[edit]
[-] graphics.js
[edit]
[-] osinfo.js
[edit]
[-] cli.js
[edit]
[-] wifi.js
[edit]