{
  "_args": [
    [
      "hoek@4.x.x",
      "/var/www/dev.adshare.com.br/spotify/authentication/node_modules/hawk"
    ]
  ],
  "_from": "hoek@>=4.0.0 <5.0.0",
  "_hasShrinkwrap": false,
  "_id": "hoek@4.2.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/hoek",
  "_nodeVersion": "8.9.4",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/hoek_4.2.1_1518713267203_0.6904772533894958"
  },
  "_npmUser": {
    "email": "quitlahok@gmail.com",
    "name": "nlf"
  },
  "_npmVersion": "5.6.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "hoek",
    "raw": "hoek@4.x.x",
    "rawSpec": "4.x.x",
    "scope": null,
    "spec": ">=4.0.0 <5.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/boom",
    "/cryptiles/boom",
    "/hawk",
    "/sntp"
  ],
  "_resolved": "https://registry.npmjs.org/hoek/-/hoek-4.2.1.tgz",
  "_shasum": "9634502aa12c445dd5a7c5734b572bb8738aacbb",
  "_shrinkwrap": null,
  "_spec": "hoek@4.x.x",
  "_where": "/var/www/dev.adshare.com.br/spotify/authentication/node_modules/hawk",
  "bugs": {
    "url": "https://github.com/hapijs/hoek/issues"
  },
  "dependencies": {},
  "deprecated": "This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).",
  "description": "General purpose node utilities",
  "devDependencies": {
    "code": "4.x.x",
    "lab": "13.x.x"
  },
  "directories": {},
  "dist": {
    "fileCount": 6,
    "integrity": "sha512-QLg82fGkfnJ/4iy1xZ81/9SIJiq1NGFUMGs6ParyjBZr6jW2Ufj/snDqTHixNlHdPNwN2RLVD0Pi3igeK9+JfA==",
    "shasum": "9634502aa12c445dd5a7c5734b572bb8738aacbb",
    "signatures": [
      {
        "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
        "sig": "MEQCIFwvT4mbqF6HxDnq9wKzO1M1+xY+m3Lr+wU7xhAj7vYmAiAIdMwIQN/7uEkO75q8obOhO3Yl4FH7Eh0VphZEmUixkg=="
      }
    ],
    "tarball": "https://registry.npmjs.org/hoek/-/hoek-4.2.1.tgz",
    "unpackedSize": 31593
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "gitHead": "ebe36809c9808386a9a319ffd8956e94973d5504",
  "homepage": "https://github.com/hapijs/hoek#readme",
  "keywords": [
    "utilities"
  ],
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "maintainers": [
    {
      "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": "hoek",
  "optionalDependencies": {},
  "readme": "![hoek Logo](https://raw.github.com/hapijs/hoek/master/images/hoek.png)\n\nUtility methods for the hapi ecosystem. This module is not intended to solve every problem for everyone, but rather as a central place to store hapi-specific methods. If you're looking for a general purpose utility module, check out [lodash](https://github.com/lodash/lodash) or [underscore](https://github.com/jashkenas/underscore).\n\n[![Build Status](https://secure.travis-ci.org/hapijs/hoek.svg)](http://travis-ci.org/hapijs/hoek)\n\n<a href=\"https://andyet.com\"><img src=\"https://s3.amazonaws.com/static.andyet.com/images/%26yet-logo.svg\" align=\"right\" /></a>\n\nLead Maintainer: [Nathan LaFreniere](https://github.com/nlf)\n\n**hoek** is sponsored by [&yet](https://andyet.com)\n\n## Usage\n\nThe *Hoek* library contains some common functions used within the hapi ecosystem. It comes with useful methods for Arrays (clone, merge, applyToDefaults), Objects (removeKeys, copy), Asserting and more.\n\nFor example, to use Hoek to set configuration with default options:\n```javascript\nconst Hoek = require('hoek');\n\nconst default = {url : \"www.github.com\", port : \"8000\", debug : true};\n\nconst config = Hoek.applyToDefaults(default, {port : \"3000\", admin : true});\n\n// In this case, config would be { url: 'www.github.com', port: '3000', debug: true, admin: true }\n```\n\n## Documentation\n\n[**API Reference**](API.md)\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git://github.com/hapijs/hoek.git"
  },
  "scripts": {
    "test": "lab -a code -t 100 -L",
    "test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
  },
  "version": "4.2.1"
}
