vs/v5.0.0/node_modules/npm/node_modules/boom/package.json

{
  "_args": [
    [
      "boom@^2.8.x",
      "/Users/rebecca/code/npm/node_modules/hawk"
    ]
  ],
  "_from": "boom@>=2.8.0 <3.0.0",
  "_id": "boom@2.9.0",
  "_inCache": true,
  "_location": "/boom",
  "_nodeVersion": "0.10.40",
  "_npmUser": {
    "email": "arbretz@gmail.com",
    "name": "arb"
  },
  "_npmVersion": "2.11.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "boom",
    "raw": "boom@^2.8.x",
    "rawSpec": "^2.8.x",
    "scope": null,
    "spec": ">=2.8.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/cryptiles",
    "/hawk"
  ],
  "_resolved": "https://registry.npmjs.org/boom/-/boom-2.9.0.tgz",
  "_shasum": "a54b7fd2fee477d351bf9e371680cbea67f12715",
  "_shrinkwrap": null,
  "_spec": "boom@^2.8.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": "a54b7fd2fee477d351bf9e371680cbea67f12715",
    "tarball": "http://registry.npmjs.org/boom/-/boom-2.9.0.tgz"
  },
  "engines": {
    "node": ">=0.10.40"
  },
  "gitHead": "2ffee0e9d9868140911d30c7acfd7925e534623e",
  "homepage": "https://github.com/hapijs/boom#readme",
  "installable": true,
  "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 -L",
    "test-cov-html": "lab -a code -r html -o coverage.html -L"
  },
  "version": "2.9.0"
}