{"name":"@ungap/event-target","version":"0.2.4","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.1","nyc":"^15.1.0","terser":"^5.7.1"},"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":{"types":"./index.d.ts","import":"./esm/index.js","default":"./cjs/index.js"},"gitHead":"41f3cfa9a6dfbeed951f34bcd118c3482abb4201","_id":"@ungap/event-target@0.2.4","_nodeVersion":"19.8.1","_npmVersion":"8.19.2","dist":{"shasum":"8b083a62ee665228bac08013fa516a3488528bb8","size":2750,"noattachment":false,"key":"/@ungap/event-target/-/@ungap/event-target-0.2.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ungap/event-target/download/@ungap/event-target-0.2.4.tgz"},"_npmUser":{"name":"webreflection","email":"andrea.giammarchi@gmail.com"},"directories":{},"maintainers":[{"name":"webreflection","email":"andrea.giammarchi@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/event-target_0.2.4_1681144902138_0.8805342419663409"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-04-10T16:41:42.357Z","publish_time":1681144902357,"_cnpm_publish_time":1681144902357,"dist-tags":{"latest":"0.2.4"}}