Initial commit
[yaffs-website] / node_modules / boom / package.json
1 {
2   "_args": [
3     [
4       "boom@2.x.x",
5       "/var/www/yaffs/node_modules/hawk"
6     ]
7   ],
8   "_from": "boom@>=2.0.0 <3.0.0",
9   "_id": "boom@2.10.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/boom",
13   "_nodeVersion": "0.10.40",
14   "_npmUser": {
15     "email": "arbretz@gmail.com",
16     "name": "arb"
17   },
18   "_npmVersion": "2.11.1",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "boom",
22     "raw": "boom@2.x.x",
23     "rawSpec": "2.x.x",
24     "scope": null,
25     "spec": ">=2.0.0 <3.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/cryptiles",
30     "/hawk"
31   ],
32   "_resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz",
33   "_shasum": "39c8918ceff5799f83f9492a848f625add0c766f",
34   "_shrinkwrap": null,
35   "_spec": "boom@2.x.x",
36   "_where": "/var/www/yaffs/node_modules/hawk",
37   "bugs": {
38     "url": "https://github.com/hapijs/boom/issues"
39   },
40   "dependencies": {
41     "hoek": "2.x.x"
42   },
43   "description": "HTTP-friendly error objects",
44   "devDependencies": {
45     "code": "1.x.x",
46     "lab": "7.x.x"
47   },
48   "directories": {},
49   "dist": {
50     "shasum": "39c8918ceff5799f83f9492a848f625add0c766f",
51     "tarball": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz"
52   },
53   "engines": {
54     "node": ">=0.10.40"
55   },
56   "gitHead": "ff1a662a86b39426cdd18f4441b112d307a34a6f",
57   "homepage": "https://github.com/hapijs/boom#readme",
58   "keywords": [
59     "error",
60     "http"
61   ],
62   "license": "BSD-3-Clause",
63   "main": "lib/index.js",
64   "maintainers": [
65     {
66       "name": "hueniverse",
67       "email": "eran@hueniverse.com"
68     },
69     {
70       "name": "wyatt",
71       "email": "wpreul@gmail.com"
72     },
73     {
74       "name": "arb",
75       "email": "arbretz@gmail.com"
76     }
77   ],
78   "name": "boom",
79   "optionalDependencies": {},
80   "readme": "ERROR: No README data found!",
81   "repository": {
82     "type": "git",
83     "url": "git://github.com/hapijs/boom.git"
84   },
85   "scripts": {
86     "test": "lab -a code -t 100 -L",
87     "test-cov-html": "lab -a code -r html -o coverage.html -L"
88   },
89   "version": "2.10.1"
90 }