{"library":"grunt-es6-module-transpiler","type":"library","category":null,"description":"A Grunt plugin (v0.6.0) that transpiles ES6 module syntax (import/export) into AMD, CommonJS, or globals using the es6-module-transpiler. Requires Grunt ~0.4.1 and Node >= 0.8.0. It provides a single custom task named 'es6-module-transpiler' for Grunt build systems. Unlike Babel or TypeScript, this package only handles module syntax, not full ES6-to-ES5 transpilation. The project appears unmaintained (last release 2015) and is superseded by modern tools.","language":"javascript","status":"maintenance","version":"0.6.0","tags":["javascript","gruntplugin"],"last_verified":"Fri May 01","install":[{"cmd":"npm install grunt-es6-module-transpiler","imports":["grunt.loadNpmTasks('grunt-es6-module-transpiler');","var transpiler = require('es6-module-transpiler');","grunt.initConfig({ 'es6-module-transpiler': { options: { type: 'amd' }, files: { 'dest.js': 'src.js' } } });"]},{"cmd":"yarn add grunt-es6-module-transpiler","imports":[]},{"cmd":"pnpm add grunt-es6-module-transpiler","imports":[]}],"homepage":null,"github":"https://github.com/joefiorini/grunt-es6-module-transpiler","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/grunt-es6-module-transpiler","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}