thedesk/app/node_modules/parse-bmfont-xml/package.json

112 lines
2.8 KiB
JSON
Raw Normal View History

2018-02-19 04:41:25 +11:00
{
"_args": [
[
{
"raw": "parse-bmfont-xml@^1.1.0",
"scope": null,
"escapedName": "parse-bmfont-xml",
"name": "parse-bmfont-xml",
"rawSpec": "^1.1.0",
"spec": ">=1.1.0 <2.0.0",
"type": "range"
},
"C:\\Users\\ryuki\\TheDesk\\app\\node_modules\\load-bmfont"
]
],
"_from": "parse-bmfont-xml@>=1.1.0 <2.0.0",
"_id": "parse-bmfont-xml@1.1.3",
"_inCache": true,
"_location": "/parse-bmfont-xml",
"_npmUser": {
"name": "mattdesl",
"email": "dave.des@gmail.com"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"raw": "parse-bmfont-xml@^1.1.0",
"scope": null,
"escapedName": "parse-bmfont-xml",
"name": "parse-bmfont-xml",
"rawSpec": "^1.1.0",
"spec": ">=1.1.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/load-bmfont"
],
"_resolved": "https://registry.npmjs.org/parse-bmfont-xml/-/parse-bmfont-xml-1.1.3.tgz",
"_shasum": "d6b66a371afd39c5007d9f0eeb262a4f2cce7b7c",
"_shrinkwrap": null,
"_spec": "parse-bmfont-xml@^1.1.0",
"_where": "C:\\Users\\ryuki\\TheDesk\\app\\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"
},
"dependencies": {
"xml-parse-from-string": "^1.0.0",
"xml2js": "^0.4.5"
},
"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"
},
"directories": {},
"dist": {
"shasum": "d6b66a371afd39c5007d9f0eeb262a4f2cce7b7c",
"tarball": "https://registry.npmjs.org/parse-bmfont-xml/-/parse-bmfont-xml-1.1.3.tgz"
},
"gitHead": "4a22fe8ac0ac82ead4de5b6988b436e376456baa",
"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",
"maintainers": [
{
"name": "mattdesl",
"email": "dave.des@gmail.com"
}
],
"name": "parse-bmfont-xml",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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.3"
}