{
  "_args": [
    [
      "heic-decode@1.1.1",
      "/opt/data/websites/csp-api-new"
    ]
  ],
  "_from": "heic-decode@1.1.1",
  "_id": "heic-decode@1.1.1",
  "_inBundle": false,
  "_integrity": "sha512-0KKYaXk2QSZrQIp4UKaNt/tyK8UGZkdfTzZRzny+cyYbNPJXRicaLCphMOuaBxHpHvCBTqnl0rM0qQ+rN98gJg==",
  "_location": "/heic-decode",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "heic-decode@1.1.1",
    "name": "heic-decode",
    "escapedName": "heic-decode",
    "rawSpec": "1.1.1",
    "saveSpec": null,
    "fetchSpec": "1.1.1"
  },
  "_requiredBy": [
    "/heic-convert"
  ],
  "_resolved": "https://registry.npmjs.org/heic-decode/-/heic-decode-1.1.1.tgz",
  "_spec": "1.1.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-decode/issues"
  },
  "dependencies": {
    "libheif-js": "^1.6.1"
  },
  "description": "Decode HEIC images to raw data",
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^5.16.0",
    "fs-extra": "^8.1.0",
    "jimp": "^0.9.3",
    "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-decode#readme",
  "keywords": [
    "heic",
    "heif",
    "image",
    "photo",
    "decode"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "heic-decode",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/catdad-experiments/heic-decode.git"
  },
  "scripts": {
    "pretest": "node scripts/images.js",
    "test": "mocha \"test/**/*.js\" --timeout 20000 --slow 0"
  },
  "version": "1.1.1"
}
