package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "parse-bmfont-xml@^1.1.4",
  3. "_id": "parse-bmfont-xml@1.1.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0cEliVMZEhrFDwMh4SxIyVJpqYoOWDJ9P895tFuS+XuNzI5UBmBk5U5O4KuJdTnZpSBI4LFA2+ZiJaiwfSwlMA==",
  6. "_location": "/parse-bmfont-xml",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "parse-bmfont-xml@^1.1.4",
  12. "name": "parse-bmfont-xml",
  13. "escapedName": "parse-bmfont-xml",
  14. "rawSpec": "^1.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.4"
  17. },
  18. "_requiredBy": [
  19. "/load-bmfont"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/parse-bmfont-xml/-/parse-bmfont-xml-1.1.6.tgz",
  22. "_shasum": "016b655da7aebe6da38c906aca16bf0415773767",
  23. "_spec": "parse-bmfont-xml@^1.1.4",
  24. "_where": "/data/wwwroot/qimall/node/node_modules/load-bmfont",
  25. "author": {
  26. "name": "Matt DesLauriers",
  27. "email": "dave.des@gmail.com",
  28. "url": "https://github.com/mattdesl"
  29. },
  30. "browser": "lib/browser.js",
  31. "bugs": {
  32. "url": "https://github.com/mattdesl/parse-bmfont-xml/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "xml-parse-from-string": "^1.0.0",
  37. "xml2js": "^0.5.0"
  38. },
  39. "deprecated": false,
  40. "description": "parses XML BMFont files into a JavaScript object",
  41. "devDependencies": {
  42. "brfs": "^1.4.0",
  43. "browserify": "^9.0.3",
  44. "faucet": "0.0.1",
  45. "tape": "^3.5.0",
  46. "testling": "^1.7.1",
  47. "xhr": "^2.0.1"
  48. },
  49. "homepage": "https://github.com/mattdesl/parse-bmfont-xml",
  50. "keywords": [
  51. "xml",
  52. "parse",
  53. "convert",
  54. "bmfont",
  55. "bm",
  56. "bitmap",
  57. "font",
  58. "bitmaps",
  59. "angel",
  60. "angelcode",
  61. "code",
  62. "text",
  63. "gl",
  64. "sprite",
  65. "sprites",
  66. "stackgl"
  67. ],
  68. "license": "MIT",
  69. "main": "lib/index.js",
  70. "name": "parse-bmfont-xml",
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/mattdesl/parse-bmfont-xml.git"
  74. },
  75. "scripts": {
  76. "test": "npm run test-node && npm run test-browser",
  77. "test-browser": "browserify test/test-browser.js -t brfs | testling | faucet",
  78. "test-node": "node test/test.js | faucet"
  79. },
  80. "version": "1.1.6"
  81. }