{
  "_from": "diagnostic-channel@0.3.1",
  "_id": "diagnostic-channel@0.3.1",
  "_inBundle": false,
  "_integrity": "sha512-6eb9YRrimz8oTr5+JDzGmSYnXy5V7YnK5y/hd8AUDK1MssHjQKm9LlD6NSrHx4vMDF3+e/spI2hmWTviElgWZA==",
  "_location": "/diagnostic-channel",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "diagnostic-channel@0.3.1",
    "name": "diagnostic-channel",
    "escapedName": "diagnostic-channel",
    "rawSpec": "0.3.1",
    "saveSpec": null,
    "fetchSpec": "0.3.1"
  },
  "_requiredBy": [
    "/applicationinsights"
  ],
  "_resolved": "https://registry.npmjs.org/diagnostic-channel/-/diagnostic-channel-0.3.1.tgz",
  "_shasum": "7faa143e107f861be3046539eb4908faab3f53fd",
  "_spec": "diagnostic-channel@0.3.1",
  "_where": "/var/www/recruit-outlook/node_modules/applicationinsights",
  "bugs": {
    "url": "https://github.com/Microsoft/node-diagnostic-channel/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "semver": "^5.3.0"
  },
  "deprecated": false,
  "description": "Provides a context-saving pub/sub channel to connect diagnostic event publishers and subscribers",
  "devDependencies": {
    "@types/mocha": "^2.2.40",
    "@types/node": "^7.0.12",
    "mocha": "^3.2.0",
    "rimraf": "^2.6.1",
    "tslint": "^5.0.0",
    "typescript": "^2.2.1"
  },
  "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/channel.js",
  "name": "diagnostic-channel",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Microsoft/node-diagnostic-channel.git"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rimraf ./dist",
    "lint": "tslint -c tslint.json -p tsconfig.json",
    "test": "mocha ./dist/tests/**/*.js"
  },
  "types": "./dist/src/channel.d.ts",
  "version": "0.3.1"
}
