node-poppler
Version:
Asynchronous node.js wrapper for the Poppler PDF rendering library
57 lines (56 loc) • 1.01 kB
JSON
{
"name": "node-poppler",
"version": "7.2.4",
"description": "Asynchronous node.js wrapper for the Poppler PDF rendering library",
"keywords": [
"async",
"attach",
"cairo",
"converter",
"detach",
"eps",
"html",
"jpg",
"jpeg",
"pdf",
"pdf-converter",
"pdf-to-cairo",
"pdf-to-html",
"pdf-to-image",
"pdf-to-ppm",
"pdf-to-ps",
"pdf-to-text",
"png",
"poppler",
"ppm",
"ps",
"separate",
"svg",
"text",
"tif",
"tiff",
"txt",
"unite"
],
"main": "src/index.js",
"type": "commonjs",
"types": "types/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Fdawgs/node-poppler.git"
},
"homepage": "https://github.com/Fdawgs/node-poppler",
"bugs": {
"url": "https://github.com/Fdawgs/node-poppler/issues"
},
"license": "MIT",
"author": "Frazer Smith <frazer.dev@icloud.com>",
"funding": "https://github.com/sponsors/Fdawgs",
"engines": {
"node": ">=18"
},
"dependencies": {
"camelcase": "^6.3.0",
"semver": "^7.6.3"
}
}