{"_id":"eventie","_rev":"3185967","name":"eventie","description":"Event binding helper","dist-tags":{"latest":"1.0.6"},"maintainers":[{"name":"desandro","email":"desandrocodes@gmail.com"}],"time":{"modified":"2023-12-26T09:31:19.000Z","created":"2014-04-24T02:19:44.666Z","1.0.6":"2015-01-05T18:28:20.428Z","1.0.5":"2014-04-24T02:19:44.666Z"},"users":{},"author":{"name":"David DeSandro"},"repository":{"type":"git","url":"git://github.com/desandro/eventie.git"},"versions":{"1.0.6":{"name":"eventie","version":"1.0.6","description":"Event binding helper","main":"eventie.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git://github.com/desandro/eventie.git"},"license":"MIT","bugs":{"url":"https://github.com/desandro/eventie/issues"},"homepage":"https://github.com/desandro/eventie","keywords":["DOM","event"],"author":{"name":"David DeSandro"},"_id":"eventie@1.0.6","_shasum":"d4ffc8b0c2b5e493c2aa1b22cbe918d3aee74437","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"desandro","email":"desandrocodes@gmail.com"},"maintainers":[{"name":"desandro","email":"desandrocodes@gmail.com"}],"dist":{"shasum":"d4ffc8b0c2b5e493c2aa1b22cbe918d3aee74437","size":2320,"noattachment":false,"key":"/eventie/-/eventie-1.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/eventie/download/eventie-1.0.6.tgz"},"directories":{},"publish_time":1420482500428,"_hasShrinkwrap":false,"_cnpm_publish_time":1420482500428,"_cnpmcore_publish_time":"2021-12-16T18:36:41.688Z"},"1.0.5":{"name":"eventie","version":"1.0.5","description":"Event binding helper","main":"eventie.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git://github.com/desandro/eventie.git"},"license":"MIT","bugs":{"url":"https://github.com/desandro/eventie/issues"},"homepage":"https://github.com/desandro/eventie","keywords":["DOM","event"],"author":{"name":"David DeSandro"},"_id":"eventie@1.0.5","dist":{"shasum":"d9cfaab4fa0f5ae68dcb95afb4d2a4662fd86397","size":2326,"noattachment":false,"key":"/eventie/-/eventie-1.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/eventie/download/eventie-1.0.5.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"desandro","email":"desandrocodes@gmail.com"},"maintainers":[{"name":"desandro","email":"desandrocodes@gmail.com"}],"directories":{},"publish_time":1398305984666,"_hasShrinkwrap":false,"_cnpm_publish_time":1398305984666,"_cnpmcore_publish_time":"2021-12-16T18:36:41.890Z"}},"readme":"# eventie - event binding helper\n\nMakes dealing with events in IE8 bearable. Supported by IE8+ and good browsers.\n\n``` js\nvar elem = document.querySelector('#my-elem');\nfunction onElemClick( event ) {\n  console.log( event.type + ' just happened on #' + event.target.id );\n  // -> click just happened on #my-elem\n}\n\neventie.bind( elem, 'click', onElemClick );\n\neventie.unbind( elem, 'click', onElemClick );\n```\n\n## Install\n\nDownload [eventie.js](eventie.js)\n\nInstall with [Bower :bird:](http://bower.io) `bower install eventie`\n\nInstall with npm :truck: `npm install eventie`\n\nInstall with [Component :nut_and_bolt:](https://github.com/component/component) `component install desandro/eventie`\n\n## IE 8\n\neventie add support for `event.target` and [`.handleEvent` method](https://developer.mozilla.org/en-US/docs/DOM/EventListener#handleEvent\\(\\)) for Internet Explorer 8.\n\n## MIT license\n\neventie is released under the [MIT license](http://desandro.mit-license.org).\n","_attachments":{},"homepage":"https://github.com/desandro/eventie","bugs":{"url":"https://github.com/desandro/eventie/issues"},"license":"MIT"}