{
  "_args": [
    [
      "node-html-to-image@3.3.0",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_from": "node-html-to-image@3.3.0",
  "_id": "node-html-to-image@3.3.0",
  "_inBundle": false,
  "_integrity": "sha512-DIuQYuNzelE4r6K61F4JwBsK3dt/HwZUDD+f7j2qRBCAR9lBtRG+QwwpVG+ra/hrAH/WEtVmhPjEbIkyLAVSKQ==",
  "_location": "/node-html-to-image",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-html-to-image@3.3.0",
    "name": "node-html-to-image",
    "escapedName": "node-html-to-image",
    "rawSpec": "3.3.0",
    "saveSpec": null,
    "fetchSpec": "3.3.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/node-html-to-image/-/node-html-to-image-3.3.0.tgz",
  "_spec": "3.3.0",
  "_where": "/var/www/html/whatsapp-bi",
  "author": {
    "name": "FRIN Yvonnick",
    "email": "frin.yvonnick@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/frinyvonnick/node-html-to-image/issues"
  },
  "dependencies": {
    "handlebars": "^4.5.3",
    "puppeteer": "^15.3.0",
    "puppeteer-cluster": "^0.23.0"
  },
  "description": "A Node.js library that generates images from HTML",
  "devDependencies": {
    "@babel/core": "^7.18.6",
    "@babel/preset-env": "^7.18.6",
    "@babel/preset-typescript": "^7.18.6",
    "@types/jest": "^28.1.4",
    "@types/node": "^16.11.43",
    "@types/puppeteer": "^5.4.6",
    "@types/puppeteer-core": "^5.4.0",
    "@typescript-eslint/eslint-plugin": "^5.30.4",
    "@typescript-eslint/parser": "^5.30.4",
    "eslint": "^8.19.0",
    "gitmoji-changelog": "2.3.0",
    "jest": "^28.1.2",
    "jest-circus": "^28.1.2",
    "puppeteer-core": "^15.3.0",
    "rimraf": "^3.0.2",
    "tesseract.js": "^2.1.5",
    "typescript": "^4.7.4"
  },
  "files": [
    "src",
    "types",
    "!src/*.spec.js"
  ],
  "homepage": "https://github.com/frinyvonnick/node-html-to-image#readme",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "name": "node-html-to-image",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/frinyvonnick/node-html-to-image.git"
  },
  "scripts": {
    "build": "tsc",
    "lint": "eslint ./src",
    "test": "jest"
  },
  "types": "dist/index.d.ts",
  "version": "3.3.0"
}
