{"_id":"green","_rev":"8-73c349e1b3a70b6b6ddd2cb9ed2ffdf8","name":"green","dist-tags":{"latest":"0.1.3"},"versions":{"0.1.1":{"name":"green","version":"0.1.1","keywords":["console","terminal","arguments","argv"],"author":{"url":"http://bhittani.com/","name":"Kamal Khan","email":"shout@bhittani.com"},"license":"MIT License","_id":"green@0.1.1","maintainers":[{"name":"kamalkhan","email":"shout@bhittani.com"}],"homepage":"https://github.com/kamalkhan/green","bugs":{"url":"https://github.com/kamalkhan/green/issues"},"dist":{"shasum":"f9d1864d1e44500da8fad788bd8a35a920c9b102","tarball":"https://registry.npmjs.org/green/-/green-0.1.1.tgz","integrity":"sha512-jGbaDXWoneA4nE7tllngCHkNVqgKYKBcJfwHjViVxOAfyOxjdrVzDlMLhEOjD+aydptrHNHlXIdRZZCTYqWUuQ==","signatures":[{"sig":"MEYCIQCJIAbqzQDESe0V7yXemsD2U0swMHiCZTj1jktw6ngGuAIhAIsP2wMivpTYkO+Qh034KyAczvk4qLJj6IoFL9r3FujP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"f9d1864d1e44500da8fad788bd8a35a920c9b102","gitHead":"2a7ba8b453d01dedeec65ecfc7c7ba1135dc4410","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"_npmUser":{"name":"kamalkhan","email":"shout@bhittani.com"},"repository":{"url":"https://github.com/kamalkhan/green.git","type":"git"},"_npmVersion":"1.4.14","description":"Neatly construct nodejs console arguments as an object.","directories":{}},"0.1.3":{"name":"green","version":"0.1.3","keywords":["console","terminal","arguments","argv"],"author":{"url":"http://bhittani.com/","name":"Kamal Khan","email":"shout@bhittani.com"},"license":"MIT License","_id":"green@0.1.3","maintainers":[{"name":"kamalkhan","email":"shout@bhittani.com"}],"homepage":"https://github.com/kamalkhan/green","bugs":{"url":"https://github.com/kamalkhan/green/issues"},"dist":{"shasum":"38c94f2b4c0e314debdc9a45374ad3944da9f623","tarball":"https://registry.npmjs.org/green/-/green-0.1.3.tgz","integrity":"sha512-fTyjFg+vK07OHSmSpxLCQzBmVAE3VOGWiCaEOx99PLwWgEpKEhYXEmYFsSIA911NyU99JrML97+eZIsZw1sZzQ==","signatures":[{"sig":"MEYCIQDUpeVuOhSiJvWusH5EHLwWgLbeYMmI5f603grnZhtiTgIhAJaMUn1W0TxigCpfHMjzXNhqqrgSyx0mg597tCSHOzBh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"38c94f2b4c0e314debdc9a45374ad3944da9f623","gitHead":"d81b9ecef0146b1c3d3697fc501b33246aef94d2","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"_npmUser":{"name":"kamalkhan","email":"shout@bhittani.com"},"repository":{"url":"https://github.com/kamalkhan/green.git","type":"git"},"_npmVersion":"1.4.14","description":"Neatly construct nodejs console arguments as an object.","directories":{}}},"time":{"created":"2014-07-14T10:13:35.076Z","modified":"2025-12-07T17:04:44.577Z","0.1.1":"2014-07-14T10:13:35.076Z","0.1.3":"2014-07-14T10:23:43.358Z"},"bugs":{"url":"https://github.com/kamalkhan/green/issues"},"author":{"url":"http://bhittani.com/","name":"Kamal Khan","email":"shout@bhittani.com"},"license":"MIT License","homepage":"https://github.com/kamalkhan/green","keywords":["console","terminal","arguments","argv"],"repository":{"url":"https://github.com/kamalkhan/green.git","type":"git"},"description":"Neatly construct nodejs console arguments as an object.","maintainers":[{"name":"kamalkhan","email":"shout@bhittani.com"}],"readme":"Green\n=========\n\nNeatly construct nodejs console arguments as an object.\n\n## Installation\n\n  `npm install green --save`\n\n## Usage\n\n    > node source.js -h world -t -foo bar -z -b 32\n        - will produce the following object as args in your script\n           {\n               h   : 'world',\n               t   : true,\n               foo : 'bar',\n               z   : true,\n               b   : 32\n           }\n       - integer and string parsing is maintained\n       - use -option without post value to set it to true.\n\n    var green = require('green').args;\n    console.log(green);\n\n## Release History\n\n* 0.1.3 Tested\n* 0.1.2 Change module name\n* 0.1.1 Reflect readme with details\n* 0.1.0 Initial release\n","readmeFilename":"README.md","users":{"zeus23":true}}