{
  "_args": [
    [
      "pdf2html@2.6.7",
      "/var/www/html/api.shopperr.in"
    ]
  ],
  "_from": "pdf2html@2.6.7",
  "_id": "pdf2html@2.6.7",
  "_inBundle": false,
  "_integrity": "sha512-y9LwtSrBKI66/9ee1XJk0uDLCLL7ULQY/ZFbmA84egjD6KfYvfczd6Zn3Fzo+qluAVv56DgJeSgGsWXytfAglg==",
  "_location": "/pdf2html",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "pdf2html@2.6.7",
    "name": "pdf2html",
    "escapedName": "pdf2html",
    "rawSpec": "2.6.7",
    "saveSpec": null,
    "fetchSpec": "2.6.7"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/pdf2html/-/pdf2html-2.6.7.tgz",
  "_spec": "2.6.7",
  "_where": "/var/www/html/api.shopperr.in",
  "author": {
    "name": "Shebin Leo Vincent",
    "email": "shebinleovincent@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/shebinleo/pdf2html/issues"
  },
  "dependencies": {
    "cheerio": "^1.0.0-rc.10",
    "debug": "^4.3.4",
    "gm": "^1.23.1",
    "lodash.defaults": "^4.2.0",
    "urijs": "^1.19.7"
  },
  "description": "PDF to HTML or Text conversion using Apache Tika. Also generate PDF thumbnail using Apache PDFBox.",
  "devDependencies": {
    "chai": "^4.3.6",
    "eslint": "^8.13.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-standard": "^5.0.0",
    "mocha": "^9.2.2"
  },
  "engines": {
    "node": ">= 12"
  },
  "homepage": "https://github.com/shebinleo/pdf2html#readme",
  "keywords": [
    "pdftohtml",
    "tika",
    "pdfbox",
    "convert",
    "pdf",
    "html",
    "thumbnail"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "pdf2html",
  "pre-commit": [
    "lint"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shebinleo/pdf2html.git"
  },
  "scripts": {
    "lint": "eslint .",
    "postinstall": "node postinstall.js",
    "test": "TZ=UTC mocha --timeout 5000"
  },
  "version": "2.6.7"
}
