package.json 2.5 KB
{
  "_args": [
    [
      "google-p12-pem@3.0.1",
      "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool"
    ]
  ],
  "_from": "google-p12-pem@3.0.1",
  "_id": "google-p12-pem@3.0.1",
  "_inBundle": false,
  "_integrity": "sha512-VlQgtozgNVVVcYTXS36eQz4PXPt9gIPqLOhHN0QiV6W6h4qSCNVKPtKC5INtJsaHHF2r7+nOIa26MJeJMTaZEQ==",
  "_location": "/google-p12-pem",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "google-p12-pem@3.0.1",
    "name": "google-p12-pem",
    "escapedName": "google-p12-pem",
    "rawSpec": "3.0.1",
    "saveSpec": null,
    "fetchSpec": "3.0.1"
  },
  "_requiredBy": [
    "/gtoken"
  ],
  "_resolved": "https://registry.npmjs.org/google-p12-pem/-/google-p12-pem-3.0.1.tgz",
  "_spec": "3.0.1",
  "_where": "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool",
  "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.9.0"
  },
  "description": "Convert Google .p12 keys to .pem keys.",
  "devDependencies": {
    "@compodoc/compodoc": "^1.1.7",
    "@types/mocha": "^7.0.0",
    "@types/node": "^10.0.9",
    "@types/node-forge": "^0.9.0",
    "c8": "^7.0.0",
    "codecov": "^3.0.2",
    "gts": "^2.0.0-alpha.4",
    "js-green-licenses": "^1.0.0",
    "linkinator": "^2.0.0",
    "mocha": "^7.0.0",
    "typescript": "^3.8.3"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "build/src",
    "!build/src/**/*.map"
  ],
  "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 && 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",
    "predocs-test": "npm run docs",
    "prelint": "cd samples; npm link ../; npm i",
    "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": "3.0.1"
}