{"_id":"@mikaelkristiansson/domready","_rev":"294924","name":"@mikaelkristiansson/domready","description":"modern domready","dist-tags":{"latest":"1.0.11"},"maintainers":[{"name":"mikaelkristiansson87","email":"mikael.kristiansson87@gmail.com"}],"time":{"modified":"2021-06-03T18:56:36.000Z","created":"2019-04-02T12:32:37.538Z","1.0.11":"2021-02-12T12:00:19.263Z","1.0.10":"2020-01-15T09:08:03.159Z","1.0.9":"2019-04-02T12:32:37.538Z"},"users":{},"author":{"name":"Mikael Kristiansson"},"repository":{"type":"git","url":"git+https://github.com/mikaelkristiansson/domready.git"},"versions":{"1.0.11":{"name":"@mikaelkristiansson/domready","description":"modern domready","version":"1.0.11","homepage":"https://github.com/mikaelkristiansson/domready","author":{"name":"Mikael Kristiansson"},"license":"MIT","keywords":["ender","domready","dom"],"main":"./ready.js","ender":"./src/ender.js","repository":{"type":"git","url":"git+https://github.com/mikaelkristiansson/domready.git"},"devDependencies":{"smoosh":">=0.3.0"},"gitHead":"2b711d0e959b9e013445335d118a02f20d3b4cd0","bugs":{"url":"https://github.com/mikaelkristiansson/domready/issues"},"_id":"@mikaelkristiansson/domready@1.0.11","_nodeVersion":"14.7.0","_npmVersion":"6.14.7","dist":{"shasum":"6a4b5891dccb6402ff4e944de843036ee1ffd4f5","size":2952,"noattachment":false,"key":"/@mikaelkristiansson/domready/-/@mikaelkristiansson/domready-1.0.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/@mikaelkristiansson/domready/download/@mikaelkristiansson/domready-1.0.11.tgz"},"_npmUser":{"name":"mikaelkristiansson87","email":"mikael.kristiansson87@gmail.com"},"directories":{},"maintainers":[{"name":"mikaelkristiansson87","email":"mikael.kristiansson87@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/domready_1.0.11_1613131219115_0.9351025505185144"},"_hasShrinkwrap":false,"publish_time":1613131219263,"_cnpm_publish_time":1613131219263},"1.0.10":{"name":"@mikaelkristiansson/domready","description":"modern domready","version":"1.0.10","homepage":"https://github.com/mikaelkristiansson/domready","author":{"name":"Mikael Kristiansson"},"keywords":["ender","domready","dom"],"main":"./ready.js","ender":"./src/ender.js","repository":{"type":"git","url":"git+https://github.com/mikaelkristiansson/domready.git"},"devDependencies":{"smoosh":">=0.3.0"},"gitHead":"cc0f257465d0d3a3c0a366ed1df62688e5e24dd6","bugs":{"url":"https://github.com/mikaelkristiansson/domready/issues"},"_id":"@mikaelkristiansson/domready@1.0.10","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"f6d69866c0857664e70690d7a0bfedb72143adb5","size":2952,"noattachment":false,"key":"/@mikaelkristiansson/domready/-/@mikaelkristiansson/domready-1.0.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/@mikaelkristiansson/domready/download/@mikaelkristiansson/domready-1.0.10.tgz"},"maintainers":[{"name":"mikaelkristiansson87","email":"mikael.kristiansson87@gmail.com"}],"_npmUser":{"name":"mikaelkristiansson87","email":"mikael.kristiansson87@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/domready_1.0.10_1579079282994_0.33607987483650215"},"_hasShrinkwrap":false,"publish_time":1579079283159,"_cnpm_publish_time":1579079283159},"1.0.9":{"name":"@mikaelkristiansson/domready","description":"modern domready","version":"1.0.9","homepage":"https://github.com/mikaelkristiansson/domready","author":{"name":"Mikael Kristiansson"},"keywords":["ender","domready","dom"],"main":"./ready.js","ender":"./src/ender.js","repository":{"type":"git","url":"git+https://github.com/mikaelkristiansson/domready.git"},"devDependencies":{"smoosh":">=0.3.0"},"gitHead":"0e1e0fd082cc161b909f809390782e7f70396cc4","bugs":{"url":"https://github.com/mikaelkristiansson/domready/issues"},"_id":"@mikaelkristiansson/domready@1.0.9","_nodeVersion":"11.10.1","_npmVersion":"6.9.0","dist":{"shasum":"b2b85d8ac7bb2797e577050b61aeaf1b26fbd906","size":2918,"noattachment":false,"key":"/@mikaelkristiansson/domready/-/@mikaelkristiansson/domready-1.0.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/@mikaelkristiansson/domready/download/@mikaelkristiansson/domready-1.0.9.tgz"},"maintainers":[{"name":"mikaelkristiansson87","email":"mikael.kristiansson87@gmail.com"}],"_npmUser":{"name":"mikaelkristiansson87","email":"mikael.kristiansson87@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/domready_1.0.9_1554208357438_0.2952908601975017"},"_hasShrinkwrap":false,"publish_time":1554208357538,"_cnpm_publish_time":1554208357538}},"readme":"## domReady\n\nIt's easy. Works like this:\n\n``` js\ndomready(function () {\n  // dom is loaded!\n})\n```\n\n-------------------------\n## Deprecation Notice\n\nCompatibility with `IE6`, `IE7`, and `IE8` has been fully dropped. If your application requires this level of support, please use the [`0.3.0`](https://github.com/ded/domready/tree/v0.3.0) release.\n\n-------------------------\n\n\n### Browser support\n\n  * IE9+\n  * Firefox 4+\n  * Safari 3+\n  * Chrome *\n  * Opera *\n\n### Building\n\n``` sh\nnpm install\nmake\nopen tests/test.html\n```\n\n### Including with Ender\n\nDon't already have [Ender](http://enderjs.com)? Install it like this:\n\n``` sh\nnpm install ender -g\n```\n\nInclude domready in your package:\n\n``` sh\nender add domready\n```\n\nThen use it like this\n\n``` js\nrequire('domready')(function () {\n  $('body').html('<p>boosh</p>')\n})\n\n// or\n\n$(document).ready(function () {\n  $('body').html('<p>boosh</p>')\n})\n```\n","_attachments":{},"homepage":"https://github.com/mikaelkristiansson/domready","bugs":{"url":"https://github.com/mikaelkristiansson/domready/issues"},"license":"MIT"}