{"library":"node-red-contrib-babel","title":"Babel transpiler for Node-RED","description":"A Node-RED node that uses Babel to transpile JavaScript code within a Node-RED flow. Version 0.0.5 is the latest release; appears to be experimental with no active maintenance. It allows specifying presets and input encoding but lacks documentation. Caution: unknown security implications as it executes transpiled code in Node-RED context.","language":"javascript","status":"abandoned","last_verified":"Fri May 01","install":{"commands":["npm install node-red-contrib-babel"],"cli":null},"imports":["import babelNode from 'node-red-contrib-babel'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Install node-red-contrib-babel\n// npm install node-red-contrib-babel\n// Use in Node-RED flow:\n// Add 'babel' node to canvas\n// Input: any color (default: #E9967A)\n// Output: same color\n// Set 'Babel preset' property (e.g., es2015)\n// Input encoding: can set to specific encoding\n// The node transpiles the incoming message's payload using Babel","lang":"javascript","description":"Shows how to install and use the babel node in Node-RED, including setting Babel preset and input encoding.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}