package.json 2.71 KB
{
  "_args": [
    [
      {
        "raw": "joi@^10.4.1",
        "scope": null,
        "escapedName": "joi",
        "name": "joi",
        "rawSpec": "^10.4.1",
        "spec": ">=10.4.1 <11.0.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
    ]
  ],
  "_from": "joi@>=10.4.1 <11.0.0",
  "_id": "joi@10.6.0",
  "_inCache": true,
  "_location": "/joi",
  "_nodeVersion": "6.11.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/joi-10.6.0.tgz_1497548465053_0.7665833418723196"
  },
  "_npmUser": {
    "name": "marsup",
    "email": "nicolas@morel.io"
  },
  "_npmVersion": "5.0.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "joi@^10.4.1",
    "scope": null,
    "escapedName": "joi",
    "name": "joi",
    "rawSpec": "^10.4.1",
    "spec": ">=10.4.1 <11.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/kakao"
  ],
  "_resolved": "https://registry.npmjs.org/joi/-/joi-10.6.0.tgz",
  "_shasum": "52587f02d52b8b75cdb0c74f0b164a191a0e1fc2",
  "_shrinkwrap": null,
  "_spec": "joi@^10.4.1",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
  "bugs": {
    "url": "https://github.com/hapijs/joi/issues"
  },
  "dependencies": {
    "hoek": "4.x.x",
    "isemail": "2.x.x",
    "items": "2.x.x",
    "topo": "2.x.x"
  },
  "description": "Object schema validation",
  "devDependencies": {
    "code": "4.x.x",
    "hapitoc": "1.x.x",
    "lab": "13.x.x"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-hBF3LcqyAid+9X/pwg+eXjD2QBZI5eXnBFJYaAkH4SK3mp9QSRiiQnDYlmlz5pccMvnLcJRS4whhDOTCkmsAdQ==",
    "shasum": "52587f02d52b8b75cdb0c74f0b164a191a0e1fc2",
    "tarball": "https://registry.npmjs.org/joi/-/joi-10.6.0.tgz"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "gitHead": "069bb6c04063cba202544dacf9da3bbe21fa3074",
  "homepage": "https://github.com/hapijs/joi",
  "keywords": [
    "hapi",
    "schema",
    "validation"
  ],
  "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": "joi",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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": "10.6.0"
}