{
  "_args": [
    [
      {
        "raw": "deep-diff@0.3.4",
        "scope": null,
        "escapedName": "deep-diff",
        "name": "deep-diff",
        "rawSpec": "0.3.4",
        "spec": "0.3.4",
        "type": "version"
      },
      "/Users/hibad/Documents/foreveross/restack-mobile-cli/prototype/node_modules/redux-logger"
    ]
  ],
  "_cnpm_publish_time": 1462753497556,
  "_from": "deep-diff@0.3.4",
  "_id": "deep-diff@0.3.4",
  "_inCache": true,
  "_installable": true,
  "_location": "/deep-diff",
  "_nodeVersion": "5.10.1",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/deep-diff-0.3.4.tgz_1462753495254_0.9659246993251145"
  },
  "_npmUser": {
    "name": "flitbit",
    "email": "phillip@flitbit.com"
  },
  "_npmVersion": "3.8.6",
  "_phantomChildren": {},
  "_requested": {
    "raw": "deep-diff@0.3.4",
    "scope": null,
    "escapedName": "deep-diff",
    "name": "deep-diff",
    "rawSpec": "0.3.4",
    "spec": "0.3.4",
    "type": "version"
  },
  "_requiredBy": [
    "/redux-logger"
  ],
  "_resolved": "http://registry.npm.taobao.org/deep-diff/download/deep-diff-0.3.4.tgz",
  "_shasum": "aac5c39952236abe5f037a2349060ba01b00ae48",
  "_shrinkwrap": null,
  "_spec": "deep-diff@0.3.4",
  "_where": "/Users/hibad/Documents/foreveross/restack-mobile-cli/prototype/node_modules/redux-logger",
  "author": {
    "name": "Phillip Clark",
    "email": "phillip@flitbit.com"
  },
  "bugs": {
    "url": "https://github.com/flitbit/diff/issues"
  },
  "contributors": [
    {
      "name": "Dan Drinkard",
      "email": "dan.drinkard@gmail.com"
    },
    {
      "name": "Daniel Spangler",
      "email": "daniel.spangler@gmail.com"
    },
    {
      "name": "Denning",
      "email": "denningj@amazon.com"
    },
    {
      "name": "Elad Efrat",
      "email": "elad@iNNU.ORG"
    },
    {
      "name": "Mats Bryntse",
      "email": "mats.dev@bryntum.com"
    },
    {
      "name": "Nicholas Calugar",
      "email": "njcalugar@gmail.com"
    },
    {
      "name": "Paul Pflugradt",
      "email": "paulpflugradt@googlemail.com"
    },
    {
      "name": "Serkan Serttop",
      "email": "serkanserttop@yahoo.com"
    },
    {
      "name": "Simen Bekkhus",
      "email": "sbekkhus91@gmail.com"
    },
    {
      "name": "Tom Ashworth",
      "email": "tashworth@twitter.com"
    },
    {
      "name": "Tom MacWright",
      "email": "tmcw@users.noreply.github.com"
    },
    {
      "name": "Yandell",
      "email": "hyandell@amazon.com"
    },
    {
      "name": "ZauberNerd",
      "email": "zaubernerd@zaubernerd.de"
    },
    {
      "name": "caasi Huang",
      "email": "caasi.igd@gmail.com"
    },
    {
      "name": "icesoar",
      "email": "icesoar@hotmail.com"
    },
    {
      "name": "orlando",
      "email": "operri@opentable.com"
    },
    {
      "name": "ravishivt",
      "email": "javishi@gmail.com"
    },
    {
      "name": "wooorm",
      "email": "tituswormer@gmail.com"
    }
  ],
  "dependencies": {},
  "description": "Javascript utility for calculating deep difference, capturing changes, and applying changes across objects; for nodejs and the browser.",
  "devDependencies": {
    "deep-equal": "~1.0.0",
    "expect.js": "^0.3.1",
    "jscs": "^1.12.0",
    "jshint": "^2.6.3",
    "mocha": "^2.2.1",
    "uglifyjs": "^2.4.10"
  },
  "directories": {
    "examples": "./examples",
    "releases": "./releases",
    "test": "./test"
  },
  "dist": {
    "shasum": "aac5c39952236abe5f037a2349060ba01b00ae48",
    "size": 11437,
    "noattachment": false,
    "tarball": "http://r.cnpmjs.org/deep-diff/download/deep-diff-0.3.4.tgz"
  },
  "files": [
    "index.js",
    "releases/"
  ],
  "gitHead": "e271e69f4c6dbccf657cf30355d307b46659de67",
  "homepage": "https://github.com/flitbit/diff#readme",
  "keywords": [
    "diff",
    "difference",
    "compare",
    "change-tracking"
  ],
  "license": "MIT",
  "main": "./index.js",
  "maintainers": [
    {
      "name": "flitbit",
      "email": "phillip@flitbit.com"
    }
  ],
  "name": "deep-diff",
  "optionalDependencies": {},
  "publish_time": 1462753497556,
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/flitbit/diff.git"
  },
  "scripts": {
    "pretest": "jscs index.js test/ && jshint index.js test/",
    "release": "uglifyjs index.js -o releases/deep-diff-$npm_package_version.min.js  -r '$,require,exports,module,window,global' -m  --comments '/^!/'",
    "test": "mocha"
  },
  "version": "0.3.4"
}
