abacus-debug
Version:
Add-ons to the debug log module
58 lines • 1.27 kB
JSON
{
"name": "abacus-debug",
"description": "Add-ons to the debug log module",
"license": "Apache-2.0",
"version": "1.1.5",
"private": false,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/tree/master/lib/utils/debug",
"bugs": {
"url": "https://github.com/cloudfoundry-incubator/cf-abacus/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/cloudfoundry-incubator/cf-abacus.git"
},
"keywords": [
"cf",
"abacus"
],
"files": [
".npmrc",
"src/"
],
"main": "src/index.js",
"scripts": {
"test": "abacus-eslint && nyc abacus-mocha",
"generate-coverage": "nyc report --reporter=lcovonly",
"lint": "abacus-eslint",
"pub": "publish"
},
"dependencies": {
"abacus-events": "^1.1.5",
"abacus-moment": "^1.1.5",
"longjohn": "^0.2.12",
"debug": "^4.0.1",
"underscore": "^1.9.1"
},
"devDependencies": {
"abacus-eslint": "^1.1.5",
"abacus-mocha": "^1.1.5",
"nyc": "^13.0.1",
"abacus-publish": "^1.1.5"
},
"nyc": {
"cache": true,
"reporter": [
"text",
"html"
],
"exclude": [
"src/test/**"
]
},
"engines": {
"node": ">=8.10.0 <9.0.0",
"npm": "<5.0.0",
"yarn": ">=1.2.1"
}
}