summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles/node_modules/boom/package.json
blob: 4964da7824b707200581be38674884b8b67de097 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
  "_from": "boom@5.x.x",
  "_id": "boom@5.2.0",
  "_inBundle": false,
  "_integrity": "sha512-Z5BTk6ZRe4tXXQlkqftmsAUANpXmuwlsF5Oov8ThoMbQRzdGTA1ngYRW160GexgOgjsFOKJz0LYhoNi+2AMBUw==",
  "_location": "/request/hawk/cryptiles/boom",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "boom@5.x.x",
    "name": "boom",
    "escapedName": "boom",
    "rawSpec": "5.x.x",
    "saveSpec": null,
    "fetchSpec": "5.x.x"
  },
  "_requiredBy": [
    "/request/hawk/cryptiles"
  ],
  "_resolved": "https://registry.npmjs.org/boom/-/boom-5.2.0.tgz",
  "_shasum": "5dd9da6ee3a5f302077436290cb717d3f4a54e02",
  "_spec": "boom@5.x.x",
  "_where": "/Users/rebecca/code/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles",
  "bugs": {
    "url": "https://github.com/hapijs/boom/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "hoek": "4.x.x"
  },
  "deprecated": false,
  "description": "HTTP-friendly error objects",
  "devDependencies": {
    "code": "4.x.x",
    "lab": "14.x.x",
    "markdown-toc": "0.12.x"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "homepage": "https://github.com/hapijs/boom#readme",
  "keywords": [
    "error",
    "http"
  ],
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "name": "boom",
  "repository": {
    "type": "git",
    "url": "git://github.com/hapijs/boom.git"
  },
  "scripts": {
    "test": "lab -a code -t 100 -L -v",
    "test-cov-html": "lab -a code -r html -o coverage.html -L",
    "toc": "node generate-toc.js",
    "version": "npm run toc && git add README.md"
  },
  "version": "5.2.0"
}