UNPKG

medium

Version:

CSP-style channel library using ES7 async/await keywords

35 lines (34 loc) 652 B
{ "name": "medium", "version": "1.2.0", "description": "CSP-style channel library using ES7 async/await keywords", "main": "./lib/index.js", "engines": { "node": ">=10.0.0" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/bbarr/medium" }, "keywords": [ "csp", "channels", "async", "es7", "medium" ], "author": { "name": "Brendan Barr", "email": "brendan@brendanbarr.com", "url": "http://brendanbarr.com" }, "license": "ISC", "devDependencies": { "glob-parent": ">=5.1.2", "mocha": "^8.1.3", "sinon": "^1.15.3" } }