{
  "_from": "jspdf-autotable@^3.5.28",
  "_id": "jspdf-autotable@3.5.28",
  "_inBundle": false,
  "_integrity": "sha512-eNYt5mUxCGa1Y0bmOhGXU+Va/P2jNkgOgUPGIpZp2rbZUauU34s0q3S59Jps5zi2u90nQy7DmD/D+sdesJLIEA==",
  "_location": "/jspdf-autotable",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jspdf-autotable@^3.5.28",
    "name": "jspdf-autotable",
    "escapedName": "jspdf-autotable",
    "rawSpec": "^3.5.28",
    "saveSpec": null,
    "fetchSpec": "^3.5.28"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/jspdf-autotable/-/jspdf-autotable-3.5.28.tgz",
  "_shasum": "5463acbfa7a5b182453afea8f8aeac48bc96bfdb",
  "_spec": "jspdf-autotable@^3.5.28",
  "_where": "/var/www/html/analytics/analytics-soa",
  "author": {
    "name": "Simon Bengtsson",
    "email": "dev@simonbengtsson.com"
  },
  "browserslist": [
    "last 2 versions",
    "> 1%",
    "IE 11"
  ],
  "bugs": {
    "url": "https://github.com/simonbengtsson/jsPDF-AutoTable/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Generate pdf tables with javascript (jsPDF plugin)",
  "devDependencies": {
    "@rollup/plugin-typescript": "^9.0.2",
    "@types/mocha": "^10.0.0",
    "@typescript-eslint/eslint-plugin": "^5.44.0",
    "@typescript-eslint/parser": "^5.44.0",
    "dts-bundle-generator": "^7.1.0",
    "eslint": "^8.28.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "jsdom": "^20.0.3",
    "jspdf": "^2.5.1",
    "mocha": "^10.1.0",
    "npm-check-updates": "^16.4.3",
    "prettier": "2.8.0",
    "rollup": "^3.5.0",
    "ts-loader": "^9.4.1",
    "ts-node": "^10.9.1",
    "tslib": "^2.4.1",
    "typescript": "^4.9.3",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.0",
    "webpack-dev-server": "^4.11.1"
  },
  "directories": {
    "example": "examples"
  },
  "exports": {
    ".": "./dist/jspdf.plugin.autotable.js",
    "./es": "./dist/jspdf.plugin.autotable.mjs"
  },
  "files": [
    "dist/*"
  ],
  "homepage": "https://simonbengtsson.github.io/jsPDF-AutoTable",
  "keywords": [
    "pdf",
    "table",
    "jspdf"
  ],
  "license": "MIT",
  "main": "dist/jspdf.plugin.autotable.js",
  "name": "jspdf-autotable",
  "peerDependencies": {
    "jspdf": "^2.5.1"
  },
  "prettier": {
    "semi": false,
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/simonbengtsson/jsPDF-AutoTable.git"
  },
  "scripts": {
    "build": "webpack --mode=production && webpack --mode=production --env minified && npm run buildes && npm run types",
    "buildes": "rollup --config rollup.config.mjs",
    "deploy": "git push --follow-tags && npm run hosting && npm publish",
    "format": "prettier --write src",
    "hosting": "git push origin master:gh-pages -f",
    "lint": "eslint . --ext .ts",
    "start": "webpack serve --config webpack.config.mjs --mode=development",
    "start-external": "webpack serve --config webpack.config.mjs --mode=development --host 0.0.0.0",
    "test": "mocha -r ts-node/register test/test*.ts",
    "types": "dts-bundle-generator src/main.ts -o ./dist/index.d.ts",
    "update-libs": "cd examples/nodejs && ncu -u && npm i && cd ../typescript && ncu -u && npm i && cd ../webpack && ncu -u && npm i",
    "version": "npm test && npm run build && git add -A dist"
  },
  "types": "dist/index",
  "version": "3.5.28"
}
