securityos/node_modules/sync-channel/package.json

17 lines
319 B
JSON
Raw Permalink Normal View History

2024-09-06 15:32:35 +00:00
{
"name": "sync-channel",
"version": "0.0.6",
"description": "synchronous communication channel",
"main": "sync-channel.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"concurrent",
"channel",
"async"
],
"author": "snetz",
"license": "BSD"
}