What happens when this CommonJS file runs in Node?// index.js (no "type": "module") import os from 'os'; console.log(42);