mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 11:20:19 +00:00
96 lines
2.7 KiB
JSON
96 lines
2.7 KiB
JSON
|
{
|
||
|
"_from": "google-p12-pem@^2.0.0",
|
||
|
"_id": "google-p12-pem@2.0.4",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-S4blHBQWZRnEW44OcR7TL9WR+QCqByRvhNDZ/uuQfpxywfupikf/miba8js1jZi6ZOGv5slgSuoshCWh6EMDzg==",
|
||
|
"_location": "/google-p12-pem",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "google-p12-pem@^2.0.0",
|
||
|
"name": "google-p12-pem",
|
||
|
"escapedName": "google-p12-pem",
|
||
|
"rawSpec": "^2.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/gtoken"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/google-p12-pem/-/google-p12-pem-2.0.4.tgz",
|
||
|
"_shasum": "036462394e266472632a78b685f0cc3df4ef337b",
|
||
|
"_spec": "google-p12-pem@^2.0.0",
|
||
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3\\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.9.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Convert Google .p12 keys to .pem keys.",
|
||
|
"devDependencies": {
|
||
|
"@compodoc/compodoc": "^1.1.7",
|
||
|
"@types/mocha": "^5.2.0",
|
||
|
"@types/node": "^10.0.9",
|
||
|
"@types/node-forge": "^0.9.0",
|
||
|
"c8": "^7.0.0",
|
||
|
"codecov": "^3.0.2",
|
||
|
"eslint": "^6.0.0",
|
||
|
"eslint-config-prettier": "^6.0.0",
|
||
|
"eslint-plugin-node": "^11.0.0",
|
||
|
"eslint-plugin-prettier": "^3.0.0",
|
||
|
"gts": "^1.0.0",
|
||
|
"intelli-espower-loader": "^1.0.1",
|
||
|
"js-green-licenses": "^1.0.0",
|
||
|
"linkinator": "^1.5.0",
|
||
|
"mocha": "^7.0.0",
|
||
|
"prettier": "^1.15.3",
|
||
|
"source-map-support": "^0.5.6",
|
||
|
"typescript": "3.6.4"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8.10.0"
|
||
|
},
|
||
|
"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 && eslint --fix '**/*.js'",
|
||
|
"license-check": "jsgl --local .",
|
||
|
"lint": "gts check && eslint '**/*.js'",
|
||
|
"posttest": "npm run check",
|
||
|
"predocs-test": "npm run docs",
|
||
|
"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": "2.0.4"
|
||
|
}
|