{
  "_args": [
    [
      "gifwrap@0.9.4",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "gifwrap@0.9.4",
  "_id": "gifwrap@0.9.4",
  "_inBundle": false,
  "_integrity": "sha512-MDMwbhASQuVeD4JKd1fKgNgCRL3fGqMM4WaqpNhWO0JiMOAjbQdumbs4BbBZEy9/M00EHEjKN3HieVhCUlwjeQ==",
  "_location": "/gifwrap",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gifwrap@0.9.4",
    "name": "gifwrap",
    "escapedName": "gifwrap",
    "rawSpec": "0.9.4",
    "saveSpec": null,
    "fetchSpec": "0.9.4"
  },
  "_requiredBy": [
    "/@jimp/gif"
  ],
  "_resolved": "https://registry.npmjs.org/gifwrap/-/gifwrap-0.9.4.tgz",
  "_spec": "0.9.4",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Joseph T. Lapp"
  },
  "bugs": {
    "url": "https://github.com/jtlapp/gifwrap/issues"
  },
  "dependencies": {
    "image-q": "^4.0.0",
    "omggif": "^1.0.10"
  },
  "description": "A Jimp-compatible library for working with GIFs",
  "devDependencies": {
    "chai": "^4.2.0",
    "dmd-clear": "^0.1.2",
    "jimp": "^0.2.28",
    "mocha": "^9.2.2"
  },
  "homepage": "https://github.com/jtlapp/gifwrap#readme",
  "keywords": [
    "image",
    "image",
    "processing",
    "image",
    "manipulation",
    "gif",
    "javascript"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "gifwrap",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jtlapp/gifwrap.git"
  },
  "scripts": {
    "docs": "jsdoc2md --plugin dmd-clear --template templates/README.hbs src/index.js src/gif.js src/bitmapimage.js src/gifframe.js src/gifutil.js src/gifcodec.js > README.md",
    "test": "mocha --timeout=6000 ./test/*.js"
  },
  "version": "0.9.4"
}
