1 | {
|
2 | "name": "googleapis-common",
|
3 | "version": "7.2.0",
|
4 | "description": "A common tooling library used by the googleapis npm module. You probably don't want to use this directly.",
|
5 | "repository": "googleapis/nodejs-googleapis-common",
|
6 | "main": "build/src/index.js",
|
7 | "types": "build/src/index.d.ts",
|
8 | "files": [
|
9 | "build/src",
|
10 | "!build/src/**/*.map"
|
11 | ],
|
12 | "scripts": {
|
13 | "prebenchmark": "npm run compile",
|
14 | "benchmark": "node build/benchmark/bench.js",
|
15 | "compile": "tsc -p .",
|
16 | "test": "c8 mocha build/test",
|
17 | "system-test": "c8 mocha build/system-test --timeout 600000",
|
18 | "presystem-test": "npm run compile",
|
19 | "fix": "gts fix",
|
20 | "prepare": "npm run compile",
|
21 | "pretest": "npm run compile",
|
22 | "lint": "gts check",
|
23 | "samples-test": "mocha build/samples-test",
|
24 | "docs": "compodoc src/",
|
25 | "docs-test": "linkinator docs",
|
26 | "webpack": "webpack",
|
27 | "browser-test": "karma start",
|
28 | "predocs-test": "npm run docs",
|
29 | "prelint": "cd samples; npm link ../; npm install",
|
30 | "clean": "gts clean",
|
31 | "precompile": "gts clean"
|
32 | },
|
33 | "keywords": [],
|
34 | "author": "Google LLC",
|
35 | "license": "Apache-2.0",
|
36 | "dependencies": {
|
37 | "extend": "^3.0.2",
|
38 | "gaxios": "^6.0.3",
|
39 | "google-auth-library": "^9.7.0",
|
40 | "qs": "^6.7.0",
|
41 | "url-template": "^2.0.8",
|
42 | "uuid": "^9.0.0"
|
43 | },
|
44 | "devDependencies": {
|
45 | "@babel/plugin-proposal-private-methods": "^7.18.6",
|
46 | "@compodoc/compodoc": "1.1.23",
|
47 | "@types/execa": "^0.9.0",
|
48 | "@types/extend": "^3.0.1",
|
49 | "@types/mocha": "^9.0.0",
|
50 | "@types/mv": "^2.1.0",
|
51 | "@types/ncp": "^2.0.1",
|
52 | "@types/nock": "^11.0.0",
|
53 | "@types/proxyquire": "^1.3.28",
|
54 | "@types/qs": "^6.5.3",
|
55 | "@types/sinon": "^17.0.0",
|
56 | "@types/tmp": "0.2.6",
|
57 | "@types/url-template": "^2.0.28",
|
58 | "@types/uuid": "^9.0.0",
|
59 | "c8": "^8.0.0",
|
60 | "codecov": "^3.5.0",
|
61 | "execa": "^5.0.0",
|
62 | "gts": "^5.0.0",
|
63 | "http2spy": "^2.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": "^4.0.0",
|
73 | "linkinator": "^3.1.0",
|
74 | "mocha": "^9.2.2",
|
75 | "mv": "^2.1.1",
|
76 | "ncp": "^2.0.0",
|
77 | "nock": "^13.0.0",
|
78 | "null-loader": "^4.0.0",
|
79 | "proxyquire": "^2.1.3",
|
80 | "puppeteer": "^18.2.1",
|
81 | "sinon": "^17.0.0",
|
82 | "tmp": "^0.2.0",
|
83 | "ts-loader": "^8.0.0",
|
84 | "typescript": "5.1.6",
|
85 | "webpack": "^4.0.0",
|
86 | "webpack-cli": "^4.0.0"
|
87 | },
|
88 | "engines": {
|
89 | "node": ">=14.0.0"
|
90 | }
|
91 | }
|