package.json
2.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"_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": "range",
"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",
"_shasum": "673ac3a75d3903a87f05878f3c75e06fc151669e",
"_spec": "google-p12-pem@^3.0.3",
"_where": "C:\\Users\\1000c\\이것저것\\옾소\\Voicoding\\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.10.0"
},
"deprecated": false,
"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"
}