{
	"name": "qr.js",
	"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",
			"_id": "qr.js@0.0.0",
			"dist": {
				"shasum": "cace86386f59a0db8050fa90d9b6b0e88a1e364f",
				"tarball": "https://registry.npmjs.org/qr.js/-/qr.js-0.0.0.tgz"
			},
			"_npmVersion": "1.1.66",
			"_npmUser": {
				"name": "shtylman",
				"email": "shtylman@gmail.com"
			},
			"maintainers": [
				{
					"name": "shtylman",
					"email": "shtylman@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		}
	},
	"time": {
		"modified": "2015-05-07T23:37:20.533Z",
		"created": "2013-03-01T20:44:23.785Z",
		"0.0.0": "2013-03-01T20:44:25.199Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "0.0.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"1f003cd0fb203ae59a53aeec5c9e9b04\"",
			"fetched": 1593324414950
		}
	},
	"_distfiles": {
		"qr.js-0.0.0.tgz": {
			"url": "https://registry.npmjs.org/qr.js/-/qr.js-0.0.0.tgz",
			"sha": "cace86386f59a0db8050fa90d9b6b0e88a1e364f",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"qr.js-0.0.0.tgz": {
			"shasum": "cace86386f59a0db8050fa90d9b6b0e88a1e364f"
		}
	},
	"_rev": "2-fea27511d8428236",
	"_id": "qr.js",
	"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"
}