Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « boom « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3d697ef739c8c8ef97da3ea89b77f249c34b2ec2 (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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
  "_args": [
    [
      "boom@2.x.x",
      "/Users/rebecca/code/npm/node_modules/hawk"
    ]
  ],
  "_from": "boom@>=2.0.0 <3.0.0",
  "_id": "boom@2.8.0",
  "_inCache": true,
  "_location": "/boom",
  "_nodeVersion": "0.10.38",
  "_npmUser": {
    "email": "arbretz@gmail.com",
    "name": "arb"
  },
  "_npmVersion": "2.11.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "boom",
    "raw": "boom@2.x.x",
    "rawSpec": "2.x.x",
    "scope": null,
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/cryptiles",
    "/hawk"
  ],
  "_resolved": "https://registry.npmjs.org/boom/-/boom-2.8.0.tgz",
  "_shasum": "317bdfd47018fe7dd79b0e9da73efe244119fdf1",
  "_shrinkwrap": null,
  "_spec": "boom@2.x.x",
  "_where": "/Users/rebecca/code/npm/node_modules/hawk",
  "bugs": {
    "url": "https://github.com/hapijs/boom/issues"
  },
  "dependencies": {
    "hoek": "2.x.x"
  },
  "description": "HTTP-friendly error objects",
  "devDependencies": {
    "code": "1.x.x",
    "lab": "5.x.x"
  },
  "directories": {},
  "dist": {
    "shasum": "317bdfd47018fe7dd79b0e9da73efe244119fdf1",
    "tarball": "http://registry.npmjs.org/boom/-/boom-2.8.0.tgz"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "gitHead": "43f13bf2d336b35ccbb062b32ba2a17259f6d24c",
  "homepage": "https://github.com/hapijs/boom#readme",
  "keywords": [
    "error",
    "http"
  ],
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "hueniverse",
      "email": "eran@hueniverse.com"
    },
    {
      "name": "wyatt",
      "email": "wpreul@gmail.com"
    },
    {
      "name": "arb",
      "email": "arbretz@gmail.com"
    }
  ],
  "name": "boom",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/hapijs/boom.git"
  },
  "scripts": {
    "test": "lab -a code -t 100",
    "test-cov-html": "lab -a code -r html -o coverage.html"
  },
  "version": "2.8.0"
}