package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "@jimp/gif@^0.9.8",
  3. "_id": "@jimp/gif@0.9.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LEbfpcO1sBJIQCJHchZjNlyNxzPjZQQ4X32klpQHZJG58n9FvL7Uuh1rpkrJRbqv3cU3P0ENNtTrsBDxsYwcfA==",
  6. "_location": "/@jimp/gif",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jimp/gif@^0.9.8",
  12. "name": "@jimp/gif",
  13. "escapedName": "@jimp%2fgif",
  14. "scope": "@jimp",
  15. "rawSpec": "^0.9.8",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.9.8"
  18. },
  19. "_requiredBy": [
  20. "/@jimp/types"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@jimp/gif/-/gif-0.9.8.tgz",
  23. "_shasum": "513aff511634c338d1ab33a7bba1ba3412220b5b",
  24. "_spec": "@jimp/gif@^0.9.8",
  25. "_where": "/data/wwwroot/qimall/node/node_modules/@jimp/types",
  26. "author": "",
  27. "bundleDependencies": false,
  28. "dependencies": {
  29. "@babel/runtime": "^7.7.2",
  30. "@jimp/utils": "^0.9.8",
  31. "core-js": "^3.4.1",
  32. "omggif": "^1.0.9"
  33. },
  34. "deprecated": false,
  35. "description": "Default Jimp gif encoder/decoder.",
  36. "gitHead": "3a3df33f1fcf11899075ba87811d7c3d4f9bed21",
  37. "license": "MIT",
  38. "main": "dist/index.js",
  39. "module": "es/index.js",
  40. "name": "@jimp/gif",
  41. "peerDependencies": {
  42. "@jimp/custom": ">=0.3.5"
  43. },
  44. "publishConfig": {
  45. "access": "public"
  46. },
  47. "scripts": {
  48. "build": "npm run build:node:production && npm run build:module",
  49. "build:debug": "npm run build:node:debug",
  50. "build:module": "cross-env BABEL_ENV=module babel src -d es --source-maps --config-file ../../babel.config.js",
  51. "build:node": "babel src -d dist --source-maps --config-file ../../babel.config.js",
  52. "build:node:debug": "cross-env BABEL_ENV=development npm run build:node",
  53. "build:node:production": "cross-env BABEL_ENV=production npm run build:node",
  54. "build:watch": "npm run build:node:debug -- -- --watch --verbose"
  55. },
  56. "types": "index.d.ts",
  57. "version": "0.9.8"
  58. }