UNPKG

quant-beat

Version:

**`Quant Beat`** is a simple logger that wraps around [lugg](https://github.com/aexmachina/lugg "lugg") which is in itself, a simple wrapper around [bunyan](https://github.com/trentm/node-bunyan "bunyan") (a powerful logging framework). **`Quant Beat`**

71 lines (70 loc) 1.73 kB
{ "name": "quant-beat", "version": "0.0.31", "engines": { "node": ">=6.0" }, "repository": { "type": "git", "url": "https://github.com/quophyie/quantal-logger.git" }, "keywords": [ "logger", "logging", "log", "cls", "continuation local storage", "continuation-local-storage", "continuationlocalstorage", "mapper diagnostic context", "mdc", "mdc", "trace", "tracing", "distributed logging", "distributed tracing", "express" ], "author": "quophyid@yahoo.com", "license": "MIT", "dependencies": { "app-root-path": "^2.0.1", "aspect.js": "^0.5.1", "bluebird": "^3.5.0", "body-parser": "~1.17.1", "bunyan": "^1.8.10", "bunyan-format": "^0.2.1", "cls-bluebird": "^2.0.1", "compose-middleware": "^4.0.0", "continuation-local-storage": "^3.2.0", "cookie-parser": "~1.4.3", "create-error": "^0.3.1", "deasync": "^0.1.10", "debug": "~2.6.3", "entry-points": "^1.2.1", "express-interceptor": "^1.2.0", "lodash": "^4.17.4", "logzio-bunyan": "^0.1.2", "lugg": "^1.1.3", "quantal-errors": "0.0.12", "randomstring": "^1.1.5", "serve-favicon": "~2.4.2", "uuid": "^3.1.0" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-plugin-transform-decorators": "^6.24.1", "babel-preset-env": "^1.6.0", "code": "^4.1.0", "eslint-config-standard": "^10.2.1", "eslint-plugin-import": "^2.3.0", "eslint-plugin-node": "^5.0.0", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-standard": "^3.0.1", "express": "~4.15.2", "mocha": "^3.4.2", "node-mocks-http": "^1.6.3", "sinon": "^2.3.4", "standard": "^10.0.2" } }