package.json 1.41 KB
{
  "_from": "hoek@5.x.x",
  "_id": "hoek@5.0.3",
  "_inBundle": false,
  "_integrity": "sha512-Bmr56pxML1c9kU+NS51SMFkiVQAb+9uFfXwyqR2tn4w2FPvmPt65eZ9aCcEfRXd9G74HkZnILC6p967pED4aiw==",
  "_location": "/hoek",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "hoek@5.x.x",
    "name": "hoek",
    "escapedName": "hoek",
    "rawSpec": "5.x.x",
    "saveSpec": null,
    "fetchSpec": "5.x.x"
  },
  "_requiredBy": [
    "/joi",
    "/topo"
  ],
  "_resolved": "https://registry.npmjs.org/hoek/-/hoek-5.0.3.tgz",
  "_shasum": "b71d40d943d0a95da01956b547f83c4a5b4a34ac",
  "_spec": "hoek@5.x.x",
  "_where": "/Users/jeminlee/git-projects/node-practice/express-demo/node_modules/joi",
  "bugs": {
    "url": "https://github.com/hapijs/hoek/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "General purpose node utilities",
  "devDependencies": {
    "code": "5.x.x",
    "lab": "15.x.x"
  },
  "engines": {
    "node": ">=8.9.0"
  },
  "homepage": "https://github.com/hapijs/hoek#readme",
  "keywords": [
    "utilities"
  ],
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "name": "hoek",
  "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": "5.0.3"
}