jstranform for es6 modules syntax
npm install es6-module-jstransformES6 module syntax to CommonJS transformation.
% npm install es6-module-jstransform
var transform = require('es6-module-jstransform');
var transformed = transform(src);
See specs/cases for the examples.