{"maintainers":[{"name":"anonymous","email":"alafr@outlook.com"}],"dist-tags":{"latest":"0.1.8"},"author":{"name":"alafr"},"description":"Insert SVG into a PDF document created with PDFKit","readme":"# SVG-to-PDFKit\nInsert SVG into a PDF document created with PDFKit.\n\n## Install\n\n    npm install svg-to-pdfkit --save\n\n## Use\n\n    SVGtoPDF(doc, svg, x, y, options);\n\n&nbsp; &nbsp; If you prefer, you can add the function to the PDFDocument prototype:\n\n    PDFDocument.prototype.addSVG = function(svg, x, y, options) {\n      return SVGtoPDF(this, svg, x, y, options), this;\n    };\n\n&nbsp; &nbsp; And then simply call:\n\n    doc.addSVG(svg, x, y, options);\n\n## Parameters\n\n    doc [PDFDocument] = the PDF document created with PDFKit\n    svg [SVGElement or string] = the SVG object or XML code\n    x, y [number] = the position where the SVG will be added\n    options [Object] = >\n      - width, height [number] = initial viewport, by default it's the page dimensions\n      - preserveAspectRatio [string] = override alignment of the SVG content inside its viewport\n      - useCSS [boolean] = use the CSS styles computed by the browser (for SVGElement only)\n      - fontCallback [function] = function called to get the fonts, see source code\n      - imageCallback [function] = same as above for the images (for Node.js)\n      - documentCallback [function] = same as above for the external SVG documents\n      - colorCallback [function] = function called to get color, making mapping to CMYK possible\n      - warningCallback [function] = function called when there is a warning\n      - assumePt [boolean] = assume that units are PDF points instead of SVG pixels\n      - precision [number] = precision factor for approximative calculations (default = 3)\n\n## Fonts\nIn the browser, it's easier to register fonts (<a href=\"https://github.com/foliojs/pdfkit/issues/623#issuecomment-284625259\">see here how</a>) before calling SVGtoPDF. SVGtoPDF doesn't wait for font loading with asynchronous XMLHttpRequest.\n\nMake sure to name the fonts with the exact pattern 'MyFont', 'MyFont-Bold', 'MyFont-Italic', 'MyFont-BoldItalic' (case sensitive), if the font is named font-family=\"MyFont\" in the svg. Missing Bold, Italic, BoldItalic fonts are simulated with stroke and skew angle.\n\nIf your fonts don't follow this pattern, or you want to register fonts at the moment they are encountered in the svg, you can use a custom fontCallback function.\n\n## Demos\n&nbsp; &nbsp; <a href=\"https://alafr.github.io/SVG-to-PDFKit/examples/demo.htm\" target=\"_blank\">https://alafr.github.io/SVG-to-PDFKit/examples/demo.htm</a>\n\n&nbsp; &nbsp; <a href=\"https://alafr.github.io/SVG-to-PDFKit/examples/options.htm\" target=\"_blank\">https://alafr.github.io/SVG-to-PDFKit/examples/options.htm</a>\n\n## NodeJS example\n&nbsp; &nbsp; <a href=\"https://runkit.com/alafr/5a1377ff160182001232a91d\" target=\"_blank\">https://runkit.com/alafr/5a1377ff160182001232a91d</a>\n\n## Supported\n - shapes: rect, circle, path, ellipse, line, polyline, polygon\n - special elements: use, nested svg\n - text elements: text, tspan, textPath\n - text attributes: x, y, dx, dy, rotate, text-anchor, textLength, word-spacing, letter-spacing, font-size\n - styling: with attributes only\n - colors: fill, stroke & color (rgb, rgba, hex, string), fill-opacity, stroke-opacity & opacity\n - units: all standard units\n - transformations: transform, viewBox & preserveAspectRatio attributes\n - clip paths & masks\n - images\n - fonts\n - gradients\n - patterns\n - links\n\n## Unsupported\n - filters\n - text attributes: font-variant, writing-mode, unicode-bidi\n - foreignObject (<a href=\"https://github.com/alafr/SVG-to-PDFKit/issues/37\">#37</a>)\n - other things I don't even know they exist\n\n## Warning\n - Use an updated PDFKit version (≥0.8.1): see <a href=\"https://github.com/alafr/pdfkit/wiki/How-to-install-and-build-a-PDFKit-branch\">here</a> how to build it, or use the prebuilt file in the <a href=\"https://github.com/alafr/SVG-to-PDFKit/tree/master/examples\">examples</a> folder.\n - There are bugs, please send issues and/or pull requests.\n\n## License\n&nbsp; &nbsp; <a href=\"http://choosealicense.com/licenses/mit/\">MIT</a>\n\n## Other useful projects\n - <a href=\"https://github.com/devongovett/pdfkit\">PDFKit</a>, the JavaScript PDF generation library for Node and the browser.\n - For inserting SVG graphics into a PDFKit document there is also <a href=\"https://github.com/devongovett/svgkit\">svgkit</a>.\n - For the opposite conversion, from PDF to SVG, you can use <a href=\"https://github.com/mozilla/pdf.js\">Mozilla's PDF.js</a>.\n","repository":{"type":"git","url":"git+https://github.com/alafr/SVG-to-PDFKit.git"},"users":{"1cr18ni9":true},"bugs":{"url":"https://github.com/alafr/SVG-to-PDFKit/issues"},"license":"MIT","versions":{"0.1.0":{"name":"svg-to-pdfkit","version":"0.1.0","description":"Insert SVG into a PDF document created with PDFKit","author":{"name":"alafr"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/alafr/SVG-to-PDFKit.git"},"bugs":{"url":"https://github.com/alafr/SVG-to-PDFKit/issues"},"main":"source.js","homepage":"https://github.com/alafr/SVG-to-PDFKit#readme","_id":"svg-to-pdfkit@0.1.0","_shasum":"a5dbea9123a304cdb45606b49fb0138542657b80","_resolved":"file:node_modules\\svg-to-pdfkit","_from":"node_modules\\svg-to-pdfkit","scripts":{},"_npmVersion":"2.15.1","_nodeVersion":"4.4.3","_npmUser":{"name":"anonymous","email":"alafr@outlook.com"},"dist":{"shasum":"a5dbea9123a304cdb45606b49fb0138542657b80","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/svg-to-pdfkit/-/svg-to-pdfkit-0.1.0.tgz","integrity":"sha512-2iyR40r3giIomqSeFKFFMC98OhoPZsRUxAFKVkfNVS9wNrtGon3z0J/5HhPAIPDmz8qV0T34Scg9pBjSPjX/aQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC4todyapu8wMpUj/LMkKpTNx3scFrlzzDfR3mNJn2rKAiBGSMwRX1k5LO1JLIdA+bhMW8R879/iqe8zym8QoRroWg=="}]},"maintainers":[{"name":"anonymous","email":"alafr@outlook.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/svg-to-pdfkit-0.1.0.tgz_1493636712163_0.556318516144529"},"directories":{}},"0.1.1":{"name":"svg-to-pdfkit","version":"0.1.1","description":"Insert SVG into a PDF document created with PDFKit","author":{"name":"alafr"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/alafr/SVG-to-PDFKit.git"},"bugs":{"url":"https://github.com/alafr/SVG-to-PDFKit/issues"},"main":"source.js","dependencies":{"pdfkit":">=0.8.1"},"homepage":"https://github.com/alafr/SVG-to-PDFKit#readme","_id":"svg-to-pdfkit@0.1.1","_shasum":"6fe93e4ad9b71867cf87357e74dd5e4db0741021","_resolved":"file:node_modules\\svg-to-pdfkit","_from":"node_modules\\svg-to-pdfkit","scripts":{},"_npmVersion":"2.15.1","_nodeVersion":"4.4.3","_npmUser":{"name":"anonymous","email":"alafr@outlook.com"},"dist":{"shasum":"6fe93e4ad9b71867cf87357e74dd5e4db0741021","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/svg-to-pdfkit/-/svg-to-pdfkit-0.1.1.tgz","integrity":"sha512-Mo910cF+fUbYb8ik+2MsK+OUNvQSSBqU0KeN1CQIK+Ej7W6bs9EBM+hDyV/9Mj8s/4qapG05SaooUBpq2wbfqQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDY8H3C3HTs8bT1/uEfr3ip6tkZ3zuPMAws+vr5BzdClgIhANGqvp+88dC/EFJEwll8y2yNDfI5WCmTEB1uF+ZmRG6+"}]},"maintainers":[{"name":"anonymous","email":"alafr@outlook.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-to-pdfkit-0.1.1.tgz_1496525005467_0.13006403390318155"},"directories":{}},"0.1.2":{"name":"svg-to-pdfkit","version":"0.1.2","description":"Insert SVG into a PDF document created with PDFKit","author":{"name":"alafr"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/alafr/SVG-to-PDFKit.git"},"bugs":{"url":"https://github.com/alafr/SVG-to-PDFKit/issues"},"main":"source.js","dependencies":{"pdfkit":">=0.8.1"},"homepage":"https://github.com/alafr/SVG-to-PDFKit#readme","_id":"svg-to-pdfkit@0.1.2","_shasum":"a3cd319b61bf0ae9ea0f4faa6444916d49cbc68b","_resolved":"https://github.com/alafr/SVG-to-PDFKit/tarball/master","_from":".","scripts":{},"_npmVersion":"2.15.1","_nodeVersion":"4.4.3","_npmUser":{"name":"anonymous","email":"alafr@outlook.com"},"dist":{"shasum":"a3cd319b61bf0ae9ea0f4faa6444916d49cbc68b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/svg-to-pdfkit/-/svg-to-pdfkit-0.1.2.tgz","integrity":"sha512-yo+/fn5k7pErtklshFZn2KJYsxeZFU0I9QZrVseT75Rh/+yhG34b+ooicUhVCGxZMTQGcfKLuwjU+9SipNN57w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDo8M1dZIHb0X/8Jk+zMxXnN34NroMTDjA4f9b7X0WmpAiEA5Wy0Z8qzJtluwi5CC6cqUmyY0tPfZMmZAnkHl+V5Uaw="}]},"maintainers":[{"name":"anonymous","email":"alafr@outlook.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-to-pdfkit-0.1.2.tgz_1497802078520_0.43071302538737655"},"directories":{}},"0.1.3":{"name":"svg-to-pdfkit","version":"0.1.3","description":"Insert SVG into a PDF document created with PDFKit","author":{"name":"alafr"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/alafr/SVG-to-PDFKit.git"},"bugs":{"url":"https://github.com/alafr/SVG-to-PDFKit/issues"},"main":"source.js","dependencies":{"pdfkit":">=0.8.1"},"homepage":"https://github.com/alafr/SVG-to-PDFKit#readme","_id":"svg-to-pdfkit@0.1.3","_shasum":"57fdb21e787bb3b506a84031457f19bdc103182d","_resolved":"file:node_modules\\svg-to-pdfkit","_from":"node_modules\\svg-to-pdfkit","scripts":{},"_npmVersion":"2.15.1","_nodeVersion":"4.4.3","_npmUser":{"name":"anonymous","email":"alafr@outlook.com"},"dist":{"shasum":"57fdb21e787bb3b506a84031457f19bdc103182d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/svg-to-pdfkit/-/svg-to-pdfkit-0.1.3.tgz","integrity":"sha512-kqFvS2aAdEQITZpqaViI7C5/Zvzjrgo2JAUEqTfLKJA8K5pZhUHNK53h2LQAZXVltXzu551yOaEySh+ll0SU5g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAVQ9RXKUNVJ4n74C3faQL7AcUKONJbBCmMdyLhkANbsAiBhVNFIhj+Vw5Fxa4i+j/SZ34NYJDaiVTohtO2HlN5Qiw=="}]},"maintainers":[{"name":"anonymous","email":"alafr@outlook.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-to-pdfkit-0.1.3.tgz_1507328864801_0.3915199195034802"},"directories":{}},"0.1.4":{"name":"svg-to-pdfkit","version":"0.1.4","description":"Insert SVG into a PDF document created with PDFKit","author":{"name":"alafr"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/alafr/SVG-to-PDFKit.git"},"bugs":{"url":"https://github.com/alafr/SVG-to-PDFKit/issues"},"main":"source.js","dependencies":{"pdfkit":">=0.8.1"},"homepage":"https://github.com/alafr/SVG-to-PDFKit#readme","_id":"svg-to-pdfkit@0.1.4","_shasum":"24c287c5346ebecffbd62ae4c78beb9eb023388c","_resolved":"file:node_modules\\svg-to-pdfkit","_from":"node_modules\\svg-to-pdfkit","scripts":{},"_npmVersion":"2.15.1","_nodeVersion":"4.4.3","_npmUser":{"name":"anonymous","email":"alafr@outlook.com"},"dist":{"shasum":"24c287c5346ebecffbd62ae4c78beb9eb023388c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/svg-to-pdfkit/-/svg-to-pdfkit-0.1.4.tgz","integrity":"sha512-+5HEnRQQ0M4xAxUIWh1S7G8LffHnGbjNzOkf8PXklBqN8sNzrThjeBAV4ouoPW8b9AS3sxg+LqDr4UPkmiqeEw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCY2LpVTQ56TEeUZZHPW6mVDdTQl0Ahv/7k4dKLz8zgpwIhAIzDYP9Wh3qYsU8L7K4Xsh9d7qzgVQvlsDYqcIsTWWeY"}]},"maintainers":[{"name":"anonymous","email":"alafr@outlook.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-to-pdfkit-0.1.4.tgz_1511225088809_0.10502662812359631"},"directories":{}},"0.1.5":{"name":"svg-to-pdfkit","version":"0.1.5","description":"Insert SVG into a PDF document created with PDFKit","author":{"name":"alafr"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/alafr/SVG-to-PDFKit.git"},"bugs":{"url":"https://github.com/alafr/SVG-to-PDFKit/issues"},"main":"source.js","dependencies":{"pdfkit":">=0.8.1"},"homepage":"https://github.com/alafr/SVG-to-PDFKit#readme","_id":"svg-to-pdfkit@0.1.5","_shasum":"eb08843ceb6157226b7bc62feb85df692d74c1bf","_resolved":"file:node_modules\\svg-to-pdfkit","_from":"node_modules\\svg-to-pdfkit","scripts":{},"_npmVersion":"2.15.1","_nodeVersion":"4.4.3","_npmUser":{"name":"anonymous","email":"alafr@outlook.com"},"dist":{"shasum":"eb08843ceb6157226b7bc62feb85df692d74c1bf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/svg-to-pdfkit/-/svg-to-pdfkit-0.1.5.tgz","integrity":"sha512-voXiRQ9P48Fuv8jGqQmGgPyOjqa732hNKyEWU5qa2LUJ+VfRxizgSDgbCmPzYzIMVsJjGoGCzodv3/kPVMuzZQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCC7X6EhNk6u8XhcesISYuEMjHikTwFH/K5SXcOIVcP9wIgLmp31EKzf88+xW7qNQ+nkPjUPSkyvgoWzoEroE40IrE="}]},"maintainers":[{"name":"anonymous","email":"alafr@outlook.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-to-pdfkit-0.1.5.tgz_1513061932087_0.6083912176545709"},"directories":{}},"0.1.6":{"_args":[[{"raw":"https://github.com/alafr/SVG-to-PDFKit/tarball/master","scope":null,"escapedName":null,"name":null,"rawSpec":"https://github.com/alafr/SVG-to-PDFKit/tarball/master","spec":"https://github.com/alafr/SVG-to-PDFKit/tarball/master","type":"remote"},"C:\\Users\\user\\node_modules"]],"_from":"node_modules\\svg-to-pdfkit","_id":"svg-to-pdfkit@0.1.6","_inCache":true,"_location":"/svg-to-pdfkit","_phantomChildren":{},"_requested":{"raw":"https://github.com/alafr/SVG-to-PDFKit/tarball/master","scope":null,"escapedName":null,"name":null,"rawSpec":"https://github.com/alafr/SVG-to-PDFKit/tarball/master","spec":"https://github.com/alafr/SVG-to-PDFKit/tarball/master","type":"remote"},"_requiredBy":["#USER"],"_resolved":"file:node_modules\\svg-to-pdfkit","_shasum":"f7e4a189613c7a5e5a29d92c54b6fb02b0b023d5","_shrinkwrap":null,"_spec":"https://github.com/alafr/SVG-to-PDFKit/tarball/master","_where":"C:\\Users\\user\\node_modules","author":{"name":"alafr"},"bugs":{"url":"https://github.com/alafr/SVG-to-PDFKit/issues"},"dependencies":{"pdfkit":">=0.8.1"},"description":"Insert SVG into a PDF document created with PDFKit","devDependencies":{},"homepage":"https://github.com/alafr/SVG-to-PDFKit#readme","license":"MIT","main":"source.js","name":"svg-to-pdfkit","optionalDependencies":{},"repository":{"type":"git","url":"git+https://github.com/alafr/SVG-to-PDFKit.git"},"version":"0.1.6","scripts":{},"_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"anonymous","email":"alafr@outlook.com"},"dist":{"shasum":"f7e4a189613c7a5e5a29d92c54b6fb02b0b023d5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/svg-to-pdfkit/-/svg-to-pdfkit-0.1.6.tgz","integrity":"sha512-xoXWAplHFIgQ0wSn45nDZWvYLc6CUMsaBiW8xpJXHwyAqocl/gDDCcOEDHdzaXsLL+VvT+JP9vc8YJsBAJhoMA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCnLaPKLoh2GmtBQCkodWSWP9VCQivS9NfveBNxM8Y7agIhAIu2B4XqlJk6pVZZmMgdw0G0c7HUHlG2O0DhI/ZbN6M3"}]},"maintainers":[{"name":"anonymous","email":"alafr@outlook.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-to-pdfkit-0.1.6.tgz_1515020543895_0.553899392252788"},"directories":{}},"0.1.7":{"_args":[[{"raw":"https://github.com/alafr/SVG-to-PDFKit/tarball/master","scope":null,"escapedName":null,"name":null,"rawSpec":"https://github.com/alafr/SVG-to-PDFKit/tarball/master","spec":"https://github.com/alafr/SVG-to-PDFKit/tarball/master","type":"remote"},"C:\\Users\\user"]],"_from":"node_modules\\svg-to-pdfkit","_id":"svg-to-pdfkit@0.1.7","_inCache":true,"_location":"/svg-to-pdfkit","_phantomChildren":{},"_requested":{"raw":"https://github.com/alafr/SVG-to-PDFKit/tarball/master","scope":null,"escapedName":null,"name":null,"rawSpec":"https://github.com/alafr/SVG-to-PDFKit/tarball/master","spec":"https://github.com/alafr/SVG-to-PDFKit/tarball/master","type":"remote"},"_requiredBy":["#USER"],"_resolved":"file:node_modules\\svg-to-pdfkit","_shasum":"7db6d47e47b3888dce18060751a8de2417f85775","_shrinkwrap":null,"_spec":"https://github.com/alafr/SVG-to-PDFKit/tarball/master","_where":"C:\\Users\\user","author":{"name":"alafr"},"bugs":{"url":"https://github.com/alafr/SVG-to-PDFKit/issues"},"dependencies":{"pdfkit":">=0.8.1"},"description":"Insert SVG into a PDF document created with PDFKit","devDependencies":{},"homepage":"https://github.com/alafr/SVG-to-PDFKit#readme","license":"MIT","main":"source.js","name":"svg-to-pdfkit","optionalDependencies":{},"repository":{"type":"git","url":"git+https://github.com/alafr/SVG-to-PDFKit.git"},"version":"0.1.7","scripts":{},"_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"anonymous","email":"alafr@outlook.com"},"dist":{"shasum":"7db6d47e47b3888dce18060751a8de2417f85775","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/svg-to-pdfkit/-/svg-to-pdfkit-0.1.7.tgz","integrity":"sha512-0zvj5UPICBfwvs6H5v8KwH4IiwjdXFc6oOUfBjGnGcBNG54pO0DTMg4a0ynMWzEqe0XfkSR/qnfE8X9MCcXsFg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCbHC/n4jaBZIQD3XgJS+wsXNTdwiSjg6nXYFTyL6QjhgIhAK4CD0QplhYB2abs4Fu1zDD3GTvYmmoahOH1YANDd7H0"}]},"maintainers":[{"name":"anonymous","email":"alafr@outlook.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-to-pdfkit-0.1.7.tgz_1517915193237_0.09297552984207869"},"directories":{}},"0.1.8":{"_from":"https://github.com/alafr/SVG-to-PDFKit/tarball/master","_id":"svg-to-pdfkit@0.1.8","_inBundle":false,"_integrity":"sha512-Prh/h9CB1jBCBIjSLD6kvIWhMV5S25Bwv7yK0fYJSOTIyg1CmU9OqNdRVCkdWyQY1Hkvm+1YdXJzh3xYupq1KA==","_location":"/svg-to-pdfkit","_phantomChildren":{},"_requested":{"type":"remote","raw":"https://github.com/alafr/SVG-to-PDFKit/tarball/master","rawSpec":"https://github.com/alafr/SVG-to-PDFKit/tarball/master","saveSpec":"https://github.com/alafr/SVG-to-PDFKit/tarball/master","fetchSpec":"https://github.com/alafr/SVG-to-PDFKit/tarball/master"},"_requiredBy":["#USER","/"],"_resolved":"https://github.com/alafr/SVG-to-PDFKit/tarball/master","_shasum":"032384ee0a26a27d4a04e48876fe344e70624031","_spec":"https://github.com/alafr/SVG-to-PDFKit/tarball/master","_where":"C:\\Users\\user","author":{"name":"alafr"},"bugs":{"url":"https://github.com/alafr/SVG-to-PDFKit/issues"},"bundleDependencies":false,"dependencies":{"pdfkit":">=0.8.1"},"deprecated":false,"description":"Insert SVG into a PDF document created with PDFKit","homepage":"https://github.com/alafr/SVG-to-PDFKit#readme","license":"MIT","main":"source.js","name":"svg-to-pdfkit","repository":{"type":"git","url":"git+https://github.com/alafr/SVG-to-PDFKit.git"},"version":"0.1.8","_npmVersion":"6.4.1","_nodeVersion":"10.15.1","_npmUser":{"name":"anonymous","email":"alafr@outlook.com"},"dist":{"integrity":"sha512-QItiGZBy5TstGy+q8mjQTMGRlDDOARXLxH+sgVm1n/LYeo0zFcQlcCh8m4zi8QxctrxB9Kue/lStc/RD5iLadQ==","shasum":"5921765922044843f0c1a5b25ec1ef8a4a33b8af","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/svg-to-pdfkit/-/svg-to-pdfkit-0.1.8.tgz","fileCount":14,"unpackedSize":4200055,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd2mqgCRA9TVsSAnZWagAA7sUP/jnfvDR5JlFPr3nUi01o\nEeQ9pLZwoijsGRh89XFHPJ04dxjV/DcMLJf6TIUshLiUpFqjbEDDUGR7jVTy\n+wqMjaGFOlxlGg+bLgShr9FtlfqhQGUMj7On8To14R/WvpNLmVVqRGmLVQyq\naklLAPOiTgRV9O0coT+75dopLB8fr27zz3WSZsNQlBJ3eZOQ1ukmiX1AkAi4\nQHTAtn03547eD1PNA81ayxMtq6fzB1e82hrj5kWZFhNQwhGyQu5Q1+re+9/C\nmrZ9hc6XevnxKTuqkOCi8HkQGGtDhOVpliNXe/fNs0R8uq4yMqWYG+LrNuzp\n3+TR7Co41z4xeGlntCBk1AQvH7HvPXrbH5xWFGp314dvGAMqzcilVPk002yS\nqUePDo3D5MYI12etNuXfQgkIrcVA8eSD4YXnt2aFRzM7IqZ99LwEea5rc78J\n0U07F5PSl3epuQB13VYCYT/rCpa4RtPKDPFgq7Gb5lAWfXJ1lkbTfbRHUWYM\nNSDOb9rij4LETkyebA4k8b9l+oetIU6Yl3v8FNUXNANNPTY+A6HEYOgLiH9n\na0bXEXzTISMfG25DZwHet4pNpPvm2Iv11PZdtyg/Ih/D2pI5CVWh0pxj5n5M\nU9xL/5xCNb/3YK5sstAJ1S8D2nG7spDOLedTS5RMrvNHCpGeP7tdkPxsDi4E\nLjTJ\r\n=LGT8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCYhkrULYjNfTP4K77IPU7lPvsR+LnU1rXU1tg6o/QqnQIgYqBDeZKsx0UzXXhdmpYGl+5T253WrWdkuuuJphPjSRY="}]},"maintainers":[{"name":"anonymous","email":"alafr@outlook.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/svg-to-pdfkit_0.1.8_1574595231977_0.04407832061461847"},"_hasShrinkwrap":false}},"name":"svg-to-pdfkit","time":{"modified":"2022-06-27T02:36:48.149Z","created":"2017-05-01T10:39:25.072Z","0.0.0":"2017-05-01T10:39:25.072Z","0.0.1":"2017-05-01T10:43:14.757Z","0.1.0":"2017-05-01T11:05:12.755Z","0.1.1":"2017-06-03T21:23:27.155Z","0.1.2":"2017-06-18T16:08:00.758Z","0.1.3":"2017-10-06T22:27:46.767Z","0.1.4":"2017-11-21T00:44:50.253Z","0.1.5":"2017-12-12T06:58:53.663Z","0.1.6":"2018-01-03T23:02:24.055Z","0.1.7":"2018-02-06T11:06:34.818Z","0.1.8":"2019-11-24T11:33:52.212Z"},"readmeFilename":"README.md","homepage":"https://github.com/alafr/SVG-to-PDFKit#readme"}