{"_id":"delegated-events","_rev":"2945877","name":"delegated-events","description":"A small, fast delegated event library.","dist-tags":{"latest":"1.1.2"},"maintainers":[{"name":"mislav","email":"mislav.marohnic@gmail.com"}],"time":{"modified":"2023-04-21T09:54:06.000Z","created":"2015-12-09T18:52:55.101Z","1.1.2":"2020-04-03T18:16:21.302Z","1.1.1":"2019-09-12T18:34:35.349Z","1.1.0":"2019-06-25T21:29:11.058Z","1.0.10":"2019-01-31T19:25:39.422Z","1.0.9":"2018-08-10T00:08:17.562Z","1.0.8":"2018-08-09T21:11:43.271Z","1.0.7":"2018-05-22T20:19:38.025Z","1.0.6":"2018-04-10T17:39:18.636Z","1.0.5":"2017-10-29T00:56:59.679Z","1.0.4":"2017-10-18T17:59:31.743Z","1.0.3":"2017-10-14T22:16:43.535Z","1.0.2":"2017-03-28T15:11:37.676Z","1.0.1":"2017-03-08T23:30:34.349Z","1.0.0":"2017-01-19T01:56:49.351Z","0.3.1":"2016-03-19T15:39:34.667Z","0.3.0":"2016-03-19T03:52:57.383Z","0.2.2":"2016-01-09T05:09:06.157Z","0.2.1":"2016-01-07T20:16:49.551Z","0.2.0":"2016-01-06T00:26:09.975Z","0.1.2":"2016-01-04T21:55:31.813Z","0.1.1":"2016-01-04T21:18:57.212Z","0.1.0":"2015-12-09T18:52:55.101Z"},"users":{},"repository":{"type":"git","url":"git+https://github.com/dgraham/delegated-events.git"},"versions":{"1.1.2":{"name":"delegated-events","version":"1.1.2","description":"A small, fast delegated event library.","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dgraham/delegated-events.git"},"main":"dist/index.umd.js","module":"dist/index.js","types":"index.d.ts","scripts":{"clean":"rm -rf build dist","flow":"flow check","ts":"tsc --noEmit test/test-ts.ts","lint":"eslint delegated-events.js test","bootstrap":"git submodule update --init && npm install","prebuild":"npm run clean && npm run flow && npm run ts && npm run lint","build":"rollup -c && cp delegated-events.js.flow dist/index.js.flow && cp delegated-events.js.flow dist/index.umd.js.flow","pretest":"npm run clean && npm run flow && npm run ts && npm run lint && rollup -c rollup.config.test.js","test":"karma start --single-run --browsers ChromeHeadless karma.conf.js","prebrowser":"npm run pretest","browser":"open \"file://$(pwd)/test/test.html\"","prebench":"npm run clean && rollup -c rollup.config.bench.js","bench":"open \"file://$(pwd)/test/bench.html\"","prepublishOnly":"npm run build"},"dependencies":{"selector-set":"^1.1.5"},"devDependencies":{"@babel/core":"^7.9.0","@babel/preset-env":"^7.9.0","babel-eslint":"^10.1.0","chai":"^4.2.0","custom-event-polyfill":"^1.0.7","eslint":"^6.8.0","eslint-plugin-prettier":"^3.1.2","flow-bin":"^0.121.0","karma":"^4.4.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.1.0","karma-mocha":"^1.3.0","mocha":"^7.1.1","prettier":"^2.0.2","rollup":"^2.3.2","rollup-plugin-babel":"^4.4.0","rollup-plugin-node-resolve":"^5.2.0","typescript":"^3.8.3"},"gitHead":"51b310d054e4384dc3fa46b28eec308325c97449","bugs":{"url":"https://github.com/dgraham/delegated-events/issues"},"homepage":"https://github.com/dgraham/delegated-events#readme","_id":"delegated-events@1.1.2","_nodeVersion":"13.12.0","_npmVersion":"6.14.4","dist":{"shasum":"741a4ba320718096fb8f7db4ddfaadcb0daa5986","size":5902,"noattachment":false,"key":"/delegated-events/-/delegated-events-1.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/delegated-events/download/delegated-events-1.1.2.tgz"},"maintainers":[{"name":"mislav","email":"mislav.marohnic@gmail.com"}],"_npmUser":{"name":"dgraham","email":"david.malcom.graham@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/delegated-events_1.1.2_1585937781181_0.10681068012362394"},"_hasShrinkwrap":false,"publish_time":1585937781302,"_cnpm_publish_time":1585937781302,"_cnpmcore_publish_time":"2021-12-16T20:29:20.044Z"},"1.1.1":{"name":"delegated-events","version":"1.1.1","description":"A small, fast delegated event library.","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dgraham/delegated-events.git"},"main":"dist/index.umd.js","module":"dist/index.esm.js","types":"index.d.ts","scripts":{"clean":"rm -rf build dist","flow":"flow check","ts":"tsc --noEmit test/test-ts.ts","lint":"eslint delegated-events.js test","bootstrap":"git submodule update --init && npm install","prebuild":"npm run clean && npm run flow && npm run ts && npm run lint","build":"rollup -c && cp delegated-events.js.flow dist/index.esm.js.flow && cp delegated-events.js.flow dist/index.umd.js.flow","pretest":"npm run clean && npm run flow && npm run ts && npm run lint && rollup -c rollup.config.test.js","test":"karma start --single-run --browsers ChromeHeadless karma.conf.js","prebrowser":"npm run pretest","browser":"open \"file://$(pwd)/test/test.html\"","prebench":"npm run clean && rollup -c rollup.config.bench.js","bench":"open \"file://$(pwd)/test/bench.html\"","prepublishOnly":"npm run build"},"dependencies":{"selector-set":"^1.1.3"},"devDependencies":{"@babel/core":"^7.5.5","@babel/preset-env":"^7.5.5","babel-eslint":"^10.0.3","chai":"^4.2.0","custom-event-polyfill":"^1.0.7","eslint":"^6.3.0","eslint-plugin-prettier":"^3.1.0","flow-bin":"^0.107.0","karma":"^4.3.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.1.0","karma-mocha":"^1.3.0","mocha":"^6.2.0","prettier":"^1.18.2","rollup":"^1.20.3","rollup-plugin-babel":"^4.3.3","rollup-plugin-node-resolve":"^5.2.0","typescript":"^3.6.3"},"gitHead":"177207091ed9f1a41e67df1b2e8423a0ad794706","bugs":{"url":"https://github.com/dgraham/delegated-events/issues"},"homepage":"https://github.com/dgraham/delegated-events#readme","_id":"delegated-events@1.1.1","_nodeVersion":"12.10.0","_npmVersion":"6.11.3","dist":{"shasum":"3cc91e112aba99f125e21d28f1f245b46d71740b","size":5838,"noattachment":false,"key":"/delegated-events/-/delegated-events-1.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/delegated-events/download/delegated-events-1.1.1.tgz"},"maintainers":[{"name":"mislav","email":"mislav.marohnic@gmail.com"}],"_npmUser":{"name":"dgraham","email":"david.malcom.graham@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/delegated-events_1.1.1_1568313275234_0.02090725473397348"},"_hasShrinkwrap":false,"publish_time":1568313275349,"_cnpm_publish_time":1568313275349,"_cnpmcore_publish_time":"2021-12-16T20:29:20.240Z"},"1.1.0":{"name":"delegated-events","version":"1.1.0","description":"A small, fast delegated event library.","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dgraham/delegated-events.git"},"main":"dist/index.umd.js","module":"dist/index.esm.js","types":"index.d.ts","scripts":{"clean":"rm -rf build dist","flow":"flow check","lint":"eslint delegated-events.js test","bootstrap":"git submodule update --init && npm install","prebuild":"npm run clean && npm run flow && npm run lint","build":"rollup -c && cp delegated-events.js.flow dist/index.esm.js.flow && cp delegated-events.js.flow dist/index.umd.js.flow","pretest":"npm run clean && npm run flow && npm run lint && rollup -c rollup.config.test.js","test":"karma start --single-run --browsers ChromeHeadless karma.conf.js","prebrowser":"npm run pretest","browser":"open \"file://$(pwd)/test/test.html\"","prebench":"npm run clean && rollup -c rollup.config.bench.js","bench":"open \"file://$(pwd)/test/bench.html\"","prepublishOnly":"npm run build"},"dependencies":{"selector-set":"^1.1.3"},"devDependencies":{"@babel/core":"^7.4.5","@babel/preset-env":"^7.4.5","babel-eslint":"^10.0.2","chai":"^4.2.0","custom-event-polyfill":"^1.0.7","eslint":"^6.0.1","eslint-plugin-prettier":"^3.1.0","flow-bin":"^0.102.0","karma":"^4.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","mocha":"^6.1.4","prettier":"^1.18.2","rollup":"^1.16.2","rollup-plugin-babel":"^4.3.3","rollup-plugin-node-resolve":"^5.1.0"},"gitHead":"683f1be62a7e15e370cd85be9446cf94c277f21c","bugs":{"url":"https://github.com/dgraham/delegated-events/issues"},"homepage":"https://github.com/dgraham/delegated-events#readme","_id":"delegated-events@1.1.0","_nodeVersion":"12.4.0","_npmVersion":"6.9.0","dist":{"shasum":"0c154ea3259b5147c9a823bc392f64ed9231516a","size":5757,"noattachment":false,"key":"/delegated-events/-/delegated-events-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/delegated-events/download/delegated-events-1.1.0.tgz"},"maintainers":[{"name":"mislav","email":"mislav.marohnic@gmail.com"}],"_npmUser":{"name":"dgraham","email":"david.malcom.graham@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/delegated-events_1.1.0_1561498150825_0.6417520210370433"},"_hasShrinkwrap":false,"publish_time":1561498151058,"_cnpm_publish_time":1561498151058,"_cnpmcore_publish_time":"2021-12-16T20:29:20.474Z"},"1.0.10":{"name":"delegated-events","version":"1.0.10","description":"A small, fast delegated event library.","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dgraham/delegated-events.git"},"main":"dist/index.umd.js","module":"dist/index.esm.js","scripts":{"clean":"rm -rf build dist","flow":"flow check","lint":"eslint delegated-events.js test","bootstrap":"git submodule update --init && npm install","prebuild":"npm run clean && npm run flow && npm run lint","build":"rollup -c && cp delegated-events.js.flow dist/index.esm.js.flow && cp delegated-events.js.flow dist/index.umd.js.flow","pretest":"npm run clean && npm run flow && npm run lint && rollup -c rollup.config.test.js","test":"karma start --single-run --browsers ChromeHeadless karma.conf.js","prebrowser":"npm run pretest","browser":"open \"file://$(pwd)/test/test.html\"","prebench":"npm run clean && rollup -c rollup.config.bench.js","bench":"open \"file://$(pwd)/test/bench.html\"","prepublishOnly":"npm run build"},"dependencies":{"selector-set":"^1.1.2"},"devDependencies":{"babel-cli":"^6.26.0","babel-eslint":"^8.2.6","babel-preset-es2015-rollup":"^3.0.0","chai":"^4.1.2","custom-event-polyfill":"^1.0.6","eslint":"^5.4.0","eslint-plugin-prettier":"^2.6.2","flow-bin":"^0.79.1","karma":"^3.0.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","mocha":"^5.2.0","prettier":"^1.14.2","rollup":"^0.65.0","rollup-plugin-babel":"^3.0.7","rollup-plugin-node-resolve":"^3.3.0"},"gitHead":"4d14228d345344a6197f368d354bf9fd9a49f48b","bugs":{"url":"https://github.com/dgraham/delegated-events/issues"},"homepage":"https://github.com/dgraham/delegated-events#readme","_id":"delegated-events@1.0.10","_npmVersion":"6.5.0","_nodeVersion":"11.8.0","_npmUser":{"name":"dgraham","email":"david.malcom.graham@gmail.com"},"dist":{"shasum":"bac0dd30549daa7f14830c11114c16df0562224e","size":5569,"noattachment":false,"key":"/delegated-events/-/delegated-events-1.0.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/delegated-events/download/delegated-events-1.0.10.tgz"},"maintainers":[{"name":"mislav","email":"mislav.marohnic@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/delegated-events_1.0.10_1548962739266_0.0007501611126641272"},"_hasShrinkwrap":false,"publish_time":1548962739422,"_cnpm_publish_time":1548962739422,"_cnpmcore_publish_time":"2021-12-16T20:29:20.711Z"},"1.0.9":{"name":"delegated-events","version":"1.0.9","description":"A small, fast delegated event library.","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dgraham/delegated-events.git"},"main":"dist/index.umd.js","module":"dist/index.esm.js","scripts":{"clean":"rm -rf build dist","flow":"flow check","lint":"eslint delegated-events.js test","bootstrap":"git submodule update --init && npm install","prebuild":"npm run clean && npm run flow && npm run lint","build":"rollup -c && cp delegated-events.js.flow dist/index.esm.js.flow && cp delegated-events.js.flow dist/index.umd.js.flow","pretest":"npm run clean && npm run flow && npm run lint && rollup -c rollup.config.test.js","test":"karma start --single-run --browsers ChromeHeadless karma.conf.js","prebrowser":"npm run pretest","browser":"open \"file://$(pwd)/test/test.html\"","prebench":"npm run clean && rollup -c rollup.config.bench.js","bench":"open \"file://$(pwd)/test/bench.html\"","prepublishOnly":"npm run build"},"dependencies":{"selector-set":"^1.1.2"},"devDependencies":{"babel-cli":"^6.26.0","babel-eslint":"^8.2.6","babel-preset-es2015-rollup":"^3.0.0","chai":"^4.1.2","custom-event-polyfill":"^1.0.6","eslint":"^5.3.0","eslint-plugin-prettier":"^2.6.2","flow-bin":"^0.78.0","karma":"^2.0.5","karma-chai":"^0.1.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","mocha":"^5.2.0","prettier":"^1.14.2","rollup":"^0.64.1","rollup-plugin-babel":"^3.0.7","rollup-plugin-node-resolve":"^3.3.0"},"files":["dist"],"gitHead":"4ee4b5dffd2a281968f10e3c0f96ba111f3c00b7","bugs":{"url":"https://github.com/dgraham/delegated-events/issues"},"homepage":"https://github.com/dgraham/delegated-events#readme","_id":"delegated-events@1.0.9","_npmVersion":"6.2.0","_nodeVersion":"10.8.0","_npmUser":{"name":"dgraham","email":"david.malcom.graham@gmail.com"},"dist":{"shasum":"52a934dc3ea684111008a1288b590097e520eaa4","size":5576,"noattachment":false,"key":"/delegated-events/-/delegated-events-1.0.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/delegated-events/download/delegated-events-1.0.9.tgz"},"maintainers":[{"name":"mislav","email":"mislav.marohnic@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/delegated-events_1.0.9_1533859696419_0.4311461433924688"},"_hasShrinkwrap":false,"publish_time":1533859697562,"_cnpm_publish_time":1533859697562,"_cnpmcore_publish_time":"2021-12-16T20:29:20.908Z"},"1.0.8":{"name":"delegated-events","version":"1.0.8","description":"A small, fast delegated event library.","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dgraham/delegated-events.git"},"main":"dist/index.umd.js","module":"dist/index.esm.js","scripts":{"clean":"rm -rf build dist","flow":"flow check","lint":"eslint delegated-events.js test","bootstrap":"git submodule update --init && npm install","prebuild":"npm run clean && npm run flow && npm run lint","build":"rollup -c && cp delegated-events.js.flow dist/index.esm.js.flow && cp delegated-events.js.flow dist/index.umd.js.flow","pretest":"npm run clean && npm run flow && npm run lint && rollup -c rollup.config.test.js","test":"karma start --single-run --browsers ChromeHeadless karma.conf.js","prebrowser":"npm run pretest","browser":"open \"file://$(pwd)/test/test.html\"","prebench":"npm run clean && rollup -c rollup.config.bench.js","bench":"open \"file://$(pwd)/test/bench.html\"","prepublishOnly":"npm run build"},"dependencies":{"selector-set":"^1.1.2"},"devDependencies":{"babel-cli":"^6.26.0","babel-eslint":"^8.2.6","babel-preset-es2015-rollup":"^3.0.0","chai":"^4.1.2","custom-event-polyfill":"^1.0.6","eslint":"^5.3.0","eslint-plugin-prettier":"^2.6.2","flow-bin":"^0.78.0","karma":"^2.0.5","karma-chai":"^0.1.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","mocha":"^5.2.0","prettier":"^1.14.2","rollup":"^0.64.1","rollup-plugin-babel":"^3.0.7","rollup-plugin-node-resolve":"^3.3.0"},"files":["dist"],"gitHead":"2c00017b6213df75e275e87a1b377232489386db","bugs":{"url":"https://github.com/dgraham/delegated-events/issues"},"homepage":"https://github.com/dgraham/delegated-events#readme","_id":"delegated-events@1.0.8","_npmVersion":"6.2.0","_nodeVersion":"10.8.0","_npmUser":{"name":"dgraham","email":"david.malcom.graham@gmail.com"},"dist":{"shasum":"2499fc5a110f9c386752f19159829194c7aa70d8","size":5636,"noattachment":false,"key":"/delegated-events/-/delegated-events-1.0.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/delegated-events/download/delegated-events-1.0.8.tgz"},"maintainers":[{"name":"mislav","email":"mislav.marohnic@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/delegated-events_1.0.8_1533849103221_0.3577920024343535"},"_hasShrinkwrap":false,"publish_time":1533849103271,"_cnpm_publish_time":1533849103271,"_cnpmcore_publish_time":"2021-12-16T20:29:21.104Z"},"1.0.7":{"name":"delegated-events","version":"1.0.7","description":"A small, fast delegated event library.","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dgraham/delegated-events.git"},"main":"dist/index.umd.js","module":"dist/index.esm.js","scripts":{"clean":"rm -rf build dist","flow":"flow check","lint":"eslint delegated-events.js test","bootstrap":"git submodule update --init && npm install","prebuild":"npm run clean && npm run flow && npm run lint","build":"rollup -c && cp delegated-events.js.flow dist/index.esm.js.flow && cp delegated-events.js.flow dist/index.umd.js.flow","pretest":"npm run clean && npm run flow && npm run lint && rollup -c rollup.config.test.js","test":"karma start --single-run --browsers ChromeHeadless karma.conf.js","prebrowser":"npm run pretest","browser":"open \"file://$(pwd)/test/test.html\"","prebench":"npm run clean && rollup -c rollup.config.bench.js","bench":"open \"file://$(pwd)/test/bench.html\"","prepublishOnly":"npm run build"},"dependencies":{"selector-set":"^1.1.2"},"devDependencies":{"babel-cli":"^6.26.0","babel-eslint":"^8.2.2","babel-preset-es2015-rollup":"^3.0.0","chai":"^4.1.2","custom-event-polyfill":"^0.3.0","eslint":"^4.19.1","eslint-plugin-prettier":"^2.6.0","flow-bin":"^0.69.0","karma":"^2.0.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","mocha":"^5.0.5","prettier":"^1.11.1","rollup":"^0.57.0","rollup-plugin-babel":"^3.0.3","rollup-plugin-node-resolve":"^3.3.0"},"files":["dist"],"gitHead":"b786701847e4677ab8fb68591bdf0d09e95dce55","bugs":{"url":"https://github.com/dgraham/delegated-events/issues"},"homepage":"https://github.com/dgraham/delegated-events#readme","_id":"delegated-events@1.0.7","_npmVersion":"5.6.0","_nodeVersion":"10.1.0","_npmUser":{"name":"dgraham","email":"david.malcom.graham@gmail.com"},"dist":{"shasum":"27dd43a720bd8b5d5a34b026d2a3b487972366c8","size":5664,"noattachment":false,"key":"/delegated-events/-/delegated-events-1.0.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/delegated-events/download/delegated-events-1.0.7.tgz"},"maintainers":[{"name":"mislav","email":"mislav.marohnic@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/delegated-events_1.0.7_1527020377971_0.42756135921117777"},"_hasShrinkwrap":false,"publish_time":1527020378025,"_cnpm_publish_time":1527020378025,"_cnpmcore_publish_time":"2021-12-16T20:29:21.307Z"},"1.0.6":{"name":"delegated-events","version":"1.0.6","description":"A small, fast delegated event library.","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dgraham/delegated-events.git"},"main":"dist/index.umd.js","module":"dist/index.esm.js","scripts":{"clean":"rm -rf build dist","flow":"flow check","lint":"eslint delegated-events.js test","bootstrap":"git submodule update --init && npm install","prebuild":"npm run clean && npm run flow && npm run lint","build-umd":"rollup -c rollup.config.umd.js && cp delegated-events.js.flow dist/index.umd.js.flow","build-esm":"rollup -c rollup.config.esm.js && cp delegated-events.js.flow dist/index.esm.js.flow","build":"npm run build-umd && npm run build-esm","pretest":"npm run clean && npm run flow && npm run lint && rollup -c rollup.config.test.js","test":"karma start --single-run --browsers ChromeHeadless karma.conf.js","prebrowser":"npm run pretest","browser":"open \"file://$(pwd)/test/test.html\"","prebench":"npm run clean && rollup -c rollup.config.bench.js","bench":"open \"file://$(pwd)/test/bench.html\"","prepublishOnly":"npm run build"},"dependencies":{"selector-set":"^1.1.2"},"devDependencies":{"babel-cli":"^6.26.0","babel-eslint":"^8.2.2","babel-preset-es2015-rollup":"^3.0.0","chai":"^4.1.2","custom-event-polyfill":"^0.3.0","eslint":"^4.19.1","eslint-plugin-prettier":"^2.6.0","flow-bin":"^0.69.0","karma":"^2.0.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","mocha":"^5.0.5","prettier":"^1.11.1","rollup":"^0.57.0","rollup-plugin-babel":"^3.0.3","rollup-plugin-node-resolve":"^3.3.0"},"files":["dist"],"gitHead":"6214d2e0ee322e9542f88a50f521a15590aa9145","bugs":{"url":"https://github.com/dgraham/delegated-events/issues"},"homepage":"https://github.com/dgraham/delegated-events#readme","_id":"delegated-events@1.0.6","_npmVersion":"5.6.0","_nodeVersion":"9.11.1","_npmUser":{"name":"dgraham","email":"david.malcom.graham@gmail.com"},"dist":{"shasum":"680fe54bbb75c0aa4a060602fa988cb836b3c249","size":5628,"noattachment":false,"key":"/delegated-events/-/delegated-events-1.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/delegated-events/download/delegated-events-1.0.6.tgz"},"maintainers":[{"name":"mislav","email":"mislav.marohnic@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/delegated-events_1.0.6_1523381958554_0.6239878772317868"},"_hasShrinkwrap":false,"publish_time":1523381958636,"_cnpm_publish_time":1523381958636,"_cnpmcore_publish_time":"2021-12-16T20:29:21.569Z"},"1.0.5":{"name":"delegated-events","version":"1.0.5","description":"A small, fast delegated event library.","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dgraham/delegated-events.git"},"main":"dist/index.umd.js","module":"dist/index.esm.js","scripts":{"clean":"rm -rf build dist","flow":"flow check","lint":"eslint delegated-events.js test","bootstrap":"git submodule update --init && npm install","prebuild":"npm run clean && npm run flow && npm run lint","build-umd":"rollup -c rollup.config.umd.js && cp delegated-events.js.flow dist/index.umd.js.flow","build-esm":"rollup -c rollup.config.esm.js && cp delegated-events.js.flow dist/index.esm.js.flow","build":"npm run build-umd && npm run build-esm","pretest":"npm run clean && npm run flow && npm run lint && rollup -c rollup.config.test.js","test":"karma start --single-run --browsers ChromeHeadless karma.conf.js","prebrowser":"npm run pretest","browser":"open \"file://$(pwd)/test/test.html\"","prebench":"npm run clean && rollup -c rollup.config.bench.js","bench":"open \"file://$(pwd)/test/bench.html\"","prepublishOnly":"npm run build"},"dependencies":{"selector-set":"^1.1.1"},"devDependencies":{"babel-cli":"^6.26.0","babel-eslint":"^8.0.1","babel-preset-es2015-rollup":"^3.0.0","chai":"^4.1.2","custom-event-polyfill":"^0.3.0","eslint":"^4.9.0","eslint-plugin-prettier":"^2.3.1","flow-bin":"^0.57.2","karma":"^1.7.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","mocha":"^4.0.1","prettier":"^1.7.4","rollup":"^0.50.0","rollup-plugin-babel":"^3.0.2","rollup-plugin-node-resolve":"^3.0.0"},"files":["dist"],"gitHead":"75d59693f731b4ad5702d01a0b4c28f210bf2eb8","bugs":{"url":"https://github.com/dgraham/delegated-events/issues"},"homepage":"https://github.com/dgraham/delegated-events#readme","_id":"delegated-events@1.0.5","_npmVersion":"5.5.1","_nodeVersion":"8.8.1","_npmUser":{"name":"dgraham","email":"david.malcom.graham@gmail.com"},"dist":{"shasum":"abde3a63d2d19da486c1842dd7225e22b3749316","size":5359,"noattachment":false,"key":"/delegated-events/-/delegated-events-1.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/delegated-events/download/delegated-events-1.0.5.tgz"},"maintainers":[{"name":"mislav","email":"mislav.marohnic@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/delegated-events-1.0.5.tgz_1509238618636_0.5118046482093632"},"directories":{},"publish_time":1509238619679,"_hasShrinkwrap":false,"_cnpm_publish_time":1509238619679,"_cnpmcore_publish_time":"2021-12-16T20:29:21.779Z"},"1.0.4":{"name":"delegated-events","version":"1.0.4","description":"A small, fast delegated event library.","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dgraham/delegated-events.git"},"main":"dist/index.umd.js","module":"dist/index.esm.js","scripts":{"clean":"rm -rf build dist","flow":"flow check","lint":"eslint delegated-events.js test","bootstrap":"git submodule update --init && npm install","prebuild":"npm run clean && npm run flow && npm run lint","build-umd":"rollup -c rollup.config.umd.js && cp delegated-events.js.flow dist/index.umd.js.flow","build-esm":"rollup -c rollup.config.esm.js && cp delegated-events.js.flow dist/index.esm.js.flow","build":"npm run build-umd && npm run build-esm","pretest":"npm run clean && npm run flow && npm run lint && rollup -c rollup.config.test.js","test":"karma start --single-run --browsers ChromeHeadless karma.conf.js","prebrowser":"npm run pretest","browser":"open \"file://$(pwd)/test/test.html\"","prebench":"npm run clean && rollup -c rollup.config.bench.js","bench":"open \"file://$(pwd)/test/bench.html\"","prepublishOnly":"npm run build"},"dependencies":{"selector-set":"^1.1.1"},"devDependencies":{"babel-cli":"^6.26.0","babel-eslint":"^8.0.1","babel-preset-es2015-rollup":"^3.0.0","chai":"^4.1.2","custom-event-polyfill":"^0.3.0","eslint":"^4.9.0","eslint-plugin-prettier":"^2.3.1","flow-bin":"^0.57.2","karma":"^1.7.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","mocha":"^4.0.1","prettier":"^1.7.4","rollup":"^0.50.0","rollup-plugin-babel":"^3.0.2","rollup-plugin-node-resolve":"^3.0.0"},"files":["dist"],"gitHead":"5cd1bc89bf9d95e3fa6935eff2cd69360749e711","bugs":{"url":"https://github.com/dgraham/delegated-events/issues"},"homepage":"https://github.com/dgraham/delegated-events#readme","_id":"delegated-events@1.0.4","_npmVersion":"5.4.2","_nodeVersion":"8.7.0","_npmUser":{"name":"dgraham","email":"david.malcom.graham@gmail.com"},"dist":{"shasum":"5c1fffda3cc3df13b803f7dfc216298d19a9b370","size":5352,"noattachment":false,"key":"/delegated-events/-/delegated-events-1.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/delegated-events/download/delegated-events-1.0.4.tgz"},"maintainers":[{"name":"mislav","email":"mislav.marohnic@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/delegated-events-1.0.4.tgz_1508349570767_0.34259852673858404"},"directories":{},"publish_time":1508349571743,"_hasShrinkwrap":false,"_cnpm_publish_time":1508349571743,"_cnpmcore_publish_time":"2021-12-16T20:29:21.996Z"},"1.0.3":{"name":"delegated-events","version":"1.0.3","description":"A small, fast delegated event library.","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dgraham/delegated-events.git"},"main":"dist/index.umd.js","module":"dist/index.esm.js","scripts":{"clean":"rm -rf build dist","flow":"flow check","lint":"eslint delegated-events.js test","bootstrap":"git submodule update --init && npm install","prebuild":"npm run clean && npm run flow && npm run lint","build-umd":"rollup -c rollup.config.umd.js && cp delegated-events.js.flow dist/index.umd.js.flow","build-esm":"rollup -c rollup.config.esm.js && cp delegated-events.js.flow dist/index.esm.js.flow","build":"npm run build-umd && npm run build-esm","pretest":"npm run clean && npm run flow && npm run lint && rollup -c rollup.config.test.js","test":"karma start --single-run --browsers ChromeHeadless karma.conf.js","prebrowser":"npm run pretest","browser":"open \"file://$(pwd)/test/test.html\"","prebench":"npm run clean && rollup -c rollup.config.bench.js","bench":"open \"file://$(pwd)/test/bench.html\"","prepublishOnly":"npm run build"},"dependencies":{"selector-set":"^1.1.1"},"devDependencies":{"babel-cli":"^6.26.0","babel-eslint":"^8.0.1","babel-preset-es2015-rollup":"^3.0.0","chai":"^4.1.2","custom-event-polyfill":"^0.3.0","eslint":"^4.9.0","eslint-plugin-prettier":"^2.3.1","flow-bin":"^0.57.2","karma":"^1.7.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","mocha":"^4.0.1","prettier":"^1.7.4","rollup":"^0.50.0","rollup-plugin-babel":"^3.0.2","rollup-plugin-node-resolve":"^3.0.0"},"files":["dist"],"gitHead":"7289e74799b9b0b7853dd217e9f7c8f0a8a84271","bugs":{"url":"https://github.com/dgraham/delegated-events/issues"},"homepage":"https://github.com/dgraham/delegated-events#readme","_id":"delegated-events@1.0.3","_npmVersion":"5.4.2","_nodeVersion":"8.7.0","_npmUser":{"name":"dgraham","email":"david.malcom.graham@gmail.com"},"dist":{"shasum":"880f053373347b7fae527482d14cf44f82e87cc4","size":5317,"noattachment":false,"key":"/delegated-events/-/delegated-events-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/delegated-events/download/delegated-events-1.0.3.tgz"},"maintainers":[{"name":"mislav","email":"mislav.marohnic@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/delegated-events-1.0.3.tgz_1508019403417_0.025505830999463797"},"directories":{},"publish_time":1508019403535,"_hasShrinkwrap":false,"_cnpm_publish_time":1508019403535,"_cnpmcore_publish_time":"2021-12-16T20:29:22.177Z"},"1.0.2":{"name":"delegated-events","description":"A small, fast delegated event library.","version":"1.0.2","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dgraham/delegated-events.git"},"homepage":"https://github.com/dgraham/delegated-events","bugs":{"url":"https://github.com/dgraham/delegated-events/issues"},"main":"dist/delegated-events.js","jsnext:main":"delegated-events.js","scripts":{"lint":"eslint delegated-events.js test","flow":"flow check","bootstrap":"git submodule update --init && npm install","prebuild":"npm run lint && npm run flow","build":"rollup -c rollup.config.dist.js && cp delegated-events.js.flow dist/","pretest":"npm run lint && rollup -c rollup.config.test.js","test":"open \"file://$(pwd)/test/test.html\"","prebench":"npm run lint && rollup -c rollup.config.bench.js","bench":"open \"file://$(pwd)/test/bench.html\"","prepublish":"npm run build"},"dependencies":{"selector-set":"^1.1.0"},"devDependencies":{"babel-eslint":"^7.1.1","babel-preset-es2015-rollup":"^3.0.0","chai":"^3.5.0","custom-event-polyfill":"^0.3.0","eslint":"^3.13.1","flow-bin":"^0.41.0","mocha":"^3.2.0","rollup":"^0.41.4","rollup-plugin-babel":"^2.7.1","rollup-plugin-node-resolve":"^2.0.0"},"files":["delegated-events.js.flow","delegated-events.js","dist"],"gitHead":"50365be38671d417eab18a3662885101cf7c2909","_id":"delegated-events@1.0.2","_shasum":"bb3e2db6e85a9eb196fd323ba3cf20277c376e55","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.4","_npmUser":{"name":"dgraham","email":"david.malcom.graham@gmail.com"},"dist":{"shasum":"bb3e2db6e85a9eb196fd323ba3cf20277c376e55","size":5233,"noattachment":false,"key":"/delegated-events/-/delegated-events-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/delegated-events/download/delegated-events-1.0.2.tgz"},"maintainers":[{"name":"mislav","email":"mislav.marohnic@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/delegated-events-1.0.2.tgz_1490713896895_0.11743798828683794"},"directories":{},"publish_time":1490713897676,"_hasShrinkwrap":false,"_cnpm_publish_time":1490713897676,"_cnpmcore_publish_time":"2021-12-16T20:29:22.361Z"},"1.0.1":{"name":"delegated-events","description":"A small, fast delegated event library.","version":"1.0.1","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dgraham/delegated-events.git"},"homepage":"https://github.com/dgraham/delegated-events","bugs":{"url":"https://github.com/dgraham/delegated-events/issues"},"main":"dist/delegated-events.js","jsnext:main":"delegated-events.js","scripts":{"lint":"eslint delegated-events.js test","bootstrap":"git submodule update --init && npm install","prebuild":"npm run lint","build":"rollup -c rollup.config.dist.js && cp delegated-events.js.flow dist/","pretest":"npm run lint && rollup -c rollup.config.test.js","test":"open \"file://$(pwd)/test/test.html\"","prebench":"npm run lint && rollup -c rollup.config.bench.js","bench":"open \"file://$(pwd)/test/bench.html\"","prepublish":"npm run build"},"dependencies":{"selector-set":"^1.1.0"},"devDependencies":{"babel-eslint":"^7.1.1","babel-preset-es2015-rollup":"^3.0.0","chai":"^3.5.0","custom-event-polyfill":"^0.3.0","eslint":"^3.13.1","mocha":"^3.2.0","rollup":"^0.41.4","rollup-plugin-babel":"^2.7.1","rollup-plugin-node-resolve":"^2.0.0"},"files":["delegated-events.js.flow","delegated-events.js","dist"],"gitHead":"805653c8236b13cf521102a903caa2450193df70","_id":"delegated-events@1.0.1","_shasum":"a421fafa560278729a925347ea163a7595d4a977","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.1","_npmUser":{"name":"dgraham","email":"david.malcom.graham@gmail.com"},"dist":{"shasum":"a421fafa560278729a925347ea163a7595d4a977","size":5093,"noattachment":false,"key":"/delegated-events/-/delegated-events-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/delegated-events/download/delegated-events-1.0.1.tgz"},"maintainers":[{"name":"mislav","email":"mislav.marohnic@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/delegated-events-1.0.1.tgz_1489015833610_0.3690999757964164"},"directories":{},"publish_time":1489015834349,"_hasShrinkwrap":false,"_cnpm_publish_time":1489015834349,"_cnpmcore_publish_time":"2021-12-16T20:29:22.560Z"},"1.0.0":{"name":"delegated-events","description":"A small, fast delegated event library.","version":"1.0.0","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dgraham/delegated-events.git"},"homepage":"https://github.com/dgraham/delegated-events","bugs":{"url":"https://github.com/dgraham/delegated-events/issues"},"main":"dist/delegated-events.js","jsnext:main":"delegated-events.js","scripts":{"lint":"eslint delegated-events.js test","bootstrap":"git submodule update --init && npm install","prebuild":"npm run lint","build":"rollup -c rollup.config.dist.js","pretest":"npm run lint && rollup -c rollup.config.test.js","test":"open \"file://$(pwd)/test/test.html\"","prebench":"npm run lint && rollup -c rollup.config.bench.js","bench":"open \"file://$(pwd)/test/bench.html\"","prepublish":"npm run build"},"dependencies":{"selector-set":"^1.1.0"},"devDependencies":{"babel-eslint":"^7.1.1","babel-preset-es2015-rollup":"^3.0.0","chai":"^3.5.0","custom-event-polyfill":"^0.3.0","eslint":"^3.13.1","mocha":"^3.2.0","rollup":"^0.41.4","rollup-plugin-babel":"^2.7.1","rollup-plugin-node-resolve":"^2.0.0"},"files":["delegated-events.js","dist"],"gitHead":"a6eb9df3fa23b1359addb1ef6b4039d710399805","_id":"delegated-events@1.0.0","_shasum":"6c731b16efd550cfbb466ba7a0bf2edb628d5fc3","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"dgraham","email":"david.malcom.graham@gmail.com"},"dist":{"shasum":"6c731b16efd550cfbb466ba7a0bf2edb628d5fc3","size":4866,"noattachment":false,"key":"/delegated-events/-/delegated-events-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/delegated-events/download/delegated-events-1.0.0.tgz"},"maintainers":[{"name":"mislav","email":"mislav.marohnic@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/delegated-events-1.0.0.tgz_1484791007478_0.8051885336171836"},"directories":{},"publish_time":1484791009351,"_hasShrinkwrap":false,"_cnpm_publish_time":1484791009351,"_cnpmcore_publish_time":"2021-12-16T20:29:22.739Z"},"0.3.1":{"name":"delegated-events","description":"A small, fast delegated event library.","version":"0.3.1","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dgraham/delegated-events.git"},"homepage":"https://github.com/dgraham/delegated-events","bugs":{"url":"https://github.com/dgraham/delegated-events/issues"},"main":"dist/delegated-events.js","jsnext:main":"delegated-events.js","scripts":{"lint":"eslint delegated-events.js test","bootstrap":"git submodule update --init && npm install","prebuild":"npm run lint","build":"rollup -c rollup.config.dist.js","pretest":"npm run lint && rollup -c rollup.config.test.js","test":"open \"file://$(pwd)/test/test.html\"","prebench":"npm run lint && rollup -c rollup.config.bench.js","bench":"open \"file://$(pwd)/test/bench.html\"","prepublish":"npm run build"},"dependencies":{"selector-set":"^1.1.0"},"devDependencies":{"babel-cli":"^6.6.5","babel-eslint":"6.0.0-beta.6","babel-plugin-transform-es2015-modules-amd":"^6.6.5","babel-preset-es2015-rollup":"^1.1.1","chai":"^3.5.0","custom-event-polyfill":"^0.2.2","eslint":"^2.4.0","mocha":"^2.4.5","rollup":"^0.25.4","rollup-plugin-babel":"^2.4.0","rollup-plugin-node-resolve":"^1.5.0"},"files":["delegated-events.js","dist"],"gitHead":"133847aa5ee400ea3bbb641693f67fcfeeb82d24","_id":"delegated-events@0.3.1","_shasum":"76e977e120da6c1b9a53c3c18001f0136b48b108","_from":".","_npmVersion":"3.8.2","_nodeVersion":"5.9.0","_npmUser":{"name":"dgraham","email":"david.malcom.graham@gmail.com"},"dist":{"shasum":"76e977e120da6c1b9a53c3c18001f0136b48b108","size":4845,"noattachment":false,"key":"/delegated-events/-/delegated-events-0.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/delegated-events/download/delegated-events-0.3.1.tgz"},"maintainers":[{"name":"mislav","email":"mislav.marohnic@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/delegated-events-0.3.1.tgz_1458401972431_0.8592938701622188"},"directories":{},"publish_time":1458401974667,"_hasShrinkwrap":false,"_cnpm_publish_time":1458401974667,"_cnpmcore_publish_time":"2021-12-16T20:29:22.946Z"},"0.3.0":{"name":"delegated-events","description":"A small, fast delegated event library.","version":"0.3.0","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dgraham/delegated-events.git"},"homepage":"https://github.com/dgraham/delegated-events","bugs":{"url":"https://github.com/dgraham/delegated-events/issues"},"main":"dist/delegated-events.js","jsnext:main":"delegated-events.js","scripts":{"lint":"eslint delegated-events.js test","bootstrap":"git submodule update --init && npm install","prebuild":"npm run lint","build":"babel --plugins transform-es2015-modules-amd delegated-events.js -d dist","pretest":"npm run lint && rollup -c rollup.config.test.js","test":"open \"file://$(pwd)/test/test.html\"","prebench":"npm run lint && rollup -c rollup.config.bench.js","bench":"open \"file://$(pwd)/test/bench.html\"","prepublish":"npm run build"},"dependencies":{"selector-set":"^1.1.0"},"devDependencies":{"babel-cli":"^6.6.5","babel-eslint":"6.0.0-beta.6","babel-plugin-transform-es2015-modules-amd":"^6.6.5","babel-preset-es2015-rollup":"^1.1.1","chai":"^3.5.0","custom-event-polyfill":"^0.2.2","eslint":"^2.4.0","mocha":"^2.4.5","rollup":"^0.25.4","rollup-plugin-babel":"^2.4.0","rollup-plugin-node-resolve":"^1.5.0"},"files":["delegated-events.js","dist"],"gitHead":"51a562064debbc495f4b1c704a0e3f9ff9d5c9d5","_id":"delegated-events@0.3.0","_shasum":"4d1ea7e4d298df6cbcb8c6709facf1680186c4e0","_from":".","_npmVersion":"3.8.2","_nodeVersion":"5.9.0","_npmUser":{"name":"dgraham","email":"david.malcom.graham@gmail.com"},"dist":{"shasum":"4d1ea7e4d298df6cbcb8c6709facf1680186c4e0","size":4892,"noattachment":false,"key":"/delegated-events/-/delegated-events-0.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/delegated-events/download/delegated-events-0.3.0.tgz"},"maintainers":[{"name":"mislav","email":"mislav.marohnic@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/delegated-events-0.3.0.tgz_1458359574766_0.9863107667770237"},"directories":{},"publish_time":1458359577383,"_hasShrinkwrap":false,"_cnpm_publish_time":1458359577383,"_cnpmcore_publish_time":"2021-12-16T20:29:23.140Z"},"0.2.2":{"name":"delegated-events","description":"A small, fast delegated event library.","version":"0.2.2","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dgraham/delegated-events.git"},"homepage":"https://github.com/dgraham/delegated-events","bugs":{"url":"https://github.com/dgraham/delegated-events/issues"},"main":"dist/delegated-events.js","jsnext:main":"delegated-events.js","scripts":{"lint":"eslint delegated-events.js test","bootstrap":"git submodule update --init && npm install","prebuild":"npm run lint","build":"babel --plugins transform-es2015-modules-amd delegated-events.js -d dist","pretest":"npm run lint && rollup -c rollup.config.test.js","test":"open \"file://$(pwd)/test/test.html\"","prebench":"npm run lint && rollup -c rollup.config.bench.js","bench":"open \"file://$(pwd)/test/bench.html\"","prepublish":"npm run build"},"dependencies":{},"devDependencies":{"babel-eslint":"^5.0.0-beta4","babel-plugin-transform-es2015-modules-amd":"^6.3.13","babel-preset-es2015-rollup":"^1.0.0","chai":"^3.4.1","custom-event-polyfill":"^0.2.1","eslint":"^1.10.3","mocha":"^2.3.4","rollup":"^0.21.1","rollup-plugin-babel":"^2.2.0"},"files":["delegated-events.js","dist"],"gitHead":"e12627ef7da0b22adf75d4d49650d4b0df3bd596","_id":"delegated-events@0.2.2","_shasum":"b406b2df1c45d5b1c437ea6754cfec333894a2b2","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"dgraham","email":"david.malcom.graham@gmail.com"},"dist":{"shasum":"b406b2df1c45d5b1c437ea6754cfec333894a2b2","size":4853,"noattachment":false,"key":"/delegated-events/-/delegated-events-0.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/delegated-events/download/delegated-events-0.2.2.tgz"},"maintainers":[{"name":"mislav","email":"mislav.marohnic@gmail.com"}],"directories":{},"publish_time":1452316146157,"_hasShrinkwrap":false,"_cnpm_publish_time":1452316146157,"_cnpmcore_publish_time":"2021-12-16T20:29:23.340Z"},"0.2.1":{"name":"delegated-events","description":"A small, fast delegated event library.","version":"0.2.1","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dgraham/delegated-events.git"},"homepage":"https://github.com/dgraham/delegated-events","bugs":{"url":"https://github.com/dgraham/delegated-events/issues"},"main":"dist/delegated-events.js","jsnext:main":"delegated-events.js","scripts":{"lint":"eslint delegated-events.js test","bootstrap":"git submodule update --init && npm install","prebuild":"npm run lint","build":"babel --plugins transform-es2015-modules-amd delegated-events.js -d dist","pretest":"npm run lint && rollup -c rollup.config.test.js","test":"open \"file://$(pwd)/test/test.html\"","prebench":"npm run lint && rollup -c rollup.config.bench.js","bench":"open \"file://$(pwd)/test/bench.html\"","prepublish":"npm run build"},"dependencies":{},"devDependencies":{"babel-eslint":"^5.0.0-beta4","babel-plugin-transform-es2015-modules-amd":"^6.3.13","babel-preset-es2015-rollup":"^1.0.0","chai":"^3.4.1","custom-event-polyfill":"^0.2.1","eslint":"^1.10.3","mocha":"^2.3.4","rollup":"^0.21.1","rollup-plugin-babel":"^2.2.0"},"files":["delegated-events.js","dist"],"gitHead":"b2ce89f69def04eead22c0eb61bb24f7683dbb5d","_id":"delegated-events@0.2.1","_shasum":"e227b1b30acd8e7f9b3b27772865bace8cdf6f4a","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"dgraham","email":"david.malcom.graham@gmail.com"},"dist":{"shasum":"e227b1b30acd8e7f9b3b27772865bace8cdf6f4a","size":4846,"noattachment":false,"key":"/delegated-events/-/delegated-events-0.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/delegated-events/download/delegated-events-0.2.1.tgz"},"maintainers":[{"name":"mislav","email":"mislav.marohnic@gmail.com"}],"directories":{},"publish_time":1452197809551,"_hasShrinkwrap":false,"_cnpm_publish_time":1452197809551,"_cnpmcore_publish_time":"2021-12-16T20:29:23.535Z"},"0.2.0":{"name":"delegated-events","description":"A small, fast delegated event library.","version":"0.2.0","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dgraham/delegated-events.git"},"homepage":"https://github.com/dgraham/delegated-events","bugs":{"url":"https://github.com/dgraham/delegated-events/issues"},"main":"dist/delegated-events.js","jsnext:main":"delegated-events.js","scripts":{"lint":"eslint delegated-events.js test","bootstrap":"git submodule update --init && npm install","prebuild":"npm run lint","build":"babel --plugins transform-es2015-modules-amd delegated-events.js -d dist","pretest":"npm run lint && rollup -c rollup.config.test.js","test":"open \"file://$(pwd)/test/test.html\"","prebench":"npm run lint && rollup -c rollup.config.bench.js","bench":"open \"file://$(pwd)/test/bench.html\"","prepublish":"npm run build"},"dependencies":{},"devDependencies":{"babel-eslint":"^5.0.0-beta4","babel-plugin-transform-es2015-modules-amd":"^6.3.13","babel-preset-es2015-rollup":"^1.0.0","chai":"^3.4.1","custom-event-polyfill":"^0.2.1","eslint":"^1.10.3","mocha":"^2.3.4","rollup":"^0.21.1","rollup-plugin-babel":"^2.2.0"},"files":["delegated-events.js","dist"],"gitHead":"f44d52988a9e4278587782b989e2cf3f61a1227e","_id":"delegated-events@0.2.0","_shasum":"7d6e00fcaefd0c81a15116b492661bedf5bd261b","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"dgraham","email":"david.malcom.graham@gmail.com"},"dist":{"shasum":"7d6e00fcaefd0c81a15116b492661bedf5bd261b","size":4779,"noattachment":false,"key":"/delegated-events/-/delegated-events-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/delegated-events/download/delegated-events-0.2.0.tgz"},"maintainers":[{"name":"mislav","email":"mislav.marohnic@gmail.com"}],"directories":{},"publish_time":1452039969975,"_hasShrinkwrap":false,"_cnpm_publish_time":1452039969975,"_cnpmcore_publish_time":"2021-12-16T20:29:23.744Z"},"0.1.2":{"name":"delegated-events","description":"A small, fast delegated event library.","version":"0.1.2","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dgraham/delegated-events.git"},"homepage":"https://github.com/dgraham/delegated-events","bugs":{"url":"https://github.com/dgraham/delegated-events/issues"},"main":"delegated-events.js","dependencies":{},"devDependencies":{"babel-eslint":"^5.0.0-beta4","babel-preset-es2015-rollup":"^1.0.0","chai":"^3.4.1","custom-event-polyfill":"^0.2.1","eslint":"^1.10.3","mocha":"^2.3.4","rollup":"^0.21.1","rollup-plugin-babel":"^2.2.0"},"files":["delegated-events.js"],"gitHead":"1d28b7558a66156e8624585f20a2cc71c9a4d414","_id":"delegated-events@0.1.2","scripts":{},"_shasum":"e5cd7865be06a97580e3af87996e29ff91b79950","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"dgraham","email":"david.malcom.graham@gmail.com"},"dist":{"shasum":"e5cd7865be06a97580e3af87996e29ff91b79950","size":4161,"noattachment":false,"key":"/delegated-events/-/delegated-events-0.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/delegated-events/download/delegated-events-0.1.2.tgz"},"maintainers":[{"name":"mislav","email":"mislav.marohnic@gmail.com"}],"directories":{},"publish_time":1451944531813,"_hasShrinkwrap":false,"_cnpm_publish_time":1451944531813,"_cnpmcore_publish_time":"2021-12-16T20:29:23.990Z"},"0.1.1":{"name":"delegated-events","description":"A small, fast delegated event library.","version":"0.1.1","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dgraham/delegated-events.git"},"homepage":"https://github.com/dgraham/delegated-events","bugs":{"url":"https://github.com/dgraham/delegated-events/issues"},"dependencies":{},"devDependencies":{"babel-eslint":"^5.0.0-beta4","babel-preset-es2015-rollup":"^1.0.0","chai":"^3.4.1","custom-event-polyfill":"^0.2.1","eslint":"^1.10.3","mocha":"^2.3.4","rollup":"^0.21.1","rollup-plugin-babel":"^2.2.0"},"files":["delegated-events.js"],"gitHead":"b719901d114abf6ed60b2adf1476598df1fe9e2d","_id":"delegated-events@0.1.1","scripts":{},"_shasum":"89e7d1c8cb8b45d6e74f5e2fde32dc1f1bae4203","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"dgraham","email":"david.malcom.graham@gmail.com"},"dist":{"shasum":"89e7d1c8cb8b45d6e74f5e2fde32dc1f1bae4203","size":4154,"noattachment":false,"key":"/delegated-events/-/delegated-events-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/delegated-events/download/delegated-events-0.1.1.tgz"},"maintainers":[{"name":"mislav","email":"mislav.marohnic@gmail.com"}],"directories":{},"publish_time":1451942337212,"_hasShrinkwrap":false,"_cnpm_publish_time":1451942337212,"_cnpmcore_publish_time":"2021-12-16T20:29:24.228Z"},"0.1.0":{"name":"delegated-events","description":"A small, fast delegated event library.","version":"0.1.0","license":"MIT","repository":{"type":"git","url":"git+https://github.com/dgraham/delegated-events.git"},"homepage":"https://github.com/dgraham/delegated-events","bugs":{"url":"https://github.com/dgraham/delegated-events/issues"},"dependencies":{"selector-set":"git+https://github.com/josh/selector-set.git"},"devDependencies":{"babel-eslint":"^5.0.0-beta4","babel-preset-es2015-rollup":"^1.0.0","chai":"^3.4.1","custom-event-polyfill":"^0.2.1","eslint":"^1.10.3","mocha":"^2.3.4","rollup":"^0.21.1","rollup-plugin-babel":"^2.2.0"},"files":["delegated-events.js"],"gitHead":"cebc3f8b0437391cd7356db7fb16b3e63d18d5f3","_id":"delegated-events@0.1.0","scripts":{},"_shasum":"f7b85b6d8c660bb9a25845c4a75094732dba4297","_from":".","_npmVersion":"3.5.1","_nodeVersion":"5.1.0","_npmUser":{"name":"dgraham","email":"david.malcom.graham@gmail.com"},"dist":{"shasum":"f7b85b6d8c660bb9a25845c4a75094732dba4297","size":4160,"noattachment":false,"key":"/delegated-events/-/delegated-events-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/delegated-events/download/delegated-events-0.1.0.tgz"},"maintainers":[{"name":"mislav","email":"mislav.marohnic@gmail.com"}],"directories":{},"publish_time":1449687175101,"_hasShrinkwrap":false,"_cnpm_publish_time":1449687175101,"_cnpmcore_publish_time":"2021-12-16T20:29:24.436Z"}},"readme":"# Delegated event listeners\n\nA small, fast delegated event library for JavaScript.\n\n## Usage\n\n```js\nimport {on, off, fire} from 'delegated-events';\n\n// Listen for browser-generated events.\non('click', '.js-button', function(event) {\n  console.log('clicked', this);\n});\n\n// Listen for custom events triggered by your app.\non('robot:singularity', '.js-robot-image', function(event) {\n  console.log('robot', event.detail.name, this.src);\n});\n\n// Dispatch a custom event on an element.\nvar image = document.querySelector('.js-robot-image');\nfire(image, 'robot:singularity', {name: 'Hubot'});\n```\n\n## Directly-bound events\n\nThe standard method of registering event handler functions is to directly bind\nthe listener to the element.\n\n```js\n// Find an element and bind a function directly to it.\nvar button = document.querySelector('.js-button');\nbutton.addEventListener('click', function(event) {\n  console.log('clicked', event.target);\n});\n```\n\nIf we have several clickable elements, listeners can be directly registered\non them in a loop.\n\n```js\n// Find all the buttons and attach a function to each of them.\nvar buttons = document.querySelectorAll('.js-button');\nbuttons.forEach(function(button) {\n  button.addEventListener('click', function(event) {\n    console.log('clicked', event.target);\n  });\n});\n```\n\nDirectly binding event listeners to elements works great if the page doesn't\nchange after it's initially loaded. However, if we dynamically add another\nbutton to the document, it won't receive a click event.\n\n```js\n// No click handler is registered on the new element.\nvar button = document.createElement('button');\nbutton.textContent = 'Push';\n\nvar list = document.querySelector('.js-button-list');\nlist.appendChild(button);\n```\n\n## Delegated events\n\nA solution to this is to *delegate* the event handler up the tree to the parent\nelement that contains all of the button children. When a button is clicked, the\nevent bubbles up the tree until it reaches the parent, at which point\nthe handler is invoked.\n\n```js\n// Event handling delegated to a parent element.\nvar list = document.querySelector('.js-button-list');\nlist.addEventListener('click', function(event) {\n  console.log('clicked', event.target);\n});\n```\n\nHowever, now *anything* clicked inside the list will trigger this event\nhandler, not just clicks on buttons. So we add a selector check to determine\nif a `button` generated the click event, rather than a `span` element, text, etc.\n\n```js\n// Filter events by matching the element with a selector.\nvar list = document.querySelector('.js-button-list');\nlist.addEventListener('click', function(event) {\n  if (event.target.matches('.js-button')) {\n    console.log('clicked', event.target);\n  }\n});\n```\n\nNow we have something that works for any button element inside the list\nwhether it was included in the initial HTML page or added dynamically to the\ndocument sometime later.\n\nBut what if the list element is added to the page dynamically?\n\nIf we delegate *most events* up to the global `document`, we no longer worry\nabout when elements are appended to the page—they will receive event listeners\nautomatically.\n\n```js\n// Delegated click handling up to global document.\ndocument.addEventListener('click', function(event) {\n  if (event.target.matches('.js-button')) {\n    console.log('clicked', event.target);\n  }\n});\n```\n\n## Globally delegated events\n\nNow that we've covered how browsers handle directly-bound and delegated events\nnatively, let's look at what this library actually does.\n\nThe goals of this library are to:\n\n1. Provide shortcuts that make this common delegation pattern easy to use\n   in web applications with hundreds of event listeners.\n2. Use the browser's native event system.\n3. Speed :racehorse:\n\n### Shortcuts\n\nDelegated event handling shortcuts (`on`, `off`, `fire`) are provided\nso event handlers aren't required to test for matching elements\nthemselves. jQuery has great documentation on [event delegation with selectors][jq] too.\n\n[jq]: http://api.jquery.com/on/\n\nHere's the same globally delegated handler as above but using `on`.\n\n```js\n// Easy :)\non('click', '.js-button', function(event) {\n  console.log('clicked', event.target);\n});\n```\n\n### Native events\n\nTo provide compatibility with older browsers, jQuery uses \"synthetic\" events.\njQuery listens for the native browser event, wraps it inside a new event\nobject, and proxies all function calls, with modifications, through to the\nnative object.\n\nAll browsers now share a standard event system, so we can remove the extra\nlayer of event handling to recover performance.\n\n### Performance\n\nThe delegated event system is written in [vanilla JavaScript](delegated-events.js),\nso it won't significantly increase download times (minified + gzip = 640 bytes).\nIt relies on a small [`SelectorSet`](https://github.com/josh/selector-set)\ndata structure to optimize selector matching against the delegated events.\n\nA micro-benchmark to compare relative event handling performance is included\nand can be run with `npm run bench`.\n\n## Triggering custom events\n\nA `fire` shortcut function is provided to trigger custom events with\nattached data objects.\n\n```js\non('validation:success', '.js-comment-input', function(event) {\n  console.log('succeeded for', event.detail.login);\n});\n\nvar input = document.querySelector('.js-comment-input');\nfire(input, 'validation:success', {login: 'hubot'});\n```\n\nThe standard way of doing this works well but is more verbose.\n\n```js\ndocument.addEventListener('validation:success', function(event) {\n  if (event.target.matches('.js-comment-input')) {\n    console.log('succeeded for', event.detail.login);\n  }\n});\n\nvar input = document.querySelector('.js-comment-input');\ninput.dispatchEvent(\n  new CustomEvent('validation:success', {\n    bubbles: true,\n    cancelable: true,\n    detail: {login: 'hubot'}\n  })\n);\n```\n\n## Browser support\n\n- Chrome\n- Firefox\n- Safari 6+\n- Internet Explorer 9+\n- Microsoft Edge\n\nInternet Explorer requires polyfills for [`CustomEvent`][custom-event]\nand [`WeakMap`][weakmap].\n\n[custom-event]: https://github.com/krambuhl/custom-event-polyfill\n[weakmap]: https://github.com/Polymer/WeakMap\n\n## Development\n\n```\nnpm run bootstrap\nnpm test\nnpm run bench\nnpm run browser\n```\n\n## License\n\nDistributed under the MIT license. See LICENSE for details.\n","_attachments":{},"homepage":"https://github.com/dgraham/delegated-events#readme","bugs":{"url":"https://github.com/dgraham/delegated-events/issues"},"license":"MIT"}