console.log(JSON.stringify({
  stdoutType: process.stdout._type,
  processType: typeof process.type,
  window: typeof window
}));