UNPKG

@google/cloud-trace

Version:
52 lines (51 loc) 1.26 kB
{ "name": "@google/cloud-trace", "version": "0.6.3", "description": "Node.js Support for StackDriver Trace", "main": "index.js", "repository": "GoogleCloudPlatform/cloud-trace-nodejs", "scripts": { "test": "./bin/run-test.sh", "changelog": "./bin/run-changelog.sh", "coverage": "./bin/run-test.sh -c", "bump": "./bin/run-bump.sh", "closure": "./node_modules/.bin/closure-npc" }, "keywords": [ "google", "tracing", "profiling" ], "author": "Google Inc.", "license": "Apache-2.0", "engines": { "node": ">=0.12" }, "devDependencies": { "changelog-maker": "^2.2.2", "closure-npc": "*", "coveralls": "^2.11.8", "glob": "^7.0.3", "istanbul": "^0.4.2", "jshint": "^2.9.1", "mocha": "^3.0.0", "nock": "^9.0.0", "proxyquire": "^1.4.0", "request": "^2.61.0", "retry-request": "^1.3.2", "timekeeper": "^1.0.0", "tmp": "0.0.31" }, "dependencies": { "@google-cloud/common": "^0.12.0", "continuation-local-storage": "^3.1.4", "gcp-metadata": "^0.1.0", "is": "^3.2.0", "lodash.findindex": "^4.4.0", "lodash.isequal": "^4.0.0", "methods": "^1.1.1", "semver": "^5.0.1", "shimmer": "^1.0.0", "uuid": "^3.0.1" } }