UNPKG

node-red-contrib-cron-plus

Version:

A flexible scheduler (cron, solar events, fixed dates) node for Node-RED with full dynamic control and time zone support

85 lines (84 loc) 2.4 kB
{ "name": "node-red-contrib-cron-plus", "version": "2.2.4", "description": "A flexible scheduler (cron, solar events, fixed dates) node for Node-RED with full dynamic control and time zone support", "main": "cronplus.js", "scripts": { "test": "mocha \"test/**/*_spec.js\" --exit", "lint": "eslint -c .eslintrc --ext js,html \"*.js\" \"*.html\"", "lint:fix": "eslint -c .eslintrc --ext js,html \"*.js\" \"*.html\" --fix", "publish": "npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/Steve-Mcl/node-red-contrib-cron-plus.git" }, "keywords": [ "node-red", "schedule", "scheduler", "timer", "timer node", "cron", "cronplus", "cron plus", "cron-plus", "crontab", "sun", "solar", "solar event", "solar events", "suntime", "sun time", "sunrise", "sunset" ], "node-red": { "version": ">=1.0.0", "nodes": { "cronplus": "cronplus.js" } }, "engines": { "node": ">=8.0.0" }, "author": { "name": "Steve-Mcl" }, "license": "MIT", "bugs": { "url": "https://github.com/Steve-Mcl/node-red-contrib-cron-plus/issues" }, "homepage": "https://github.com/Steve-Mcl/node-red-contrib-cron-plus#readme", "dependencies": { "coord-parser": "^1.0.0", "cronosjs": "^1.7.1", "cronstrue": "^3.2.0", "pretty-ms": "^7.0.1", "suncalc2": "^1.8.1" }, "devDependencies": { "eslint": "^8.57.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-html": "^7.1.0", "eslint-plugin-n": "^16.6.2", "eslint-plugin-no-only-tests": "^3.2.0", "eslint-plugin-standard": "^5.0.0", "mocha": "^11.7.1", "node-red": "^4.1.0", "node-red-node-test-helper": "^0.3.5", "should": "^13.2.3", "sinon": "^21.0.0" }, "maintainers": [ { "name": "Steve-Mcl", "email": "44235289+Steve-Mcl@users.noreply.github.com" } ], "overrides": { "node-red-admin@4.1.1": { "axios": "1.12.2" } } }