{
  "_from": "html2pdf.js@^0.9.3",
  "_id": "html2pdf.js@0.9.3",
  "_inBundle": false,
  "_integrity": "sha512-M254g3Z+ZsjtQFDxJlU6E8Zgb8xOpCBQQM1lFPn4Lq+myAdWoYtMFnwlVo/eOI9R1cG75+YmMSDQofkugwOV/Q==",
  "_location": "/html2pdf.js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "html2pdf.js@^0.9.3",
    "name": "html2pdf.js",
    "escapedName": "html2pdf.js",
    "rawSpec": "^0.9.3",
    "saveSpec": null,
    "fetchSpec": "^0.9.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/html2pdf.js/-/html2pdf.js-0.9.3.tgz",
  "_shasum": "e7fc6143f748ce253670eaae403987342b66b15c",
  "_spec": "html2pdf.js@^0.9.3",
  "_where": "/home/promolider/public_html/vcr_testing",
  "author": {
    "name": "Erik Koopmans",
    "email": "erik@erik-koopmans.com",
    "url": "https://www.erik-koopmans.com"
  },
  "browser": "dist/html2pdf.js",
  "bugs": {
    "url": "https://github.com/eKoopmans/html2pdf.js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "es6-promise": "^4.2.5",
    "html2canvas": "^1.0.0-alpha.12",
    "jspdf": "1.4.1"
  },
  "deprecated": false,
  "description": "Client-side HTML-to-PDF rendering using pure JS",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "babel-preset-env": "^1.7.0",
    "commander": "^7.2.0",
    "rimraf": "^2.6.2",
    "rollup": "^0.51.8",
    "rollup-plugin-babel": "^3.0.2",
    "rollup-plugin-commonjs": "^8.2.6",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-uglify": "^2.0.1"
  },
  "homepage": "https://ekoopmans.github.io/html2pdf.js/",
  "keywords": [
    "javascript",
    "pdf-generation",
    "html",
    "client-side",
    "canvas"
  ],
  "license": "MIT",
  "main": "dist/require/html2pdf.cjs.js",
  "module": "dist/include/html2pdf.es.js",
  "name": "html2pdf.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eKoopmans/html2pdf.js.git"
  },
  "scripts": {
    "build": "rollup -c",
    "clean": "rimraf dist",
    "prebuild": "npm install && npm run clean",
    "publish-gh": "node ./build-scripts.js publish-gh",
    "release": "node ./build-scripts.js release",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "0.9.3"
}
