{
  "_from": "html-pdf@^3.0.1",
  "_id": "html-pdf@3.0.1",
  "_inBundle": false,
  "_integrity": "sha512-CKNSacmQn+CKJ2GNfT4UYKaPy/T3Ndj82yJ2aju/UPmnvWNjIpyumqRqkFU0mwT6BTHBFhFGTnXN8dBn4Bdj0Q==",
  "_location": "/html-pdf",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "html-pdf@^3.0.1",
    "name": "html-pdf",
    "escapedName": "html-pdf",
    "rawSpec": "^3.0.1",
    "saveSpec": null,
    "fetchSpec": "^3.0.1"
  },
  "_requiredBy": [
    "/pdf-creator-node"
  ],
  "_resolved": "https://registry.npmjs.org/html-pdf/-/html-pdf-3.0.1.tgz",
  "_shasum": "5a8f7b6bd49d624345938952f24b47e4a08f14db",
  "_spec": "html-pdf@^3.0.1",
  "_where": "/var/www/html/api.shopperr.in/node_modules/pdf-creator-node",
  "author": {
    "name": "Marc Bachmann"
  },
  "bin": {
    "html-pdf": "bin/index.js"
  },
  "bugs": {
    "url": "https://github.com/marcbachmann/node-html-pdf/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "phantomjs-prebuilt": "^2.1.16"
  },
  "deprecated": "Please migrate your projects to a newer library like puppeteer",
  "description": "HTML to PDF converter that uses phantomjs",
  "devDependencies": {
    "phantomjs-prebuilt": "^2.1.16",
    "standard": "^5.1.1",
    "tap-spec": "^2.2.0",
    "tape": "^3.4.0"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "homepage": "https://github.com/marcbachmann/node-html-pdf",
  "keywords": [
    "html",
    "pdf",
    "phantom",
    "phantomjs",
    "nodejs"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "html-pdf",
  "optionalDependencies": {
    "phantomjs-prebuilt": "^2.1.16"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/marcbachmann/node-html-pdf.git"
  },
  "scripts": {
    "test": "standard && tape test/index.js examples/*/test.js"
  },
  "version": "3.0.1"
}
