From 53bec12670ff33104b1955923ef7178e7e9c215b Mon Sep 17 00:00:00 2001 From: Li Hua Qian Date: Fri, 17 Nov 2023 16:05:24 +0800 Subject: [PATCH] node-red-node-random: Add node-red-node-random Signed-off-by: Li Hua Qian --- .../files/npm-shrinkwrap.json | 17 +++++++++++++++++ .../node-red-node-random-0.4.1.bb | 14 ++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 recipes-app/node-red-node-random/files/npm-shrinkwrap.json create mode 100644 recipes-app/node-red-node-random/node-red-node-random-0.4.1.bb diff --git a/recipes-app/node-red-node-random/files/npm-shrinkwrap.json b/recipes-app/node-red-node-random/files/npm-shrinkwrap.json new file mode 100644 index 000000000..87f7e8022 --- /dev/null +++ b/recipes-app/node-red-node-random/files/npm-shrinkwrap.json @@ -0,0 +1,17 @@ +{ + "name": "root", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "dependencies": { + "node-red-node-random": "^0.4.1" + } + }, + "node_modules/node-red-node-random": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/node-red-node-random/-/node-red-node-random-0.4.1.tgz", + "integrity": "sha512-GwW0vJeEQNSEwshUQOwN0LMhmD5LQaBdT4I2WFR6yN0jU1baxtqH0ljQo1tCacb/KOi/cLWG6yxTS0AiQPNHIw==" + } + } +} diff --git a/recipes-app/node-red-node-random/node-red-node-random-0.4.1.bb b/recipes-app/node-red-node-random/node-red-node-random-0.4.1.bb new file mode 100644 index 000000000..400625cd3 --- /dev/null +++ b/recipes-app/node-red-node-random/node-red-node-random-0.4.1.bb @@ -0,0 +1,14 @@ +# +# Copyright (c) Siemens AG, 2023 +# +# Authors: +# Li Hua Qian +# +# This file is subject to the terms and conditions of the MIT License. See +# COPYING.MIT file in the top-level directory. +# + +inherit npm +inherit node-red-module + +DESCRIPTION = "A set of random nodes for Node-RED"