{ "_from": "@wry/equality@^0.1.2", "_id": "@wry/equality@0.1.9", "_inBundle": false, "_integrity": "sha512-mB6ceGjpMGz1ZTza8HYnrPGos2mC6So4NhS1PtZ8s4Qt0K7fBiIGhpSxUbQmhwcSWE3no+bYxmI2OL6KuXYmoQ==", "_location": "/@wry/equality", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@wry/equality@^0.1.2", "name": "@wry/equality", "escapedName": "@wry%2fequality", "scope": "@wry", "rawSpec": "^0.1.2", "saveSpec": null, "fetchSpec": "^0.1.2" }, "_requiredBy": [ "/apollo-utilities" ], "_resolved": "https://registry.npmjs.org/@wry/equality/-/equality-0.1.9.tgz", "_shasum": "b13e18b7a8053c6858aa6c85b54911fb31e3a909", "_spec": "@wry/equality@^0.1.2", "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/apollo-utilities", "author": { "name": "Ben Newman", "email": "ben@eloper.dev" }, "bugs": { "url": "https://github.com/benjamn/wryware/issues" }, "bundleDependencies": false, "dependencies": { "tslib": "^1.9.3" }, "deprecated": false, "description": "Structural equality checking for JavaScript values", "gitHead": "50e7d6181b0b937ad54b543118e823ad98e2bca9", "homepage": "https://github.com/benjamn/wryware", "keywords": [], "license": "MIT", "main": "lib/equality.js", "module": "lib/equality.esm.js", "name": "@wry/equality", "repository": { "type": "git", "url": "git+https://github.com/benjamn/wryware.git" }, "scripts": { "build": "npm run clean && npm run tsc && npm run rollup", "clean": "../../node_modules/.bin/rimraf lib", "mocha": "../../scripts/test.sh lib/tests.js", "prepublish": "npm run build", "rollup": "../../node_modules/.bin/rollup -c", "test": "npm run build && npm run mocha", "tsc": "../../node_modules/.bin/tsc" }, "types": "lib/equality.d.ts", "version": "0.1.9" }