{
  "_args": [
    [
      "node-signpdf@1.3.2",
      "/Users/dejanbrsakoski/src/docker/mesh-id-reporting"
    ]
  ],
  "_from": "node-signpdf@1.3.2",
  "_id": "node-signpdf@1.3.2",
  "_inBundle": false,
  "_integrity": "sha512-9+nv0XYR43R8cXonF9clbh6FKvhFY18eqfJyJ8LoyvipC9pf8BaZ/G7jR1Ks4R3XMih/XOrt4bwyvyhLgOXtZA==",
  "_location": "/node-signpdf",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-signpdf@1.3.2",
    "name": "node-signpdf",
    "escapedName": "node-signpdf",
    "rawSpec": "1.3.2",
    "saveSpec": null,
    "fetchSpec": "1.3.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/node-signpdf/-/node-signpdf-1.3.2.tgz",
  "_spec": "1.3.2",
  "_where": "/Users/dejanbrsakoski/src/docker/mesh-id-reporting",
  "bugs": {
    "url": "https://github.com/vbuch/node-signpdf/issues"
  },
  "description": "Simple signing of PDFs in node.",
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.4.0",
    "@babel/node": "^7.0.0",
    "@babel/plugin-syntax-object-rest-spread": "^7.0.0",
    "@babel/preset-env": "^7.4.2",
    "assertion-error": "^1.1.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^24.5.0",
    "babel-plugin-module-resolver": "^3.1.1",
    "coveralls": "^3.0.2",
    "eslint": "^5.15.3",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-import-resolver-babel-module": "^5.0.1",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jest": "^22.4.1",
    "jest": "^24.5.0",
    "node-forge": "^0.10.0",
    "pdfkit": "^0.10.0"
  },
  "engines": {
    "node": ">=8.9"
  },
  "homepage": "https://github.com/vbuch/node-signpdf#readme",
  "jest": {
    "testPathIgnorePatterns": [
      "node_modules",
      "dist"
    ]
  },
  "keywords": [
    "sign",
    "verify",
    "pdf",
    "node",
    "nodejs",
    "esign",
    "adobe",
    "ppklite",
    "sign detached",
    "pkcs7",
    "pkcs#7",
    "pades",
    "digital signature"
  ],
  "license": "MIT",
  "main": "dist/signpdf.js",
  "name": "node-signpdf",
  "peerDependencies": {
    "node-forge": "^0.10.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vbuch/node-signpdf.git"
  },
  "scripts": {
    "build": "babel ./src -d ./dist --ignore \"**/*.test.js\"",
    "build:watch": "babel --watch ./src -d ./dist --ignore \"**/*.test.js\"",
    "precommit": "npm run lint",
    "prepush": "npm run test",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch"
  },
  "version": "1.3.2"
}
