Georg Reisinger b171f1646c GoogleOauth2.0 First implementation
First try for GoogleOauth2.0
2018-10-26 14:02:15 +02:00

81 lines
2.2 KiB
JSON

{
"_from": "google-p12-pem@^1.0.0",
"_id": "google-p12-pem@1.0.2",
"_inBundle": false,
"_integrity": "sha512-+EuKr4CLlGsnXx4XIJIVkcKYrsa2xkAmCvxRhX2HsazJzUBAJ35wARGeApHUn4nNfPD03Vl057FskNr20VaCyg==",
"_location": "/google-p12-pem",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "google-p12-pem@^1.0.0",
"name": "google-p12-pem",
"escapedName": "google-p12-pem",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/gtoken"
],
"_resolved": "https://registry.npmjs.org/google-p12-pem/-/google-p12-pem-1.0.2.tgz",
"_shasum": "c8a3843504012283a0dbffc7430b7c753ecd4b07",
"_spec": "google-p12-pem@^1.0.0",
"_where": "C:\\Users\\Georg\\GitHub\\SmartShopper\\express-server\\node_modules\\gtoken",
"author": {
"name": "Ryan Seys"
},
"bin": {
"gp12-pem": "build/src/bin/gp12-pem.js"
},
"bugs": {
"url": "https://github.com/google/google-p12-pem/issues"
},
"bundleDependencies": false,
"dependencies": {
"node-forge": "^0.7.4",
"pify": "^3.0.0"
},
"deprecated": false,
"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"
}