@peculiar/pdf-core
Version:
Core functionality library for PDF document processing and manipulation
59 lines (58 loc) • 1.51 kB
JSON
{
"name": "@peculiar/pdf-core",
"version": "1.17.1",
"description": "Core functionality library for PDF document processing and manipulation",
"keywords": [
"pdf",
"pdf-library",
"pdf-manipulation",
"pdf-generation",
"pdf-parsing",
"encryption",
"digital-signatures",
"incremental-updates",
"xref",
"pdf-objects"
],
"author": "microshine <microshine@mail.ru>",
"homepage": "https://github.com/PeculiarVentures/pdf/tree/master/packages/pdf-ll#readme",
"license": "AGPL",
"main": "build/peculiar.pdf.core.js",
"module": "build/peculiar.pdf.core.es.js",
"types": "build/index.d.ts",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"build",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/PeculiarVentures/pdf.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"clear": "rimraf build/*",
"build": "rollup -c",
"rebuild": "yarn run clear && yarn run build",
"prepack": "npm run rebuild"
},
"bugs": {
"url": "https://github.com/PeculiarVentures/pdf/issues"
},
"dependencies": {
"@peculiar/x509": "^1.12.3",
"@types/events": "^3.0.0",
"asn1js": "^3.0.5",
"events": "3.3.0",
"pako": "^2.1.0",
"pkijs": "^3.2.4",
"pvtsutils": "^1.3.6",
"pvutils": "^1.1.3",
"tslib": "^2.8.1"
},
"gitHead": "5909f25f54def17880f0760a7e33f0c4aaff4bda"
}