{
  "_from": "google-p12-pem@^4.0.0",
  "_id": "google-p12-pem@4.0.1",
  "_inBundle": false,
  "_integrity": "sha512-WPkN4yGtz05WZ5EhtlxNDWPhC4JIic6G8ePitwUWy4l+XPVYec+a0j0Ts47PDtW59y3RwAhUd9/h9ZZ63px6RQ==",
  "_location": "/google-p12-pem",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "google-p12-pem@^4.0.0",
    "name": "google-p12-pem",
    "escapedName": "google-p12-pem",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/gtoken"
  ],
  "_resolved": "https://registry.npmjs.org/google-p12-pem/-/google-p12-pem-4.0.1.tgz",
  "_shasum": "82841798253c65b7dc2a4e5fe9df141db670172a",
  "_spec": "google-p12-pem@^4.0.0",
  "_where": "/usr/share/nginx/html/anki_kol/tts/node_modules/gtoken",
  "author": {
    "name": "Ryan Seys"
  },
  "bin": {
    "gp12-pem": "build/src/bin/gp12-pem.js"
  },
  "bugs": {
    "url": "https://github.com/googleapis/google-p12-pem/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "node-forge": "^1.3.1"
  },
  "deprecated": false,
  "description": "Convert Google .p12 keys to .pem keys.",
  "devDependencies": {
    "@compodoc/compodoc": "^1.1.7",
    "@types/mocha": "^9.0.0",
    "@types/node": "^16.0.0",
    "@types/node-forge": "^1.0.1",
    "c8": "^7.4.0",
    "gts": "^3.1.0",
    "linkinator": "^4.0.0",
    "mocha": "^9.2.2",
    "typescript": "^4.6.4"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "files": [
    "build/src",
    "!build/src/**/*.map"
  ],
  "homepage": "https://github.com/googleapis/google-p12-pem#readme",
  "license": "MIT",
  "main": "./build/src/index.js",
  "name": "google-p12-pem",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/googleapis/google-p12-pem.git"
  },
  "scripts": {
    "check": "gts check && npm run license-check",
    "clean": "gts clean",
    "compile": "tsc -p .",
    "docs": "compodoc src/",
    "docs-test": "linkinator docs",
    "fix": "gts fix",
    "license-check": "jsgl --local .",
    "lint": "gts check",
    "precompile": "gts clean",
    "predocs-test": "npm run docs",
    "prelint": "cd samples; npm link ../; npm install",
    "prepare": "npm run compile",
    "presystem-test": "npm run compile",
    "pretest": "npm run compile",
    "samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
    "system-test": "mocha build/system-test",
    "test": "c8 mocha build/test"
  },
  "types": "./build/src/index.d.ts",
  "version": "4.0.1"
}
