{
  "_args": [
    [
      "libheif-js@1.6.1",
      "/opt/data/websites/csp-api-new"
    ]
  ],
  "_from": "libheif-js@1.6.1",
  "_id": "libheif-js@1.6.1",
  "_inBundle": false,
  "_integrity": "sha512-eqkjznr9R+asyStnsnhI74CRo9L4yNeO+SUgm6mLG+NJYUashjJmOA7ls7g1C5eDaUbT8s/f5zE/IpDu+YZBMA==",
  "_location": "/libheif-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "libheif-js@1.6.1",
    "name": "libheif-js",
    "escapedName": "libheif-js",
    "rawSpec": "1.6.1",
    "saveSpec": null,
    "fetchSpec": "1.6.1"
  },
  "_requiredBy": [
    "/",
    "/heic-decode"
  ],
  "_resolved": "https://registry.npmjs.org/libheif-js/-/libheif-js-1.6.1.tgz",
  "_spec": "1.6.1",
  "_where": "/opt/data/websites/csp-api-new",
  "author": {
    "name": "Kiril Vatev",
    "email": "vatev.1@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/catdad-experiments/libheif-js/issues"
  },
  "description": "Emscripten distribution of libheif for Node.JS and the browser",
  "devDependencies": {
    "chai": "^4.2.0",
    "end-of-stream": "^1.4.4",
    "eslint": "^5.16.0",
    "fs-extra": "^8.1.0",
    "mocha": "^7.0.0",
    "node-fetch": "^2.6.0",
    "pumpify": "^2.0.1",
    "rootrequire": "^1.0.0"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "homepage": "https://github.com/catdad-experiments/libheif-js#readme",
  "keywords": [
    "heif",
    "heic",
    "libheif",
    "decoder"
  ],
  "license": "LGPL-3.0",
  "main": "libheif/libheif.js",
  "name": "libheif-js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/catdad-experiments/libheif-js.git"
  },
  "scripts": {
    "fetch": "node scripts/install.js",
    "images": "node scripts/images.js",
    "pretest": "npm run -s images",
    "test": "mocha test/**/*.test.js"
  },
  "version": "1.6.1"
}
