{"_id":"socket.io-announce","_rev":"15-45eca05d23b5d3bd8ca8a4a3d0554f90","name":"socket.io-announce","description":"Socket.io multi-process announcement channel","dist-tags":{"latest":"0.1.5"},"versions":{"0.1.0":{"name":"socket.io-announce","version":"0.1.0","description":"Socket.io multi-process announcement channel","keywords":["socket.io","store","redis","redisstore"],"author":{"name":"Daniel D. Shaw","email":"dshaw@dshaw.com","url":"http://dshaw.com"},"repository":{"type":"git","url":"git://github.com/dshaw/socket.io-announce.git"},"dependencies":{"redis":"0.6.7","socket.io":"~0.8.5"},"main":"index","engines":{"node":">= 0.4.0"},"_npmUser":{"name":"dshaw","email":"dshaw@dshaw.com"},"_id":"socket.io-announce@0.1.0","devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.91","_nodeVersion":"v0.5.9","_defaultsLoaded":true,"dist":{"shasum":"650bcc4bdf6a0229afbcfbc9827e03022476aa4f","tarball":"https://registry.npmjs.org/socket.io-announce/-/socket.io-announce-0.1.0.tgz","integrity":"sha512-hOyhUX+RwHQBFOg1QFEj2Q2t8HP6iFxauLf8P/BpLbiIrxL5qszRNjaUaJjKa3NWqk1U3qztMiGIleNludTICQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGhnVRgS6zOgsWABRclAmxwXhIlwIEZp6Q9OpW/MqmjWAiAe9nQdCjScJhZbKEDhwYi2oFBsBQqA9q/61AWaeeUBHQ=="}]},"maintainers":[{"name":"dshaw","email":"dshaw@dshaw.com"}]},"0.1.1":{"name":"socket.io-announce","version":"0.1.1","description":"Socket.io multi-process announcement channel","keywords":["socket.io","store","redis","redisstore"],"author":{"name":"Daniel D. Shaw","email":"dshaw@dshaw.com","url":"http://dshaw.com"},"main":"index","repository":{"type":"git","url":"git://github.com/dshaw/socket.io-announce.git"},"directories":{"lib":"lib","test":"test","examples":"examples"},"dependencies":{"redis":"= 0.6.7","socket.io":">= 0.8.5"},"devDependencies":{"tap":">= 0.0.10","socket.io-client":"https://github.com/dshaw/socket.io-client/tarball/patch/ws"},"scripts":{"test":"tap test/*.js"},"engines":{"node":">= 0.4.0"},"_npmUser":{"name":"dshaw","email":"dshaw@dshaw.com"},"_id":"socket.io-announce@0.1.1","_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.5","_defaultsLoaded":true,"dist":{"shasum":"625d8014e392d279d95a7cf91302614f83790e82","tarball":"https://registry.npmjs.org/socket.io-announce/-/socket.io-announce-0.1.1.tgz","integrity":"sha512-OQuHEKbeLqk3Q6uJ8TEOd75QEyJA7r46D6284DJ+s7LDiRm9VMyJIc7dhp7nJRx9cAiDTjiEosJAG5Zx3vcRCQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEgy3rtq8nq0UXE1Cnv/bJ6ID9KKoluHTxpRcFGhLsQIAiEAzFeZcYH91FVSR7s6gvRvnQnB/oe+ccuIyT2rINO3XY0="}]},"maintainers":[{"name":"dshaw","email":"dshaw@dshaw.com"}]},"0.1.2":{"name":"socket.io-announce","version":"0.1.2","description":"Socket.io multi-process announcement channel","keywords":["socket.io","store","redis","redisstore"],"author":{"name":"Daniel D. Shaw","email":"dshaw@dshaw.com","url":"http://dshaw.com"},"repository":{"type":"git","url":"git://github.com/dshaw/socket.io-announce.git"},"bugs":{"url":"git://github.com/dshaw/socket.io-announce/issues"},"license":"MIT","main":"./announce.js","directories":{"test":"test","examples":"examples"},"dependencies":{"redis":"~0.7.1","socket.io":"https://github.com/dshaw/socket.io/tarball/patch/redis71"},"devDependencies":{"tap":"~0.2.5"},"scripts":{"test":"node test/announce.test.js"},"engines":{"node":">= 0.4.0"},"_npmUser":{"name":"dshaw","email":"dshaw@dshaw.com"},"_id":"socket.io-announce@0.1.2","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.0","_defaultsLoaded":true,"dist":{"shasum":"a753641ee6b1bc3b7f80fbef07521a74b7dd7985","tarball":"https://registry.npmjs.org/socket.io-announce/-/socket.io-announce-0.1.2.tgz","integrity":"sha512-c3BDH/ETPAuSko/rsRxzXVLdFPVtS9UqqFlI3GX8QP0t9a2KtJtzKyFRasn49nqLRHIRLTpBVvH+0L2J+x9RrA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCj8JpY+MX4HiXpp/CRcXGpOdSluBqkdlYeNPgHzyXH0gIgb7ny9wpEf/ndwmQbjKhrEC4bgnEvpM1e4Gh2dRqrqXs="}]},"readme":"# socket.io-announce\nLightweight infrastructure broadcast for use with Socket.io RedisStore\n\n## Install\n\n```\nnpm install socket.io-announce\n```\n\n## Use anywhere in your stack, independent of other socket.io servers.\n\n```javascript\nvar announce = require('socket.io-announce').createClient();\nannounce.emit('status', { msg:'Going down for maintaince in 15 minutes', countdown: 15*60*1000 });\n```\n\n## Emit to all users.\n\n```javascript\nannounce.send('Hello, world!');\nannounce.emit('quote', { symbol:'APPL', price: 5000 });\n```\n\n## Target specific rooms or namespaces.\n\n```javascript\nannounce.in('boardroom').send('Yoyo yo!');`\nannounce.in('nodeup').emit('tweet', {\n  id: '130749992326533122',\n  user:'@dshaw',\n  text: 'Keeping things small and tightly focused actually makes solving big problems easier.'\n});\n```\n\n## Sample Apps\n\n* [Stock Quote Stream](https://github.com/dshaw/socket.io-announce/tree/master/examples/stock-quotes)\n\n## License\n\n* MIT\n","maintainers":[{"name":"dshaw","email":"dshaw@dshaw.com"}]},"0.1.3":{"name":"socket.io-announce","version":"0.1.3","description":"Socket.io multi-process announcement channel","keywords":["socket.io","store","redis","redisstore"],"author":{"name":"Daniel D. Shaw","email":"dshaw@dshaw.com","url":"http://dshaw.com"},"repository":{"type":"git","url":"git://github.com/dshaw/socket.io-announce.git"},"bugs":{"url":"git://github.com/dshaw/socket.io-announce/issues"},"license":"MIT","main":"./announce.js","directories":{"test":"test","examples":"examples"},"dependencies":{"redis":"~0.7.1","socket.io":"~0.9.7"},"devDependencies":{"tap":"~0.2.5"},"scripts":{"test":"node test/announce.test.js"},"engines":{"node":">= 0.4.0"},"readme":"# socket.io-announce\nLightweight infrastructure broadcast for use with Socket.io RedisStore\n\n## Install\n\n```\nnpm install socket.io-announce\n```\n\n## Use anywhere in your stack, independent of other socket.io servers.\n\n```javascript\nvar announce = require('socket.io-announce').createClient();\nannounce.emit('status', { msg:'Going down for maintaince in 15 minutes', countdown: 15*60*1000 });\n```\n\n## Emit to all users.\n\n```javascript\nannounce.send('Hello, world!');\nannounce.emit('quote', { symbol:'APPL', price: 5000 });\n```\n\n## Target specific rooms or namespaces.\n\n```javascript\nannounce.in('boardroom').send('Yoyo yo!');`\nannounce.in('nodeup').emit('tweet', {\n  id: '130749992326533122',\n  user:'@dshaw',\n  text: 'Keeping things small and tightly focused actually makes solving big problems easier.'\n});\n```\n\n## Sample Apps\n\n* [Stock Quote Stream](https://github.com/dshaw/socket.io-announce/tree/master/examples/stock-quotes)\n\n## License\n\n* MIT\n","_id":"socket.io-announce@0.1.3","dist":{"shasum":"77d9c139a4a4b3870ab95648deda6181b717f6d1","tarball":"https://registry.npmjs.org/socket.io-announce/-/socket.io-announce-0.1.3.tgz","integrity":"sha512-jEddCciDKrUCyKvr+gaQ47D32e7kqMBsEkbQ6X9jJn5j06npzVVDwD04XzP0x5pOa2oqu+F1iuQahdrevRnrZw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDKdf+o8Jk6HLG2GS2KPO2QZ2Pap2u+GvIJWuEq6dxNtQIhAM17t0+/4yhbauFUkNNCyi0dgnwPAyZRd8TgT1aDMtQq"}]},"maintainers":[{"name":"dshaw","email":"dshaw@dshaw.com"}]},"0.1.4":{"name":"socket.io-announce","version":"0.1.4","description":"Socket.io multi-process announcement channel","keywords":["socket.io","store","redis","redisstore"],"author":{"name":"Daniel D. Shaw","email":"dshaw@dshaw.com","url":"http://dshaw.com"},"repository":{"type":"git","url":"git://github.com/dshaw/socket.io-announce.git"},"bugs":{"url":"git://github.com/dshaw/socket.io-announce/issues"},"license":"MIT","main":"./announce.js","directories":{"test":"test","examples":"examples"},"dependencies":{"redis":"~0.7.1","socket.io":"~0.9.7"},"devDependencies":{"socket.io-client":"~0.9.7","tap":"~0.3.0"},"scripts":{"test":"./node_modules/.bin/tap test/*.js"},"engines":{"node":">= 0.4.0"},"readme":"# socket.io-announce\n\nLightweight infrastructure broadcast for use with Socket.io RedisStore.\n\n## Install\n\n    npm install socket.io-announce\n\n## Use anywhere in your stack, independent of other socket.io servers.\n\n    var announce = require('socket.io-announce').createClient()\n    announce.emit('status', { msg:'Going down for maintaince in 15 minutes', countdown: 15*60*1000 })\n\n## Emit to all users.\n\n    announce.send('Hello, world!')\n    announce.emit('quote', { symbol:'APPL', price: 5000 })\n\n## Target socket.io rooms.\n\n    announce.in('boardroom').send('Yoyo yo!')\n    announce.in('nodeup').emit('tweet', {\n      id: '130749992326533122',\n      user:'@dshaw',\n      text: 'Keeping things small and tightly focused actually makes solving big problems easier.'\n    })\n\n## Target socket.io namespaces (with rooms too).\n\n    var announce = require('socket.io-announce')({ namespace: '/podcast' })\n    announce.in('nodeup').emit('episode', {\n      url: 'http://www.nodeup.com/twentyfour',\n      name: 'NodeUp twentyfour - a secure show'\n    })\n\n## Sample Apps\n\n* [Stock Quote Stream](https://github.com/dshaw/socket.io-announce/tree/master/examples/stock-quotes)\n\n## License\n\n(The MIT License)\n\nCopyright (c) 2012 Daniel D. Shaw, http://dshaw.com\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","_id":"socket.io-announce@0.1.4","dist":{"shasum":"5d57aa9ef2ad281afc67a0f15f3d6971be1ba85f","tarball":"https://registry.npmjs.org/socket.io-announce/-/socket.io-announce-0.1.4.tgz","integrity":"sha512-l7T8pl7zwgTAgzE9Rq9SlhUwjRxyunG0ZyLVJlGaULSUCg95jBn1MDQxhqy9wcHkQMOUOFIjzKjuTnrDTKv7zA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC2MsteHqOSDbb43eISiRyfgUNfLFVUKA3CZuMSdS8WBgIhAMGdVQ4HbYaVgyZP6/Fs1p3hpRmG+CgnF64OrVsQt+B6"}]},"maintainers":[{"name":"dshaw","email":"dshaw@dshaw.com"}]},"0.1.5":{"name":"socket.io-announce","version":"0.1.5","description":"Socket.io multi-process announcement channel","keywords":["socket.io","store","redis","redisstore"],"author":{"name":"Daniel D. Shaw","email":"dshaw@dshaw.com","url":"http://dshaw.com"},"repository":{"type":"git","url":"git://github.com/dshaw/socket.io-announce.git"},"bugs":{"url":"git://github.com/dshaw/socket.io-announce/issues"},"license":"MIT","main":"./announce.js","directories":{"test":"test","examples":"examples"},"dependencies":{"redis":"~0.7.3","socket.io":"~0.9.11"},"devDependencies":{"socket.io-client":"~0.9.11","tap":"~0.3.0"},"scripts":{"test":"./node_modules/.bin/tap test/*.js"},"engines":{"node":">= 0.4.0"},"readme":"# socket.io-announce\n\nLightweight infrastructure broadcast for use with Socket.io RedisStore.\n\n## Install\n\n    npm install socket.io-announce\n\n## Use anywhere in your stack, independent of other socket.io servers.\n\n    var announce = require('socket.io-announce').createClient()\n    announce.emit('status', { msg:'Going down for maintenance in 15 minutes', countdown: 15*60*1000 })\n\n## Emit to all users.\n\n    announce.send('Hello, world!')\n    announce.emit('quote', { symbol:'APPL', price: 5000 })\n\n## Target socket.io rooms.\n\n    announce.in('boardroom').send('Yoyo yo!')\n    announce.in('nodeup').emit('tweet', {\n      id: '130749992326533122',\n      user:'@dshaw',\n      text: 'Keeping things small and tightly focused actually makes solving big problems easier.'\n    })\n\n## Target socket.io namespaces (with rooms too).\n\n    var announce = require('socket.io-announce')({ namespace: '/podcast' })\n    announce.in('nodeup').emit('episode', {\n      url: 'http://www.nodeup.com/twentyfour',\n      name: 'NodeUp twentyfour - a secure show'\n    })\n\n## Sample Apps\n\n* [Stock Quote Stream](https://github.com/dshaw/socket.io-announce/tree/master/examples/stock-quotes)\n\n## License\n\n(The MIT License)\n\nCopyright (c) 2012 Daniel D. Shaw, http://dshaw.com\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","_id":"socket.io-announce@0.1.5","dist":{"shasum":"4bce082b481a0294bc07eb8edbd64ea5ea3eb78a","tarball":"https://registry.npmjs.org/socket.io-announce/-/socket.io-announce-0.1.5.tgz","integrity":"sha512-2ZhJ3kxvL3jvYMxaUVdpBH8M0qf3qlEMbKtrueZFPQjd1hivgYjXbBA8Ie7pwdH18l7GvhBJZ7C8E3eYl7da/g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCstK7KM+45oeVYAVzvXwhrF/XzlFm6opl5kLBrMcdm1wIhALEVCOdRv5uEu0vhLzXf3VgvD0Dni/nuL2mBitkOYO8H"}]},"maintainers":[{"name":"dshaw","email":"dshaw@dshaw.com"}]}},"maintainers":[{"name":"dshaw","email":"dshaw@dshaw.com"}],"time":{"modified":"2022-06-26T21:54:15.330Z","created":"2011-10-12T00:00:38.733Z","0.1.0":"2011-10-12T00:00:40.915Z","0.1.1":"2011-12-15T12:22:32.262Z","0.1.2":"2012-06-30T06:36:50.672Z","0.1.3":"2012-08-21T05:53:32.722Z","0.1.4":"2012-08-22T07:29:14.569Z","0.1.5":"2012-11-14T07:40:36.259Z"},"author":{"name":"Daniel D. Shaw","email":"dshaw@dshaw.com","url":"http://dshaw.com"},"repository":{"type":"git","url":"git://github.com/dshaw/socket.io-announce.git"}}