UNPKG

iambus

Version:

minimalist pattern-matching pub-sub message-bus

43 lines (42 loc) 1 kB
{ "name": "iambus", "version": "2.0.6", "description": "minimalist pattern-matching pub-sub message-bus", "main": "index.js", "scripts": { "format": "prettier --write .", "lint": "prettier --check . && lunte", "test": "npm run test:node && npm run test:bare", "test:node": "brittle-node test.js", "test:bare": "brittle-bare test.js" }, "keywords": [ "message", "bus", "pubsub", "pub", "sub", "minimal" ], "author": "Holepunch", "license": "Apache-2.0", "dependencies": { "nanoassert": "^2.0.0", "ptnm": "^1.0.0", "streamx": "^2.13.2" }, "devDependencies": { "brittle": "^3.3.2", "lunte": "^1.0.0", "prettier": "^3.6.2", "prettier-config-holepunch": "^2.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/holepunchto/iambus.git" }, "bugs": { "url": "https://github.com/holepunchto/iambus/issues" }, "homepage": "https://github.com/holepunchto/iambus#readme" }