Edit File: package.json
{ "_args": [ [ "google-p12-pem@3.1.2", "/home/taswqeshtry/public_html/nodejs" ] ], "_from": "google-p12-pem@3.1.2", "_id": "google-p12-pem@3.1.2", "_inBundle": false, "_integrity": "sha512-tjf3IQIt7tWCDsa0ofDQ1qqSCNzahXDxdAGJDbruWqu3eCg5CKLYKN+hi0s6lfvzYZ1GDVr+oDF9OOWlDSdf0A==", "_location": "/google-p12-pem", "_optional": true, "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "google-p12-pem@3.1.2", "name": "google-p12-pem", "escapedName": "google-p12-pem", "rawSpec": "3.1.2", "saveSpec": null, "fetchSpec": "3.1.2" }, "_requiredBy": [ "/gtoken" ], "_resolved": "https://registry.npmjs.org/google-p12-pem/-/google-p12-pem-3.1.2.tgz", "_spec": "3.1.2", "_where": "/home/taswqeshtry/public_html/nodejs", "author": { "name": "Ryan Seys" }, "bin": { "gp12-pem": "build/src/bin/gp12-pem.js" }, "bugs": { "url": "https://github.com/googleapis/google-p12-pem/issues" }, "dependencies": { "node-forge": "^0.10.0" }, "description": "Convert Google .p12 keys to .pem keys.", "devDependencies": { "@compodoc/compodoc": "^1.1.7", "@types/mocha": "^8.0.0", "@types/node": "^14.0.0", "@types/node-forge": "^0.10.0", "c8": "^7.4.0", "gts": "^3.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/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": "3.1.2" }
Back to File Manager