{
  "_from": "joi-to-json-schema@^3.3.0",
  "_id": "joi-to-json-schema@3.5.0",
  "_inBundle": false,
  "_integrity": "sha512-Ot6FuZoctnXAJ0mQGdX/Ls6p6UGJXZST3lHfLabdBjNqdeph22MEvs5UMDq1/wg47dEgqwWqgen3EZL30/jKeA==",
  "_location": "/joi-to-json-schema",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "joi-to-json-schema@^3.3.0",
    "name": "joi-to-json-schema",
    "escapedName": "joi-to-json-schema",
    "rawSpec": "^3.3.0",
    "saveSpec": null,
    "fetchSpec": "^3.3.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/joi-to-json-schema/-/joi-to-json-schema-3.5.0.tgz",
  "_shasum": "dccc97b48e4a1004cce7dccb7bfe572aeace758f",
  "_spec": "joi-to-json-schema@^3.3.0",
  "_where": "/mnt/documents/Workspaces/nearForm/trail/packages/trail-hapi-plugin",
  "author": {
    "name": "James Lal [:lightsofapollo]"
  },
  "bugs": {
    "url": "https://github.com/lightsofapollo/joi-to-json-schema/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "MooYeol Prescott Lee",
      "email": "mooyoul@gmail.com",
      "url": "https://github.com/mooyoul"
    }
  ],
  "deprecated": false,
  "description": "Joi -> JSON Schema Converter",
  "devDependencies": {
    "babel-cli": "^6.24.0",
    "babel-preset-latest": "^6.24.0",
    "babel-register": "^6.24.0",
    "joi": "^13.0.1",
    "json-schema": "^0.2.2",
    "lodash": "^3.10.1",
    "mocha": "^2.5.3"
  },
  "homepage": "https://github.com/lightsofapollo/joi-to-json-schema",
  "keywords": [
    "joi",
    "json-schema",
    "json",
    "schema"
  ],
  "license": "Apache2",
  "main": "build/index.js",
  "maintainers": [
    {
      "name": "Rob Raisch [:raisch]"
    }
  ],
  "name": "joi-to-json-schema",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lightsofapollo/joi-to-json-schema.git"
  },
  "scripts": {
    "build": "babel -s --out-dir build src",
    "prepublish": "npm run build",
    "pretest": "npm run build",
    "test": "mocha"
  },
  "version": "3.5.0"
}
