{
  "_args": [
    [
      "joi-date-extensions@1.2.0",
      "/home/tbbdev/public_html/billbook"
    ]
  ],
  "_from": "joi-date-extensions@1.2.0",
  "_id": "joi-date-extensions@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-rXuz2yGx/0TnG8rDBv5bqryOD7g6BvAYEs2BVt0yPWZsO1YiQd4mtHGQ4mqWt/ly/G47+ZRo/jxy02G2iACJHg==",
  "_location": "/joi-date-extensions",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "joi-date-extensions@1.2.0",
    "name": "joi-date-extensions",
    "escapedName": "joi-date-extensions",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/joi-date-extensions/-/joi-date-extensions-1.2.0.tgz",
  "_spec": "1.2.0",
  "_where": "/home/tbbdev/public_html/billbook",
  "bugs": {
    "url": "https://github.com/hapijs/joi-date-extensions/issues"
  },
  "dependencies": {
    "moment": "2.x.x"
  },
  "description": "Joi extension for dates",
  "devDependencies": {
    "hapitoc": "1.x.x",
    "joi": "11.x.x",
    "lab": "14.x.x"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "homepage": "https://github.com/hapijs/joi-date-extensions",
  "keywords": [
    "schema",
    "validation",
    "date",
    "moment",
    "joi",
    "extension"
  ],
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "name": "joi-date-extensions",
  "peerDependencies": {
    "joi": ">=10.3.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/hapijs/joi-date-extensions.git"
  },
  "scripts": {
    "test": "lab -t 100 -a code -L",
    "test-cov-html": "lab -r html -o coverage.html -a code",
    "test-debug": "node $NODE_DEBUG_OPTION ./node_modules/.bin/lab -a code",
    "toc": "hapitoc",
    "version": "npm run toc && git add API.md README.md"
  },
  "version": "1.2.0"
}
