You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.7 KiB
57 lines
1.7 KiB
{
|
|
"_from": "html-to-pdfmake",
|
|
"_id": "html-to-pdfmake@2.3.9",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-1uhC0LTOsJHI+lnjc4/9ZRndFu++3MLcnO/zOTpL/Y2ZOCnDFdYke7yp0c9MsUezxF8XA8zKi7L5SmFfMhvkvg==",
|
|
"_location": "/html-to-pdfmake",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "html-to-pdfmake",
|
|
"name": "html-to-pdfmake",
|
|
"escapedName": "html-to-pdfmake",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/html-to-pdfmake/-/html-to-pdfmake-2.3.9.tgz",
|
|
"_shasum": "74d61836e5f0ce6601068b01769c889ee6ec1ffd",
|
|
"_spec": "html-to-pdfmake",
|
|
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv3/skgangaEkam",
|
|
"author": {
|
|
"name": "Aymkdn"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Aymkdn/html-to-pdfmake/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Convert HTML code to PDFMake",
|
|
"devDependencies": {
|
|
"eslint": "^5.16.0",
|
|
"jsdom": "^16.6.0",
|
|
"pdfmake": "^0.1.70",
|
|
"simple-test-framework": "^0.1.7",
|
|
"svg-to-pdfkit": "^0.1.8"
|
|
},
|
|
"homepage": "https://github.com/Aymkdn/html-to-pdfmake#readme",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "html-to-pdfmake",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Aymkdn/html-to-pdfmake.git"
|
|
},
|
|
"scripts": {
|
|
"browser": "browserify index.js --standalone htmlToPdfmake | uglifyjs > browser.js",
|
|
"build": "npm run test && node example.js && npm run browser && node update-doc.js",
|
|
"pretest": "eslint index.js",
|
|
"test": "node test/unit.js"
|
|
},
|
|
"version": "2.3.9"
|
|
}
|