95 lines
2.2 KiB
JSON
95 lines
2.2 KiB
JSON
{
|
|
"_from": "restify-errors@^8.0.2",
|
|
"_id": "restify-errors@8.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-UsXUVQo7M26xoQzeUcZQ0+H8L2t9DGzrXcAgR3WB/1vnbl+UdI4tZ1PqYsN+sS5WnqHKZ0Xy9w0CKf83bbrwYA==",
|
|
"_location": "/restify-errors",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "restify-errors@^8.0.2",
|
|
"name": "restify-errors",
|
|
"escapedName": "restify-errors",
|
|
"rawSpec": "^8.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^8.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/restify"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/restify-errors/-/restify-errors-8.0.2.tgz",
|
|
"_shasum": "0b9678738e37888e4fefe52aa6ee92771ec954e9",
|
|
"_spec": "restify-errors@^8.0.2",
|
|
"_where": "/usr/home/nodejs/node_modules/restify",
|
|
"author": {
|
|
"name": "Alex Liu",
|
|
"email": "donutespresso@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/restify/errors/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Alex Liu"
|
|
},
|
|
{
|
|
"name": "Gergely Nemeth"
|
|
},
|
|
{
|
|
"name": "Mark Cavage"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@netflix/nerror": "^1.0.0",
|
|
"assert-plus": "^1.0.0",
|
|
"lodash": "^4.17.15",
|
|
"safe-json-stringify": "^1.0.4"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Collection of Error objects shared across restify components.",
|
|
"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"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "http://www.restify.com",
|
|
"keywords": [
|
|
"restify-errors",
|
|
"restify",
|
|
"errors",
|
|
"custom errors",
|
|
"inherit errors",
|
|
"http errors",
|
|
"http status code",
|
|
"rest errors"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "restify-errors",
|
|
"optionalDependencies": {
|
|
"safe-json-stringify": "^1.0.4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/restify/errors.git"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"version": "8.0.2"
|
|
}
|