package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_from": "omggif@^1.0.9",
  3. "_id": "omggif@1.0.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LMJTtvgc/nugXj0Vcrrs68Mn2D1r0zf630VNtqtpI1FEO7e+O9FP4gqs9AcnBaSEeoHIPm28u6qgPR0oyEpGSw==",
  6. "_location": "/omggif",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "omggif@^1.0.9",
  12. "name": "omggif",
  13. "escapedName": "omggif",
  14. "rawSpec": "^1.0.9",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.9"
  17. },
  18. "_requiredBy": [
  19. "/@jimp/gif"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/omggif/-/omggif-1.0.10.tgz",
  22. "_shasum": "ddaaf90d4a42f532e9e7cb3a95ecdd47f17c7b19",
  23. "_spec": "omggif@^1.0.9",
  24. "_where": "/data/wwwroot/qimall/node/node_modules/@jimp/gif",
  25. "author": {
  26. "name": "Dean McNamee",
  27. "email": "dean@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/deanm/omggif/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "omggif is a JavaScript implementation of a GIF 89a encoder and decoder.",
  35. "homepage": "https://github.com/deanm/omggif#readme",
  36. "keywords": [
  37. "gif",
  38. "gif89a",
  39. "gif87a",
  40. "plask"
  41. ],
  42. "license": "MIT",
  43. "main": "omggif.js",
  44. "name": "omggif",
  45. "repository": {
  46. "type": "git",
  47. "url": "git+https://github.com/deanm/omggif.git"
  48. },
  49. "version": "1.0.10"
  50. }