UNPKG

node-red-contrib-postgresql

Version:

Node-RED node for PostgreSQL, supporting parameters, split, back-pressure

71 lines (70 loc) 1.56 kB
{ "name": "node-red-contrib-postgresql", "version": "0.15.1", "description": "Node-RED node for PostgreSQL, supporting parameters, split, back-pressure", "author": { "name": "Alexandre Alapetite", "url": "https://github.com/Alkarex" }, "contributors": [ { "name": "Andrea Batazzi", "url": "https://github.com/andreabat" }, { "name": "Yeray Medina López", "url": "https://github.com/ymedlop" }, { "name": "Hamza Jalouaja", "url": "https://github.com/HySoaKa" } ], "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/alexandrainst/node-red-contrib-postgresql" }, "keywords": [ "backpressure", "node-red-contrib", "node-red", "nodered", "postgres", "postgresql", "timescale" ], "engines": { "node": ">=8" }, "node-red": { "version": ">=0.20.0", "nodes": { "postgresql": "postgresql.js" } }, "dependencies": { "mustache": "^4.2.0", "pg": "^8.14.1", "pg-cursor": "^2.13.1" }, "devDependencies": { "eslint": "^9.23.0", "@eslint/js": "^9.23.0", "eslint-plugin-html": "^8.1.2", "globals": "^16.0.0", "markdownlint-cli": "^0.44.0", "neostandard": "^0.12.1", "mocha": "^11.1.0" }, "scripts": { "eslint": "eslint .", "eslint_fix": "eslint --fix .", "markdownlint": "markdownlint '**/*.md'", "markdownlint_fix": "markdownlint --fix '**/*.md'", "fix": "npm run rtlcss && npm run eslint_fix && npm run markdownlint_fix", "pretest": "npm run eslint && npm run markdownlint", "mocha": "mocha", "test": "npm run mocha" } }