You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.7 KiB
70 lines
1.7 KiB
{ |
|
"_args": [ |
|
[ |
|
"parse-bmfont-binary@1.0.6", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_from": "parse-bmfont-binary@1.0.6", |
|
"_id": "parse-bmfont-binary@1.0.6", |
|
"_inBundle": false, |
|
"_integrity": "sha512-GxmsRea0wdGdYthjuUeWTMWPqm2+FAd4GI8vCvhgJsFnoGhTrLhXDDupwTo7rXVAgaLIGoVHDZS9p/5XbSqeWA==", |
|
"_location": "/parse-bmfont-binary", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "parse-bmfont-binary@1.0.6", |
|
"name": "parse-bmfont-binary", |
|
"escapedName": "parse-bmfont-binary", |
|
"rawSpec": "1.0.6", |
|
"saveSpec": null, |
|
"fetchSpec": "1.0.6" |
|
}, |
|
"_requiredBy": [ |
|
"/load-bmfont" |
|
], |
|
"_resolved": "https://registry.npmjs.org/parse-bmfont-binary/-/parse-bmfont-binary-1.0.6.tgz", |
|
"_spec": "1.0.6", |
|
"_where": "D:\\Project\\DaPing", |
|
"author": { |
|
"name": "Matt DesLauriers", |
|
"email": "dave.des@gmail.com", |
|
"url": "https://github.com/mattdesl" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/Jam3/parse-bmfont-binary/issues" |
|
}, |
|
"dependencies": {}, |
|
"description": "reads a BMFont binary in a Buffer into a JSON object", |
|
"devDependencies": { |
|
"tape": "^3.5.0" |
|
}, |
|
"homepage": "https://github.com/Jam3/parse-bmfont-binary", |
|
"keywords": [ |
|
"bmfont", |
|
"bitmap", |
|
"font", |
|
"angel", |
|
"code", |
|
"angelcode", |
|
"fonts", |
|
"text", |
|
"layout", |
|
"glyph", |
|
"glyphdesigner", |
|
"canvas", |
|
"webgl" |
|
], |
|
"license": "MIT", |
|
"main": "index.js", |
|
"name": "parse-bmfont-binary", |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/Jam3/parse-bmfont-binary.git" |
|
}, |
|
"scripts": { |
|
"test": "node test/test.js" |
|
}, |
|
"version": "1.0.6" |
|
}
|
|
|