tunnckoCore/catchup

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "catchup",
  "version": "1.0.0",
  "description": "Graceful error handling. Because core `domain` module is deprecated. This share almost the same API.",
  "repository": "tunnckoCore/catchup",
  "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "standard && node test.js"
  },
  "dependencies": {
    "component-emitter": "^1.2.0"
  },
  "devDependencies": {
    "assertit": "^0.1.0"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "catch",
    "core",
    "domain",
    "domains",
    "emitter",
    "err",
    "error",
    "events",
    "exception",
    "exceptions",
    "grace",
    "graceful",
    "handle",
    "handling",
    "result",
    "try",
    "uncaught"
  ]
}