UNPKG

@signpdf/placeholder-plain

Version:

Try to add a signature placeholder to a PDF using plain string modifications.

80 lines (79 loc) 2.21 kB
{ "name": "@signpdf/placeholder-plain", "version": "3.3.0", "description": "Try to add a signature placeholder to a PDF using plain string modifications.", "repository": { "type": "git", "url": "https://github.com/vbuch/node-signpdf" }, "license": "MIT", "keywords": [ "sign", "pdf", "node", "nodejs", "esign", "adobe", "ppklite", "sign detached", "pkcs7", "pkcs#7", "pades", "digital signature" ], "funding": [ { "type": "individual", "url": "https://buymeacoffee.com/vbuch?utm_source=npm-funding-signpdf" } ], "main": "dist/plainAddPlaceholder.js", "types": "dist/plainAddPlaceholder.d.ts", "files": [ "dist", "LICENSE", "README.md" ], "engines": { "node": ">=12" }, "scripts": { "test": "./node_modules/.bin/jest", "build": "yarn build:clean && yarn build:compile && yarn build:types", "lint": "eslint -c .eslintrc --ignore-path ../../.eslintignore ./", "build:clean": "rm -rf ./dist/*", "build:compile": "babel ./src -d ./dist --ignore \"**/*.test.js\"", "build:types": "yarn build:types:compile && yarn build:types:verify", "build:types:compile": "tsc", "build:types:verify": "tsd --files=index.test-d.ts" }, "dependencies": { "@signpdf/placeholder-pdfkit010": "^3.3.0", "@signpdf/utils": "^3.3.0" }, "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.4.0", "@babel/eslint-parser": "^7.16.3", "@babel/node": "^7.0.0", "@babel/plugin-syntax-object-rest-spread": "^7.0.0", "@babel/preset-env": "^7.4.2", "@signpdf/internal-utils": "^3.2.0", "@types/node": ">=12.0.0", "assertion-error": "^1.1.0", "babel-jest": "^27.3.1", "babel-plugin-module-resolver": "^3.1.1", "coveralls": "^3.0.2", "eslint": "^8.50.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-import-resolver-babel-module": "^5.3.1", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jest": "^25.2.4", "husky": "^7.0.4", "jest": "^27.3.1", "pdfkit": "~0.10.0", "tsd": "^0.30.7", "typescript": "^5.2.2" }, "gitHead": "e74b26bb945bc111c3a7638c0760547c75b7acd7" }