{
  "_args": [
    [
      "is-my-json-valid@2.16.0",
      "/Users/apple/Desktop/Repositories/Gallery/example"
    ]
  ],
  "_development": true,
  "_from": "is-my-json-valid@2.16.0",
  "_id": "is-my-json-valid@2.16.0",
  "_inBundle": false,
  "_integrity": "sha1-8Hndm/2uZe4gOKrorLyGqxCeNpM=",
  "_location": "/is-my-json-valid",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "is-my-json-valid@2.16.0",
    "name": "is-my-json-valid",
    "escapedName": "is-my-json-valid",
    "rawSpec": "2.16.0",
    "saveSpec": null,
    "fetchSpec": "2.16.0"
  },
  "_requiredBy": [
    "/eslint"
  ],
  "_resolved": "http://registry.npm.taobao.org/is-my-json-valid/download/is-my-json-valid-2.16.0.tgz",
  "_spec": "2.16.0",
  "_where": "/Users/apple/Desktop/Repositories/Gallery/example",
  "author": {
    "name": "Mathias Buus"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/is-my-json-valid/issues"
  },
  "dependencies": {
    "generate-function": "^2.0.0",
    "generate-object-property": "^1.1.0",
    "jsonpointer": "^4.0.0",
    "xtend": "^4.0.0"
  },
  "description": "A JSONSchema validator that uses code generation to be extremely fast",
  "devDependencies": {
    "tape": "^2.13.4"
  },
  "homepage": "https://github.com/mafintosh/is-my-json-valid",
  "keywords": [
    "json",
    "schema",
    "orderly",
    "jsonschema"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "is-my-json-valid",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mafintosh/is-my-json-valid.git"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "version": "2.16.0"
}
