UNPKG

node-red-contrib-prib-functions

Version:
161 lines (160 loc) 3.47 kB
{ "name": "node-red-contrib-prib-functions", "version": "0.23.2", "description": "Node-RED added node functions.", "dependencies": { "avsc": ">=5.7.7", "compressiontool": "*", "fast-xml-parser": "^5.2.1", "node": ">=22.15.0", "node-red-contrib-logger": "latest", "node-red-contrib-noderedbase": ">=0.0.16", "node-red-contrib-prib-functions": "file:", "npm": "^11.3.0", "xlsx": "*" }, "devDependencies": { "@node-red/runtime": ">=4.0.9", "axios": ">=1.9.0", "bcrypt": "^5.1.1", "bl": "^6.1.0", "mocha": "^11.2.2", "node-red": ">=4.0.9", "node-red-node-test-helper": ">=0.3.4" }, "scripts": { "test": "mocha \"test/dataAnalysisE*.js\"", "test2": "mocha \"test/transformNum*.js\"", "test00": "mocha \"test/00*.js\"", "test04": "mocha \"test/04*.js\"", "startNodeRed": "node-red --userDir ./test/data --setting ./test/data/settings.js ./test/data/flow.json --title '***test nodered***'" }, "repository": { "type": "git", "url": "git+https://github.com/peterprib/node-red-contrib-prib-functions.git" }, "keywords": [ "node-red", "adjoint", "append", "analysis", "autocorrelation", "autocovariance", "average", "avg", "AVRO", "arima", "ARMIA", "arvo", "backward substitution", "compare", "Complement Minor", "compression", "CMA", "cumulative", "Cumulative Moving Average", "data", "data analysis", "decompression", "deflate", "delta", "determinant", "distance", "difference", "seasonal difference", "second order difference", "euclidian distance", "EMA", "EWMA", "Exponential Moving Average", "forward elimination", "functions", "gauss jordan", "Gauss Jordan Inverse", "gaussian elimination", "gzip", "host available", "host status", "identity", "inflate", "injector", "inverse", "inverse matrix", "Linear Correlation Coefficient", "levenshtein distance", "load", "load injector", "matrix", "maximum", "mean", "memory", "median", "minimun", "model", "monitor", "moving", "Moving Average", "normalize", "Pearson Product Moment Correlation", "PPMC", "Process", "range", "realtime", "Reduced Row Echelon Form", "Row Echelon Form", "sample variance", "sample stddev", "Simple Moving Average", "skew", "SMA", "snappy", "standard deviation", "standardize", "statistics", "stddev", "spawn", "spawn process", "system", "testing", "test", "tensor", "translate", "transform", "transpose", "unzip", "variance", "weighted", "Weighted Moving Average", "WMA", "xlsx", "XLSX", "xcel", "xml", "XML", "zip", "Z-score" ], "node-red": { "version": ">=2.0.0", "nodes": { "append": "append/append.js", "dataAnalysis": "dataAnalysis/dataAnalysis.js", "hostAvailable": "testing/hostAvailable.js", "levenshteinDistance": "levenshteinDistance/levenshteinDistanceNode.js", "load-injector": "testing/load-injector.js", "matrix": "matrix/matrixNode.js", "monitorflow": "monitor/monitorflow.js", "monitorSystem": "monitor/monitorSystem.js", "os": "nodejs/os.js", "spawnProcess": "spawnProcess/spawnProcess.js", "test": "testing/test.js", "transform": "transform/transform.js" } }, "author": "Peter Prib", "license": "GPL-3.0", "bugs": { "url": "https://github.com/peterprib/node-red-contrib-prib-functions/issues" }, "homepage": "https://github.com/peterprib/node-red-contrib-prib-functions#readme" }