{ "name": "component-emitter", "description": "Event emitter", "version": "1.3.0", "license": "MIT", "devDependencies": { "mocha": "*", "should": "*" }, "component": { "scripts": { "emitter/index.js": "index.js" } }, "main": "index.js", "repository": { "type": "git", "url": "https://github.com/component/emitter.git" }, "scripts": { "test": "make test" }, "files": [ "index.js", "LICENSE" ], "__npminstall_done": "Thu Dec 24 2020 20:20:49 GMT+0800 (CST)", "_from": "component-emitter@1.3.0", "_resolved": "https://registry.npm.taobao.org/component-emitter/download/component-emitter-1.3.0.tgz" }