{
  "_args": [
    [
      "deep-diff@0.3.8",
      "C:\\laragon\\www\\itokin\\DriverOPCDA\\frontend"
    ]
  ],
  "_from": "deep-diff@0.3.8",
  "_id": "deep-diff@0.3.8",
  "_inBundle": false,
  "_integrity": "sha1-wB3mPvsO7JeYgB1Ax+Da4ltYLIQ=",
  "_location": "/deep-diff",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "deep-diff@0.3.8",
    "name": "deep-diff",
    "escapedName": "deep-diff",
    "rawSpec": "0.3.8",
    "saveSpec": null,
    "fetchSpec": "0.3.8"
  },
  "_requiredBy": [
    "/redux-logger"
  ],
  "_resolved": "https://registry.npmjs.org/deep-diff/-/deep-diff-0.3.8.tgz",
  "_spec": "0.3.8",
  "_where": "C:\\laragon\\www\\itokin\\DriverOPCDA\\frontend",
  "author": {
    "name": "Phillip Clark",
    "email": "phillip@flitbit.com"
  },
  "bugs": {
    "url": "https://github.com/flitbit/diff/issues"
  },
  "contributors": [
    {
      "name": "Simen Bekkhus",
      "email": "sbekkhus91@gmail.com"
    },
    {
      "name": "Paul Pflugradt",
      "email": "paulpflugradt@googlemail.com"
    },
    {
      "name": "wooorm",
      "email": "tituswormer@gmail.com"
    },
    {
      "name": "Nicholas Calugar",
      "email": "njcalugar@gmail.com"
    },
    {
      "name": "Yandell",
      "email": "hyandell@amazon.com"
    },
    {
      "name": "Thiago Santos",
      "email": "thia.mdossantos@gmail.com"
    },
    {
      "name": "Steve Mao",
      "email": "maochenyan@gmail.com"
    },
    {
      "name": "Mats Bryntse",
      "email": "mats.dev@bryntum.com"
    },
    {
      "name": "Phillip Clark",
      "email": "pclark@leisurelink.com"
    },
    {
      "name": "ZauberNerd",
      "email": "zaubernerd@zaubernerd.de"
    },
    {
      "name": "ravishivt",
      "email": "javishi@gmail.com"
    },
    {
      "name": "Daniel Spangler",
      "email": "daniel.spangler@gmail.com"
    },
    {
      "name": "Sam Beran",
      "email": "sberan@gmail.com"
    },
    {
      "name": "Thomas de Barochez",
      "email": "thomas.barochez+github@gmail.com"
    },
    {
      "name": "Morton Fox",
      "email": "github@qslw.com"
    },
    {
      "name": "Amila Welihinda",
      "email": "amilajack@users.noreply.github.com"
    },
    {
      "name": "Will Biddy",
      "email": "willbiddy@gmail.com"
    },
    {
      "name": "icesoar",
      "email": "icesoar@hotmail.com"
    },
    {
      "name": "Serkan Serttop",
      "email": "serkanserttop@yahoo.com"
    },
    {
      "name": "orlando",
      "email": "operri@opentable.com"
    },
    {
      "name": "Tom MacWright",
      "email": "tmcw@users.noreply.github.com"
    },
    {
      "name": "Denning",
      "email": "denningj@amazon.com"
    },
    {
      "name": "Dan Drinkard",
      "email": "dan.drinkard@gmail.com"
    },
    {
      "name": "Elad Efrat",
      "email": "elad@iNNU.ORG"
    },
    {
      "name": "caasi Huang",
      "email": "caasi.igd@gmail.com"
    },
    {
      "name": "Tom Ashworth",
      "email": "tashworth@twitter.com"
    }
  ],
  "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",
    "rollup": "^0.41.6",
    "uglifyjs": "^2.4.10"
  },
  "directories": {
    "examples": "./examples",
    "releases": "./releases",
    "test": "./test"
  },
  "files": [
    "index.js",
    "index.es.js",
    "releases/"
  ],
  "homepage": "https://github.com/flitbit/diff#readme",
  "jsnext:main": "/index.es.js",
  "keywords": [
    "diff",
    "difference",
    "compare",
    "change-tracking"
  ],
  "license": "MIT",
  "main": "./index.js",
  "module": "./index.es.js",
  "name": "deep-diff",
  "repository": {
    "type": "git",
    "url": "git://github.com/flitbit/diff.git"
  },
  "scripts": {
    "build": "rollup index.es.js -f umd -o index.js -n DeepDiff",
    "lint": "jscs index.es.js test/ -e && jshint index.es.js test/",
    "prebuild": "npm run lint",
    "prepublish": "npm run build",
    "prerelease": "npm test",
    "pretest": "npm run build",
    "release": "uglifyjs index.js -o releases/deep-diff-$npm_package_version.min.js  -r '$,require,exports,module,window,global' -m  --comments '/^!/'",
    "test": "mocha test/"
  },
  "version": "0.3.8"
}
