{"_id":"express-messages-bootstrap","_rev":"22-471e61ab4cc52638a309af083c64fc0e","name":"express-messages-bootstrap","description":"Express v3+ flash and messages notification, rendering compatible with Twitter's Bootstrap v2.0+","dist-tags":{"latest":"1.0.0rc1"},"versions":{"0.0.3":{"name":"express-messages-bootstrap","description":"Express flash notification message rendering compatible with bootstrap. Based on TJ Holowaychuk's express-messages.","version":"0.0.3","author":{"name":"Jason Giedymin","email":"jasong@apache.org"},"keywords":["express","bootstrap","flash"],"main":"index","devDependencies":{"express":"2.4.4","expresso":"0.8.1","ejs":"0.4.3"},"engines":{"node":">= 0.2.0"},"_npmJsonOpts":{"file":"/home/Jason/.npm/express-messages-bootstrap/0.0.3/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"express-messages-bootstrap@0.0.3","dependencies":{},"_engineSupported":true,"_npmVersion":"1.0.13","_nodeVersion":"v0.4.8","_defaultsLoaded":true,"dist":{"shasum":"c288bf07a268fbb1ea2215cf826ff9309fb888b4","tarball":"https://registry.npmjs.org/express-messages-bootstrap/-/express-messages-bootstrap-0.0.3.tgz","integrity":"sha512-wmgsJkHz1nCX3Wls4ls0ueognacT6RB5Cy7J0BqzV4vSUXqS45or805Hlv3aP74T9BszND7TxecFT1WBYVATAQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDWYPdH2HEv/GV/sRDWBdtiNbx2v/A8samQ19seVftPSwIhAL1iddj9lBoVfcRTmbUE3ULtXxIwN1PwijDOByhNGjVP"}]},"scripts":{},"maintainers":[{"name":"jasong","email":"jasong@apache.org"}]},"0.0.4":{"name":"express-messages-bootstrap","description":"Express flash notification message rendering compatible with Twitter's bootstrap and based on TJ Holowaychuk's express-messages.","version":"0.0.4","author":{"name":"Jason Giedymin","email":"jasong@apache.org"},"keywords":["express","bootstrap","flash"],"repository":{"type":"git","url":"git://github.com/JasonGiedymin/express-messages-bootstrap.git"},"main":"index","devDependencies":{"express":"2.4.4","expresso":"0.8.1","ejs":"0.4.3"},"engines":{"node":">= 0.2.0"},"_npmJsonOpts":{"file":"/home/Jason/.npm/express-messages-bootstrap/0.0.4/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"express-messages-bootstrap@0.0.4","dependencies":{},"_engineSupported":true,"_npmVersion":"1.0.13","_nodeVersion":"v0.4.8","_defaultsLoaded":true,"dist":{"shasum":"41a5906c2e95d7a6c90537ac9e0401b563b73a0a","tarball":"https://registry.npmjs.org/express-messages-bootstrap/-/express-messages-bootstrap-0.0.4.tgz","integrity":"sha512-5MK5yif1O/2GYFtONgqduZ+kbVah14LtFrXXJmQBlRjrMnddAiNQJEBOECT9dRdyqwPZJapbu30wXhmhAsLwgg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCmfAMiYq8OpxwfFwF6t/eWNQKiqE4lC5zc7epedsEDrQIhAPsyYAmVRx7ZI5TrEUTS33vx7/1Puy4agMkp4ODwOrFo"}]},"scripts":{},"maintainers":[{"name":"jasong","email":"jasong@apache.org"}]},"0.0.5":{"name":"express-messages-bootstrap","description":"Express flash notification message rendering compatible with Twitter's Bootstrap and Facebook fBootstrap. Based on TJ Holowaychuk's express-messages.","version":"0.0.5","author":{"name":"Jason Giedymin","email":"jasong@apache.org"},"keywords":["express","bootstrap","flash"],"repository":{"type":"git","url":"git://github.com/JasonGiedymin/express-messages-bootstrap.git"},"main":"index","devDependencies":{"express":"2.4.4","expresso":"0.8.1","ejs":"0.4.3"},"engines":{"node":">= 0.2.0"},"_npmUser":{"name":"jasong","email":"jasong@apache.org"},"_id":"express-messages-bootstrap@0.0.5","dependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-beta-10","_nodeVersion":"v0.6.7","_defaultsLoaded":true,"dist":{"shasum":"debb6758eff7c79ef42e5e6b3d2472b4838ccb2d","tarball":"https://registry.npmjs.org/express-messages-bootstrap/-/express-messages-bootstrap-0.0.5.tgz","integrity":"sha512-Vpb18/w4Fo+7q8JdEmNI/QWWCC+5NUwkDBYH/80zjyZvrrccuZkwZTowoaGVKC9tArBbo0D3vucGKwqkNqgKAQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID78AWLyN5FGuuTCyqtZfadTB6EmL6DlSteFzFNjHSwAAiArPX5d78/ux+f0IgyYfXSmDy4AVoUMfp+oaG3leSh67g=="}]},"readme":"# Express Messages\n      \nThe _express-messages-bootstrap_ module provides flash notification rendering that is compatible with [Bootstrap](http://twitter.github.com/bootstrap/) & [fBootstrap](http://ckrack.github.com/fbootstrapp/#alerts) CSSs frameworks. This module is based on TJ Holowaychuk's express-messages. To use, simply assign it to a dynamic helper:\n\n    app.dynamicHelpers({ messages: require('express-messages-bootstrap') });\n\n## This Fork Code\n\nThe main github branch is considered stable.\nGA's should be Tagged.\nMajor changes are milestoned.\nIf you want bleeding edge changes look for the highest versioned beta branch.\n\nAt this point, this fork is seperately maintained.\n\n## Installation\n\nExpress-messages-bootstrap can also be [installed from the NPM repository](http://search.npmjs.org/#/express-messages-bootstrap).\n\n    $ npm install express-messages-bootstrap\n\nOn cygwin you may need to force and display logging. Verbosity for some reason prevents hanging.\n\n    $ npm --force --loglevel verbose express-messages-bootstrap.\n\n## Usage\n\nThen in a view you may output the notifications based on your templating engine:\n\n### [EJS](https://github.com/visionmedia/ejs)\n\n    <%- messages() %>\n\n### [Jade](http://jade-lang.com/)\n\n    != messages()\n\nWhich outputs HTML as shown below:\n\n    <div id=\"messages\">\n        <div class=\"alert-message error\" data-alert=\"alert\">\n            <a class=\"close\" href=\"#\">×</a>\n            <p>This is an error.</p>\n        </div>\n        <div class=\"alert-message info\" data-alert=\"alert\">\n            <a class=\"close\" href=\"#\">×</a>\n            <p>This is an info.</p>\n        </div>\n        <div class=\"alert-message warning\" data-alert=\"alert\">\n            <a class=\"close\" href=\"#\">×</a>\n            <p>This is a warning.</p>\n        </div>\n        <div class=\"alert-message success\" data-alert=\"alert\">\n            <a class=\"close\" href=\"#\">×</a>\n            <p>This is success.</p>\n        </div>\n    </div>\n\n## Running Tests\n\nFirst make sure you have the submodules:\n\n    $ git submodule update --init\n\nThen run the tests:\n\n    $ make test\n\n## License \n\nOriginal express-messages License:\n\n(The MIT License)\n\nCopyright (c) 2011 TJ Holowaychuk &lt;tj@vision-media.ca&gt;\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.\n","maintainers":[{"name":"jasong","email":"jasong@apache.org"}]},"0.0.6":{"name":"express-messages-bootstrap","description":"Express flash notification message rendering compatible with Twitter's Bootstrap and Facebook fBootstrap. Based on TJ Holowaychuk's express-messages.","version":"0.0.6","author":{"name":"Jason Giedymin","email":"jasong@apache.org"},"keywords":["express","bootstrap","flash"],"repository":{"type":"git","url":"git://github.com/JasonGiedymin/express-messages-bootstrap.git"},"main":"index","devDependencies":{"express":"2.4.4","expresso":"0.8.1","ejs":"0.4.3"},"engines":{"node":">= 0.2.0"},"_npmUser":{"name":"jasong","email":"jasong@apache.org"},"_id":"express-messages-bootstrap@0.0.6","dependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-beta-10","_nodeVersion":"v0.6.7","_defaultsLoaded":true,"dist":{"shasum":"377ee6404ea9600ecd34d5d5e932f1a95e1c79e0","tarball":"https://registry.npmjs.org/express-messages-bootstrap/-/express-messages-bootstrap-0.0.6.tgz","integrity":"sha512-bLo/5W5WlSy1uAfQA1NvoFR5rhXVxzbzks7NFbclfXbXneYeh72sTv14L1z3y9DRG7kCR/C21KmbRvPHo+6lNw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDE8TYkQwIM261RO5aksdPLLmVCm2g/MbQiJV+50FCrUAiB2uk+8RYQ3tuIeFWMrN3oUs1uIXmCYqLEUTw7A/G5lAw=="}]},"readme":"# Express Messages\n      \nThe _express-messages-bootstrap_ module provides flash notification rendering that is compatible with [Bootstrap](http://twitter.github.com/bootstrap/) & [fBootstrap](http://ckrack.github.com/fbootstrapp/#alerts) CSSs frameworks. This module is based on TJ Holowaychuk's express-messages. To use, simply assign it to a dynamic helper:\n\n    app.dynamicHelpers({ messages: require('express-messages-bootstrap') });\n\n## This Fork Code\n\nThe main github branch is considered stable.\nGA's should be Tagged.\nMajor changes are milestoned.\nIf you want bleeding edge changes look for the highest versioned beta branch.\n\nAt this point, this fork is seperately maintained.\n\n## Installation\n\nExpress-messages-bootstrap can also be [installed from the NPM repository](http://search.npmjs.org/#/express-messages-bootstrap).\n\n    $ npm install express-messages-bootstrap\n\nOn cygwin you may need to force and display logging. Verbosity for some reason prevents hanging.\n\n    $ npm --force --loglevel verbose express-messages-bootstrap.\n\n## Usage\n\nThen in a view you may output the notifications based on your templating engine:\n\n### [EJS](https://github.com/visionmedia/ejs)\n\n    <%- messages() %>\n\n### [Jade](http://jade-lang.com/)\n\n    != messages()\n\nWhich outputs HTML as shown below:\n\n    <div id=\"messages\">\n        <div class=\"alert-message error\" data-alert=\"alert\">\n            <a class=\"close\" href=\"#\">×</a>\n            <p>This is an error.</p>\n        </div>\n        <div class=\"alert-message info\" data-alert=\"alert\">\n            <a class=\"close\" href=\"#\">×</a>\n            <p>This is an info.</p>\n        </div>\n        <div class=\"alert-message warning\" data-alert=\"alert\">\n            <a class=\"close\" href=\"#\">×</a>\n            <p>This is a warning.</p>\n        </div>\n        <div class=\"alert-message success\" data-alert=\"alert\">\n            <a class=\"close\" href=\"#\">×</a>\n            <p>This is success.</p>\n        </div>\n    </div>\n\n## Running Tests\n\nFirst make sure you have the submodules:\n\n    $ git submodule update --init\n\nThen run the tests:\n\n    $ make test\n\n## License \n\nOriginal express-messages License:\n\n(The MIT License)\n\nCopyright (c) 2011 TJ Holowaychuk &lt;tj@vision-media.ca&gt;\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.\n","maintainers":[{"name":"jasong","email":"jasong@apache.org"}]},"0.0.7":{"name":"express-messages-bootstrap","description":"Express flash notification message rendering compatible with Twitter's Bootstrap v2.0+. Based on TJ Holowaychuk's express-messages.","version":"0.0.7","author":{"name":"Jason Giedymin","email":"jasong@apache.org"},"keywords":["express","bootstrap","flash"],"repository":{"type":"git","url":"git://github.com/JasonGiedymin/express-messages-bootstrap.git"},"main":"index","devDependencies":{"express":"2.4.4","expresso":"0.8.1","ejs":"0.4.3"},"engines":{"node":">= 0.2.0"},"_npmUser":{"name":"jasong","email":"jasong@apache.org"},"_id":"express-messages-bootstrap@0.0.7","dependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-beta-10","_nodeVersion":"v0.6.7","_defaultsLoaded":true,"dist":{"shasum":"7a1673a9f0d2a7d9ed11ca185699eee1ba3df03e","tarball":"https://registry.npmjs.org/express-messages-bootstrap/-/express-messages-bootstrap-0.0.7.tgz","integrity":"sha512-s0UE+SIXkPqpWC9VlCTaL8kymQNN6AB4qu+5O0XRWM+uzOrHAD/qaZZh8bYd5FIPi7lne7dj9APztRAhGMXvpw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD9JBBdK6araxV7Bvqh7Hqr1pBybcMPFOFTDnsKX6zxmwIhAJPwvY6OdOs4g9EP66XEugRvNvYWqxVbFQMDtKrIWPyx"}]},"readme":"# Express Messages\n      \nThe _express-messages-bootstrap_ module provides flash notification rendering that is compatible with [Bootstrap](http://twitter.github.com/bootstrap/) CSS framework. This module is based on TJ Holowaychuk's express-messages. To use, simply assign it to a dynamic helper:\n\n    app.dynamicHelpers({ messages: require('express-messages-bootstrap') });\n\n## This Fork Code\n\nThis fork is seperately maintained but I do upstream sync with the original express-messages.\n\n- The main github branch is considered stable.\n- GA's should be Tagged.\n- Major changes are milestoned.\n- If you want bleeding edge changes look for the highest versioned beta branch or tag.\n\n## Installation\n\nExpress-messages-bootstrap can also be [installed from the NPM repository](http://search.npmjs.org/#/express-messages-bootstrap).\n\n    $ npm install express-messages-bootstrap\n\nOn cygwin you may need to force and display logging. Verbosity for some reason prevents hanging.\n\n    $ npm --force --loglevel verbose express-messages-bootstrap.\n\n## Usage\n\nThen in a view you may output the notifications based on your templating engine:\n\n### [EJS](https://github.com/visionmedia/ejs)\n\n    <%- messages() %>\n\n### [Jade](http://jade-lang.com/)\n\n    != messages()\n\nWhich outputs HTML as shown below:\n\n    <div id=\"messages\">\n        <div class=\"alert-message error\" data-alert=\"alert\">\n            <a class=\"close\" href=\"#\">×</a>\n            <p>This is an error.</p>\n        </div>\n        <div class=\"alert-message info\" data-alert=\"alert\">\n            <a class=\"close\" href=\"#\">×</a>\n            <p>This is an info.</p>\n        </div>\n        <div class=\"alert-message warning\" data-alert=\"alert\">\n            <a class=\"close\" href=\"#\">×</a>\n            <p>This is a warning.</p>\n        </div>\n        <div class=\"alert-message success\" data-alert=\"alert\">\n            <a class=\"close\" href=\"#\">×</a>\n            <p>This is success.</p>\n        </div>\n    </div>\n\n## Running Tests\n\nFirst make sure you have the submodules:\n\n    $ git submodule update --init\n\nThen run the tests:\n\n    $ make test\n\n## License \n\nOriginal express-messages License:\n\n(The MIT License)\n\nCopyright (c) 2011 TJ Holowaychuk &lt;tj@vision-media.ca&gt;\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.\n","maintainers":[{"name":"jasong","email":"jasong@apache.org"}]},"0.0.8":{"name":"express-messages-bootstrap","description":"Express flash notification message rendering compatible with Twitter's Bootstrap v2.0+. Based on TJ Holowaychuk's express-messages.","version":"0.0.8","author":{"name":"Jason Giedymin","email":"jasong@apache.org"},"keywords":["express","bootstrap","flash"],"repository":{"type":"git","url":"git://github.com/JasonGiedymin/express-messages-bootstrap.git"},"main":"index","devDependencies":{"express":">= 2.4.4","expresso":">= 0.8.1","ejs":">= 0.4.3"},"engines":{"node":">= 0.2.0"},"_npmUser":{"name":"jasong","email":"jasong@apache.org"},"_id":"express-messages-bootstrap@0.0.8","dependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.4","_nodeVersion":"v0.6.12","_defaultsLoaded":true,"dist":{"shasum":"ad51c7eb167a6ce73425da6802f3b17bf9aaa032","tarball":"https://registry.npmjs.org/express-messages-bootstrap/-/express-messages-bootstrap-0.0.8.tgz","integrity":"sha512-BQ8kDXQoSgIr1LToJJU+/xmx1TTsgjx/De4SViFIzxuF5dIP6Nxf5KOsN+rarZS2/IuvHx8bg3/ceMPnYtEe4Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE0afdtBgXEtu5KmpkYl3iKMeg58RC1RFDzkbP8UqsIoAiAcwTHQaygBELcUGGX1x64AXbKTwJmrpBCOgOEIEp/zKw=="}]},"readme":"# Express Messages\n      \nThe _express-messages-bootstrap_ module provides flash notification rendering that is compatible with [Bootstrap](http://twitter.github.com/bootstrap/) CSS framework. This module is based on TJ Holowaychuk's express-messages. To use, simply assign it to a dynamic helper:\n\n    app.dynamicHelpers({ messages: require('express-messages-bootstrap') });\n\n## This Fork Code\n\nThis fork is seperately maintained but I do upstream sync with the original express-messages.\n\n- The main github branch is considered stable.\n- GA's should be Tagged.\n- Major changes are milestoned.\n- If you want bleeding edge changes look for the highest versioned beta branch or tag.\n\n## Installation\n\nExpress-messages-bootstrap can also be [installed from the NPM repository](http://search.npmjs.org/#/express-messages-bootstrap).\n\n    $ npm install express-messages-bootstrap\n\nOn cygwin you may need to force and display logging. Verbosity for some reason prevents hanging.\n\n    $ npm --force --loglevel verbose express-messages-bootstrap.\n\n## Usage\n\nThen in a view you may output the notifications based on your templating engine:\n\n### [EJS](https://github.com/visionmedia/ejs)\n\n    <%- messages() %>\n\n### [Jade](http://jade-lang.com/)\n\n    != messages()\n\nWhich outputs HTML as shown below:\n\n    <div id=\"messages\">\n        <div class=\"alert alert-error\" data-alert=\"alert\">\n            <a class=\"close\" href=\"#\">×</a>\n            <p>This is an error.</p>\n        </div>\n        <div class=\"alert alert-info\" data-alert=\"alert\">\n            <a class=\"close\" href=\"#\">×</a>\n            <p>This is an info.</p>\n        </div>\n        <div class=\"alert alert-warning\" data-alert=\"alert\">\n            <a class=\"close\" href=\"#\">×</a>\n            <p>This is a warning.</p>\n        </div>\n        <div class=\"alert alert-success\" data-alert=\"alert\">\n            <a class=\"close\" href=\"#\">×</a>\n            <p>This is success.</p>\n        </div>\n    </div>\n\n## Running Tests\n\nFirst make sure you have the submodules:\n\n    $ git submodule update --init\n\nThen run the tests:\n\n    $ make test\n\n## License \n\nOriginal express-messages License:\n\n(The MIT License)\n\nCopyright (c) 2011 TJ Holowaychuk &lt;tj@vision-media.ca&gt;\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.\n","maintainers":[{"name":"jasong","email":"jasong@apache.org"}]},"0.0.9":{"name":"express-messages-bootstrap","description":"Express flash notification message rendering compatible with Twitter's Bootstrap v2.0+. Based on TJ Holowaychuk's express-messages.","version":"0.0.9","author":{"name":"Jason Giedymin","email":"jasong@apache.org"},"keywords":["express","bootstrap","flash"],"repository":{"type":"git","url":"git://github.com/JasonGiedymin/express-messages-bootstrap.git"},"main":"index","devDependencies":{"express":"2.5.8","expresso":"0.8.1","ejs":"0.4.3"},"engines":{"node":">= 0.2.0"},"_npmUser":{"name":"jasong","email":"jasong@apache.org"},"_id":"express-messages-bootstrap@0.0.9","dependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-beta-4","_nodeVersion":"v0.6.6","_defaultsLoaded":true,"dist":{"shasum":"7065af203e96925f2af633fde0abb9c6f0f67b56","tarball":"https://registry.npmjs.org/express-messages-bootstrap/-/express-messages-bootstrap-0.0.9.tgz","integrity":"sha512-KGmO6BnShHM/pckuV5+XaUrxgxjnzn5u8Huk/O2GPnmLyLG0H9C5eYJZ6tWoeT1cvhN3wPMngVCPbO9otb8CxQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDb9jAzKKwjAbLdR61mJDC4AET2bEZ45AfPMI9Mo+dR/QIgebbW5/ZslCcOCo1L8tP9WSumDOGzCaJjNkDWKOhQ7gA="}]},"readme":"# Express Messages\n      \nThe _express-messages-bootstrap_ module provides flash notification rendering that is compatible with [Bootstrap](http://twitter.github.com/bootstrap/) CSS framework. This module is based on TJ Holowaychuk's express-messages. To use, simply assign it to a dynamic helper:\n\n    app.dynamicHelpers({ messages: require('express-messages-bootstrap') });\n\n## This Fork Code\n\nThis fork is seperately maintained but I do upstream sync with the original express-messages.\n\n- The main github branch is considered stable.\n- GA's should be Tagged.\n- Major changes are milestoned.\n- If you want bleeding edge changes look for the highest versioned beta branch or tag.\n\n## Installation\n\nExpress-messages-bootstrap can also be [installed from the NPM repository](http://search.npmjs.org/#/express-messages-bootstrap).\n\n    $ npm install express-messages-bootstrap\n\nOn cygwin you may need to force and display logging. Verbosity for some reason prevents hanging.\n\n    $ npm --force --loglevel verbose express-messages-bootstrap.\n\n## Usage\n\nThen in a view you may output the notifications based on your templating engine:\n\n### [EJS](https://github.com/visionmedia/ejs)\n\n    <%- messages() %>\n\n### [Jade](http://jade-lang.com/)\n\n    != messages()\n\nWhich outputs HTML as shown below:\n\n    <div id=\"messages\">\n        <div class=\"alert alert-error\">\n            <a class=\"close\" data-dismiss=\"alert\">&times;</a>\n            This is an error.\n        </div>\n        <div class=\"alert alert-info\">\n            <a class=\"close\" data-dismiss=\"alert\">&times;</a>\n            This is an info.\n        </div>\n        <div class=\"alert alert-warning\">\n            <a class=\"close\" data-dismiss=\"alert\">&times;</a>\n            This is a warning.\n        </div>\n        <div class=\"alert alert-success\">\n            <a class=\"close\" data-dismiss=\"alert\">&times;</a>\n            This is success.\n        </div>\n    </div>\n\n## Running Tests\n\nFirst make sure you have the submodules:\n\n    $ git submodule update --init\n\nThen run the tests:\n\n    $ make test\n\n## License \n\nOriginal express-messages License:\n\n(The MIT License)\n\nCopyright (c) 2011 TJ Holowaychuk &lt;tj@vision-media.ca&gt;\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.\n","maintainers":[{"name":"jasong","email":"jasong@apache.org"}]},"0.1.0":{"name":"express-messages-bootstrap","description":"Express flash notification message rendering compatible with Twitter's Bootstrap v2.0+. Based on TJ Holowaychuk's express-messages.","version":"0.1.0","author":{"name":"Jason Giedymin","email":"jasong@apache.org"},"keywords":["express","bootstrap","flash"],"repository":{"type":"git","url":"git://github.com/JasonGiedymin/express-messages-bootstrap.git"},"main":"index","devDependencies":{"express":"2.5.8","expresso":"0.8.1","ejs":"0.4.3"},"engines":{"node":">= 0.2.0"},"_npmUser":{"name":"jasong","email":"jasong@apache.org"},"_id":"express-messages-bootstrap@0.1.0","dependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.21","_nodeVersion":"v0.6.17","_defaultsLoaded":true,"dist":{"shasum":"38ed4409efc97c0763eaa8a5ca3a9308a830667a","tarball":"https://registry.npmjs.org/express-messages-bootstrap/-/express-messages-bootstrap-0.1.0.tgz","integrity":"sha512-g4kc5AZZiFxPI33a123ubUBGCpRJJIUmjMiSN4bb8pg2L2W5Ywp0paIHuzcTSQEyYorInqg1614LPC26/uUGCw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBhTTtJDKdFQo0KKx/Oru7lWx5TtJIcQsEi/IlEaLKpXAiA6C6LTzTFn9qZF6Q8PU8fkZuRmy00OFeOWOg/G7iu/Ig=="}]},"readme":"","maintainers":[{"name":"jasong","email":"jasong@apache.org"}]},"1.0.0rc1":{"name":"express-messages-bootstrap","description":"Express v3+ flash and messages notification, rendering compatible with Twitter's Bootstrap v2.0+","version":"1.0.0rc1","author":{"name":"Jason Giedymin","email":"jasong@apache.org"},"keywords":["express","bootstrap","flash"],"repository":{"type":"git","url":"git://github.com/JasonGiedymin/express-messages-bootstrap"},"main":"index","dependencies":{},"devDependencies":{"ejs":"*","mocha":"*","jade":"*","hjs":"*","stylus":"*","should":"*","connect-redis":"*","github-flavored-markdown":"*","supertest":"0.0.1"},"engines":{"node":">= 0.2.0"},"readme":"","_id":"express-messages-bootstrap@1.0.0rc1","dist":{"shasum":"8aaeb9f688757081480bcdaf546454de726be8f7","tarball":"https://registry.npmjs.org/express-messages-bootstrap/-/express-messages-bootstrap-1.0.0rc1.tgz","integrity":"sha512-X3zVrEOri5No/c1lK8BU3OYlBr2Ah6pQzzfrteYTkOKbDkaYHfwUK8ASjbsySdCqIW9hqsoCwLUeH8pLessO0w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCkF4zmy20WSXTeE4IHukWMA9xK8pobQS8ubNTRdo+mRwIhAN6I2ZyPCYyfdpAyOQt0/PUZomu8UsfDqtzHRTQ4LGh9"}]},"maintainers":[{"name":"jasong","email":"jasong@apache.org"}]}},"maintainers":[{"name":"jasong","email":"jasong@apache.org"}],"time":{"modified":"2022-06-17T22:25:37.551Z","created":"2011-08-24T04:32:45.178Z","0.0.3":"2011-08-24T04:32:45.620Z","0.0.4":"2011-08-24T04:44:10.499Z","0.0.5":"2012-01-08T14:55:08.191Z","0.0.6":"2012-01-08T15:13:15.692Z","0.0.7":"2012-03-01T02:42:04.555Z","0.0.8":"2012-03-15T00:52:53.673Z","0.0.9":"2012-06-14T16:28:53.346Z","0.1.0":"2012-07-01T22:26:10.916Z","1.0.0rc1":"2012-11-08T16:34:08.414Z"},"author":{"name":"Jason Giedymin","email":"jasong@apache.org"},"repository":{"type":"git","url":"git://github.com/JasonGiedymin/express-messages-bootstrap"},"users":{"pid":true}}