{
  "_args": [
    [
      "heic2any@0.0.2",
      "/opt/data/websites/csp-api-new"
    ]
  ],
  "_from": "heic2any@0.0.2",
  "_id": "heic2any@0.0.2",
  "_inBundle": false,
  "_integrity": "sha512-JU/VsP2DqUr1LlrAln7pZ1C0WKVhuwu/6l70N84SfB9FRe5QkP9jPno4tDD1e5d+fwmnDLz+z8lLE5QnF1DBEA==",
  "_location": "/heic2any",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "heic2any@0.0.2",
    "name": "heic2any",
    "escapedName": "heic2any",
    "rawSpec": "0.0.2",
    "saveSpec": null,
    "fetchSpec": "0.0.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/heic2any/-/heic2any-0.0.2.tgz",
  "_spec": "0.0.2",
  "_where": "/opt/data/websites/csp-api-new",
  "author": {
    "name": "Alex Corvi"
  },
  "bugs": {
    "url": "https://github.com/alexcorvi/heic2any/issues"
  },
  "dependencies": {},
  "description": "Converting HEIC/HEIF to PNG/JPEG/GIF in the browser",
  "devDependencies": {
    "typescript": "^3.5.1"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/alexcorvi/heic2any#readme",
  "keywords": [
    "HEIC",
    "HEIF",
    "PNG",
    "image",
    "conversion"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "name": "heic2any",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexcorvi/heic2any.git"
  },
  "scripts": {
    "build": "tsc --p tsconfig.json && node ./build.js"
  },
  "types": "dist/index.d.ts",
  "version": "0.0.2"
}
