{
  "_from": "is-my-json-valid@^2.10.0",
  "_id": "is-my-json-valid@2.18.0",
  "_inBundle": false,
  "_integrity": "sha512-DWT87JHCSdCPCxbqBpS6Z2ajAt+MvrJq8I4xrpQljCvzODO5/fiquBp20a3sN6yCJvFbCRyYvJOHjpzkPTKJyA==",
  "_location": "/is-my-json-valid",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-my-json-valid@^2.10.0",
    "name": "is-my-json-valid",
    "escapedName": "is-my-json-valid",
    "rawSpec": "^2.10.0",
    "saveSpec": null,
    "fetchSpec": "^2.10.0"
  },
  "_requiredBy": [
    "/eslint-plugin-no-unsafe-innerhtml/eslint"
  ],
  "_resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.18.0.tgz",
  "_shasum": "47001d4bad2e9195ee964c7ed42b5f12d3d5ad6b",
  "_spec": "is-my-json-valid@^2.10.0",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/eslint-plugin-no-unsafe-innerhtml/node_modules/eslint",
  "author": {
    "name": "Mathias Buus"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/is-my-json-valid/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "generate-function": "^2.0.0",
    "generate-object-property": "^1.1.0",
    "is-my-ip-valid": "^1.0.0",
    "jsonpointer": "^4.0.0",
    "xtend": "^4.0.0"
  },
  "deprecated": false,
  "description": "A JSONSchema validator that uses code generation to be extremely fast",
  "devDependencies": {
    "safe-regex": "^1.1.0",
    "tape": "^2.13.4",
    "typescript": "^3.0.1"
  },
  "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 && tsc"
  },
  "version": "2.18.0"
}
