run snyk checks and lint packages, bump notify.

This commit is contained in:
Dave Conway-Jones 2022-01-22 22:23:41 +00:00
parent 328aa1fb52
commit 5c333db0dd
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF
13 changed files with 171 additions and 129 deletions

View File

@ -1,19 +1,23 @@
{ {
"name" : "node-red-node-data-generator", "name": "node-red-node-data-generator",
"version" : "1.0.0", "version": "1.0.0",
"description" : "A Node-RED node to create a string of dummy data values from a template. Useful for test-cases.", "description": "A Node-RED node to create a string of dummy data values from a template. Useful for test-cases.",
"dependencies" : { "dependencies": {
"dummy-json": "^3.0.4" "dummy-json": "^3.0.4"
}, },
"repository" : { "repository": {
"type":"git", "type": "git",
"url":"https://github.com/node-red/node-red-nodes.git", "url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/function/data-generator" "directory": "tree/master/function/data-generator"
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"keywords": [ "node-red", "data-generator", "dummy-json" ], "keywords": [
"node-red" : { "node-red",
"nodes" : { "data-generator",
"dummy-json"
],
"node-red": {
"nodes": {
"data-generator": "datagenerator.js" "data-generator": "datagenerator.js"
} }
}, },

View File

@ -1,23 +1,29 @@
{ {
"name" : "node-red-node-arduino", "name": "node-red-node-arduino",
"version" : "0.3.1", "version": "0.3.1",
"description" : "A Node-RED node to talk to an Arduino running firmata", "description": "A Node-RED node to talk to an Arduino running firmata",
"dependencies" : { "dependencies": {
"firmata" : "^2.3.0" "firmata": "^2.3.0"
}, },
"repository" : { "repository": {
"type":"git", "type": "git",
"url":"https://github.com/node-red/node-red-nodes.git", "url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/hardware/Arduino" "directory": "tree/master/hardware/Arduino"
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"keywords": [ "node-red", "arduino", "firmata" ], "keywords": [
"node-red" : { "node-red",
"nodes" : { "arduino",
"firmata"
],
"node-red": {
"nodes": {
"arduino": "35-arduino.js" "arduino": "35-arduino.js"
} }
}, },
"engines" : { "node" : ">=8" }, "engines": {
"node": ">=8"
},
"author": { "author": {
"name": "Dave Conway-Jones", "name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com", "email": "ceejay@vnet.ibm.com",

View File

@ -1,19 +1,22 @@
{ {
"name" : "node-red-node-blinkstick", "name": "node-red-node-blinkstick",
"version" : "0.1.7", "version": "0.1.7",
"description" : "A Node-RED node to control a Blinkstick", "description": "A Node-RED node to control a Blinkstick",
"dependencies" : { "dependencies": {
"blinkstick" : "1.2.0" "blinkstick": "1.2.0"
}, },
"repository" : { "repository": {
"type":"git", "type": "git",
"url":"https://github.com/node-red/node-red-nodes.git", "url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/hardware/blinkstick" "directory": "tree/master/hardware/blinkstick"
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"keywords": [ "node-red", "blinkstick" ], "keywords": [
"node-red" : { "node-red",
"nodes" : { "blinkstick"
],
"node-red": {
"nodes": {
"blinkstick": "76-blinkstick.js" "blinkstick": "76-blinkstick.js"
} }
}, },

View File

@ -1,19 +1,25 @@
{ {
"name" : "node-red-node-pi-mcp3008", "name": "node-red-node-pi-mcp3008",
"version" : "0.5.2", "version": "0.5.2",
"description" : "A Node-RED node to read from the MCP3008 Analogue to Digital Converter", "description": "A Node-RED node to read from the MCP3008 Analogue to Digital Converter",
"dependencies" : { "dependencies": {
"mcp-spi-adc": "^3.2.0" "mcp-spi-adc": "^3.2.0"
}, },
"repository" : { "repository": {
"type":"git", "type": "git",
"url":"https://github.com/node-red/node-red-nodes.git", "url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/hardware/mcp3008" "directory": "tree/master/hardware/mcp3008"
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"keywords": [ "node-red", "pi", "adc", "mcp", "a/d converter" ], "keywords": [
"node-red" : { "node-red",
"nodes" : { "pi",
"adc",
"mcp",
"a/d converter"
],
"node-red": {
"nodes": {
"pimcp3008": "pimcp3008.js" "pimcp3008": "pimcp3008.js"
} }
}, },

View File

@ -1,19 +1,23 @@
{ {
"name" : "node-red-node-wol", "name": "node-red-node-wol",
"version" : "0.2.0", "version": "0.2.0",
"description" : "A Node-RED node to send Wake-On-LAN (WOL) magic packets", "description": "A Node-RED node to send Wake-On-LAN (WOL) magic packets",
"dependencies" : { "dependencies": {
"wake_on_lan" : "1.0.0" "wake_on_lan": "^1.0.0"
}, },
"repository" : { "repository": {
"type":"git", "type": "git",
"url":"https://github.com/node-red/node-red-nodes.git", "url": "https://github.com/node-red/node-red-nodes.git",
"directory" : "tree/master/io/wol" "directory": "tree/master/io/wol"
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"keywords": [ "node-red", "wol", "wake_on_lan" ], "keywords": [
"node-red" : { "node-red",
"nodes" : { "wol",
"wake_on_lan"
],
"node-red": {
"nodes": {
"wol": "39-wol.js" "wol": "39-wol.js"
} }
}, },

View File

@ -1,9 +1,9 @@
{ {
"name": "node-red-node-markdown", "name": "node-red-node-markdown",
"version": "0.2.0", "version": "0.3.0",
"description": "A Node-RED node to convert a markdown string to html.", "description": "A Node-RED node to convert a markdown string to html.",
"dependencies": { "dependencies": {
"markdown-it": "^11.0.0" "markdown-it": "^12.3.2"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,19 +1,22 @@
{ {
"name" : "node-red-node-what3words", "name": "node-red-node-what3words",
"version" : "0.1.11", "version": "0.1.11",
"description" : "A Node-RED node to convert locations to/from what3words", "description": "A Node-RED node to convert locations to/from what3words",
"dependencies" : { "dependencies": {
"geo.what3words" : "^2.0.0" "geo.what3words": "^2.0.0"
}, },
"repository" : { "repository": {
"type":"git", "type": "git",
"url":"https://github.com/node-red/node-red-nodes.git", "url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/parsers/what3words" "directory": "tree/master/parsers/what3words"
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"keywords": [ "node-red", "what3words" ], "keywords": [
"node-red" : { "node-red",
"nodes" : { "what3words"
],
"node-red": {
"nodes": {
"what3words": "what3words.js" "what3words": "what3words.js"
} }
}, },

View File

@ -1,19 +1,22 @@
{ {
"name" : "node-red-node-irc", "name": "node-red-node-irc",
"version" : "0.1.0", "version": "0.1.0",
"description" : "A Node-RED node to talk to an IRC server", "description": "A Node-RED node to talk to an IRC server",
"dependencies" : { "dependencies": {
"irc" : "^0.5.2" "irc": "^0.5.2"
}, },
"repository" : { "repository": {
"type":"git", "type": "git",
"url":"https://github.com/node-red/node-red-nodes.git", "url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/social/irc" "directory": "tree/master/social/irc"
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"keywords": [ "node-red", "irc" ], "keywords": [
"node-red" : { "node-red",
"nodes" : { "irc"
],
"node-red": {
"nodes": {
"irc": "91-irc.js" "irc": "91-irc.js"
} }
}, },

View File

@ -1,19 +1,23 @@
{ {
"name" : "node-red-node-notify", "name": "node-red-node-notify",
"version" : "0.1.1", "version": "0.2.0",
"description" : "A Node-RED node to send local popup Notify alerts", "description": "A Node-RED node to send local popup Notify alerts",
"dependencies" : { "dependencies": {
"node-notifier" : "5.2.1" "node-notifier": "^5.4.5"
}, },
"repository" : { "repository": {
"type":"git", "type": "git",
"url":"https://github.com/node-red/node-red-nodes.git", "url": "https://github.com/node-red/node-red-nodes.git",
"directory":"/tree/master/social/notify" "directory": "/tree/master/social/notify"
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"keywords": [ "node-red", "notify", "growl"], "keywords": [
"node-red" : { "node-red",
"nodes" : { "notify",
"growl"
],
"node-red": {
"nodes": {
"notify": "57-notify.js" "notify": "57-notify.js"
} }
}, },

View File

@ -1,19 +1,22 @@
{ {
"name" : "node-red-node-prowl", "name": "node-red-node-prowl",
"version" : "0.0.10", "version": "0.0.10",
"description" : "A Node-RED node to send alerts via Prowl", "description": "A Node-RED node to send alerts via Prowl",
"dependencies" : { "dependencies": {
"node-prowl" : "0.1.8" "node-prowl": "0.1.8"
}, },
"repository" : { "repository": {
"type":"git", "type": "git",
"url":"https://github.com/node-red/node-red-nodes.git", "url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/social/prowl" "directory": "tree/master/social/prowl"
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"keywords": [ "node-red", "prowl"], "keywords": [
"node-red" : { "node-red",
"nodes" : { "prowl"
],
"node-red": {
"nodes": {
"prowl": "57-prowl.js" "prowl": "57-prowl.js"
} }
}, },

View File

@ -1,20 +1,23 @@
{ {
"name" : "node-red-node-pusher", "name": "node-red-node-pusher",
"version" : "0.1.0", "version": "0.1.0",
"description" : "A Node-RED node to send and receive messages using Pusher.com", "description": "A Node-RED node to send and receive messages using Pusher.com",
"dependencies" : { "dependencies": {
"pusher": "^1.5.1", "pusher": "^1.5.1",
"pusher-client": "^1.1.0" "pusher-client": "^1.1.0"
}, },
"repository" : { "repository": {
"type":"git", "type": "git",
"url":"https://github.com/node-red/node-red-nodes.git", "url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/social/pusher" "directory": "tree/master/social/pusher"
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"keywords": [ "node-red", "pusher" ], "keywords": [
"node-red" : { "node-red",
"nodes" : { "pusher"
],
"node-red": {
"nodes": {
"pusher": "pusher.js" "pusher": "pusher.js"
} }
}, },

View File

@ -1,19 +1,22 @@
{ {
"name" : "node-red-node-pushover", "name": "node-red-node-pushover",
"version" : "0.1.1", "version": "0.1.1",
"description" : "A Node-RED node to send alerts via Pushover", "description": "A Node-RED node to send alerts via Pushover",
"dependencies" : { "dependencies": {
"pushover-notifications" : "^1.2.2" "pushover-notifications": "^1.2.2"
}, },
"repository" : { "repository": {
"type":"git", "type": "git",
"url":"https://github.com/node-red/node-red-nodes.git", "url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/social/pushover" "directory": "tree/master/social/pushover"
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"keywords": [ "node-red", "pushover" ], "keywords": [
"node-red" : { "node-red",
"nodes" : { "pushover"
],
"node-red": {
"nodes": {
"pushover": "57-pushover.js" "pushover": "57-pushover.js"
} }
}, },

View File

@ -22,11 +22,11 @@
} }
}, },
"contributors": [ "contributors": [
{ {
"name": "Nick O'Leary" "name": "Nick O'Leary"
}, },
{ {
"name": "Dave Conway-Jones" "name": "Dave Conway-Jones"
} }
] ]
} }