{"_id":"qr.js","_rev":"2920426","name":"qr.js","description":"qrcode encoding in javascript","dist-tags":{"latest":"0.0.0"},"maintainers":[{"name":"defunctzombie","email":""}],"time":{"modified":"2023-02-13T06:25:22.000Z","created":"2013-03-01T20:44:25.199Z","0.0.0":"2013-03-01T20:44:25.199Z"},"users":{},"author":{"name":"Roman Shtylman","email":"shtylman@gmail.com"},"repository":{"type":"git","url":"git://github.com/shtylman/qr.js.git"},"versions":{"0.0.0":{"name":"qr.js","version":"0.0.0","description":"qrcode encoding in javascript","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git://github.com/shtylman/qr.js.git"},"keywords":["qrcode","qr"],"author":{"name":"Roman Shtylman","email":"shtylman@gmail.com"},"license":"MIT","readmeFilename":"README.md","_id":"qr.js@0.0.0","dist":{"shasum":"cace86386f59a0db8050fa90d9b6b0e88a1e364f","size":9161,"noattachment":false,"key":"/qr.js/-/qr.js-0.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/qr.js/download/qr.js-0.0.0.tgz"},"_npmVersion":"1.1.66","_npmUser":{"name":"shtylman","email":"shtylman@gmail.com"},"maintainers":[{"name":"defunctzombie","email":""}],"directories":{},"publish_time":1362170665199,"_hasShrinkwrap":false,"_cnpm_publish_time":1362170665199,"_cnpmcore_publish_time":"2021-12-16T12:50:29.749Z"}},"readme":"# qr.js\n\nqrcode encoding in pure javascript with no additional dependencies\n\n```js\nvar qr = require('qr.js');\n\nvar qrcode = qr('foo bar baz');\n\nvar cells = qrcode.modules;\n\n// cell[R] -> row\n// if cell[R][C] is true, that cell is \"on\"\n```\n\n[interactive example](http://tryme.jit.su/shtylman/qr.js/example)\n\n# credit\n\nThis library is repackaged work from the qrcode library here http://www.d-project.com/ which is also licensed under the MIT license. See LICENSE-qrcode for the license file to that project.\n\n# notes\nThe word \"QR Code\" is registered trademark of DENSO WAVE INCORPORATED\nhttp://www.denso-wave.com/qrcode/faqpatent-e.html\n","_attachments":{},"readmeFilename":"README.md","license":"MIT"}