UNPKG

diagnostic-channel

Version:

Provides a context-saving pub/sub channel to connect diagnostic event publishers and subscribers

42 lines (41 loc) 1.13 kB
{ "name": "diagnostic-channel", "version": "1.1.1", "main": "./dist/src/channel.js", "types": "./dist/src/channel.d.ts", "scripts": { "build": "tsc", "lint": "eslint ./ --fix", "clean": "rimraf ./dist", "test": "mocha ./dist/tests/**/*.js", "debug": "mocha --inspect-brk ./dist/tests/**/*.js" }, "homepage": "https://github.com/Microsoft/node-diagnostic-channel", "bugs": { "url": "https://github.com/Microsoft/node-diagnostic-channel/issues" }, "repository": { "type": "git", "url": "https://github.com/Microsoft/node-diagnostic-channel.git" }, "description": "Provides a context-saving pub/sub channel to connect diagnostic event publishers and subscribers", "dependencies": { "semver": "^7.5.3" }, "devDependencies": { "@types/mocha": "^2.2.40", "@types/node": "~8.0.0", "mocha": "^3.2.0", "rimraf": "^2.6.1", "sinon": "1.17.6", "typescript": "4.1.2" }, "files": [ "dist/src/**/*.d.ts", "dist/src/**/*.js", "LICENSE", "README.md", "package.json" ], "license": "MIT" }