{
  "_args": [
    [
      "pem@1.14.8",
      "C:\\Users\\User\\Documents\\GitHub\\WLO_CREDITO_DIGITAL\\code\\backend"
    ]
  ],
  "_from": "pem@1.14.8",
  "_id": "pem@1.14.8",
  "_inBundle": false,
  "_integrity": "sha512-ZpbOf4dj9/fQg5tQzTqv4jSKJQsK7tPl0pm4/pvPcZVjZcJg7TMfr3PBk6gJH97lnpJDu4e4v8UUqEz5daipCg==",
  "_location": "/pem",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "pem@1.14.8",
    "name": "pem",
    "escapedName": "pem",
    "rawSpec": "1.14.8",
    "saveSpec": null,
    "fetchSpec": "1.14.8"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/pem/-/pem-1.14.8.tgz",
  "_spec": "1.14.8",
  "_where": "C:\\Users\\User\\Documents\\GitHub\\WLO_CREDITO_DIGITAL\\code\\backend",
  "author": {
    "name": "Andris Reinman",
    "email": "andris@kreata.ee"
  },
  "bugs": {
    "url": "https://github.com/Dexus/pem/issues"
  },
  "contributors": [
    {
      "name": "Josef Fröhle",
      "email": "github@josef-froehle.de",
      "url": "https://www.josef-froehle.de/"
    }
  ],
  "dependencies": {
    "es6-promisify": "^7.0.0",
    "md5": "^2.3.0",
    "os-tmpdir": "^1.0.2",
    "which": "^2.0.2"
  },
  "description": "Create private keys and certificates with node.js and io.js",
  "devDependencies": {
    "@deineagenturug/docdash": "0.4.2",
    "@types/chai": "4.3.1",
    "@types/dirty-chai": "2.0.2",
    "@vercel/ncc": "0.33.4",
    "auto-changelog": "2.4.0",
    "chai": "4.3.6",
    "cross-env": "7.0.3",
    "dirty-chai": "2.0.1",
    "docco": "0.9.1",
    "eslint": "8.14.0",
    "eslint-plugin-chai-friendly": "0.7.2",
    "eslint-plugin-eslint-plugin": "4.1.0",
    "eslint-plugin-import": "2.26.0",
    "eslint-plugin-json": "3.1.0",
    "eslint-plugin-markdown": "2.2.1",
    "eslint-plugin-mocha": "^10.1.0",
    "eslint-plugin-n": "15.2.0",
    "eslint-plugin-promise": "6.0.0",
    "jsdoc": "3.6.10",
    "marked": "4.0.14",
    "mocha": "^10.2.0",
    "nyc": "15.1.0"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    "dist",
    "lib"
  ],
  "homepage": "https://github.com/Dexus/pem#readme",
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "pem",
  "nyc": {
    "reporter": [
      "html",
      "text"
    ],
    "exclude": [
      "**/*.spec.js",
      "test/pem.helper.js"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Dexus/pem.git"
  },
  "scripts": {
    "build": "ncc build -m -s lib/pem.js -o dist",
    "changelog": "auto-changelog -p --output HISTORY.md",
    "coverage": "cross-env NODE_ENV=development nyc ./node_modules/.bin/_mocha --recursive --bail --inline-diffs --reporter spec --check-leaks --use_strict $(find . -type f -name '*.spec.js'  ! -path './nyc_output/*' ! -path './coverage/*' ! -path './node_modules/*')",
    "docco": "docco -l parallel -o docs/docco lib/helper.js lib/openssl.js lib/pem.js",
    "documentation": "yarn run docco && yarn run jsdoc",
    "jsdoc": "jsdoc -c jsdoc.json",
    "lint": "eslint --fix --config=./.eslintrc.js lib/*.js *.md *.json lib/*.js test/*.js test/*.spec.js",
    "test": "yarn run lint && yarn run coverage",
    "test:opensslv3.0.1": "yarn run build > openssl_v3.0.1.log && yarn run test >> openssl_v3.0.1.log"
  },
  "type": "commonjs",
  "version": "1.14.8"
}
