UNPKG

@0x0/restify-errors

Version:

Collection of Error objects shared across restify components.

64 lines (63 loc) 1.36 kB
{ "name": "@0x0/restify-errors", "version": "6.1.14", "main": "lib/index.js", "description": "Collection of Error objects shared across restify components.", "homepage": "http://www.restify.com", "author": "Alex Liu <donutespresso@gmail.com>", "contributors": [ "Alex Liu", "Gergely Nemeth", "Mark Cavage" ], "repository": { "type": "git", "url": "git+https://github.com/restify/errors.git" }, "license": "MIT", "files": [ "lib" ], "keywords": [ "restify-errors", "restify", "errors", "custom errors", "inherit errors", "http errors", "http status code", "rest errors" ], "scripts": { "test": "make test" }, "devDependencies": { "bunyan": "^1.8.10", "chai": "^4.0.2", "coveralls": "^3.0.0", "eslint": "^4.1.1", "istanbul": "^0.4.5", "mkdirp": "^0.5.1", "mocha": "^5.0.1", "nsp": "^3.2.1", "nsp-preprocessor-yarn": "^1.0.1", "restify": "^6.3.4", "restify-clients": "^1.5.0" }, "optionalDependencies": { "safe-json-stringify": "^1.0.4" }, "dependencies": { "assert-plus": "^1.0.0", "lodash": "^4.17.4", "verror": "^1.10.0", "safe-json-stringify": "^1.0.4" }, "bugs": { "url": "https://github.com/restify/errors/issues" }, "directories": { "lib": "lib", "test": "test" } }