{
  "_from": "combine-image@^1.0.3",
  "_id": "combine-image@1.0.3",
  "_inBundle": false,
  "_integrity": "sha512-qE7G/RXTc21sZuypwI2HPHgSf9pxWd2kHv8P7j1Qu6BIfLmNYW7LACixJ++dCCpIbZuCcurTeKU2nSaLTAloSg==",
  "_location": "/combine-image",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "combine-image@^1.0.3",
    "name": "combine-image",
    "escapedName": "combine-image",
    "rawSpec": "^1.0.3",
    "saveSpec": null,
    "fetchSpec": "^1.0.3"
  },
  "_requiredBy": [
    "/@bot-whatsapp/provider"
  ],
  "_resolved": "https://registry.npmjs.org/combine-image/-/combine-image-1.0.3.tgz",
  "_shasum": "5352282d114997f0b33c0a7a84a2eba8d599263d",
  "_spec": "combine-image@^1.0.3",
  "_where": "/home/vcubed/nodevenv/chatbot.unadeca.net/10/lib/node_modules/@bot-whatsapp/provider",
  "author": {
    "name": "Danish Kamal",
    "email": "danish5095@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/danish1994/combine-image/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "is-plain-obj": "^1.1.0",
    "jimp": "0.2.27"
  },
  "deprecated": false,
  "description": "Combine multiple images into a single image",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-jest": "^20.0.3",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-env": "^1.6.0",
    "babel-preset-stage-1": "^6.24.1",
    "eslint": "^4.5.0",
    "eslint-config-prev": "^6.0.0",
    "jest": "^20.0.4",
    "rimraf": "^2.6.1"
  },
  "engines": {
    "node": ">= 6"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/danish1994/combine-image#readme",
  "keywords": [
    "concat",
    "convert",
    "compose",
    "image",
    "manipulation",
    "merge",
    "combine",
    "same size"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "combine-image",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danish1994/combine-image.git"
  },
  "scripts": {
    "build": "babel --out-dir lib src",
    "clean": "rimraf lib",
    "prebuild": "npm run clean",
    "prepublish": "npm run build"
  },
  "version": "1.0.3"
}
