{ "_from": "deep-diff@^1.0.2", "_id": "deep-diff@1.0.2", "_inBundle": false, "_integrity": "sha512-aWS3UIVH+NPGCD1kki+DCU9Dua032iSsO43LqQpcs4R3+dVv7tX0qBGjiVHJHjplsoUM2XRO/KB92glqc68awg==", "_location": "/deep-diff", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "deep-diff@^1.0.2", "name": "deep-diff", "escapedName": "deep-diff", "rawSpec": "^1.0.2", "saveSpec": null, "fetchSpec": "^1.0.2" }, "_requiredBy": [ "/@expo/webpack-config" ], "_resolved": "https://registry.npmjs.org/deep-diff/-/deep-diff-1.0.2.tgz", "_shasum": "afd3d1f749115be965e89c63edc7abb1506b9c26", "_spec": "deep-diff@^1.0.2", "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/@expo/webpack-config", "author": { "name": "Phillip Clark", "email": "phillip@flitbit.com" }, "bugs": { "url": "https://github.com/flitbit/diff/issues" }, "bundleDependencies": false, "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" } ], "deprecated": false, "description": "Javascript utility for calculating deep difference, capturing changes, and applying changes across objects; for nodejs and the browser.", "devDependencies": { "bluebird": "^3.5.1", "deep-equal": "^1.0.1", "eslint": "^4.19.1", "eslint-plugin-mocha": "^5.0.0", "expect.js": "^0.3.1", "json": "^9.0.6", "json-ptr": "^1.1.0", "lodash": "^4.17.10", "mocha": "^5.1.1", "mocha-junit-reporter": "^1.17.0", "nodemon": "^1.17.4", "rimraf": "^2.6.2", "uglify-js": "^3.3.25" }, "homepage": "https://github.com/flitbit/diff#readme", "keywords": [ "diff", "difference", "compare", "change-tracking" ], "license": "MIT", "main": "./index.js", "name": "deep-diff", "repository": { "type": "git", "url": "git://github.com/flitbit/diff.git" }, "scripts": { "ci": "mocha --reporter mocha-junit-reporter test/**/*.js", "clean": "rimraf dist && mkdir dist", "lint": "eslint index.js test", "postversion": "git push && git push --tags", "preci": "npm run lint", "prerelease": "npm run clean && npm run test", "pretest": "npm run lint", "preversion": "npm run release", "release": "uglifyjs -c -m -o dist/deep-diff.min.js --source-map -r '$,require,exports,self,module,define,navigator' index.js", "test": "mocha test/**/*.js", "test:watch": "nodemon --ext js,json --ignore dist/ --exec 'npm test'" }, "version": "1.0.2" }