|
| 1 | +{ |
| 2 | + "name": "@google-cloud/compute", |
| 3 | + "version": "0.1.0", |
| 4 | + "description": "Compute client for Node.js", |
| 5 | + "repository": "googleapis/nodejs-compute", |
| 6 | + "license": "Apache-2.0", |
| 7 | + "author": "Google LLC", |
| 8 | + "main": "build/src/index.js", |
| 9 | + "files": [ |
| 10 | + "build/src", |
| 11 | + "build/protos" |
| 12 | + ], |
| 13 | + "keywords": [ |
| 14 | + "google apis client", |
| 15 | + "google api client", |
| 16 | + "google apis", |
| 17 | + "google api", |
| 18 | + "google", |
| 19 | + "google cloud platform", |
| 20 | + "google cloud", |
| 21 | + "cloud", |
| 22 | + "google compute", |
| 23 | + "compute", |
| 24 | + "accelerator types", |
| 25 | + "addresses", |
| 26 | + "autoscalers", |
| 27 | + "backend buckets", |
| 28 | + "backend services", |
| 29 | + "disks", |
| 30 | + "disk types", |
| 31 | + "external vpn gateways", |
| 32 | + "firewall policies", |
| 33 | + "firewalls", |
| 34 | + "forwarding rules", |
| 35 | + "global addresses", |
| 36 | + "global forwarding rules", |
| 37 | + "global network endpoint groups", |
| 38 | + "global operations", |
| 39 | + "global organization operations", |
| 40 | + "global public delegated prefixes", |
| 41 | + "health checks", |
| 42 | + "image family views", |
| 43 | + "images", |
| 44 | + "instance group manager resize requests", |
| 45 | + "instance group managers", |
| 46 | + "instance groups", |
| 47 | + "instances", |
| 48 | + "instance settings service", |
| 49 | + "instance templates", |
| 50 | + "instant snapshots", |
| 51 | + "interconnect attachments", |
| 52 | + "interconnect locations", |
| 53 | + "interconnect remote locations", |
| 54 | + "interconnects", |
| 55 | + "license codes", |
| 56 | + "licenses", |
| 57 | + "machine images", |
| 58 | + "machine types", |
| 59 | + "network attachments", |
| 60 | + "network edge security services", |
| 61 | + "network endpoint groups", |
| 62 | + "network firewall policies", |
| 63 | + "networks", |
| 64 | + "node groups", |
| 65 | + "node templates", |
| 66 | + "node types", |
| 67 | + "packet mirrorings", |
| 68 | + "projects", |
| 69 | + "public advertised prefixes", |
| 70 | + "public delegated prefixes", |
| 71 | + "region autoscalers", |
| 72 | + "region backend services", |
| 73 | + "region commitments", |
| 74 | + "region disks", |
| 75 | + "region disk types", |
| 76 | + "region health checks", |
| 77 | + "region health check services", |
| 78 | + "region instance group managers", |
| 79 | + "region instance groups", |
| 80 | + "region instances", |
| 81 | + "region instance templates", |
| 82 | + "region instant snapshots", |
| 83 | + "region network endpoint groups", |
| 84 | + "region network firewall policies", |
| 85 | + "region notification endpoints", |
| 86 | + "region operations", |
| 87 | + "regions", |
| 88 | + "region security policies", |
| 89 | + "region ssl certificates", |
| 90 | + "region ssl policies", |
| 91 | + "region target http proxies", |
| 92 | + "region target https proxies", |
| 93 | + "region target tcp proxies", |
| 94 | + "region url maps", |
| 95 | + "region zones", |
| 96 | + "reservations", |
| 97 | + "resource policies", |
| 98 | + "routers", |
| 99 | + "routes", |
| 100 | + "security policies", |
| 101 | + "service attachments", |
| 102 | + "snapshots", |
| 103 | + "snapshot settings service", |
| 104 | + "ssl certificates", |
| 105 | + "ssl policies", |
| 106 | + "storage pools", |
| 107 | + "storage pool types", |
| 108 | + "subnetworks", |
| 109 | + "target grpc proxies", |
| 110 | + "target http proxies", |
| 111 | + "target https proxies", |
| 112 | + "target instances", |
| 113 | + "target pools", |
| 114 | + "target ssl proxies", |
| 115 | + "target tcp proxies", |
| 116 | + "target vpn gateways", |
| 117 | + "url maps", |
| 118 | + "vpn gateways", |
| 119 | + "vpn tunnels", |
| 120 | + "zone operations", |
| 121 | + "zones" |
| 122 | + ], |
| 123 | + "scripts": { |
| 124 | + "clean": "gts clean", |
| 125 | + "compile": "tsc -p . && cp -r protos build/ && minifyProtoJson", |
| 126 | + "compile-protos": "compileProtos src", |
| 127 | + "docs": "jsdoc -c .jsdoc.js", |
| 128 | + "fix": "gts fix", |
| 129 | + "lint": "gts check", |
| 130 | + "prepare": "npm run compile-protos && npm run compile", |
| 131 | + "system-test": "c8 mocha build/system-test", |
| 132 | + "test": "c8 mocha build/test" |
| 133 | + }, |
| 134 | + "dependencies": { |
| 135 | + "google-gax": "^4.3.1" |
| 136 | + }, |
| 137 | + "devDependencies": { |
| 138 | + "@types/mocha": "^10.0.6", |
| 139 | + "@types/node": "^20.11.26", |
| 140 | + "@types/sinon": "^10.0.20", |
| 141 | + "c8": "^8.0.1", |
| 142 | + "gapic-tools": "^0.4.0", |
| 143 | + "gts": "5.2.0", |
| 144 | + "jsdoc": "^4.0.2", |
| 145 | + "jsdoc-fresh": "^3.0.0", |
| 146 | + "jsdoc-region-tag": "^3.0.0", |
| 147 | + "mocha": "^10.3.0", |
| 148 | + "pack-n-play": "^2.0.3", |
| 149 | + "sinon": "^15.2.0", |
| 150 | + "typescript": "5.1.6" |
| 151 | + }, |
| 152 | + "engines": { |
| 153 | + "node": ">=v14" |
| 154 | + } |
| 155 | +} |
0 commit comments