{"library":"node-red-contrib-loop-processing","type":"library","category":null,"description":"This package provides three essential Node-RED nodes designed to facilitate flow looping within the Node-RED environment: `counter-loop`, `array-loop`, and `while-loop`. The `counter-loop` node enables `for-loop`-like behavior using a configurable counter, defining initial, terminal, and increment values. The `array-loop` node iterates over elements within a standard JavaScript array, akin to `forEach` or `for-of`, exposing the current key and value. The `while-loop` node executes based on a dynamic conditional expression. Currently at version 0.5.1, the package is actively maintained with a steady cadence of minor updates, frequently addressing bug fixes and introducing new features such as loop time limitations for `while-loop` and explicit variable resetting for iterative nodes. It significantly enhances Node-RED's capabilities by providing structured control flow mechanisms for repetitive tasks, which are not inherently available through basic core nodes.","language":"javascript","status":"active","version":"0.5.1","tags":["javascript","node-red","loop","repeat","iterator","array"],"install":[{"cmd":"npm install node-red-contrib-loop-processing","imports":[]},{"cmd":"yarn add node-red-contrib-loop-processing","imports":[]},{"cmd":"pnpm add node-red-contrib-loop-processing","imports":[]}],"homepage":null,"github":"https://github.com/s1r-J/node-red-contrib-loop-processing","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/node-red-contrib-loop-processing","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Apr 22","next_check":"Tue Jul 21","install_tag":null}}