package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "load-bmfont@^1.3.1",
  3. "_id": "load-bmfont@1.4.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qElWkmjW9Oq1F9EI5Gt7aD9zcdHb9spJCW1L/dmPf7KzCCEJxq8nhHz5eCgI9aMf7vrG/wyaCqdsI+Iy9ZTlog==",
  6. "_location": "/load-bmfont",
  7. "_phantomChildren": {
  8. "centra": "2.7.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "load-bmfont@^1.3.1",
  14. "name": "load-bmfont",
  15. "escapedName": "load-bmfont",
  16. "rawSpec": "^1.3.1",
  17. "saveSpec": null,
  18. "fetchSpec": "^1.3.1"
  19. },
  20. "_requiredBy": [
  21. "/@jimp/core",
  22. "/@jimp/plugin-print"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/load-bmfont/-/load-bmfont-1.4.2.tgz",
  25. "_shasum": "e0f4516064fa5be8439f9c3696c01423a64e8717",
  26. "_spec": "load-bmfont@^1.3.1",
  27. "_where": "/data/wwwroot/qimall/node/node_modules/@jimp/core",
  28. "author": {
  29. "name": "Matt DesLauriers",
  30. "email": "dave.des@gmail.com",
  31. "url": "https://github.com/mattdesl"
  32. },
  33. "browser": "browser.js",
  34. "bugs": {
  35. "url": "https://github.com/Jam3/load-bmfont/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "buffer-equal": "0.0.1",
  40. "mime": "^1.3.4",
  41. "parse-bmfont-ascii": "^1.0.3",
  42. "parse-bmfont-binary": "^1.0.5",
  43. "parse-bmfont-xml": "^1.1.4",
  44. "phin": "^3.7.1",
  45. "xhr": "^2.0.1",
  46. "xtend": "^4.0.0"
  47. },
  48. "deprecated": false,
  49. "description": "loads a BMFont file in Node and the browser",
  50. "devDependencies": {
  51. "browserify": "^9.0.3",
  52. "tap-spec": "^2.2.2",
  53. "tape": "^3.5.0",
  54. "testling": "^1.7.1"
  55. },
  56. "homepage": "https://github.com/Jam3/load-bmfont",
  57. "keywords": [
  58. "bmfont",
  59. "bitmap",
  60. "font",
  61. "angel",
  62. "code",
  63. "angelcode",
  64. "parse",
  65. "ascii",
  66. "xml",
  67. "text",
  68. "json"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "load-bmfont",
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/Jam3/load-bmfont.git"
  76. },
  77. "scripts": {
  78. "test": "npm run test-node && npm run test-browser",
  79. "test-browser": "browserify test.js | testling | tap-spec",
  80. "test-node": "(node test.js; node test-server.js) | tap-spec"
  81. },
  82. "version": "1.4.2"
  83. }