package.json
2.54 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
94
95
96
97
98
99
100
101
{
"_args": [
[
"gtoken@5.0.1",
"C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool"
]
],
"_from": "gtoken@5.0.1",
"_id": "gtoken@5.0.1",
"_inBundle": false,
"_integrity": "sha512-33w4FNDkUcyIOq/TqyC+drnKdI4PdXmWp9lZzssyEQKuvu9ZFN3KttaSnDKo52U3E51oujVGop93mKxmqO8HHg==",
"_location": "/gtoken",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "gtoken@5.0.1",
"name": "gtoken",
"escapedName": "gtoken",
"rawSpec": "5.0.1",
"saveSpec": null,
"fetchSpec": "5.0.1"
},
"_requiredBy": [
"/google-auth-library"
],
"_resolved": "https://registry.npmjs.org/gtoken/-/gtoken-5.0.1.tgz",
"_spec": "5.0.1",
"_where": "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool",
"author": {
"name": "Google, LLC"
},
"bugs": {
"url": "https://github.com/google/node-gtoken/issues"
},
"dependencies": {
"gaxios": "^3.0.0",
"google-p12-pem": "^3.0.0",
"jws": "^4.0.0",
"mime": "^2.2.0"
},
"description": "Node.js Google Authentication Service Account Tokens",
"devDependencies": {
"@compodoc/compodoc": "^1.1.7",
"@types/jws": "^3.1.0",
"@types/mime": "^2.0.0",
"@types/mocha": "^7.0.0",
"@types/nock": "^10.0.0",
"@types/node": "^10.0.3",
"c8": "^7.0.0",
"codecov": "^3.0.2",
"gts": "^2.0.0-alpha.5",
"js-green-licenses": "^1.0.0",
"linkinator": "^2.0.0",
"mocha": "^7.0.0",
"nock": "^12.0.0",
"typescript": "^3.8.3"
},
"engines": {
"node": ">=10"
},
"files": [
"build/src",
"!build/src/**/*.map"
],
"homepage": "https://github.com/google/node-gtoken#readme",
"keywords": [
"google",
"service",
"account",
"api",
"token",
"api",
"auth"
],
"license": "MIT",
"main": "./build/src/index.js",
"name": "gtoken",
"repository": {
"type": "git",
"url": "git+https://github.com/google/node-gtoken.git"
},
"scripts": {
"clean": "gts clean",
"compile": "tsc -p .",
"docs": "compodoc src/",
"docs-test": "linkinator docs",
"fix": "gts fix",
"lint": "gts check",
"predocs-test": "npm run docs",
"prelint": "cd samples; npm link ../; npm i",
"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": "5.0.1"
}