UNPKG

node-red-contrib-msg-size

Version:
29 lines (28 loc) 927 B
{ "name" : "node-red-contrib-msg-size", "version" : "1.1.0", "description" : "A Node Red node to measure the size of messages.", "dependencies": { "nr-msg-statistics": "^1.0.0", "object-sizeof": "^1.6.1", "filesize": "^6.1.0" }, "author": { "name": "Bart Butenaers" }, "license": "Apache-2.0", "keywords": [ "node-red", "message", "msg", "size", "bandwith", "throughput", "statistic", "average", "bytes" ], "bugs": { "url": "https://github.com/bartbutenaers/node-red-contrib-msg-size/issues" }, "homepage": "https://github.com/bartbutenaers/node-red-contrib-msg-size", "repository": { "type": "git", "url": "https://github.com/bartbutenaers/node-red-contrib-msg-size.git" }, "node-red" : { "nodes": { "msg-size": "msg_size.js" } } }