{"_id":"breeze-nexttick","_rev":"234925","name":"breeze-nexttick","description":"process.nextTick shim for node.js and the browser","dist-tags":{"latest":"0.2.1"},"maintainers":[{"name":"jakeluer","email":""}],"time":{"modified":"2021-06-03T15:49:30.000Z","created":"2012-11-12T15:46:51.443Z","0.2.1":"2013-10-10T13:22:30.776Z","0.2.0":"2013-10-10T13:04:39.314Z","0.1.0":"2012-11-12T15:46:51.443Z"},"users":{},"author":{"name":"Jake Luer","email":"jake@qualiancy.com","url":"http://qualiancy.com"},"repository":{"type":"git","url":"git@github.com:qualiancy/breeze-nexttick.git"},"versions":{"0.2.1":{"name":"breeze-nexttick","version":"0.2.1","description":"process.nextTick shim for node.js and the browser","author":{"name":"Jake Luer","email":"jake@qualiancy.com","url":"http://qualiancy.com"},"license":"MIT","keywords":[],"repository":{"type":"git","url":"git@github.com:qualiancy/breeze-nexttick.git"},"engines":{"node":"*"},"main":"./lib/nextTick","scripts":{"test":"make test"},"dependencies":{},"devDependencies":{"chai":"*","component":"*","mocha":"*","mocha-phantomjs":"*"},"readmeFilename":"README.md","bugs":{"url":"https://github.com/qualiancy/breeze-nexttick/issues"},"_id":"breeze-nexttick@0.2.1","dist":{"shasum":"1e0b82f45eab600d84f0e91f16aef8d65b2dfbab","size":2241,"noattachment":false,"key":"/breeze-nexttick/-/breeze-nexttick-0.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/breeze-nexttick/download/breeze-nexttick-0.2.1.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"jakeluer","email":"jake@alogicalparadox.com"},"maintainers":[{"name":"jakeluer","email":""}],"directories":{},"publish_time":1381411350776,"_cnpm_publish_time":1381411350776,"_hasShrinkwrap":false},"0.2.0":{"name":"breeze-nexttick","version":"0.2.0","description":"process.nextTick shim for node.js and the browser","author":{"name":"Jake Luer","email":"jake@qualiancy.com","url":"http://qualiancy.com"},"license":"MIT","keywords":[],"repository":{"type":"git","url":"git@github.com:qualiancy/breeze-nexttick.git"},"engines":{"node":"*"},"main":"./index","scripts":{"test":"make test"},"dependencies":{},"devDependencies":{"chai":"*","component":"*","mocha":"*","mocha-phantomjs":"*"},"readmeFilename":"README.md","bugs":{"url":"https://github.com/qualiancy/breeze-nexttick/issues"},"_id":"breeze-nexttick@0.2.0","dist":{"shasum":"b4581445e6aa170ee5010438f11b611332d40f35","size":2206,"noattachment":false,"key":"/breeze-nexttick/-/breeze-nexttick-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/breeze-nexttick/download/breeze-nexttick-0.2.0.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"jakeluer","email":"jake@alogicalparadox.com"},"maintainers":[{"name":"jakeluer","email":""}],"directories":{},"publish_time":1381410279314,"_cnpm_publish_time":1381410279314,"_hasShrinkwrap":false},"0.1.0":{"name":"breeze-nexttick","version":"0.1.0","description":"process.nextTick shim for node.js and the browser","author":{"name":"Jake Luer","email":"jake@qualiancy.com","url":"http://qualiancy.com"},"license":"MIT","keywords":[],"repository":{"type":"git","url":"git@github.com:qualiancy/breeze-nexttick.git"},"engines":{"node":"*"},"main":"./index","scripts":{"test":"make test"},"dependencies":{},"devDependencies":{"chai":"*","component":"*","mocha":"*","mocha-phantomjs":"*"},"_id":"breeze-nexttick@0.1.0","dist":{"shasum":"d68a56655045d205cb6e36bfaf3c6b2b2c438b2a","size":2204,"noattachment":false,"key":"/breeze-nexttick/-/breeze-nexttick-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/breeze-nexttick/download/breeze-nexttick-0.1.0.tgz"},"_npmVersion":"1.1.63","_npmUser":{"name":"jakeluer","email":"jake@alogicalparadox.com"},"maintainers":[{"name":"jakeluer","email":""}],"directories":{},"publish_time":1352735211443,"_cnpm_publish_time":1352735211443,"_hasShrinkwrap":false}},"readme":"# breeze-nexttick\n\n> `process.nextTick` shim for node.js and the browser\n\n#### Installation\n\n##### Node.js\n\n`breeze-nexttick` is available on [npm](http://npmjs.org).\n\n    npm install breeze-nexttick\n\n##### Component\n\n`breeze-nexttick` is available as a [component](https://github.com/component/component).\n\n    $ component install qualiancy/breeze-nexttick\n\n#### Usage\n\n`breeze-nextTick` allows you to utilize nextTick semantics in both node.js and the browser with \nno changes to your code. In node it will use `process.nextTick`, but in the browser it will attempt\nto use `postMessage`. If either of the previous are not available, it will default to `setTimeout(fn, 0)`. \n\n```js\nvar nextTick = require('breeze-nexttick');\n\nnextTick(function () {\n  // ...\n});\n```\n\n#### License\n\n(The MIT License)\n\nCopyright (c) 2012 Jake Luer <jake@qualiancy.com> (http://qualiancy.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","_attachments":{},"readmeFilename":"README.md","bugs":{"url":"https://github.com/qualiancy/breeze-nexttick/issues"},"license":"MIT"}