Built motion from commit 10af8726.|2.6.34
[motion2.git] / legacy-libs / gcp-metadata / package.json
1 {
2   "author": {
3     "name": "Stephen Sawchuk"
4   },
5   "bugs": {
6     "url": "https://github.com/googleapis/gcp-metadata/issues"
7   },
8   "bundleDependencies": false,
9   "dependencies": {
10     "gaxios": "^1.0.2",
11     "json-bigint": "^0.3.0"
12   },
13   "deprecated": false,
14   "description": "Get the metadata from a Google Cloud Platform environment",
15   "devDependencies": {
16     "@compodoc/compodoc": "^1.1.7",
17     "@types/execa": "^0.9.0",
18     "@types/mocha": "^5.2.4",
19     "@types/ncp": "^2.0.1",
20     "@types/nock": "^9.1.3",
21     "@types/node": "^10.1.0",
22     "@types/node-fetch": "^2.1.4",
23     "@types/tmp": "0.0.34",
24     "@types/uuid": "^3.4.4",
25     "assert-rejects": "^1.0.0",
26     "codecov": "^3.0.2",
27     "execa": "^1.0.0",
28     "gcbuild": "^1.1.1",
29     "gcx": "^0.1.1",
30     "googleapis": "^37.0.0",
31     "gts": "^0.9.0",
32     "linkinator": "^1.1.2",
33     "mocha": "^5.2.0",
34     "ncp": "^2.0.0",
35     "nock": "^10.0.0",
36     "node-fetch": "^2.3.0",
37     "nyc": "^13.0.0",
38     "source-map-support": "^0.5.6",
39     "typescript": "^3.0.0",
40     "uuid": "^3.3.2"
41   },
42   "engines": {
43     "node": ">=6"
44   },
45   "files": [
46     "build/src"
47   ],
48   "homepage": "https://github.com/googleapis/gcp-metadata#readme",
49   "keywords": [
50     "google cloud platform",
51     "google cloud",
52     "google",
53     "app engine",
54     "compute engine",
55     "metadata server",
56     "metadata"
57   ],
58   "license": "MIT",
59   "main": "./build/src/index.js",
60   "name": "gcp-metadata",
61   "repository": {
62     "type": "git",
63     "url": "git+https://github.com/googleapis/gcp-metadata.git"
64   },
65   "scripts": {
66     "check": "gts check",
67     "clean": "gts clean",
68     "codecov": "nyc report --reporter=json && codecov -f coverage/*.json",
69     "compile": "tsc -p .",
70     "docs": "compodoc src/",
71     "docs-test": "linkinator docs -r --skip www.googleapis.com",
72     "fix": "gts fix",
73     "lint": "npm run check",
74     "posttest": "npm run check",
75     "predocs-test": "npm run docs",
76     "prepare": "npm run compile",
77     "presystem-test": "npm run compile",
78     "pretest-only": "npm run compile",
79     "samples-test": "mocha samples/system-test",
80     "system-test": "mocha build/system-test --timeout 600000",
81     "test": "npm run test-only",
82     "test-only": "nyc mocha build/test"
83   },
84   "types": "./build/src/index.d.ts",
85   "version": "1.0.0"
86 }