{
  "_args": [
    [
      "google-p12-pem@1.0.2",
      "/home/guad4607/public_html/api/xamxam-billing"
    ]
  ],
  "_from": "google-p12-pem@1.0.2",
  "_id": "google-p12-pem@1.0.2",
  "_inBundle": false,
  "_integrity": "sha1-yKOENQQBIoOg2//HQwt8dT7NSwc=",
  "_location": "/google-p12-pem",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "google-p12-pem@1.0.2",
    "name": "google-p12-pem",
    "escapedName": "google-p12-pem",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/google-gax/gtoken",
    "/googleapis-common/gtoken",
    "/googleapis/gtoken",
    "/gtoken"
  ],
  "_resolved": "https://registry.npmjs.org/google-p12-pem/-/google-p12-pem-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "/home/guad4607/public_html/api/xamxam-billing",
  "author": {
    "name": "Ryan Seys"
  },
  "bin": {
    "gp12-pem": "build/src/bin/gp12-pem.js"
  },
  "bugs": {
    "url": "https://github.com/google/google-p12-pem/issues"
  },
  "dependencies": {
    "node-forge": "^0.7.4",
    "pify": "^3.0.0"
  },
  "description": "Convert Google .p12 keys to .pem keys",
  "devDependencies": {
    "@types/mocha": "^2.2.48",
    "@types/node": "^9.4.6",
    "@types/node-forge": "^0.7.2",
    "@types/pify": "^3.0.0",
    "codecov": "^3.0.0",
    "gts": "latest",
    "js-green-licenses": "^0.5.0",
    "mocha": "^5.0.2",
    "nyc": "^11.4.1",
    "typescript": "~2.7.2"
  },
  "files": [
    "LICENSE",
    "README.md",
    "build/src"
  ],
  "homepage": "https://github.com/google/google-p12-pem#readme",
  "license": "MIT",
  "main": "build/src/index.js",
  "name": "google-p12-pem",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/google/google-p12-pem.git"
  },
  "scripts": {
    "check": "gts check",
    "clean": "gts clean",
    "codecov": "nyc report --reporter=json && codecov -f coverage/*.json",
    "compile": "tsc -p .",
    "fix": "gts fix",
    "license-check": "jsgl --local .",
    "posttest": "npm run check && npm run license-check",
    "prepare": "npm run compile",
    "pretest": "npm run compile",
    "test": "nyc mocha build/test"
  },
  "types": "./build/src/index.d.ts",
  "version": "1.0.2"
}
