{"name":"@ungap/event-target","version":"0.2.2","description":"An EventTarget polyfill","main":"./cjs/index.js","module":"./esm/index.js","types":"./index.d.ts","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.EventTarget;' >> cjs/index.js","esm":"cat index.js | sed 's/var self.*/var self = {};/' > esm/index.js && echo 'export default self.EventTarget;' >> esm/index.js","min":"terser index.js --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":["EventTarget","polyfill","ungap"],"author":{"name":"Andrea Giammarchi"},"license":"ISC","devDependencies":{"coveralls":"^3.1.0","nyc":"^15.1.0","terser":"^4.8.0"},"repository":{"type":"git","url":"git+https://github.com/ungap/event-target.git"},"bugs":{"url":"https://github.com/ungap/event-target/issues"},"homepage":"https://github.com/ungap/event-target#readme","type":"module","exports":{"import":"./esm/index.js","default":"./cjs/index.js"},"gitHead":"b5f1aa0589faab6eba41b3e203c295a685e022a9","_id":"@ungap/event-target@0.2.2","_nodeVersion":"14.6.0","_npmVersion":"6.14.7","dist":{"shasum":"6543122625a0a793c5fa265f45717cd096b0fb7c","size":2745,"noattachment":false,"key":"/@ungap/event-target/-/@ungap/event-target-0.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ungap/event-target/download/@ungap/event-target-0.2.2.tgz"},"maintainers":[{"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-target_0.2.2_1595571188314_0.24637692701972402"},"_hasShrinkwrap":false,"publish_time":1595571188407,"_cnpm_publish_time":1595571188407,"_cnpmcore_publish_time":"2021-12-16T16:51:50.393Z","dist-tags":{"latest":"0.2.4"}}