{
  "_from": "jsonschema",
  "_id": "jsonschema@1.2.5",
  "_inBundle": false,
  "_integrity": "sha512-kVTF+08x25PQ0CjuVc0gRM9EUPb0Fe9Ln/utFOgcdxEIOHuU7ooBk/UPTd7t1M91pP35m0MU1T8M5P7vP1bRRw==",
  "_location": "/jsonschema",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "jsonschema",
    "name": "jsonschema",
    "escapedName": "jsonschema",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/jsonschema/-/jsonschema-1.2.5.tgz",
  "_shasum": "bab69d97fa28946aec0a56a9cc266d23fe80ae61",
  "_spec": "jsonschema",
  "_where": "/Users/kieukhuong/veritone/node-red-v3/app/vtn",
  "author": {
    "name": "Tom de Grunt",
    "email": "tom@degrunt.nl"
  },
  "bugs": {
    "url": "https://github.com/tdegrunt/jsonschema/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Austin Wright"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "A fast and easy to use JSON Schema validator",
  "devDependencies": {
    "chai": "~1.5.0",
    "json-metaschema": "^1.2.0",
    "mocha": "~3"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/tdegrunt/jsonschema#readme",
  "keywords": [
    "json",
    "schema",
    "jsonschema",
    "validator",
    "validation"
  ],
  "license": "MIT",
  "main": "./lib",
  "name": "jsonschema",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/tdegrunt/jsonschema.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "typings": "./lib/index.d.ts",
  "version": "1.2.5"
}
