package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "bmp-js@^0.1.0",
  3. "_id": "bmp-js@0.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vHdS19CnY3hwiNdkaqk93DvjVLfbEcI8mys4UjuWrlX1haDmroo8o4xCzh4wD6DGV6HxRCyauwhHRqMTfERtjw==",
  6. "_location": "/bmp-js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bmp-js@^0.1.0",
  12. "name": "bmp-js",
  13. "escapedName": "bmp-js",
  14. "rawSpec": "^0.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.0"
  17. },
  18. "_requiredBy": [
  19. "/@jimp/bmp"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/bmp-js/-/bmp-js-0.1.0.tgz",
  22. "_shasum": "e05a63f796a6c1ff25f4771ec7adadc148c07233",
  23. "_spec": "bmp-js@^0.1.0",
  24. "_where": "/data/wwwroot/qimall/node/node_modules/@jimp/bmp",
  25. "author": {
  26. "name": "shaozilee",
  27. "email": "shaozilee@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/shaozilee/bmp-js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "A pure javascript BMP encoder and decoder",
  36. "devDependencies": {},
  37. "homepage": "https://github.com/shaozilee/bmp-js#readme",
  38. "keywords": [
  39. "bmp",
  40. "1bit",
  41. "4bit",
  42. "8bit",
  43. "16bit",
  44. "24bit",
  45. "32bit",
  46. "encoder",
  47. "decoder",
  48. "image",
  49. "javascript",
  50. "js"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "bmp-js",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/shaozilee/bmp-js.git"
  58. },
  59. "version": "0.1.0"
  60. }