CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes45downloads
package.json77 linesDownload Raw Back to gcp-metadata
1{2  "name": "gcp-metadata",3  "version": "8.1.2",4  "description": "Get the metadata from a Google Cloud Platform environment",5  "repository": {6    "type": "git",7    "directory": "packages/gcp-metadata",8    "url": "https://github.com/googleapis/google-cloud-node-core.git"9  },10  "main": "./build/src/index.js",11  "types": "./build/src/index.d.ts",12  "type": "commonjs",13  "files": [14    "build/src"15  ],16  "scripts": {17    "compile": "cross-env NODE_OPTIONS=--max-old-space-size=8192 tsc -p .",18    "fix": "gts fix",19    "pretest": "npm run compile",20    "prepare": "npm run compile",21    "samples-test": "npm link && cd samples/ && npm link ../ && npm test && cd ../",22    "presystem-test": "npm run compile",23    "system-test": "mocha build/system-test --timeout 600000",24    "test": "c8 mocha --timeout=5000 build/test",25    "docs": "jsdoc -c .jsdoc.js",26    "lint": "gts check",27    "docs-test": "linkinator docs",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    "google cloud platform",35    "google cloud",36    "google",37    "app engine",38    "compute engine",39    "metadata server",40    "metadata"41  ],42  "author": "Google LLC",43  "license": "Apache-2.0",44  "dependencies": {45    "gaxios": "^7.0.0",46    "google-logging-utils": "^1.0.0",47    "json-bigint": "^1.0.0"48  },49  "devDependencies": {50    "@google-cloud/functions": "^4.0.0",51    "@types/json-bigint": "^1.0.4",52    "@types/mocha": "^10.0.9",53    "@types/ncp": "^2.0.8",54    "@types/node": "^22.9.0",55    "@types/sinon": "^17.0.3",56    "@types/tmp": "^0.2.6",57    "c8": "^10.1.2",58    "cross-env": "^7.0.3",59    "gcbuild": "^1.3.39",60    "gcx": "^2.0.27",61    "gts": "^6.0.2",62    "jsdoc": "^4.0.4",63    "jsdoc-fresh": "^5.0.0",64    "jsdoc-region-tag": "^4.0.0",65    "linkinator": "^6.1.2",66    "mocha": "^11.1.0",67    "ncp": "^2.0.0",68    "nock": "^14.0.1",69    "sinon": "^21.0.0",70    "tmp": "^0.2.3",71    "typescript": "^5.6.3"72  },73  "engines": {74    "node": ">=18"75  },76  "homepage": "https://github.com/googleapis/google-cloud-node-core/tree/main/packages/gcp-metadata"77}
basant307/AI_Governance_Project · CoolFace