{
  "_args": [
    [
      "joi@13.7.0",
      "/var/www/html/sprbackend"
    ]
  ],
  "_from": "joi@13.7.0",
  "_id": "joi@13.7.0",
  "_inBundle": false,
  "_integrity": "sha512-xuY5VkHfeOYK3Hdi91ulocfuFopwgbSORmIwzcwHKESQhC7w1kD5jaVSPnqDxS2I8t3RZ9omCKAxNwXN5zG1/Q==",
  "_location": "/joi",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "joi@13.7.0",
    "name": "joi",
    "escapedName": "joi",
    "rawSpec": "13.7.0",
    "saveSpec": null,
    "fetchSpec": "13.7.0"
  },
  "_requiredBy": [
    "/xml2json"
  ],
  "_resolved": "https://registry.npmjs.org/joi/-/joi-13.7.0.tgz",
  "_spec": "13.7.0",
  "_where": "/var/www/html/sprbackend",
  "bugs": {
    "url": "https://github.com/hapijs/joi/issues"
  },
  "dependencies": {
    "hoek": "5.x.x",
    "isemail": "3.x.x",
    "topo": "3.x.x"
  },
  "description": "Object schema validation",
  "devDependencies": {
    "code": "5.x.x",
    "hapitoc": "1.x.x",
    "lab": "15.x.x"
  },
  "engines": {
    "node": ">=8.9.0"
  },
  "homepage": "https://github.com/hapijs/joi",
  "keywords": [
    "hapi",
    "schema",
    "validation"
  ],
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "name": "joi",
  "repository": {
    "type": "git",
    "url": "git://github.com/hapijs/joi.git"
  },
  "scripts": {
    "test": "lab -t 100 -a code -L",
    "test-cov-html": "lab -r html -o coverage.html -a code",
    "test-debug": "lab -a code",
    "toc": "hapitoc",
    "version": "npm run toc && git add API.md README.md"
  },
  "version": "13.7.0"
}
