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.
73 lines
1.8 KiB
73 lines
1.8 KiB
{
|
|
"_from": "html-pdf@^2.1.0",
|
|
"_id": "html-pdf@2.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-k4F0znJNVx5ViGEq2HlQIcI8eosSOxFQBbwj8zBqYPT7xx508IDamIhmXiJNha7xuJqRIxn70beDn1qMgYlEdw==",
|
|
"_location": "/html-pdf",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "html-pdf@^2.1.0",
|
|
"name": "html-pdf",
|
|
"escapedName": "html-pdf",
|
|
"rawSpec": "^2.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/docx-pdf"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/html-pdf/-/html-pdf-2.2.0.tgz",
|
|
"_shasum": "4bcf91c24cb560e47aa3facfd033e0e1bf241b91",
|
|
"_spec": "html-pdf@^2.1.0",
|
|
"_where": "/home/cybrosys/16odoo/custom/website_quotation_template_cybrosys/node_modules/docx-pdf",
|
|
"author": {
|
|
"name": "Marc Bachmann"
|
|
},
|
|
"bin": {
|
|
"html-pdf": "bin/index.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/marcbachmann/node-html-pdf/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"phantomjs-prebuilt": "^2.1.4"
|
|
},
|
|
"deprecated": "Please migrate your projects to a newer library like puppeteer",
|
|
"description": "HTML to PDF converter that uses phantomjs",
|
|
"devDependencies": {
|
|
"standard": "^5.1.1",
|
|
"tap-spec": "^2.2.0",
|
|
"tape": "^3.4.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
},
|
|
"homepage": "https://github.com/marcbachmann/node-html-pdf",
|
|
"keywords": [
|
|
"html",
|
|
"pdf",
|
|
"phantom",
|
|
"phantomjs",
|
|
"nodejs"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "html-pdf",
|
|
"optionalDependencies": {
|
|
"phantomjs-prebuilt": "^2.1.4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/marcbachmann/node-html-pdf.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && node test/index.js"
|
|
},
|
|
"version": "2.2.0"
|
|
}
|
|
|