UNPKG

msg-channel-js

Version:

Sequencing async processing for messages

24 lines 520 B
{ "name": "msg-channel-js", "version": "1.1.0", "description": "Sequencing async processing for messages", "keywords": [ "async", "message", "sequencer" ], "homepage": "https://github.com/artemkv/channel-js", "repository": { "type": "git", "url": "git+https://github.com/artemkv/channel-js.git" }, "main": "index.js", "scripts": { "test": "jest" }, "author": "Artem Kondratyev", "license": "MIT", "devDependencies": { "jest": "^28.1.0" } }