{"_id":"questions","_rev":"16-4a13c007ad3a87ff8a1c98c47ae11028","name":"questions","description":"Interactive shell for your cli app","dist-tags":{"latest":"0.0.6"},"versions":{"0.0.0":{"name":"questions","description":"Interface to ask interactive questions in the terminal","version":"0.0.0","author":{"name":"Hugo Rodrigues","email":"correio@hugorodrigues.com"},"repository":{"type":"git","url":"https://hugorodrigues@github.com/hugorodrigues/questions.git"},"keywords":["terminal","console","interactive","questions","cli"],"main":"./rpc","dependencies":{},"readme":"questions\n=========\n\ninteractive shell for node.js","_id":"questions@0.0.0","dist":{"shasum":"1476d24fe700ebf22c0fa1e56bbc89c9fd3a11ab","tarball":"https://registry.npmjs.org/questions/-/questions-0.0.0.tgz","integrity":"sha512-NPX9BOuY5gp72RBNazDQdUZce1Zr306+nhiHPPVb2yDdvOWlgh0nf6yU3cgj3OXWDPZEc9H7H3tz4cGjs98EMQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEbOa5PlZEYZIX4OgBNeIsy9WFC7s9fmWoiLibE5+4yrAiEAktJQzICt6NwXNJz62MIbcMOypsQ3anSteg5+ZmUaZ4s="}]},"maintainers":[{"name":"hugorodrigues","email":"correio@hugorodrigues.com"}]},"0.0.1":{"name":"questions","description":"Interface to ask interactive questions in the terminal","homepage":"https://github.com/hugorodrigues/questions","version":"0.0.1","author":{"name":"Hugo Rodrigues","email":"correio@hugorodrigues.com"},"repository":{"type":"git","url":"https://hugorodrigues@github.com/hugorodrigues/questions.git"},"keywords":["terminal","console","interactive","questions","cli"],"main":"./rpc","dependencies":{},"readme":"questions\n=========\n\ninteractive shell for node.js","_id":"questions@0.0.1","dist":{"shasum":"9a9be97ce985831c5bcbcf8ef05bac169d8a941a","tarball":"https://registry.npmjs.org/questions/-/questions-0.0.1.tgz","integrity":"sha512-l35XBCDVIjfiq68wryT6v0ED7sVf+VECn3pPXW/1z6Hb/d+JsX9hVGRUNqsLxF1+Cl1ac1sQ0BWco48k4Efdfg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHdySApIvxxNBpJoDzOlE3hufJ18okFza21VOVWb06JIAiEAzEqOpvAs5AdBTCX3f1p7zWIVDQhDigvwKxjuDGQkswA="}]},"maintainers":[{"name":"hugorodrigues","email":"correio@hugorodrigues.com"}]},"0.0.4":{"name":"questions","description":"Interactive shell for your cli app","homepage":"https://github.com/hugorodrigues/questions","version":"0.0.4","author":{"name":"Hugo Rodrigues","email":"correio@hugorodrigues.com"},"repository":{"type":"git","url":"https://hugorodrigues@github.com/hugorodrigues/questions.git"},"keywords":["terminal","console","interactive","questions","cli"],"main":"./rpc","dependencies":{},"readme":"# questions.js\n\n*Interactive shell for your node.js cli apps!*\n\nquestions.js is a minimal interface to ask interactive questions in the terminal\n\n\n## Examples\nAsk one question: (exampleOne.js)\n```js\nvar questions = require('questions');\n\nquestions.askOne({ info:'Enter your name' }, function(result){\n  console.log('You name is '+result);\n})\n```\n\n```bash\n$ node exampleOne.js \n  Enter your name: Hugo\n  You name is Hugo\n\n```\n\n---\n\nAsk multiple questions: (exampleMany.js)\n```js\nvar questions = require('questions');\n\nquestions.askMany({\n\tname: { info:'Name'},\n\tage: { info:'Age'},\n\tphone: { info:'Phone', required: false },\n}, function(result){\n\tconsole.log(result);\n})\n```\n\n```bash\n$ node exampleMany.js \n  Name: Hugo\n  Age: 28\n  (Optional) Phone: 00351930000000\n  { name: 'Hugo', age: '28', phone: '00351930000000' }\n```\n\n\n---\n## License \n\n(The MIT License)\n\nCopyright (c) 2012, Hugo Rodrigues <correio@hugorodrigues.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.","_id":"questions@0.0.4","dist":{"shasum":"8992369637d8d85e05d636aa7174452c74dea998","tarball":"https://registry.npmjs.org/questions/-/questions-0.0.4.tgz","integrity":"sha512-ZrB4Y2UVg36EGWzr58+U2QcEk0zmIT8HnLamWR+GLvUgnhojUp4oXhMu48oz9UUe8HwvuQyLVRLBcsBnR+eB4A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEfr7belQPWNPqivrIZ1wS2CI4jfeHBquMnTlNhXq/eAIhAMOSwYkdr/x8uxgSQDG9nxCHGcbS7qpQ3IwFJnIK+xOH"}]},"maintainers":[{"name":"hugorodrigues","email":"correio@hugorodrigues.com"}]},"0.0.5":{"name":"questions","description":"Interactive shell for your cli app","homepage":"https://github.com/hugorodrigues/questions","version":"0.0.5","author":{"name":"Hugo Rodrigues","email":"correio@hugorodrigues.com"},"repository":{"type":"git","url":"https://hugorodrigues@github.com/hugorodrigues/questions.git"},"keywords":["terminal","console","interactive","questions","cli"],"main":"./questions.js","dependencies":{},"readme":"# questions.js\n\n*Interactive shell for your node.js cli apps!*\n\nquestions.js is a minimal interface to ask interactive questions in the terminal\n\n\n## Examples\nAsk one question: (exampleOne.js)\n```js\nvar questions = require('questions');\n\nquestions.askOne({ info:'Enter your name' }, function(result){\n  console.log('You name is '+result);\n})\n```\n\n```bash\n$ node exampleOne.js \n  Enter your name: Hugo\n  You name is Hugo\n\n```\n\n---\n\nAsk multiple questions: (exampleMany.js)\n```js\nvar questions = require('questions');\n\nquestions.askMany({\n\tname: { info:'Name'},\n\tage: { info:'Age'},\n\tphone: { info:'Phone', required: false },\n}, function(result){\n\tconsole.log(result);\n})\n```\n\n```bash\n$ node exampleMany.js \n  Name: Hugo\n  Age: 28\n  (Optional) Phone: 00351930000000\n  { name: 'Hugo', age: '28', phone: '00351930000000' }\n```\n\n\n---\n## License \n\n(The MIT License)\n\nCopyright (c) 2012, Hugo Rodrigues <correio@hugorodrigues.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.","_id":"questions@0.0.5","dist":{"shasum":"ecf75c43d8feb428d309337404757d4d3b13a999","tarball":"https://registry.npmjs.org/questions/-/questions-0.0.5.tgz","integrity":"sha512-Mhep6HdLs9eqP8jTgIxpmdJXBigP/NBnGcaYEWGHwv1wSr39TQnUqyuFGyL14aEsSl7wMNEHrNxb2QAUG3UncA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCsIwqOkALrmi3OWlo6aQBbOErBmjaNwgy4VbsZRJK4PgIgFCxZe5LCpb6VuO3ow56Bu2QnUVAnhSWKPCq/x/XDWhs="}]},"maintainers":[{"name":"hugorodrigues","email":"correio@hugorodrigues.com"}]},"0.0.6":{"name":"questions","description":"Interactive shell for your cli app","homepage":"https://github.com/hugorodrigues/questions","version":"0.0.6","author":{"name":"Hugo Rodrigues","email":"correio@hugorodrigues.com"},"repository":{"type":"git","url":"https://hugorodrigues@github.com/hugorodrigues/questions.git"},"keywords":["terminal","console","interactive","stdin","questions","cli"],"main":"./questions.js","dependencies":{},"readme":"# questions.js\n\n*Interactive shell for your node.js cli apps!*\n\nquestions.js is a minimal interface to ask interactive questions in the terminal\n\n## Install\n```bash\n$ npm install questions\n```\n\n---\n\n## Examples\nAsk one question: (exampleOne.js)\n```js\nvar questions = require('questions');\n\nquestions.askOne({ info:'Enter your name' }, function(result){\n  console.log('You name is '+result);\n})\n```\n\n```bash\n$ node exampleOne.js \n  Enter your name: Hugo\n  You name is Hugo\n\n```\n\n---\n\nAsk multiple questions: (exampleMany.js)\n```js\nvar questions = require('questions');\n\nquestions.askMany({\n\tname: { info:'Name'},\n\tage: { info:'Age'},\n\tphone: { info:'Phone', required: false },\n}, function(result){\n\tconsole.log(result);\n})\n```\n\n```bash\n$ node exampleMany.js \n  Name: Hugo\n  Age: 28\n  (Optional) Phone: 00351930000000\n  { name: 'Hugo', age: '28', phone: '00351930000000' }\n```\n\n\n---\n## License \n\n(The MIT License)\n\nCopyright (c) 2012, Hugo Rodrigues <correio@hugorodrigues.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.","_id":"questions@0.0.6","dist":{"shasum":"79ed146417680b9c67af025e7c4ab546a9909ed9","tarball":"https://registry.npmjs.org/questions/-/questions-0.0.6.tgz","integrity":"sha512-t8kdY1dHLUteKWwstmBeB6NbyvIQKo0yKFsIweqp7SFpXvuKVmGyDJNnJgyACfP5zq6I34Mj4yMrrUaRiINN6w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEU7KPHgKZqHCqNmnPZs/CixIB8Ce0psNLXA5RoY+IprAiARFyvW2K+k3ZhAd9uXb/s9Au/a51G8EAJPvit5V262UQ=="}]},"maintainers":[{"name":"hugorodrigues","email":"correio@hugorodrigues.com"}]}},"readme":"questions\n=========\n\ninteractive shell for node.js","maintainers":[{"name":"hugorodrigues","email":"correio@hugorodrigues.com"}],"time":{"modified":"2022-06-25T06:49:17.374Z","created":"2012-07-21T17:07:03.783Z","0.0.0":"2012-07-21T17:07:05.585Z","0.0.1":"2012-07-21T17:13:50.109Z","0.0.4":"2012-07-21T17:45:51.992Z","0.0.5":"2012-07-21T17:50:03.574Z","0.0.6":"2012-07-26T23:46:53.254Z"},"author":{"name":"Hugo Rodrigues","email":"correio@hugorodrigues.com"},"repository":{"type":"git","url":"https://hugorodrigues@github.com/hugorodrigues/questions.git"},"users":{"fgribreau":true,"hugorodrigues":true,"kevin-wynn":true}}