package.json
2.98 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
{
"_from": "gcp-metadata@^3.2.0",
"_id": "gcp-metadata@3.2.2",
"_inBundle": false,
"_integrity": "sha512-vR7kcJMCYJG/mYWp/a1OszdOqnLB/XW1GorWW1hc1lWVNL26L497zypWb9cG0CYDQ4Bl1Wk0+fSZFFjwJlTQgQ==",
"_location": "/gcp-metadata",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gcp-metadata@^3.2.0",
"name": "gcp-metadata",
"escapedName": "gcp-metadata",
"rawSpec": "^3.2.0",
"saveSpec": null,
"fetchSpec": "^3.2.0"
},
"_requiredBy": [
"/google-auth-library"
],
"_resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-3.2.2.tgz",
"_shasum": "dcac6bf65775d5caa3a2e161469c0af068849256",
"_spec": "gcp-metadata@^3.2.0",
"_where": "C:\\Users\\김수민\\Desktop\\ostt\\LINEBOT\\node_modules\\google-auth-library",
"author": {
"name": "Stephen Sawchuk"
},
"bugs": {
"url": "https://github.com/googleapis/gcp-metadata/issues"
},
"bundleDependencies": false,
"dependencies": {
"gaxios": "^2.1.0",
"json-bigint": "^0.3.0"
},
"deprecated": false,
"description": "Get the metadata from a Google Cloud Platform environment",
"devDependencies": {
"@compodoc/compodoc": "^1.1.10",
"@types/mocha": "^5.2.7",
"@types/ncp": "^2.0.1",
"@types/nock": "^10.0.3",
"@types/node": "^12.7.2",
"@types/tmp": "0.1.0",
"@types/uuid": "^3.4.5",
"assert-rejects": "^1.0.0",
"c8": "^6.0.0",
"codecov": "^3.5.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.0",
"gcbuild": "^1.3.4",
"gcx": "^0.2.4",
"googleapis": "^45.0.0",
"gts": "^1.1.0",
"linkinator": "^1.5.0",
"mocha": "^6.2.0",
"ncp": "^2.0.0",
"nock": "^11.0.0",
"prettier": "^1.18.2",
"source-map-support": "^0.5.13",
"typescript": "^3.5.3",
"uuid": "^3.3.2"
},
"engines": {
"node": ">=8.10.0"
},
"files": [
"build/src"
],
"homepage": "https://github.com/googleapis/gcp-metadata#readme",
"keywords": [
"google cloud platform",
"google cloud",
"google",
"app engine",
"compute engine",
"metadata server",
"metadata"
],
"license": "Apache-2.0",
"main": "./build/src/index.js",
"name": "gcp-metadata",
"repository": {
"type": "git",
"url": "git+https://github.com/googleapis/gcp-metadata.git"
},
"scripts": {
"clean": "gts clean",
"compile": "tsc -p .",
"docs": "compodoc src/",
"docs-test": "linkinator docs",
"fix": "gts fix && eslint --fix '**/*.js'",
"lint": "gts check && eslint '**/*.js'",
"predocs-test": "npm run docs",
"prepare": "npm run compile",
"presystem-test": "npm run compile",
"pretest": "npm run compile",
"samples-test": "npm link && cd samples/ && npm link ../ && npm test && cd ../",
"system-test": "mocha build/system-test --timeout 600000",
"test": "c8 mocha --timeout=5000 build/test"
},
"types": "./build/src/index.d.ts",
"version": "3.2.2"
}