{"name":"minion","version":"1.5.5","description":"Classical Inheritance in JavaScript.","main":"./lib/minion.js","directories":{"lib":"lib","test":"test","docs":"docs","dist":"dist","bin":"bin"},"bin":{"minion":"./bin/minion-cli.js"},"dependencies":{"optimist":"0.3.x","ansi-color":"0.2.x","uglify-js":"1.2.x","jshint":"0.5.x"},"devDependencies":{},"repository":{"type":"git","url":"https://gigafied@github.com/gigafied/minion.git"},"keywords":["oop","inheritance","classes","class","dependency","extend"],"author":{"name":"Taka Kojima","email":"taka@gigafied.com","url":"http://gigafied.github.com/minion/"},"license":"MIT/X11","engine":{"node":">=0.4.x"},"readme":"### MinionJS - Classical Inheritance for JavaScript\n\nA micro-framework that provides classical inheritance for JavaScript. Easily namespace, create and extend classes.\n\nIt is only 3.6 kb minified and gzipped!\n\n[Overview](http://www.screenr.com/wOas)&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;[Getting Started](https://github.com/gigafied/minion/blob/master/docs/getting_started.md)&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;[Publish/Subscribe](http://www.screenr.com/cJ5s)\n\n\n#### Defining a Class:\n\n\tminion.define(\"example\", {\n\t  \n\t    Example : minion.extend(\"minion.Class\", {\n\n\t        exampleVar1: 1,\n\t        exampleVar2: 2,\n\n  \t        init: function(){\n\t      \n\t        },\n\n\t        doSomething : function(something){\n\t            //do something with something\n\t        }\n\t    })\n\t    \n\t});\n\n\n#### Using a Class:\n\n\n\tminion.require(\"example.Example\", function(Example) {\n\t\n\t    var instance = new Example();\n\t    instance.doSomething();\n\t  \n\t});\n<br>\n\n####Features:\n\n- Classical inheritance in JavaScript\n- Robust publish/subscribe implementation\n- Dependency management\n- Build tool for easy deployment\n- super() method support \n- Micro-sized. 3.6 kb minfied + gzipped.\n- Fully ECMAScript 5 Strict Mode compliant.\n- Unit tests included.\n\n\n####Currently Supported:\n\n- Node.js\n- IE 6+\n- Safari 3+\n- Opera 9+ \n- Chrome 9+\n- iOS\n- Android\n\n<br>\n\n[Overview](http://www.screenr.com/wOas)&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;[Getting Started](https://github.com/gigafied/minion/blob/master/docs/getting_started.md)&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;[Publish/Subscribe](http://www.screenr.com/cJ5s)\n\n<br>\n\n#### License\n\n\t(c) 2011 Taka Kojima (the \"Author\").\n\tAll Rights Reserved.\n\n\tPermission is hereby granted, free of charge, to any person\n\tobtaining a copy of this software and associated documentation\n\tfiles (the \"Software\"), to deal in the Software without\n\trestriction, including without limitation the rights to use,\n\tcopy, modify, merge, publish, distribute, sublicense, and/or sell\n\tcopies of the Software, and to permit persons to whom the\n\tSoftware is furnished to do so, subject to the following\n\tconditions:\n\n\tThe above copyright notice and this permission notice shall be\n\tincluded in all copies or substantial portions of the Software.\n\n\tDistributions of all or part of the Software intended to be used\n\tby the recipients as they would use the unmodified Software,\n\tcontaining modifications that substantially alter, remove, or\n\tdisable functionality of the Software, outside of the documented\n\tconfiguration mechanisms provided by the Software, shall be\n\tmodified such that the Author's bug reporting email addresses and\n\turls are either replaced with the contact information of the\n\tparties responsible for the changes, or removed entirely.\n\n\tTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n\tEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\n\tOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n\tNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\n\tHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n\tWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n\tFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n\tOTHER DEALINGS IN THE SOFTWARE.\n\n\tExcept where noted, this license applies to any and all software\n\tprograms and associated documentation files created by the\n\tAuthor, when distributed with the Software.","_id":"minion@1.5.5","dist":{"shasum":"bf824f302a403bad941780829d110865643d8027","tarball":"https://registry.npmjs.org/minion/-/minion-1.5.5.tgz","integrity":"sha512-LVMQujGgcfNc5r/PiGfydcQplr8y4Ky5f1OJklD44e1eqP/perIblzmVGbHn9V9X9J2gHcX9qF5RDs6lbvzN6g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBKpHAE/7etPaWhUcQpBh7snR452wsMZ6wwJLm0l3kaaAiEAvP8oo4ymg+TAyHolEkam6ImdG/u3Pb74uvE8PPAXwVY="}]},"maintainers":[{"name":"gigafied","email":"taka@gigafied.com"}]}