is-file-esm
Determines whether a Node file is a Module (`import`) or a Script (`require`)
import-sync
Synchronously import dynamic ECMAScript Modules similar to CommonJS require. Basic wrapper around esm for compatibility with both ESM and CJS projects in NodeJS.
esmify
parse and handle import/export for browserify