82 lines
2.1 KiB
JSON
82 lines
2.1 KiB
JSON
{
|
|
"_from": "load-bmfont@^1.3.1",
|
|
"_id": "load-bmfont@1.4.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-8UyQoYmdRDy81Brz6aLAUhfZLwr5zV0L3taTQ4hju7m6biuwiWiJXjPhBJxbUQJA8PrkvJ/7Enqmwk2sM14soA==",
|
|
"_location": "/load-bmfont",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "load-bmfont@^1.3.1",
|
|
"name": "load-bmfont",
|
|
"escapedName": "load-bmfont",
|
|
"rawSpec": "^1.3.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.3.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@jimp/core",
|
|
"/@jimp/plugin-print"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.4.1.tgz",
|
|
"_shasum": "c0f5f4711a1e2ccff725a7b6078087ccfcddd3e9",
|
|
"_spec": "load-bmfont@^1.3.1",
|
|
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/@jimp/core",
|
|
"author": {
|
|
"name": "Matt DesLauriers",
|
|
"email": "dave.des@gmail.com",
|
|
"url": "https://github.com/mattdesl"
|
|
},
|
|
"browser": "browser.js",
|
|
"bugs": {
|
|
"url": "https://github.com/Jam3/load-bmfont/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"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"
|
|
},
|
|
"deprecated": false,
|
|
"description": "loads a BMFont file in Node and the browser",
|
|
"devDependencies": {
|
|
"browserify": "^9.0.3",
|
|
"tap-spec": "^2.2.2",
|
|
"tape": "^3.5.0",
|
|
"testling": "^1.7.1"
|
|
},
|
|
"homepage": "https://github.com/Jam3/load-bmfont",
|
|
"keywords": [
|
|
"bmfont",
|
|
"bitmap",
|
|
"font",
|
|
"angel",
|
|
"code",
|
|
"angelcode",
|
|
"parse",
|
|
"ascii",
|
|
"xml",
|
|
"text",
|
|
"json"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "load-bmfont",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Jam3/load-bmfont.git"
|
|
},
|
|
"scripts": {
|
|
"test": "npm run test-node && npm run test-browser",
|
|
"test-browser": "browserify test.js | testling | tap-spec",
|
|
"test-node": "node test.js | tap-spec"
|
|
},
|
|
"version": "1.4.1"
|
|
}
|