Is there some npm packages writing by es6 style?

I want try to write some npm lib with es6 style, but can't find some online npm package for help. Is it the time to write es6 style package?

Please check out https://babeljs.io/.

Install

$ npm install --global babel

Usage

$ babel script.js

You can try online too.