| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 | {  "name": "diagnostics",  "version": "1.1.1",  "description": "Tools for debugging your node.js modules and event loop",  "main": "index.js",  "browser": "./browser.js",  "scripts": {    "test": "mocha --reporter spec --ui bdd test.js"  },  "repository": {    "type": "git",    "url": "git://github.com/bigpipe/diagnostics.git"  },  "keywords": [    "debug",    "debugger",    "debugging",    "diagnostic",    "diagnostics",    "event",    "loop",    "metrics",    "stats"  ],  "author": "Arnout Kazemier",  "license": "MIT",  "bugs": {    "url": "https://github.com/bigpipe/diagnostics/issues"  },  "homepage": "https://github.com/bigpipe/diagnostics",  "devDependencies": {    "assume": "2.1.x",    "mocha": "5.2.x",    "pre-commit": "1.2.x"  },  "dependencies": {    "colorspace": "1.1.x",    "enabled": "1.0.x",    "kuler": "1.0.x"  },  "contributors": [    "Martijn Swaagman (https://github.com/swaagie)",    "Jarrett Cruger (https://github.com/jcrugzz)",    "Sevastos (https://github.com/sevastos)"  ]}
 |