UNPKG

@aeolun/muhammara

Version:

Create, read and modify PDF files and streams. A drop in replacement for hummusjs PDF library

70 lines (69 loc) 1.88 kB
{ "name": "@aeolun/muhammara", "version": "4.1.0", "description": "Create, read and modify PDF files and streams. A drop in replacement for hummusjs PDF library", "homepage": "https://github.com/julianhille/Muhammarajs", "license": "Apache-2.0", "author": "Julian <j.hille484@gmail.com>", "main": "./lib/index.js", "types": "./muhammara.d.ts", "engines": { "node": ">=17" }, "scripts": { "install": "node-pre-gyp install --fallback-to-build ${EXTRA_NODE_PRE_GYP_FLAGS:-\"\"}", "test": "mocha -R tap ./tests/*.js ./tests/**/*.js --timeout 15000", "test:codestyle": "npx prettier -c ./", "test:electron": "electron-mocha -R tap ./tests/*.js --timeout 15000", "package": "node-pre-gyp package", "recipe-jsdoc": "./node_modules/.bin/jsdoc -c jsdoc.conf" }, "repository": { "type": "git", "url": "git://github.com/julianhille/Muhammarajs.git" }, "keywords": [ "pdf", "pdfhummus", "muhammarajs", "hummusjs", "hummus" ], "files": [ "src", "lib", "fonts", "binding.gyp", "binding", "muhammara.d.ts" ], "dependencies": { "@mapbox/node-pre-gyp": "^1.0.10", "linebreak": "^1.1.0", "memory-streams": "^0.1.3", "@xmldom/xmldom": "^0.8.6" }, "devDependencies": { "@types/node": "^18.0.0", "chai": "^4.3.6", "mocha": "^10.2.0", "npm": "^6.14.5", "prettier": "^2.7.1", "docdash": "^2.0.1", "fs-extra": "^9.1.0", "jsdoc": "^3.6.4" }, "binary": { "module_name": "muhammara", "module_path": "./binding", "remote_path": "julianhille/MuhammaraJS/releases/download/{version}", "host": "https://github.com", "package_name": "{node_abi}-{platform}-{arch}-{libc}.tar.gz" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "bundleDependencies": [ "@mapbox/node-pre-gyp" ] }