package.json 2.67 KB
{
  "_args": [
    [
      "google-p12-pem@3.0.3",
      "/home/ubuntu/FORDEVELOP/ESJ/LineMusicChatbot"
    ]
  ],
  "_from": "google-p12-pem@3.0.3",
  "_id": "google-p12-pem@3.0.3",
  "_inBundle": false,
  "_integrity": "sha512-wS0ek4ZtFx/ACKYF3JhyGe5kzH7pgiQ7J5otlumqR9psmWMYc+U9cErKlCYVYHoUaidXHdZ2xbo34kB+S+24hA==",
  "_location": "/google-p12-pem",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "google-p12-pem@3.0.3",
    "name": "google-p12-pem",
    "escapedName": "google-p12-pem",
    "rawSpec": "3.0.3",
    "saveSpec": null,
    "fetchSpec": "3.0.3"
  },
  "_requiredBy": [
    "/gtoken"
  ],
  "_resolved": "https://registry.npmjs.org/google-p12-pem/-/google-p12-pem-3.0.3.tgz",
  "_spec": "3.0.3",
  "_where": "/home/ubuntu/FORDEVELOP/ESJ/LineMusicChatbot",
  "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.10.0"
  },
  "description": "Convert Google .p12 keys to .pem keys.",
  "devDependencies": {
    "@compodoc/compodoc": "^1.1.7",
    "@microsoft/api-documenter": "^7.8.10",
    "@microsoft/api-extractor": "^7.8.10",
    "@types/mocha": "^8.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",
    "js-green-licenses": "^2.0.0",
    "linkinator": "^2.0.0",
    "mocha": "^8.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": {
    "api-documenter": "api-documenter yaml --input-folder=temp",
    "api-extractor": "api-extractor run --local",
    "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": "3.0.3"
}