package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "utif@^2.0.1",
  3. "_id": "utif@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Z/S1fNKCicQTf375lIP9G8Sa1H/phcysstNrrSdZKj1f9g58J4NMgb5IgiEZN9/nLMPDwF0W7hdOe9Qq2IYoLg==",
  6. "_location": "/utif",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "utif@^2.0.1",
  12. "name": "utif",
  13. "escapedName": "utif",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/@jimp/tiff"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/utif/-/utif-2.0.1.tgz",
  22. "_shasum": "9e1582d9bbd20011a6588548ed3266298e711759",
  23. "_spec": "utif@^2.0.1",
  24. "_where": "/data/wwwroot/qimall/node/node_modules/@jimp/tiff",
  25. "author": {
  26. "name": "photopea",
  27. "url": "https://github.com/photopea"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/photopea/UTIF.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Scimonster",
  36. "url": "https://github.com/Scimonster"
  37. }
  38. ],
  39. "dependencies": {
  40. "pako": "^1.0.5"
  41. },
  42. "deprecated": false,
  43. "description": "Fast and advanced TIFF decoder",
  44. "homepage": "https://github.com/photopea/UTIF.js",
  45. "keywords": [
  46. "tiff",
  47. "image",
  48. "conversion"
  49. ],
  50. "license": "MIT",
  51. "main": "UTIF",
  52. "name": "utif",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/photopea/UTIF.js.git"
  56. },
  57. "version": "2.0.1"
  58. }