Hello. What to do if code use es6? Like this ```js import { readFileSync } from 'fs'; console.log(JSON.parse(readFileSync('package.json'))); ```