package.json
3.29 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
102
103
104
105
106
107
108
{
"_from": "google-auth-library@0.12.0",
"_id": "google-auth-library@0.12.0",
"_inBundle": false,
"_integrity": "sha512-79qCXtJ1VweBmmLr4yLq9S4clZB2p5Y+iACvuKk9gu4JitEnPc+bQFmYvtCYehVR44MQzD1J8DVmYW2w677IEw==",
"_location": "/google-auth-library",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "google-auth-library@0.12.0",
"name": "google-auth-library",
"escapedName": "google-auth-library",
"rawSpec": "0.12.0",
"saveSpec": null,
"fetchSpec": "0.12.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-0.12.0.tgz",
"_shasum": "a3fc6c296d00bb54e4d877ef581a05947330d07f",
"_spec": "google-auth-library@0.12.0",
"_where": "C:\\Users\\LG\\Desktop\\4-1\\오픈소스\\Reminder-Talk",
"author": {
"name": "Google Inc."
},
"bugs": {
"url": "https://github.com/google/google-auth-library-nodejs/issues"
},
"bundleDependencies": false,
"dependencies": {
"gtoken": "^1.2.3",
"jws": "^3.1.4",
"lodash.isstring": "^4.0.1",
"lodash.merge": "^4.6.0",
"request": "^2.81.0"
},
"deprecated": false,
"description": "Google APIs Authentication Client Library for Node.js",
"devDependencies": {
"@types/lodash.isstring": "^4.0.2",
"@types/lodash.merge": "^4.6.2",
"@types/mocha": "^2.2.41",
"@types/nock": "^8.2.1",
"@types/node": "^7.0.13",
"@types/request": "^0.0.42",
"clang-format": "^1.0.50",
"coveralls": "^2.13.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-clang-format": "^1.0.23",
"gulp-mocha": "^4.3.1",
"gulp-sourcemaps": "^2.6.0",
"gulp-tslint": "^8.0.0",
"gulp-typescript": "^3.1.6",
"istanbul": "^0.4.5",
"keypair": "^1.0.0",
"merge2": "^1.0.3",
"mocha": "^3.2.0",
"nock": "^9.0.2",
"source-map-support": "^0.4.14",
"tslint": "^5.1.0",
"typedoc": "^0.5.10",
"typescript": "^2.3.4"
},
"engines": {
"node": ">=0.10"
},
"files": [
"LICENSE",
"README.md",
"lib/**/*.js",
"package.json",
"types/lib"
],
"homepage": "https://github.com/google/google-auth-library-nodejs#readme",
"keywords": [
"google",
"api",
"google apis",
"client",
"client library"
],
"license": "Apache-2.0",
"main": "./lib/index.js",
"name": "google-auth-library",
"repository": {
"type": "git",
"url": "git+https://github.com/google/google-auth-library-nodejs.git"
},
"scripts": {
"build": "tsc",
"check-format": "gulp test.check-format",
"clean": "rm -rf lib test types",
"coverage": "istanbul cover -x 'apis/**' _mocha -- --reporter spec --timeout 4000",
"coveralls": "istanbul cover -x 'apis/**' _mocha --report lcovonly -- --reporter spec --timeout 4000 && cat coverage/lcov.info | coveralls",
"format": "gulp format",
"generate-docs": "typedoc --name 'Google Node.js OAuth 2.0 Client' --out docs --readme README.md ts/lib",
"lint": "tslint --type-check -p tsconfig.json -c tslint.json ts/**/*.ts",
"mocha": "mocha --reporter spec --timeout 4000 --require source-map-support/register",
"prepare": "npm run build",
"test": "npm run lint && npm run build && npm run check-format && npm run coverage"
},
"types": "./types/lib/index.d.ts",
"version": "0.12.0"
}