package.json 2.71 KB
{
  "_args": [
    [
      {
        "raw": "boom@5.x.x",
        "scope": null,
        "escapedName": "boom",
        "name": "boom",
        "rawSpec": "5.x.x",
        "spec": ">=5.0.0 <6.0.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/cryptiles"
    ]
  ],
  "_from": "boom@>=5.0.0 <6.0.0",
  "_id": "boom@5.2.0",
  "_inCache": true,
  "_location": "/cryptiles/boom",
  "_nodeVersion": "8.1.4",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/boom-5.2.0.tgz_1500421460147_0.2906755371950567"
  },
  "_npmUser": {
    "name": "hueniverse",
    "email": "eran@hammer.io"
  },
  "_npmVersion": "5.3.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "boom@5.x.x",
    "scope": null,
    "escapedName": "boom",
    "name": "boom",
    "rawSpec": "5.x.x",
    "spec": ">=5.0.0 <6.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/cryptiles"
  ],
  "_resolved": "https://registry.npmjs.org/boom/-/boom-5.2.0.tgz",
  "_shasum": "5dd9da6ee3a5f302077436290cb717d3f4a54e02",
  "_shrinkwrap": null,
  "_spec": "boom@5.x.x",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/cryptiles",
  "bugs": {
    "url": "https://github.com/hapijs/boom/issues"
  },
  "dependencies": {
    "hoek": "4.x.x"
  },
  "description": "HTTP-friendly error objects",
  "devDependencies": {
    "code": "4.x.x",
    "lab": "14.x.x",
    "markdown-toc": "0.12.x"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-Z5BTk6ZRe4tXXQlkqftmsAUANpXmuwlsF5Oov8ThoMbQRzdGTA1ngYRW160GexgOgjsFOKJz0LYhoNi+2AMBUw==",
    "shasum": "5dd9da6ee3a5f302077436290cb717d3f4a54e02",
    "tarball": "https://registry.npmjs.org/boom/-/boom-5.2.0.tgz"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "gitHead": "8b35a4c5f6dc706f3396cfed3f5cc5f60a5f6eb1",
  "homepage": "https://github.com/hapijs/boom#readme",
  "keywords": [
    "error",
    "http"
  ],
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "arb",
      "email": "arbretz@gmail.com"
    },
    {
      "name": "hueniverse",
      "email": "eran@hammer.io"
    },
    {
      "name": "marsup",
      "email": "nicolas@morel.io"
    },
    {
      "name": "nlf",
      "email": "quitlahok@gmail.com"
    },
    {
      "name": "wyatt",
      "email": "wpreul@gmail.com"
    }
  ],
  "name": "boom",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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"
}