package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "parse-bmfont-binary@^1.0.5",
  3. "_id": "parse-bmfont-binary@1.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-GxmsRea0wdGdYthjuUeWTMWPqm2+FAd4GI8vCvhgJsFnoGhTrLhXDDupwTo7rXVAgaLIGoVHDZS9p/5XbSqeWA==",
  6. "_location": "/parse-bmfont-binary",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "parse-bmfont-binary@^1.0.5",
  12. "name": "parse-bmfont-binary",
  13. "escapedName": "parse-bmfont-binary",
  14. "rawSpec": "^1.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.5"
  17. },
  18. "_requiredBy": [
  19. "/load-bmfont"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/parse-bmfont-binary/-/parse-bmfont-binary-1.0.6.tgz",
  22. "_shasum": "d038b476d3e9dd9db1e11a0b0e53a22792b69006",
  23. "_spec": "parse-bmfont-binary@^1.0.5",
  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. "bugs": {
  31. "url": "https://github.com/Jam3/parse-bmfont-binary/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "reads a BMFont binary in a Buffer into a JSON object",
  37. "devDependencies": {
  38. "tape": "^3.5.0"
  39. },
  40. "homepage": "https://github.com/Jam3/parse-bmfont-binary",
  41. "keywords": [
  42. "bmfont",
  43. "bitmap",
  44. "font",
  45. "angel",
  46. "code",
  47. "angelcode",
  48. "fonts",
  49. "text",
  50. "layout",
  51. "glyph",
  52. "glyphdesigner",
  53. "canvas",
  54. "webgl"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "parse-bmfont-binary",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/Jam3/parse-bmfont-binary.git"
  62. },
  63. "scripts": {
  64. "test": "node test/test.js"
  65. },
  66. "version": "1.0.6"
  67. }