promise-channel
Version:
Like Go Channels but using JavaScript Promises.
35 lines (34 loc) • 808 B
JSON
{
"name": "promise-channel",
"version": "2.0.1",
"description": "Like Go Channels but using JavaScript Promises.",
"main": "index.js",
"dependencies": {
"promise-defer": "^1.0.0"
},
"devDependencies": {
"assert-rejected": "^1.0.0",
"blue-tape": "^0.1.10"
},
"scripts": {
"test": "ts-node test.ts",
"example": "ts-node example.ts",
"build": "tsc -p . -d"
},
"repository": {
"type": "git",
"url": "https://github.com/RangerMauve/promise-channel.git"
},
"keywords": [
"channel",
"go",
"promise",
"scp"
],
"author": "rangermauve",
"license": "ISC",
"bugs": {
"url": "https://github.com/RangerMauve/promise-channel/issues"
},
"homepage": "https://github.com/RangerMauve/promise-channel"
}