{
  "_from": "jsondiffpatch@0.1.43",
  "_id": "jsondiffpatch@0.1.43",
  "_inBundle": false,
  "_integrity": "sha1-wFKImpnvfroZ0AlfkPclz6cKVhE=",
  "_location": "/jsondiffpatch",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jsondiffpatch@0.1.43",
    "name": "jsondiffpatch",
    "escapedName": "jsondiffpatch",
    "rawSpec": "0.1.43",
    "saveSpec": null,
    "fetchSpec": "0.1.43"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/jsondiffpatch/-/jsondiffpatch-0.1.43.tgz",
  "_shasum": "c052889a99ef7eba19d0095f90f725cfa70a5611",
  "_spec": "jsondiffpatch@0.1.43",
  "_where": "/Users/macbookpro/Repo/research/noam/noam.mongoose-diff-history/example",
  "author": {
    "name": "Benjamin Eidelman",
    "email": "beneidel@gmail.com"
  },
  "bin": {
    "jsondiffpatch": "./bin/jsondiffpatch"
  },
  "bugs": {
    "url": "https://github.com/benjamine/jsondiffpatch/issues"
  },
  "bundleDependencies": [],
  "contributors": [
    {
      "name": "Benjamin Eidelman",
      "email": "beneidel@gmail.com"
    }
  ],
  "dependencies": {
    "chalk": "^0.5.1"
  },
  "deprecated": false,
  "description": "Diff & Patch for Javascript objects",
  "devDependencies": {
    "bulk-require": "^0.2.1",
    "codeclimate-test-reporter": "0.0.3",
    "expect.js": "~0.3.1",
    "fiberglass": "0.0.22",
    "gulp": "^3.8.8",
    "istanbul": "^0.3.2",
    "mocha": "^1.21.4"
  },
  "engine": {
    "node": ">=0.10"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/benjamine/jsondiffpatch",
  "keywords": [
    "json",
    "diff",
    "patch"
  ],
  "license": "MIT",
  "main": "./src/main",
  "name": "jsondiffpatch",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/benjamine/jsondiffpatch.git"
  },
  "scripts": {
    "bump": "gulp bump",
    "cover": "istanbul cover --root src gulp test",
    "cover-publish": "istanbul cover _mocha --report lcovonly && codeclimate < coverage/lcov.info",
    "cover-report": "open coverage/lcov-report/index.html",
    "test": "gulp test && gulp test-browser"
  },
  "testling": {
    "harness": "mocha",
    "files": "test/index.js",
    "scripts": [
      "build/jsondiffpatch.js",
      "external/diff_match_patch_uncompressed.js"
    ],
    "browsers": [
      "ie/8..latest",
      "chrome/27..latest",
      "firefox/22..latest",
      "safari/5.1..latest",
      "opera/12..latest",
      "iphone/6..latest",
      "ipad/6..latest",
      "android-browser/4.2..latest"
    ]
  },
  "version": "0.1.43"
}
