12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "name": "pdfmake",
- "homepage": "https://bpampuch.github.io/pdfmake",
- "authors": [
- "Bartek Pampuch <bartosz.pampuch@gmail.com>"
- ],
- "description": "Client/server side PDF printing in pure JavaScript",
- "main": [
- "build/pdfmake.js",
- "build/vfs_fonts.js"
- ],
- "moduleType": [
- "globals"
- ],
- "keywords": [
- "pdf",
- "javascript",
- "printing",
- "layout"
- ],
- "license": "MIT",
- "ignore": [
- "**/.*",
- "dev-playground",
- "gulpfile.js",
- "webpack.config.js",
- "README.md",
- "bower.json",
- "CONTRIBUTING.md",
- "examples",
- "node_modules",
- "package.json",
- "src",
- "tests",
- "yarn.lock",
- "composer.json",
- ".travis.yml"
- ],
- "version": "0.1.65",
- "_release": "0.1.65",
- "_resolution": {
- "type": "version",
- "tag": "0.1.65",
- "commit": "e30db8db2d9c822e60109ca8ed1b4869d4f019f4"
- },
- "_source": "https://github.com/bpampuch/pdfmake.git",
- "_target": "^0.1.20",
- "_originalSource": "pdfmake"
- }
|