* Package name : node-babel-preset-es2016-node5 Version : 1.1.2 Upstream Author : Aleksey Kulikov <alekseykulikov@me.com> * URL : https://notabug.org/themusicgod1/babel-preset-es2016-node5 * License : MIT Programming Lang: javascsript Description : ES2015/2016 features for node This module is a small NPM/node module that serves as a kind of metapackage for adding features missing for missing features in ES2015/2016. It is a dependency of mist ( #827314 ).
From npmjs ( https://www.npmjs.com/package/babel-preset-es2016-node5/v/1.1.2 ) : Dependencies (9) babel-plugin-syntax-async-functions babel-plugin-syntax-async-generators babel-plugin-transform-async-to-generator babel-plugin-transform-es2015-destructuring babel-plugin-transform-es2015-modules-commonjs babel-plugin-transform-es2015-parameters babel-plugin-transform-es2015-spread babel-plugin-transform-es2015-sticky-regex babel-plugin-transform-es2015-unicode-regex Dev Dependencies (6) babel-core babel-eslint chai eslint eslint-config-airbnb mocha
in package ~/node-babel-6.26.0+dfsg/packages/ there's already a node-babel-preset-es2016 node5 seems to be specifically for nodejs v5 which is a few versions ago i'm thinking this may not be necessary after all
themusicgod1@eva2:~$ apt-cache search babel-plugin-transform-async-to-generator node-babel7 - Babel compiler for writing next generation JavaScript themusicgod1@eva2:~$ apt-cache search babel-plugin-syntax-async-generators node-babel7 - Babel compiler for writing next generation JavaScript i'm guessing this means that node-babel7 has those two plugins already(?) that leaves babel-plugin-syntax-async-functions yet to be accounted for jeff cliff