{"_id":"password","_rev":"14-43097ef18030eaba343bfd5b80bb609e","name":"password","dist-tags":{"latest":"0.1.1"},"versions":{"0.0.5":{"name":"password","version":"0.0.5","keywords":["password generator"],"author":{"name":"Stephane Alnet","email":"stephane@shimaore.net"},"_id":"password@0.0.5","maintainers":[{"name":"shimaore","email":"stephane@shimaore.net"}],"homepage":"https://github.com/shimaore/password","ok":true,"dist":{"shasum":"3f4054d6ef40df701de11af1f416beb59963cfbd","tarball":"https://registry.npmjs.org/password/-/password-0.0.5.tgz","integrity":"sha512-EPp7peLUTY+MPfhiqxA0TFrzdFxdvLi1MehidMlA7mByfpNt0PuYj42vUqgSgIOZqZqQ/95w6GnP3TN9BLFPcg==","signatures":[{"sig":"MEUCIAN9Av6udACgBV7af8hznZTYSeayu2QItjFMXRGyEiZVAiEAr+gsJpoyJXBX4EVU8/8K8GArcd27XwfKl+5FyR5fvC8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"lib/password.js","files":["lib/password.js","lib/wordlist.json"],"engines":{"node":">=0.4.7"},"private":false,"scripts":{"prepublish":"coffee -c lib/password.coffee"},"_npmUser":{"name":"shimaore","email":"stephane@shimaore.net"},"repository":{"url":"git://github.com/shimaore/password.git","type":"git"},"_npmVersion":"1.1.12","description":"Memorable passwords generator","_nodeVersion":"v0.6.14","dependencies":{},"_defaultsLoaded":true,"devDependencies":{},"_engineSupported":true,"optionalDependencies":{},"directories":{}},"0.1.0":{"name":"password","version":"0.1.0","keywords":"password generator","author":{"name":"Stephane Alnet","email":"stephane@shimaore.net"},"license":"UNLICENSE","_id":"password@0.1.0","maintainers":[{"name":"shimaore","email":"stephane@shimaore.net"}],"homepage":"https://github.com/shimaore/password","ok":true,"dist":{"shasum":"4d32e0d8ed0f5d501d1313c7cf56751e88608a59","tarball":"https://registry.npmjs.org/password/-/password-0.1.0.tgz","integrity":"sha512-ryfemRERFJ+EztApM7GPoyZaBf4QMClbxq1sCgYAN/ey4eJc9wka49ZLr5ieS6niVzotmCU2bJZWPHCktqYwcA==","signatures":[{"sig":"MEUCIHGSfCBiEAI6G0ANyqCmjB1AAMjdEurD0/MgUWXir1z2AiEAtSzv9k0K9m1FwCdAyg5+fDFx1WkkkJv3tWkt6pVjmtY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"lib/password.js","_from":".","files":["lib/password.js","lib/wordlist.json"],"private":false,"scripts":{"prepublish":"coffee -c lib/password.coffee"},"_npmUser":{"name":"shimaore","email":"stephane@shimaore.net"},"repository":{"url":"https://github.com/shimaore/password.git","type":"git"},"_npmVersion":"1.2.16","description":"Memorable passwords generator","directories":{}},"0.1.1":{"name":"password","version":"0.1.1","keywords":["password","generator"],"author":{"name":"Stephane Alnet","email":"stephane@shimaore.net"},"license":"UNLICENSE","_id":"password@0.1.1","maintainers":[{"name":"shimaore","email":"stephane@shimaore.net"}],"homepage":"https://github.com/shimaore/password","bugs":{"url":"https://github.com/shimaore/password/issues"},"ok":true,"dist":{"shasum":"c09d49f6a593a838bced6beb3a213b6774da5884","tarball":"https://registry.npmjs.org/password/-/password-0.1.1.tgz","integrity":"sha512-fGltziTjwSxDdKSh2OsYZ0QRURUKllHaFjxYmZCCBn4Gg/7LWoAZvkDtHagfcXOpCtCNxw8EDMWKgqQsYMALAw==","signatures":[{"sig":"MEQCIG6FglPMF2IDHyR33O4gRUz8riyzphqIdNRGvJ7Q30wjAiAVR8VMqvAlev/krXZKfGij/4UqYJw00BM5jBHK7wf2+A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"lib/password.js","_from":".","files":["lib/password.js","lib/wordlist.json"],"private":false,"scripts":{"test":"mocha --compilers coffee:coffee-script/register --reporter spec","prepublish":"coffee -c lib/password.coffee"},"_npmUser":{"name":"shimaore","email":"stephane@shimaore.net"},"repository":{"url":"https://github.com/shimaore/password.git","type":"git"},"_npmVersion":"1.4.3","description":"Memorable passwords generator","devDependencies":{"mocha":"^1.21.4","should":"^4.0.4","coffee-script":"^1.8.0"},"directories":{}}},"time":{"created":"2012-04-09T22:30:59.076Z","modified":"2024-07-21T16:44:19.235Z","0.0.5":"2012-04-09T22:31:01.082Z","0.1.0":"2013-05-31T20:44:09.094Z","0.1.1":"2014-09-14T14:14:56.995Z"},"bugs":{"url":"https://github.com/shimaore/password/issues"},"author":{"name":"Stephane Alnet","email":"stephane@shimaore.net"},"license":"UNLICENSE","homepage":"https://github.com/shimaore/password","keywords":["password","generator"],"repository":{"url":"https://github.com/shimaore/password.git","type":"git"},"description":"Memorable passwords generator","maintainers":[{"name":"shimaore","email":"stephane@shimaore.net"}],"readme":"A memorable password generator for Node.js\n==========================================\n\n`password` is a simple server-side memorable password generator for Node.js\n\nIt is based on a list of 21,114 English words, thereby providing about 14 bits of randomness per word. A useful password will therefor require at least 3 words.\n\nThe module returns a function which can be called with the desired number of words.\n\n    var password = require('password');\n    console.log(password(4));\n\nYou can also access the list of words:\n\n    var words = require('password').wordlist;\n    console.log(words[352]);\n","readmeFilename":"README.md","users":{"jinksi":true,"krischow":true,"pratikshabhadalkar":true}}