-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 2.37 KB
/
package.json
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
{
"_from": "google-auth-library@^0.10.0",
"_id": "google-auth-library@0.10.0",
"_inBundle": false,
"_integrity": "sha1-bhW6vuhf0d0U2NEoopW2g41SE24=",
"_location": "/google-auth-library",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "google-auth-library@^0.10.0",
"name": "google-auth-library",
"escapedName": "google-auth-library",
"rawSpec": "^0.10.0",
"saveSpec": null,
"fetchSpec": "^0.10.0"
},
"_requiredBy": [
"/google-auto-auth"
],
"_resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-0.10.0.tgz",
"_shasum": "6e15babee85fd1dd14d8d128a295b6838d52136e",
"_spec": "google-auth-library@^0.10.0",
"_where": "/Users/cfinnegan/Documents/dev/test06/node_modules/google-auto-auth",
"author": {
"name": "Google Inc."
},
"bugs": {
"url": "https://github.com/google/google-auth-library-nodejs/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Google Inc."
}
],
"dependencies": {
"gtoken": "^1.2.1",
"jws": "^3.1.4",
"lodash.noop": "^3.0.1",
"request": "^2.74.0"
},
"deprecated": false,
"description": "Google APIs Authentication Client Library for Node.js",
"devDependencies": {
"coveralls": "^2.11.15",
"istanbul": "^0.4.5",
"jsdoc": "^3.4.3",
"jshint": "^2.9.4",
"keypair": "^1.0.0",
"mocha": "^3.2.0",
"nock": "^9.0.2"
},
"engines": {
"node": ">=0.10"
},
"homepage": "https://github.com/google/google-auth-library-nodejs#readme",
"keywords": [
"google",
"api",
"google apis",
"client",
"client library"
],
"license": "Apache-2.0",
"main": "./lib/auth/googleauth",
"name": "google-auth-library",
"repository": {
"type": "git",
"url": "git+https://github.com/google/google-auth-library-nodejs.git"
},
"scripts": {
"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",
"generate-docs": "jsdoc -c jsdoc-conf.json ./README.md",
"lint": "jshint lib test",
"mocha": "mocha --reporter spec --timeout 4000",
"prepare": "npm test && npm run lint && npm version patch",
"test": "npm run lint && npm run coverage"
},
"version": "0.10.0"
}