UNPKG

composite-error

Version:
35 lines (34 loc) 722 B
{ "name": "composite-error", "version": "1.0.2", "description": "Error wrapping in Node.js", "keywords": [ "error", "wrapping", "stacktrace", "stack", "trace" ], "bugs": { "url": "https://github.com/nickuraltsev/composite-error/issues" }, "license": "MIT", "author": { "name": "Nick Uraltsev", "email": "nick.uraltsev@gmail.com" }, "main": "lib/compositeError.js", "repository": { "type": "git", "url": "https://github.com/nickuraltsev/composite-error.git" }, "devDependencies": { "mocha": "^3.0.2", "should": "^11.1.0", "eslint": "^3.4.0" }, "scripts": { "test": "mocha --reporter spec", "lint": "eslint lib test examples" } }