UNPKG

jw-gate

Version:

Creates a "gate" with "locks." When all locks are open, the gate is open, useful for dealing with semi-random async events.

46 lines (45 loc) 1.08 kB
{ "name": "jw-gate", "version": "2.0.0", "description": "Creates a \"gate\" with \"locks.\" When all locks are open, the gate is open, useful for dealing with semi-random async events.", "main": "jw-gate.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/jonwyett/jw-gate.git" }, "keywords": [ "async", "coordination", "event-driven", "reactive", "state-management", "condition-monitoring", "gate", "locks", "progress-tracking", "ui-state", "promise-coordination", "dynamic-conditions", "event-emitter", "synchronization", "flow-control", "concurrent", "multi-condition", "reactive-programming", "iot", "sensors", "resource-management", "monitoring", "orchestration", "workflow" ], "author": "Jonathan Wyett", "license": "MIT", "bugs": { "url": "https://github.com/jonwyett/jw-gate/issues" }, "homepage": "https://github.com/jonwyett/jw-gate#readme" }