entry-empty-emitter
Version:
Extension of node event emitter. Providers information about entry and exit of key.
26 lines (25 loc) • 594 B
JSON
{
"name": "entry-empty-emitter",
"version": "1.0.4",
"description": "Extension of node event emitter. Providers information about entry and exit of key.",
"main": "[entry-empty-emitter.html, EntryEmptyEmitter.min.js]",
"authors": [
"Anand Aravindan <anand.anand84@gmail.com> (traderslab.in)"
],
"license": "ISC",
"keywords": [
"Entry",
"exit",
"key",
"reentrant"
],
"homepage": "https://github.com/anandanand84/entry-empty-emitter",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}