UNPKG

formaterrors

Version:

API that provides formatting and highlight options for errors and their stack trace

38 lines 1.18 kB
{ "name": "formaterrors", "version": "0.1.2", "author": "Allan Boyd <millionyearsold@gmail.com>", "description": "API that provides formatting and highlight options for errors and their stack trace", "keywords": "errors, logging, testing, test, log", "bugs": { "url" : "http://github.com/allanmboyd/formatErrors/issues" }, "main": "lib/formatErrors.js", "directories": { "lib": "./lib", "example": "./examples" }, "repository" : { "type": "git", "url": "http://github.com/allanmboyd/formatErrors.git" }, "scripts": { "test": "./node_modules/jshint/bin/hint lib/formatErrors.js test/testFormatErrors.js && ./node_modules/nodeunit/bin/nodeunit test/testFormatErrors.js" }, "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php" } ], "dependencies" : { "diff_match_patch": ">= 0.1.1", "stack-trace": ">= 0.0.6" }, "devDependencies": { "jshint": ">= 0.5.6", "nodeunit": ">= 0.7.1", "should": ">= 0.4.2" }, "engine": { "node": ">= 0.6.6" } }