{
  "_args": [
    [
      "gm@1.25.0",
      "/var/www/html/api.shopperr.in"
    ]
  ],
  "_from": "gm@1.25.0",
  "_id": "gm@1.25.0",
  "_inBundle": false,
  "_integrity": "sha512-4kKdWXTtgQ4biIo7hZA396HT062nDVVHPjQcurNZ3o/voYN+o5FUC5kOwuORbpExp3XbTJ3SU7iRipiIhQtovw==",
  "_location": "/gm",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gm@1.25.0",
    "name": "gm",
    "escapedName": "gm",
    "rawSpec": "1.25.0",
    "saveSpec": null,
    "fetchSpec": "1.25.0"
  },
  "_requiredBy": [
    "/pdf2html"
  ],
  "_resolved": "https://registry.npmjs.org/gm/-/gm-1.25.0.tgz",
  "_spec": "1.25.0",
  "_where": "/var/www/html/api.shopperr.in",
  "author": {
    "name": "Aaron Heckmann",
    "email": "aaron.heckmann+github@gmail.com"
  },
  "bugs": {
    "url": "http://github.com/aheckmann/gm/issues"
  },
  "dependencies": {
    "array-parallel": "~0.1.3",
    "array-series": "~0.1.5",
    "cross-spawn": "^4.0.0",
    "debug": "^3.1.0"
  },
  "description": "GraphicsMagick and ImageMagick for node.js",
  "devDependencies": {
    "async": "~0.9.0"
  },
  "engines": {
    "node": ">=14"
  },
  "homepage": "https://github.com/aheckmann/gm#readme",
  "keywords": [
    "graphics",
    "magick",
    "image",
    "graphicsmagick",
    "imagemagick",
    "gm",
    "convert",
    "identify",
    "compare"
  ],
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "main": "./index",
  "name": "gm",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aheckmann/gm.git"
  },
  "scripts": {
    "security": "npm audit",
    "test": "npm run security && npm run test-integration",
    "test-integration": "node test/ --integration",
    "test-unit": "node test/"
  },
  "version": "1.25.0"
}
