{ "name": "jibo-log", "version": "5.0.6", "description": "Jibo console, filesystem, and syslog logging utility", "license": "UNLICENSED", "distribution": "PROPRIETARY AND CONFIDENTIAL - NOT FOR DISTRIBUTION", "copyright": "Copyright (c) 2014-2018 Jibo, Inc. All Rights Reserved", "main": "lib/jibo-log.js", "typings": "index.d.ts", "scripts": { "build": "gulp debug", "build:release": "gulp", "test": "gulp test && istanbul report && yarn coverage:check", "test:debug": "gulp test --debug", "test:report": "gulp test-report", "watch": "gulp watch", "clean": "gulp clean-all", "coverage:check": "istanbul check-coverage --statements 30 --branches 30 --functions 40 --lines 30", "coverage:report": "istanbul report && open coverage/lcov-report/index.html", "coverage:remap": "remap-istanbul --input ./coverage/coverage-final.json --output ./coverage/coverage-final.json -b jibo-log/" }, "repository": { "type": "git", "url": "git@github.jibo.com:sdk/sdk.git" }, "keywords": [ "sdk", "log" ], "files": [ "lib", "index.d.ts" ], "author": "Jibo Inc. ", "maintainer": "Tim Garthwaite ", "contributors": [ "Jon Ferguson ", "Avida Michaud " ], "bugs": { "url": "https://github.jibo.com/sdk/jibo-log/issues" }, "homepage": "https://github.jibo.com/sdk/jibo-log#readme", "devDependencies": { "@types/fs-extra": "^4.0.2", "@types/node": "6.0.94", "@types/os-homedir": "^1.0.0", "gulp": "^3.9.1", "istanbul": "^0.4.5", "jibo-gulp": "^8.0.0" }, "engines": { "node": ">=6.0" }, "dependencies": { "format-error": "^1.0.0", "fs-extra": "^4.0.0", "os-homedir": "^1.0.2", "rotating-file-stream": "^1.2.2", "syslog2-pure-js": "^1.0.0" } }