UNPKG

2.71 kBJSONView Raw
1{
2 "name": "gaxios",
3 "version": "6.7.1",
4 "description": "A simple common HTTP client specifically for Google APIs and services.",
5 "main": "build/src/index.js",
6 "types": "build/src/index.d.ts",
7 "files": [
8 "build/src"
9 ],
10 "scripts": {
11 "lint": "gts check",
12 "test": "c8 mocha build/test",
13 "presystem-test": "npm run compile",
14 "system-test": "mocha build/system-test --timeout 80000",
15 "compile": "tsc -p .",
16 "fix": "gts fix",
17 "prepare": "npm run compile",
18 "pretest": "npm run compile",
19 "webpack": "webpack",
20 "prebrowser-test": "npm run compile",
21 "browser-test": "node build/browser-test/browser-test-runner.js",
22 "docs": "compodoc src/",
23 "docs-test": "linkinator docs",
24 "predocs-test": "npm run docs",
25 "samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
26 "prelint": "cd samples; npm link ../; npm install",
27 "clean": "gts clean",
28 "precompile": "gts clean"
29 },
30 "repository": "googleapis/gaxios",
31 "keywords": [
32 "google"
33 ],
34 "engines": {
35 "node": ">=14"
36 },
37 "author": "Google, LLC",
38 "license": "Apache-2.0",
39 "devDependencies": {
40 "@babel/plugin-proposal-private-methods": "^7.18.6",
41 "@compodoc/compodoc": "1.1.19",
42 "@types/cors": "^2.8.6",
43 "@types/express": "^4.16.1",
44 "@types/extend": "^3.0.1",
45 "@types/mocha": "^9.0.0",
46 "@types/multiparty": "0.0.36",
47 "@types/mv": "^2.1.0",
48 "@types/ncp": "^2.0.1",
49 "@types/node": "^20.0.0",
50 "@types/node-fetch": "^2.5.7",
51 "@types/sinon": "^17.0.0",
52 "@types/tmp": "0.2.6",
53 "@types/uuid": "^10.0.0",
54 "abort-controller": "^3.0.0",
55 "assert": "^2.0.0",
56 "browserify": "^17.0.0",
57 "c8": "^8.0.0",
58 "cheerio": "1.0.0-rc.10",
59 "cors": "^2.8.5",
60 "execa": "^5.0.0",
61 "express": "^4.16.4",
62 "form-data": "^4.0.0",
63 "gts": "^5.0.0",
64 "is-docker": "^2.0.0",
65 "karma": "^6.0.0",
66 "karma-chrome-launcher": "^3.0.0",
67 "karma-coverage": "^2.0.0",
68 "karma-firefox-launcher": "^2.0.0",
69 "karma-mocha": "^2.0.0",
70 "karma-remap-coverage": "^0.1.5",
71 "karma-sourcemap-loader": "^0.4.0",
72 "karma-webpack": "5.0.0",
73 "linkinator": "^3.0.0",
74 "mocha": "^8.0.0",
75 "multiparty": "^4.2.1",
76 "mv": "^2.1.1",
77 "ncp": "^2.0.0",
78 "nock": "^13.0.0",
79 "null-loader": "^4.0.0",
80 "puppeteer": "^19.0.0",
81 "sinon": "^18.0.0",
82 "stream-browserify": "^3.0.0",
83 "tmp": "0.2.3",
84 "ts-loader": "^8.0.0",
85 "typescript": "^5.1.6",
86 "webpack": "^5.35.0",
87 "webpack-cli": "^4.0.0"
88 },
89 "dependencies": {
90 "extend": "^3.0.2",
91 "https-proxy-agent": "^7.0.1",
92 "is-stream": "^2.0.0",
93 "node-fetch": "^2.6.9",
94 "uuid": "^9.0.1"
95 }
96}