{ "name": "debug", "version": "2.4.2", "repository": { "type": "git", "url": "git://github.com/visionmedia/debug.git" }, "description": "small debugging utility", "keywords": [ "debug", "log", "debugger" ], "author": "TJ Holowaychuk ", "contributors": [ "Nathan Rajlich (http://n8.io)", "Andrew Rhyne " ], "license": "MIT", "dependencies": { "ms": "0.7.2" }, "devDependencies": { "babel": "^6.5.2", "babel-eslint": "^7.1.1", "babel-polyfill": "^6.20.0", "babel-preset-es2015": "^6.18.0", "babel-register": "^6.18.0", "babel-runtime": "^6.20.0", "browserify": "9.0.3", "chai": "^3.5.0", "eslint": "^3.12.1", "eslint-plugin-babel": "^4.0.0", "mocha": "^3.2.0", "sinon": "^1.17.6" }, "main": "./index.js", "browser": "./browser.js", "component": { "scripts": { "debug/index.js": "browser.js", "debug/debug.js": "debug.js" } } }