babel-plugin-transform-es2015-parameters
JSON →Babel plugin to compile ES2015 (ES6) function parameter features—default, rest, and destructuring parameters—to ES5. Version 6.24.1 corresponds to Babel 6.x; it is now deprecated in favor of @babel/plugin-transform-parameters for Babel 7+. This plugin is designed for projects using Babel 6 and requires compat with other transform plugins (e.g., block-scoping) for certain output semantics. It does not transform arrow functions or for-of statements.