{
  "_from": "diagnostic-channel-publishers@0.4.4",
  "_id": "diagnostic-channel-publishers@0.4.4",
  "_inBundle": false,
  "_integrity": "sha512-l126t01d2ZS9EreskvEtZPrcgstuvH3rbKy82oUhUrVmBaGx4hO9wECdl3cvZbKDYjMF3QJDB5z5dL9yWAjvZQ==",
  "_location": "/diagnostic-channel-publishers",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "diagnostic-channel-publishers@0.4.4",
    "name": "diagnostic-channel-publishers",
    "escapedName": "diagnostic-channel-publishers",
    "rawSpec": "0.4.4",
    "saveSpec": null,
    "fetchSpec": "0.4.4"
  },
  "_requiredBy": [
    "/applicationinsights"
  ],
  "_resolved": "https://registry.npmjs.org/diagnostic-channel-publishers/-/diagnostic-channel-publishers-0.4.4.tgz",
  "_shasum": "57c3b80b7e7f576f95be3a257d5e94550f0082d6",
  "_spec": "diagnostic-channel-publishers@0.4.4",
  "_where": "/var/www/recruit-outlook/node_modules/applicationinsights",
  "bugs": {
    "url": "https://github.com/Microsoft/node-diagnostic-channel/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A collection of pre-built module patches that enable existing npm modules to publish diagnostic data",
  "devDependencies": {
    "@azure/core-tracing": "^1.0.0-preview.9",
    "@opentelemetry/api": "^0.16.0",
    "@opentelemetry/tracing": "^0.16.0",
    "@types/mocha": "^2.2.40",
    "@types/node": "~8.0.0",
    "@types/pg": "^7.4.11",
    "@types/tedious": "^4.0.0",
    "diagnostic-channel": "file:../diagnostic-channel",
    "mocha": "^3.2.0",
    "mongodb": "^3.1.13",
    "mysql": "^2.16.0",
    "pg": "^8.2.1",
    "q": "1.5.0",
    "redis": "^3.0.2",
    "rimraf": "^2.6.1",
    "tedious": "^8.0.1",
    "tslint": "^5.0.0",
    "typescript": "^2.2.1",
    "winston": "^3.2.1",
    "zone.js": "^0.8.5"
  },
  "files": [
    "dist/src/**/*.d.ts",
    "dist/src/**/*.js",
    "LICENSE",
    "README.md",
    "package.json"
  ],
  "homepage": "https://github.com/Microsoft/node-diagnostic-channel",
  "license": "MIT",
  "main": "dist/src/index.js",
  "name": "diagnostic-channel-publishers",
  "peerDependencies": {
    "diagnostic-channel": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Microsoft/node-diagnostic-channel.git"
  },
  "scripts": {
    "build": "tsc && node copyTestAssets.js",
    "clean": "rimraf ./dist",
    "debug": "mocha --inspect-brk ./dist/tests/{*.js,**/*.js}",
    "lint": "tslint -c tslint.json -p tsconfig.json",
    "test": "mocha ./dist/tests/{*.js,**/*.js}"
  },
  "types": "dist/src/index.d.ts",
  "version": "0.4.4"
}
