{
	"name": "load-bmfont",
	"versions": {
		"1.0.0": {
			"name": "load-bmfont",
			"version": "1.0.0",
			"description": "loads a BMFont file in Node and the browser",
			"main": "index.js",
			"browser": "browser.js",
			"license": "MIT",
			"author": {
				"name": "Matt DesLauriers",
				"email": "dave.des@gmail.com",
				"url": "https://github.com/mattdesl"
			},
			"dependencies": {
				"mime": "^1.3.4",
				"parse-bmfont-ascii": "^1.0.3",
				"xhr": "^2.0.1"
			},
			"devDependencies": {
				"browserify": "^9.0.3",
				"faucet": "0.0.1",
				"tape": "^3.5.0",
				"testling": "^1.7.1"
			},
			"scripts": {
				"test-node": "node test.js | faucet",
				"test-browser": "browserify test.js | testling | faucet",
				"test": "npm run test-node && npm run test-browser"
			},
			"keywords": [
				"bmfont",
				"bitmap",
				"font",
				"angel",
				"code",
				"angelcode",
				"parse",
				"ascii",
				"xml",
				"text",
				"json"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/Jam3/load-bmfont.git"
			},
			"homepage": "https://github.com/Jam3/load-bmfont",
			"bugs": {
				"url": "https://github.com/Jam3/load-bmfont/issues"
			},
			"gitHead": "3d027621db803eea7833e7e2b94dbb2a022ba553",
			"_id": "load-bmfont@1.0.0",
			"_shasum": "3ea640a1bb0d1f7ae5fe092d73760390d70dbf19",
			"_from": ".",
			"_npmVersion": "1.4.28",
			"_npmUser": {
				"name": "mattdesl",
				"email": "dave.des@gmail.com"
			},
			"maintainers": [
				{
					"name": "mattdesl",
					"email": "dave.des@gmail.com"
				}
			],
			"dist": {
				"shasum": "3ea640a1bb0d1f7ae5fe092d73760390d70dbf19",
				"tarball": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.0.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "load-bmfont",
			"version": "1.1.0",
			"description": "loads a BMFont file in Node and the browser",
			"main": "index.js",
			"browser": "browser.js",
			"license": "MIT",
			"author": {
				"name": "Matt DesLauriers",
				"email": "dave.des@gmail.com",
				"url": "https://github.com/mattdesl"
			},
			"dependencies": {
				"mime": "^1.3.4",
				"parse-bmfont-ascii": "^1.0.3",
				"parse-bmfont-xml": "^1.1.0",
				"xhr": "^2.0.1"
			},
			"devDependencies": {
				"browserify": "^9.0.3",
				"faucet": "0.0.1",
				"tape": "^3.5.0",
				"testling": "^1.7.1"
			},
			"scripts": {
				"test-node": "node test.js | faucet",
				"test-browser": "browserify test.js | testling | faucet",
				"test": "npm run test-node && npm run test-browser"
			},
			"keywords": [
				"bmfont",
				"bitmap",
				"font",
				"angel",
				"code",
				"angelcode",
				"parse",
				"ascii",
				"xml",
				"text",
				"json"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/Jam3/load-bmfont.git"
			},
			"homepage": "https://github.com/Jam3/load-bmfont",
			"bugs": {
				"url": "https://github.com/Jam3/load-bmfont/issues"
			},
			"gitHead": "761d24a5fcf05c26aa03a31d185f1b62f8dbf941",
			"_id": "load-bmfont@1.1.0",
			"_shasum": "6cedc18b71882fc9fb530847a479816cc05b08a9",
			"_from": ".",
			"_npmVersion": "1.4.28",
			"_npmUser": {
				"name": "mattdesl",
				"email": "dave.des@gmail.com"
			},
			"maintainers": [
				{
					"name": "mattdesl",
					"email": "dave.des@gmail.com"
				}
			],
			"dist": {
				"shasum": "6cedc18b71882fc9fb530847a479816cc05b08a9",
				"tarball": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.1.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.0": {
			"name": "load-bmfont",
			"version": "1.2.0",
			"description": "loads a BMFont file in Node and the browser",
			"main": "index.js",
			"browser": "browser.js",
			"license": "MIT",
			"author": {
				"name": "Matt DesLauriers",
				"email": "dave.des@gmail.com",
				"url": "https://github.com/mattdesl"
			},
			"dependencies": {
				"an-array": "^1.0.0",
				"buffer-equal": "0.0.1",
				"mime": "^1.3.4",
				"parse-bmfont-ascii": "^1.0.3",
				"parse-bmfont-xml": "^1.1.0",
				"read-bmfont-binary": "^1.0.0",
				"xhr": "^2.0.1",
				"xtend": "^4.0.0"
			},
			"devDependencies": {
				"browserify": "^9.0.3",
				"tap-spec": "^2.2.2",
				"tape": "^3.5.0",
				"testling": "^1.7.1"
			},
			"scripts": {
				"test-node": "node test.js | tap-spec",
				"test-browser": "browserify test.js | testling | tap-spec",
				"test": "npm run test-node && npm run test-browser"
			},
			"keywords": [
				"bmfont",
				"bitmap",
				"font",
				"angel",
				"code",
				"angelcode",
				"parse",
				"ascii",
				"xml",
				"text",
				"json"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/Jam3/load-bmfont.git"
			},
			"homepage": "https://github.com/Jam3/load-bmfont",
			"bugs": {
				"url": "https://github.com/Jam3/load-bmfont/issues"
			},
			"gitHead": "b0faa0d74d9ef5da9e4e1bbd3cb164cacaff42f0",
			"_id": "load-bmfont@1.2.0",
			"_shasum": "9c5f99722e4c5dac532a77d0071fdee8ad08c078",
			"_from": ".",
			"_npmVersion": "1.4.28",
			"_npmUser": {
				"name": "mattdesl",
				"email": "dave.des@gmail.com"
			},
			"maintainers": [
				{
					"name": "mattdesl",
					"email": "dave.des@gmail.com"
				}
			],
			"dist": {
				"shasum": "9c5f99722e4c5dac532a77d0071fdee8ad08c078",
				"tarball": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.2.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.1": {
			"name": "load-bmfont",
			"version": "1.2.1",
			"description": "loads a BMFont file in Node and the browser",
			"main": "index.js",
			"browser": "browser.js",
			"license": "MIT",
			"author": {
				"name": "Matt DesLauriers",
				"email": "dave.des@gmail.com",
				"url": "https://github.com/mattdesl"
			},
			"dependencies": {
				"an-array": "^1.0.0",
				"buffer-equal": "0.0.1",
				"mime": "^1.3.4",
				"parse-bmfont-ascii": "^1.0.3",
				"parse-bmfont-xml": "^1.1.0",
				"read-bmfont-binary": "^1.0.0",
				"xhr": "^2.0.1",
				"xtend": "^4.0.0"
			},
			"devDependencies": {
				"browserify": "^9.0.3",
				"tap-spec": "^2.2.2",
				"tape": "^3.5.0",
				"testling": "^1.7.1"
			},
			"scripts": {
				"test-node": "node test.js | tap-spec",
				"test-browser": "browserify test.js | testling | tap-spec",
				"test": "npm run test-node && npm run test-browser"
			},
			"keywords": [
				"bmfont",
				"bitmap",
				"font",
				"angel",
				"code",
				"angelcode",
				"parse",
				"ascii",
				"xml",
				"text",
				"json"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/Jam3/load-bmfont.git"
			},
			"homepage": "https://github.com/Jam3/load-bmfont",
			"bugs": {
				"url": "https://github.com/Jam3/load-bmfont/issues"
			},
			"gitHead": "0ea1c1f435e98cf633a73e03d7555fcc36e333bd",
			"_id": "load-bmfont@1.2.1",
			"_shasum": "455cef38a9f832f7197d114bc90518be320acd8c",
			"_from": ".",
			"_npmVersion": "1.4.28",
			"_npmUser": {
				"name": "mattdesl",
				"email": "dave.des@gmail.com"
			},
			"maintainers": [
				{
					"name": "mattdesl",
					"email": "dave.des@gmail.com"
				}
			],
			"dist": {
				"shasum": "455cef38a9f832f7197d114bc90518be320acd8c",
				"tarball": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.2.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.2": {
			"name": "load-bmfont",
			"version": "1.2.2",
			"description": "loads a BMFont file in Node and the browser",
			"main": "index.js",
			"browser": "browser.js",
			"license": "MIT",
			"author": {
				"name": "Matt DesLauriers",
				"email": "dave.des@gmail.com",
				"url": "https://github.com/mattdesl"
			},
			"dependencies": {
				"an-array": "^1.0.0",
				"buffer-equal": "0.0.1",
				"mime": "^1.3.4",
				"parse-bmfont-ascii": "^1.0.3",
				"parse-bmfont-xml": "^1.1.0",
				"read-bmfont-binary": "^1.0.0",
				"xhr": "^2.0.1",
				"xtend": "^4.0.0"
			},
			"devDependencies": {
				"browserify": "^9.0.3",
				"tap-spec": "^2.2.2",
				"tape": "^3.5.0",
				"testling": "^1.7.1"
			},
			"scripts": {
				"test-node": "node test.js | tap-spec",
				"test-browser": "browserify test.js | testling | tap-spec",
				"test": "npm run test-node && npm run test-browser"
			},
			"keywords": [
				"bmfont",
				"bitmap",
				"font",
				"angel",
				"code",
				"angelcode",
				"parse",
				"ascii",
				"xml",
				"text",
				"json"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/Jam3/load-bmfont.git"
			},
			"homepage": "https://github.com/Jam3/load-bmfont",
			"bugs": {
				"url": "https://github.com/Jam3/load-bmfont/issues"
			},
			"gitHead": "6aa59dae811b0fd3d1db62abc66752293a988ffd",
			"_id": "load-bmfont@1.2.2",
			"_shasum": "dcb342d46765283a2bdf113ce4ce2931612eecbf",
			"_from": ".",
			"_npmVersion": "1.4.28",
			"_npmUser": {
				"name": "mattdesl",
				"email": "dave.des@gmail.com"
			},
			"maintainers": [
				{
					"name": "mattdesl",
					"email": "dave.des@gmail.com"
				}
			],
			"dist": {
				"shasum": "dcb342d46765283a2bdf113ce4ce2931612eecbf",
				"tarball": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.2.2.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.3": {
			"name": "load-bmfont",
			"version": "1.2.3",
			"description": "loads a BMFont file in Node and the browser",
			"main": "index.js",
			"browser": "browser.js",
			"license": "MIT",
			"author": {
				"name": "Matt DesLauriers",
				"email": "dave.des@gmail.com",
				"url": "https://github.com/mattdesl"
			},
			"dependencies": {
				"buffer-equal": "0.0.1",
				"mime": "^1.3.4",
				"parse-bmfont-ascii": "^1.0.3",
				"parse-bmfont-binary": "^1.0.5",
				"parse-bmfont-xml": "^1.1.0",
				"xhr": "^2.0.1",
				"xtend": "^4.0.0"
			},
			"devDependencies": {
				"browserify": "^9.0.3",
				"tap-spec": "^2.2.2",
				"tape": "^3.5.0",
				"testling": "^1.7.1"
			},
			"scripts": {
				"test-node": "node test.js | tap-spec",
				"test-browser": "browserify test.js | testling | tap-spec",
				"test": "npm run test-node && npm run test-browser"
			},
			"keywords": [
				"bmfont",
				"bitmap",
				"font",
				"angel",
				"code",
				"angelcode",
				"parse",
				"ascii",
				"xml",
				"text",
				"json"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/Jam3/load-bmfont.git"
			},
			"homepage": "https://github.com/Jam3/load-bmfont",
			"bugs": {
				"url": "https://github.com/Jam3/load-bmfont/issues"
			},
			"gitHead": "e85ec2148bfebbeb32259d907bfc3da1e0cd785c",
			"_id": "load-bmfont@1.2.3",
			"_shasum": "e4d5130f0103a8d6894e71685f53479bfc4cc84c",
			"_from": ".",
			"_npmVersion": "1.4.28",
			"_npmUser": {
				"name": "mattdesl",
				"email": "dave.des@gmail.com"
			},
			"maintainers": [
				{
					"name": "mattdesl",
					"email": "dave.des@gmail.com"
				}
			],
			"dist": {
				"shasum": "e4d5130f0103a8d6894e71685f53479bfc4cc84c",
				"tarball": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.2.3.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.4": {
			"name": "load-bmfont",
			"version": "1.2.4",
			"description": "loads a BMFont file in Node and the browser",
			"main": "index.js",
			"browser": "browser.js",
			"license": "MIT",
			"author": {
				"name": "Matt DesLauriers",
				"email": "dave.des@gmail.com",
				"url": "https://github.com/mattdesl"
			},
			"dependencies": {
				"buffer-equal": "0.0.1",
				"mime": "^1.3.4",
				"parse-bmfont-ascii": "^1.0.3",
				"parse-bmfont-binary": "^1.0.5",
				"parse-bmfont-xml": "^1.1.0",
				"xhr": "^2.0.1",
				"xtend": "^4.0.0"
			},
			"devDependencies": {
				"browserify": "^9.0.3",
				"tap-spec": "^2.2.2",
				"tape": "^3.5.0",
				"testling": "^1.7.1"
			},
			"scripts": {
				"test-node": "node test.js | tap-spec",
				"test-browser": "browserify test.js | testling | tap-spec",
				"test": "npm run test-node && npm run test-browser"
			},
			"keywords": [
				"bmfont",
				"bitmap",
				"font",
				"angel",
				"code",
				"angelcode",
				"parse",
				"ascii",
				"xml",
				"text",
				"json"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/Jam3/load-bmfont.git"
			},
			"homepage": "https://github.com/Jam3/load-bmfont",
			"bugs": {
				"url": "https://github.com/Jam3/load-bmfont/issues"
			},
			"gitHead": "7420fe219733ad4f83a09731db97cfba0fa401c1",
			"_id": "load-bmfont@1.2.4",
			"_shasum": "be8c9ba22f99d72eea129552ef4dc1ef79819af0",
			"_from": ".",
			"_npmVersion": "3.8.9",
			"_nodeVersion": "6.2.0",
			"_npmUser": {
				"name": "mattdesl",
				"email": "dave.des@gmail.com"
			},
			"dist": {
				"shasum": "be8c9ba22f99d72eea129552ef4dc1ef79819af0",
				"tarball": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.2.4.tgz"
			},
			"maintainers": [
				{
					"name": "mattdesl",
					"email": "dave.des@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/load-bmfont-1.2.4.tgz_1479742179961_0.27596002793870866"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.5": {
			"name": "load-bmfont",
			"version": "1.2.5",
			"description": "loads a BMFont file in Node and the browser",
			"main": "index.js",
			"browser": "browser.js",
			"license": "MIT",
			"author": {
				"name": "Matt DesLauriers",
				"email": "dave.des@gmail.com",
				"url": "https://github.com/mattdesl"
			},
			"dependencies": {
				"buffer-equal": "0.0.1",
				"mime": "^1.3.4",
				"parse-bmfont-ascii": "^1.0.3",
				"parse-bmfont-binary": "^1.0.5",
				"parse-bmfont-xml": "^1.1.0",
				"xhr": "^2.0.1",
				"xtend": "^4.0.0"
			},
			"devDependencies": {
				"browserify": "^9.0.3",
				"tap-spec": "^2.2.2",
				"tape": "^3.5.0",
				"testling": "^1.7.1"
			},
			"scripts": {
				"test-node": "node test.js | tap-spec",
				"test-browser": "browserify test.js | testling | tap-spec",
				"test": "npm run test-node && npm run test-browser"
			},
			"keywords": [
				"bmfont",
				"bitmap",
				"font",
				"angel",
				"code",
				"angelcode",
				"parse",
				"ascii",
				"xml",
				"text",
				"json"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/Jam3/load-bmfont.git"
			},
			"homepage": "https://github.com/Jam3/load-bmfont",
			"bugs": {
				"url": "https://github.com/Jam3/load-bmfont/issues"
			},
			"gitHead": "0da457d29a539136b3dd7f0e6aa3566e09f894dc",
			"_id": "load-bmfont@1.2.5",
			"_shasum": "a636ec6f4199067d75e7335f9d19645f4302f5eb",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.9.4",
			"_npmUser": {
				"name": "mattdesl",
				"email": "dave.des@gmail.com"
			},
			"dist": {
				"shasum": "a636ec6f4199067d75e7335f9d19645f4302f5eb",
				"tarball": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.2.5.tgz"
			},
			"maintainers": [
				{
					"name": "mattdesl",
					"email": "dave.des@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/load-bmfont-1.2.5.tgz_1484946260920_0.944316059583798"
			},
			"directories": {},
			"contributors": []
		},
		"1.3.0": {
			"name": "load-bmfont",
			"version": "1.3.0",
			"description": "loads a BMFont file in Node and the browser",
			"main": "index.js",
			"browser": "browser.js",
			"license": "MIT",
			"author": {
				"name": "Matt DesLauriers",
				"email": "dave.des@gmail.com",
				"url": "https://github.com/mattdesl"
			},
			"dependencies": {
				"buffer-equal": "0.0.1",
				"mime": "^1.3.4",
				"parse-bmfont-ascii": "^1.0.3",
				"parse-bmfont-binary": "^1.0.5",
				"parse-bmfont-xml": "^1.1.0",
				"xhr": "^2.0.1",
				"xtend": "^4.0.0"
			},
			"devDependencies": {
				"browserify": "^9.0.3",
				"tap-spec": "^2.2.2",
				"tape": "^3.5.0",
				"testling": "^1.7.1"
			},
			"scripts": {
				"test-node": "node test.js | tap-spec",
				"test-browser": "browserify test.js | testling | tap-spec",
				"test": "npm run test-node && npm run test-browser"
			},
			"keywords": [
				"bmfont",
				"bitmap",
				"font",
				"angel",
				"code",
				"angelcode",
				"parse",
				"ascii",
				"xml",
				"text",
				"json"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/Jam3/load-bmfont.git"
			},
			"homepage": "https://github.com/Jam3/load-bmfont",
			"bugs": {
				"url": "https://github.com/Jam3/load-bmfont/issues"
			},
			"gitHead": "41315937648421cc3c6465b1fe9064bfa93015fe",
			"_id": "load-bmfont@1.3.0",
			"_shasum": "bb7e7c710de6bcafcb13cb3b8c81e0c0131ecbc9",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.9.4",
			"_npmUser": {
				"name": "mattdesl",
				"email": "dave.des@gmail.com"
			},
			"dist": {
				"shasum": "bb7e7c710de6bcafcb13cb3b8c81e0c0131ecbc9",
				"tarball": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.3.0.tgz"
			},
			"maintainers": [
				{
					"name": "mattdesl",
					"email": "dave.des@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/load-bmfont-1.3.0.tgz_1485532784560_0.7765696623828262"
			},
			"directories": {},
			"contributors": []
		},
		"1.3.1": {
			"name": "load-bmfont",
			"version": "1.3.1",
			"description": "loads a BMFont file in Node and the browser",
			"main": "index.js",
			"browser": "browser.js",
			"license": "MIT",
			"author": {
				"name": "Matt DesLauriers",
				"email": "dave.des@gmail.com",
				"url": "https://github.com/mattdesl"
			},
			"dependencies": {
				"buffer-equal": "0.0.1",
				"mime": "^1.3.4",
				"parse-bmfont-ascii": "^1.0.3",
				"parse-bmfont-binary": "^1.0.5",
				"parse-bmfont-xml": "^1.1.4",
				"xhr": "^2.0.1",
				"xtend": "^4.0.0"
			},
			"devDependencies": {
				"browserify": "^9.0.3",
				"tap-spec": "^2.2.2",
				"tape": "^3.5.0",
				"testling": "^1.7.1"
			},
			"scripts": {
				"test-node": "node test.js | tap-spec",
				"test-browser": "browserify test.js | testling | tap-spec",
				"test": "npm run test-node && npm run test-browser"
			},
			"keywords": [
				"bmfont",
				"bitmap",
				"font",
				"angel",
				"code",
				"angelcode",
				"parse",
				"ascii",
				"xml",
				"text",
				"json"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/Jam3/load-bmfont.git"
			},
			"homepage": "https://github.com/Jam3/load-bmfont",
			"bugs": {
				"url": "https://github.com/Jam3/load-bmfont/issues"
			},
			"gitHead": "83762bf258249999961f7b2cff1c1e49ebcee4fe",
			"_id": "load-bmfont@1.3.1",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.10.0",
			"_npmUser": {
				"name": "mattdesl",
				"email": "dave.des@gmail.com"
			},
			"dist": {
				"integrity": "sha512-lQkEawgez06lM2iw1vQEEOtVLJXyMzFcUqbwWMrB0g6zwhdUs/+e0KNd1zEJ7OFBbMVz0tbzQyjgjtTB47+PBg==",
				"shasum": "0e7933f66543409882127b0d0fbad7a66d5a7869",
				"tarball": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.3.1.tgz",
				"fileCount": 7,
				"unpackedSize": 9541,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbc+YYCRA9TVsSAnZWagAAnqYP/jX+r6PViM1hr+Oao4Ub\nYhCpVjHuQDOhXywk7Xy8kvpedlFoRdUbpLDbdbep9ds00kOHndRrYVUqJWJ+\nPr+0RSgYtgQqezHI0/7okt7NEIrLtTLO/jYU8wvk/ofVm/ARBPtbXxzCWeKO\nBEtQF3eItjKRHOgp87DeCMkFYdu6fFHineBO8uhGq5VMDzqEJ+fiUviFRFa3\nhe9VDFEUSWWrujvr+nrhx/Lz9coAxKwJ3nDc0sj3xxZ8/q8EzjLoQYu1ey8N\nejVn1KT5KYhcyVZ2yNgTfnL3wvmCmGZWjQfr5eEviEWnTsS9SkG7WoVUmVVv\nBozEGkb+uFvg9aX5xgLi1aUqQRx8xRweDepUgAmu37kvvwlhbCDf2DpDjhI8\nKoB3OxItexblHLtY/eMCtFieGAao4SaNwAwEDsYdgoK8tVa202HCJH4tNR0M\neUXHMvY17NLLz8S2YV4dB7H6Uvc+knfYzVJ6HoJhO5VFJwFNpG6q2F9eok5Y\n0a90DD0tSVZqbyIs9begdH8EYlg7mA7ImxEqN7s/Ktodq4f1RsqOj1rwkPx1\nYjt/VNtx5AG9ph/VKkC/duz6hwHufrXdwDDGICZO8TjebEnWp0QcM0Rg/0Ky\nhoMZmeGNQ+qDE7/Fkk9NedTsLxJg2yCUpysdm1r6oxqUYTSev7NxgT+7pC5H\nneom\r\n=tRcB\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mattdesl",
					"email": "dave.des@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/load-bmfont_1.3.1_1534322200779_0.867613502414808"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.4.0": {
			"name": "load-bmfont",
			"version": "1.4.0",
			"description": "loads a BMFont file in Node and the browser",
			"main": "index.js",
			"browser": "browser.js",
			"license": "MIT",
			"author": {
				"name": "Matt DesLauriers",
				"email": "dave.des@gmail.com",
				"url": "https://github.com/mattdesl"
			},
			"dependencies": {
				"buffer-equal": "0.0.1",
				"mime": "^1.3.4",
				"parse-bmfont-ascii": "^1.0.3",
				"parse-bmfont-binary": "^1.0.5",
				"parse-bmfont-xml": "^1.1.4",
				"phin": "^2.9.1",
				"xhr": "^2.0.1",
				"xtend": "^4.0.0"
			},
			"devDependencies": {
				"browserify": "^9.0.3",
				"tap-spec": "^2.2.2",
				"tape": "^3.5.0",
				"testling": "^1.7.1"
			},
			"scripts": {
				"test-node": "node test.js | tap-spec",
				"test-browser": "browserify test.js | testling | tap-spec",
				"test": "npm run test-node && npm run test-browser"
			},
			"keywords": [
				"bmfont",
				"bitmap",
				"font",
				"angel",
				"code",
				"angelcode",
				"parse",
				"ascii",
				"xml",
				"text",
				"json"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/Jam3/load-bmfont.git"
			},
			"homepage": "https://github.com/Jam3/load-bmfont",
			"bugs": {
				"url": "https://github.com/Jam3/load-bmfont/issues"
			},
			"gitHead": "3e4c94c35a80c3cb33c8eb3174048b5d6556f343",
			"_id": "load-bmfont@1.4.0",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.10.0",
			"_npmUser": {
				"name": "mattdesl",
				"email": "dave.des@gmail.com"
			},
			"dist": {
				"integrity": "sha512-kT63aTAlNhZARowaNYcY29Fn/QYkc52M3l6V1ifRcPewg2lvUZDAj7R6dXjOL9D0sict76op3T5+odumDSF81g==",
				"shasum": "75f17070b14a8c785fe7f5bee2e6fd4f98093b6b",
				"tarball": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.4.0.tgz",
				"fileCount": 7,
				"unpackedSize": 9766,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbinyGCRA9TVsSAnZWagAAlgQQAJBqnHYDUyQHH7TEeZ7L\n33oL/enULd60PmAjrPU0v3yiA/0bPfda8hcTKBchPcdx10EFgaiLsUGQXO6k\nqvI+H28dlVhe/1mUtvUvaxNrI2Ac9I8iUyK/8rMVuPJY86WMf9ASpnpQqaDw\nwFoqFSfOiS7s+xsTkwF8qNCweOMLJFcXUPo+4MwDRBTXwEjylIDxNMokGC0P\navlcPxILxBFFhSMwTxqcu24+PLwMZlfzWDxzZJ/Ocl27Gn1P41o3RxwNXrYv\n0IvxQkp2L/C8XxsbTJVhkz/jahQB8jQUEp9dHOQz3UB5fwIZxBkLK4dScTFQ\nvotP4KFaZ2hSaNrIgNTiIO+ZHN2pNOoIbOoB8qINrumv+CS4A451xJqvPN3l\n1rM7o2H1wM9orfOY1w5eF1dwHFsm0Sfro8sAUSiumkh8sEDW9Rp1ruMdzX8X\njLkN2ynxgUOOQQHL2r5RvJD+aU5PVn+liokV+MWALz4qB4YrCZJWnxIauIb0\nytl1R70EhwS0De0t6Jx4HRCqAsKJhueuOxzlGQ/aWTOTI483pYTfR5XIA2E3\nfIgmSWS/x4ZaCZB3P40IgMnLHYnpIidLugYzRl1syY9RtST3WS6WCQzThYEX\nICwZprVPW3L9ACgSy/VNzUwaTFuvnbISN5faZ7UZGOtOKkdQ3FD8srR4I+xN\nPefx\r\n=BHN7\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "mattdesl",
					"email": "dave.des@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/load-bmfont_1.4.0_1535802502297_0.45757898464133806"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2019-01-04T16:14:57.262Z",
		"created": "2015-03-12T15:50:42.514Z",
		"1.0.0": "2015-03-12T15:50:42.514Z",
		"1.1.0": "2015-03-13T19:26:43.948Z",
		"1.2.0": "2015-03-14T17:49:47.660Z",
		"1.2.1": "2015-03-14T19:06:28.108Z",
		"1.2.2": "2015-03-14T19:26:49.688Z",
		"1.2.3": "2015-03-15T18:55:50.704Z",
		"1.2.4": "2016-11-21T15:29:40.734Z",
		"1.2.5": "2017-01-20T21:04:22.883Z",
		"1.3.0": "2017-01-27T15:59:45.247Z",
		"1.3.1": "2018-08-15T08:36:40.884Z",
		"1.4.0": "2018-09-01T11:48:22.516Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.4.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"d586d773483af2109384de43c0f39c2f\"",
			"fetched": 1593324293220
		}
	},
	"_distfiles": {
		"load-bmfont-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.0.0.tgz",
			"sha": "3ea640a1bb0d1f7ae5fe092d73760390d70dbf19",
			"registry": "npmjs"
		},
		"load-bmfont-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.1.0.tgz",
			"sha": "6cedc18b71882fc9fb530847a479816cc05b08a9",
			"registry": "npmjs"
		},
		"load-bmfont-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.2.0.tgz",
			"sha": "9c5f99722e4c5dac532a77d0071fdee8ad08c078",
			"registry": "npmjs"
		},
		"load-bmfont-1.2.1.tgz": {
			"url": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.2.1.tgz",
			"sha": "455cef38a9f832f7197d114bc90518be320acd8c",
			"registry": "npmjs"
		},
		"load-bmfont-1.2.2.tgz": {
			"url": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.2.2.tgz",
			"sha": "dcb342d46765283a2bdf113ce4ce2931612eecbf",
			"registry": "npmjs"
		},
		"load-bmfont-1.2.3.tgz": {
			"url": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.2.3.tgz",
			"sha": "e4d5130f0103a8d6894e71685f53479bfc4cc84c",
			"registry": "npmjs"
		},
		"load-bmfont-1.2.4.tgz": {
			"url": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.2.4.tgz",
			"sha": "be8c9ba22f99d72eea129552ef4dc1ef79819af0",
			"registry": "npmjs"
		},
		"load-bmfont-1.2.5.tgz": {
			"url": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.2.5.tgz",
			"sha": "a636ec6f4199067d75e7335f9d19645f4302f5eb",
			"registry": "npmjs"
		},
		"load-bmfont-1.3.0.tgz": {
			"url": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.3.0.tgz",
			"sha": "bb7e7c710de6bcafcb13cb3b8c81e0c0131ecbc9",
			"registry": "npmjs"
		},
		"load-bmfont-1.3.1.tgz": {
			"url": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.3.1.tgz",
			"sha": "0e7933f66543409882127b0d0fbad7a66d5a7869",
			"registry": "npmjs"
		},
		"load-bmfont-1.4.0.tgz": {
			"url": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.4.0.tgz",
			"sha": "75f17070b14a8c785fe7f5bee2e6fd4f98093b6b",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"load-bmfont-1.4.0.tgz": {
			"shasum": "75f17070b14a8c785fe7f5bee2e6fd4f98093b6b"
		}
	},
	"_rev": "2-139a6eb748a9714d",
	"_id": "load-bmfont",
	"readme": "# load-bmfont\n\n[![stable](http://badges.github.io/stability-badges/dist/stable.svg)](http://github.com/badges/stability-badges)\n\nLoads an [AngelCode BMFont](http://www.angelcode.com/products/bmfont/) file in browser (with XHR) and node (with fs and [phin](https://github.com/ethanent/phin)), returning a [JSON representation](json-spec.md).\n\n```js\nvar load = require('load-bmfont')\n\nload('fonts/Arial-32.fnt', function(err, font) {\n  if (err)\n    throw err\n  \n  //The BMFont spec in JSON form\n  console.log(font.common.lineHeight)\n  console.log(font.info)\n  console.log(font.chars)\n  console.log(font.kernings)\n})\n```\n\nCurrently supported BMFont formats:\n\n- ASCII (text)\n- JSON\n- XML\n- binary\n\n## See Also\n\nSee [text-modules](https://github.com/mattdesl/text-modules) for related modules.\n\n## Usage\n\n[![NPM](https://nodei.co/npm/load-bmfont.png)](https://www.npmjs.com/package/load-bmfont)\n\n#### `load(opt, cb)`\n\nLoads a BMFont file with the `opt` settings and fires the callback with `(err, font)` params once finished. If `opt` is a string, it is used as the URI. Otherwise the options can be:\n\n- `uri` or `url` the path (in Node) or URI\n- `binary` boolean, whether the data should be read as binary, default false\n- (in node) options for `fs.readFile` or `phin`\n- (in browser) options for [xhr](https://github.com/Raynos/xhr)\n\nTo support binary files in the browser and Node, you should use `binary: true`. Otherwise the XHR request might come in the form of a UTF8 string, which will not work with binary files. This also sets up the XHR object to override mime type in older browsers.\n\n```js\nload({ \n  uri: 'fonts/Arial.bin', \n  binary: true\n}, function(err, font) {\n  console.log(font)\n})\n```\n\n## License\n\nMIT, see [LICENSE.md](http://github.com/Jam3/load-bmfont/blob/master/LICENSE.md) for details."
}