{
  "_args": [
    [
      "json-schema-compare@0.2.2",
      "C:\\xampp\\htdocs\\rent_now"
    ]
  ],
  "_from": "json-schema-compare@0.2.2",
  "_id": "json-schema-compare@0.2.2",
  "_inBundle": false,
  "_integrity": "sha512-c4WYmDKyJXhs7WWvAWm3uIYnfyWFoIp+JEoX34rctVvEkMYCPGhXtvmFFXiffBbxfZsvQ0RNnV5H7GvDF5HCqQ==",
  "_location": "/json-schema-compare",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "json-schema-compare@0.2.2",
    "name": "json-schema-compare",
    "escapedName": "json-schema-compare",
    "rawSpec": "0.2.2",
    "saveSpec": null,
    "fetchSpec": "0.2.2"
  },
  "_requiredBy": [
    "/json-schema-merge-allof"
  ],
  "_resolved": "https://registry.npmjs.org/json-schema-compare/-/json-schema-compare-0.2.2.tgz",
  "_spec": "0.2.2",
  "_where": "C:\\xampp\\htdocs\\rent_now",
  "author": {
    "name": "Martin Hansen"
  },
  "bugs": {
    "url": "https://github.com/mokkabonna/json-schema-compare/issues"
  },
  "dependencies": {
    "lodash": "^4.17.4"
  },
  "description": "Compare json schemas smarter.",
  "devDependencies": {
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "eslint": "^4.8.0",
    "eslint-config": "^0.3.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-node": "^5.2.0",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^3.0.1",
    "json-schema-ref-parser": "^3.3.1",
    "json-stringify-safe": "^5.0.1",
    "mocha": "^4.0.1",
    "nyc": "^11.2.1",
    "sinon": "^4.0.1"
  },
  "directories": {
    "lib": "src",
    "test": "test"
  },
  "homepage": "https://github.com/mokkabonna/json-schema-compare#readme",
  "keywords": [
    "json",
    "schema",
    "jsonschema",
    "json-schema",
    "comparison"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "json-schema-compare",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mokkabonna/json-schema-compare.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "develop": "mocha test/specs --recursive --watch",
    "eslint": "eslint src test",
    "test": "npm run eslint && nyc --reporter=html --reporter=text mocha test/specs"
  },
  "version": "0.2.2"
}
