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.
ascjs
ES2015 to CommonJS import/export transformer
esmify
parse and handle import/export for browserify