node-red-contrib-diode
Version:
A simple node to isolate the output of a node or function to that further processing cannot affect the original.
30 lines (29 loc) • 647 B
JSON
{
"author": {
"name": "Peter Scargill",
"email": "pete@scargill.org",
"url": "https://tech.scargill.net"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "A simple node to isolate the output of a node or function to that further processing cannot affect the original.",
"homepage": "https://tech.scargill.net/",
"keywords": [
"node-red",
"diode",
"isolate",
"scargill"
],
"license": "MIT",
"name": "node-red-contrib-diode",
"node-red": {
"nodes": {
"diode": "diode.js"
}
},
"repository": {
"private": true
},
"version": "1.0.2"
}