Built motion from commit 10af8726.|2.6.34
[motion2.git] / legacy-libs / gaxios / package.json
1 {
2   "author": {
3     "name": "Google, LLC"
4   },
5   "bugs": {
6     "url": "https://github.com/JustinBeckwith/gaxios/issues"
7   },
8   "bundleDependencies": false,
9   "dependencies": {
10     "abort-controller": "^3.0.0",
11     "extend": "^3.0.2",
12     "https-proxy-agent": "^2.2.1",
13     "node-fetch": "^2.3.0"
14   },
15   "deprecated": false,
16   "description": "A simple common HTTP client specifically for Google APIs and services.",
17   "devDependencies": {
18     "@types/execa": "^0.9.0",
19     "@types/express": "^4.16.1",
20     "@types/extend": "^3.0.1",
21     "@types/mocha": "^5.2.6",
22     "@types/mv": "^2.1.0",
23     "@types/ncp": "^2.0.1",
24     "@types/nock": "^9.3.1",
25     "@types/node": "^11.9.5",
26     "@types/node-fetch": "^2.1.6",
27     "@types/sinon": "^7.0.7",
28     "@types/tmp": "0.1.0",
29     "assert-rejects": "^1.0.0",
30     "codecov": "^3.2.0",
31     "execa": "^1.0.0",
32     "express": "^4.16.4",
33     "gts": "^0.9.0",
34     "is-docker": "^2.0.0",
35     "karma": "^4.0.0",
36     "karma-chrome-launcher": "^2.2.0",
37     "karma-coverage": "^1.1.2",
38     "karma-firefox-launcher": "^1.1.0",
39     "karma-mocha": "^1.3.0",
40     "karma-remap-coverage": "^0.1.5",
41     "karma-sourcemap-loader": "^0.3.7",
42     "karma-webpack": "^3.0.5",
43     "mocha": "^6.0.2",
44     "mv": "^2.1.1",
45     "ncp": "^2.0.0",
46     "nock": "^10.0.6",
47     "null-loader": "^0.1.1",
48     "nyc": "^14.0.0",
49     "puppeteer": "^1.12.2",
50     "semantic-release": "^15.13.9",
51     "sinon": "^7.2.5",
52     "source-map-support": "^0.5.10",
53     "tmp": "0.1.0",
54     "ts-loader": "^5.3.3",
55     "typescript": "~3.4.0",
56     "webpack": "^4.29.5",
57     "webpack-cli": "^3.2.3"
58   },
59   "files": [
60     "build/src"
61   ],
62   "homepage": "https://github.com/JustinBeckwith/gaxios#readme",
63   "keywords": [
64     "google"
65   ],
66   "license": "Apache-2.0",
67   "main": "build/src/index.js",
68   "name": "gaxios",
69   "nyc": {
70     "exclude": [
71       "build/test"
72     ]
73   },
74   "repository": {
75     "type": "git",
76     "url": "git+https://github.com/JustinBeckwith/gaxios.git"
77   },
78   "scripts": {
79     "browser-test": "node build/browser-test/browser-test-runner.js",
80     "clean": "gts clean",
81     "codecov": "nyc report --reporter=json && codecov -f coverage/*.json",
82     "compile": "tsc -p . && npm run fix",
83     "fix": "gts fix",
84     "lint": "gts check",
85     "prebrowser-test": "npm run compile",
86     "prepare": "npm run compile",
87     "presystem-test": "npm run compile",
88     "pretest": "npm run compile",
89     "system-test": "mocha build/system-test --timeout 40000",
90     "test": "nyc mocha build/test",
91     "webpack": "webpack"
92   },
93   "types": "build/src/index.d.ts",
94   "version": "1.8.4"
95 }