1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 10:51:56 +00:00
musix-oss/node_modules/google-p12-pem/package.json
2019-10-10 16:43:04 +03:00

96 lines
2.7 KiB
JSON

{
"_from": "google-p12-pem@^2.0.0",
"_id": "google-p12-pem@2.0.2",
"_inBundle": false,
"_integrity": "sha512-UfnEARfJKI6pbmC1hfFFm+UAcZxeIwTiEcHfqKe/drMsXD/ilnVjF7zgOGpHXyhuvX6jNJK3S8A0hOQjwtFxEw==",
"_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.2.tgz",
"_shasum": "39cae8f6fcbe66a01f00be4ddf2d56b95926fa7b",
"_spec": "google-p12-pem@^2.0.0",
"_where": "C:\\Users\\matia\\Documents\\GitHub\\FutoX-Musix\\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.8.0",
"codecov": "^3.0.2",
"eslint": "^6.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-node": "^10.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": "^6.0.0",
"nyc": "^14.0.0",
"prettier": "^1.15.3",
"source-map-support": "^0.5.6",
"typescript": "~3.6.0"
},
"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": "nyc mocha build/test"
},
"types": "./build/src/index.d.ts",
"version": "2.0.2"
}