{
  "_args": [
    [
      "heic-convert@1.2.1",
      "/opt/data/websites/csp-api-new"
    ]
  ],
  "_from": "heic-convert@1.2.1",
  "_id": "heic-convert@1.2.1",
  "_inBundle": false,
  "_integrity": "sha512-RoYDx9GZIcrMG0BEfDt1X6xsAH4Pn/WRAVJrHwESAqMEc7noJB2I6AhSBvDZ1E0dGBON5zOtczDj3mIevkLlPw==",
  "_location": "/heic-convert",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "heic-convert@1.2.1",
    "name": "heic-convert",
    "escapedName": "heic-convert",
    "rawSpec": "1.2.1",
    "saveSpec": null,
    "fetchSpec": "1.2.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/heic-convert/-/heic-convert-1.2.1.tgz",
  "_spec": "1.2.1",
  "_where": "/opt/data/websites/csp-api-new",
  "author": {
    "name": "Kiril Vatev",
    "email": "vatev.1@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/catdad-experiments/heic-convert/issues"
  },
  "dependencies": {
    "heic-decode": "^1.1.0",
    "jpeg-js": "^0.3.6",
    "pngjs": "^3.4.0"
  },
  "description": "Convert HEIC/HEIF images to JPEG and PNG",
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^5.16.0",
    "file-type": "^13.1.0",
    "fs-extra": "^8.1.0",
    "mocha": "^7.0.0",
    "node-fetch": "^2.6.0",
    "rootrequire": "^1.0.0"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "homepage": "https://github.com/catdad-experiments/heic-convert#readme",
  "keywords": [
    "heif",
    "heic",
    "convert",
    "jpeg",
    "jpg",
    "png",
    "image"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "heic-convert",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/catdad-experiments/heic-convert.git"
  },
  "scripts": {
    "pretest": "node scripts/images.js",
    "test": "mocha --timeout 20000 --slow 0 \"test/**/*.js\""
  },
  "version": "1.2.1"
}
