{
  "_from": "@dabh/diagnostics@2.0.3",
  "_id": "@dabh/diagnostics@2.0.3",
  "_inBundle": false,
  "_integrity": "sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==",
  "_location": "/@dabh/diagnostics",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@dabh/diagnostics@2.0.3",
    "name": "@dabh/diagnostics",
    "escapedName": "@dabh%2fdiagnostics",
    "scope": "@dabh",
    "rawSpec": "2.0.3",
    "saveSpec": null,
    "fetchSpec": "2.0.3"
  },
  "_requiredBy": [
    "/winston"
  ],
  "_resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.3.tgz",
  "_shasum": "7f7e97ee9a725dffc7808d93668cc984e1dc477a",
  "_spec": "@dabh/diagnostics@2.0.3",
  "_where": "/home/businessinbox/public_html/royal/api/node_modules/winston",
  "author": {
    "name": "Arnout Kazemier"
  },
  "browser": "./browser",
  "bugs": {
    "url": "https://github.com/3rd-Eden/diagnostics/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Martijn Swaagman",
      "url": "https://github.com/swaagie"
    },
    {
      "name": "Jarrett Cruger",
      "url": "https://github.com/jcrugzz"
    },
    {
      "name": "Sevastos",
      "url": "https://github.com/sevastos"
    }
  ],
  "dependencies": {
    "colorspace": "1.1.x",
    "enabled": "2.0.x",
    "kuler": "^2.0.0"
  },
  "deprecated": false,
  "description": "Tools for debugging your node.js modules and event loop",
  "devDependencies": {
    "assume": "2.3.x",
    "asyncstorageapi": "^1.0.2",
    "mocha": "9.2.x",
    "nyc": "^15.1.0",
    "objstorage": "^1.0.0",
    "pre-commit": "1.2.x",
    "require-poisoning": "^2.0.0",
    "webpack": "4.x",
    "webpack-bundle-size-analyzer": "^3.0.0",
    "webpack-cli": "3.x"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/3rd-Eden/diagnostics",
  "keywords": [
    "debug",
    "debugger",
    "debugging",
    "diagnostic",
    "diagnostics",
    "event",
    "loop",
    "metrics",
    "stats"
  ],
  "license": "MIT",
  "main": "./node",
  "name": "@dabh/diagnostics",
  "repository": {
    "type": "git",
    "url": "git://github.com/3rd-Eden/diagnostics.git"
  },
  "scripts": {
    "test": "nyc --reporter=text --reporter=lcov npm run test:runner",
    "test:basic": "mocha --require test/mock.js test/*.test.js",
    "test:browser": "mocha --require test/mock test/browser.js",
    "test:node": "mocha --require test/mock test/node.js",
    "test:runner": "npm run test:basic && npm run test:node && npm run test:browser",
    "webpack:browser:dev": "webpack --mode=development browser/index.js -o /dev/null --json | webpack-bundle-size-analyzer",
    "webpack:browser:prod": "webpack --mode=production browser/index.js -o /dev/null --json | webpack-bundle-size-analyzer",
    "webpack:node:dev": "webpack --mode=development node/index.js -o /dev/null --json | webpack-bundle-size-analyzer",
    "webpack:node:prod": "webpack --mode=production node/index.js -o /dev/null --json | webpack-bundle-size-analyzer"
  },
  "version": "2.0.3"
}
