UNPKG

restify-errors

Version:

Collection of Error objects shared across restify components.

60 lines (59 loc) 1.28 kB
{ "name": "restify-errors", "version": "8.0.2", "main": "lib/index.js", "description": "Collection of Error objects shared across restify components.", "homepage": "http://www.restify.com", "author": { "name": "Alex Liu", "email": "donutespresso@gmail.com" }, "contributors": [ "Alex Liu", "Gergely Nemeth", "Mark Cavage" ], "repository": { "type": "git", "url": "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.2.0", "conventional-changelog-angular": "^5.0.0", "conventional-recommended-bump": "^4.0.0", "coveralls": "^3.0.3", "eslint": "^5.16.0", "istanbul": "^0.4.5", "mkdirp": "^0.5.1", "mocha": "^6.1.4", "restify": "^8.3.1", "restify-clients": "^2.6.4", "unleash": "^2.0.1" }, "optionalDependencies": { "safe-json-stringify": "^1.0.4" }, "dependencies": { "@netflix/nerror": "^1.0.0", "assert-plus": "^1.0.0", "lodash": "^4.17.15" } }