UNPKG

charlike

Version:

Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options

48 lines (47 loc) 1.01 kB
{ "name": "is-node-emitter", "version": "1.0.6", "description": "Strictly checks that given value is nodejs EventEmitter. It's easy, because his API is in frozen state.", "repository": "tunnckoCore/is-node-emitter", "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)", "precommit.silent": true, "main": "index.js", "license": "MIT", "scripts": { "test": "standard && node test.js" }, "dependencies": { "is-real-object": "^1.0.1", "isarray": "^1.0.0" }, "devDependencies": { "assertit": "^0.1.0", "component-emitter": "^1.2.0", "dual-emitter": "^0.7.0", "eventemitter2": "^1.0.0", "eventemitter3": "^1.1.1", "is-stream": "~1.1.0" }, "files": [ "index.js" ], "keywords": [ "check", "checks", "emit", "emitter", "event", "eventemitter", "is", "is-node-emitter", "listeners", "node", "off", "on", "once", "util", "utility", "utils", "validate" ] }