{"name":"@ungap/event","version":"0.2.2","description":"An Event polyfill for legacy browsers.","main":"./cjs/index.js","module":"./esm/index.js","unpkg":"min.js","scripts":{"build":"npm run cjs && npm run esm && npm run min && npm run test && npm run size","cjs":"cat index.js | sed 's/var self.*/var self = {};/' > cjs/index.js && echo 'module.exports = self.Event;' >> cjs/index.js","esm":"cat index.js | sed 's/var self.*/var self = {};/' > esm/index.js && echo 'export default self.Event;' >> esm/index.js","min":"uglifyjs index.js --support-ie8 --comments=/^!/ -c -m -o min.js","size":"cat index.js | wc -c && cat min.js | wc -c && gzip -c9 min.js | wc -c && cat min.js | brotli | wc -c","coveralls":"nyc report --reporter=text-lcov | coveralls","test":"nyc node test/index.js"},"keywords":["Event","polyfill","legacy","ungap"],"author":{"name":"Andrea Giammarchi"},"license":"ISC","devDependencies":{"coveralls":"^3.1.0","nyc":"^15.1.0","uglify-js":"^3.9.4"},"repository":{"type":"git","url":"git+https://github.com/ungap/event.git"},"bugs":{"url":"https://github.com/ungap/event/issues"},"homepage":"https://github.com/ungap/event#readme","type":"module","exports":{"import":"./esm/index.js","default":"./cjs/index.js"},"gitHead":"1df38b89c3465c3ba2a7f72239d767d3d3c9d571","_id":"@ungap/event@0.2.2","_nodeVersion":"14.4.0","_npmVersion":"6.14.5","dist":{"shasum":"69d76a1e2c6c1cd4ec63455ee3f91082eb0c6f5e","size":1547,"noattachment":false,"key":"/@ungap/event/-/@ungap/event-0.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ungap/event/download/@ungap/event-0.2.2.tgz"},"maintainers":[{"name":"npm:webreflection","email":""},{"name":"webreflection","email":"andrea.giammarchi@gmail.com"}],"_npmUser":{"name":"webreflection","email":"andrea.giammarchi@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/event_0.2.2_1592735364461_0.07473901875858924"},"_hasShrinkwrap":false,"publish_time":1592735364611,"_cnpm_publish_time":1592735364611,"_cnpmcore_publish_time":"2021-12-16T16:51:53.379Z","dist-tags":{"latest":"0.2.2"}}