WIP - add extractor, generate snippet_data
This commit is contained in:
81
node_modules/parse-bmfont-xml/package.json
generated
vendored
Normal file
81
node_modules/parse-bmfont-xml/package.json
generated
vendored
Normal file
@ -0,0 +1,81 @@
|
||||
{
|
||||
"_from": "parse-bmfont-xml@^1.1.4",
|
||||
"_id": "parse-bmfont-xml@1.1.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-bjnliEOmGv3y1aMEfREMBJ9tfL3WR0i0CKPj61DnSLaoxWR3nLrsQrEbCId/8rF4NyRF0cCqisSVXyQYWM+mCQ==",
|
||||
"_location": "/parse-bmfont-xml",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "parse-bmfont-xml@^1.1.4",
|
||||
"name": "parse-bmfont-xml",
|
||||
"escapedName": "parse-bmfont-xml",
|
||||
"rawSpec": "^1.1.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.1.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/load-bmfont"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/parse-bmfont-xml/-/parse-bmfont-xml-1.1.4.tgz",
|
||||
"_shasum": "015319797e3e12f9e739c4d513872cd2fa35f389",
|
||||
"_spec": "parse-bmfont-xml@^1.1.4",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/load-bmfont",
|
||||
"author": {
|
||||
"name": "Matt DesLauriers",
|
||||
"email": "dave.des@gmail.com",
|
||||
"url": "https://github.com/mattdesl"
|
||||
},
|
||||
"browser": "lib/browser.js",
|
||||
"bugs": {
|
||||
"url": "https://github.com/mattdesl/parse-bmfont-xml/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"xml-parse-from-string": "^1.0.0",
|
||||
"xml2js": "^0.4.5"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "parses XML BMFont files into a JavaScript object",
|
||||
"devDependencies": {
|
||||
"brfs": "^1.4.0",
|
||||
"browserify": "^9.0.3",
|
||||
"faucet": "0.0.1",
|
||||
"tape": "^3.5.0",
|
||||
"testling": "^1.7.1",
|
||||
"xhr": "^2.0.1"
|
||||
},
|
||||
"homepage": "https://github.com/mattdesl/parse-bmfont-xml",
|
||||
"keywords": [
|
||||
"xml",
|
||||
"parse",
|
||||
"convert",
|
||||
"bmfont",
|
||||
"bm",
|
||||
"bitmap",
|
||||
"font",
|
||||
"bitmaps",
|
||||
"angel",
|
||||
"angelcode",
|
||||
"code",
|
||||
"text",
|
||||
"gl",
|
||||
"sprite",
|
||||
"sprites",
|
||||
"stackgl"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"name": "parse-bmfont-xml",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/mattdesl/parse-bmfont-xml.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "npm run test-node && npm run test-browser",
|
||||
"test-browser": "browserify test/test-browser.js -t brfs | testling | faucet",
|
||||
"test-node": "node test/test.js | faucet"
|
||||
},
|
||||
"version": "1.1.4"
|
||||
}
|
||||
Reference in New Issue
Block a user