package.json 1.3 KB
{
  "_args": [
    [
      "boom@2.10.1",
      "/Users/star/Desktop/YTMT"
    ]
  ],
  "_from": "boom@2.10.1",
  "_id": "boom@2.10.1",
  "_inBundle": false,
  "_integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=",
  "_location": "/boom",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "boom@2.10.1",
    "name": "boom",
    "escapedName": "boom",
    "rawSpec": "2.10.1",
    "saveSpec": null,
    "fetchSpec": "2.10.1"
  },
  "_requiredBy": [
    "/cryptiles",
    "/hawk"
  ],
  "_resolved": "http://registry.npmjs.org/boom/-/boom-2.10.1.tgz",
  "_spec": "2.10.1",
  "_where": "/Users/star/Desktop/YTMT",
  "bugs": {
    "url": "https://github.com/hapijs/boom/issues"
  },
  "dependencies": {
    "hoek": "2.x.x"
  },
  "description": "HTTP-friendly error objects",
  "devDependencies": {
    "code": "1.x.x",
    "lab": "7.x.x"
  },
  "engines": {
    "node": ">=0.10.40"
  },
  "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",
    "test-cov-html": "lab -a code -r html -o coverage.html -L"
  },
  "version": "2.10.1"
}