{
  "_from": "is-equal@^1.5.1",
  "_id": "is-equal@1.5.5",
  "_inBundle": false,
  "_integrity": "sha1-XoXxlX4FKIMkf+s4aWWju6Ffuz0=",
  "_location": "/is-equal",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-equal@^1.5.1",
    "name": "is-equal",
    "escapedName": "is-equal",
    "rawSpec": "^1.5.1",
    "saveSpec": null,
    "fetchSpec": "^1.5.1"
  },
  "_requiredBy": [
    "/expect"
  ],
  "_resolved": "https://registry.npmjs.org/is-equal/-/is-equal-1.5.5.tgz",
  "_shasum": "5e85f1957e052883247feb386965a3bba15fbb3d",
  "_spec": "is-equal@^1.5.1",
  "_where": "/Users/jandvorak/Development/feedbot/packages/redux-scuttlebutt/node_modules/expect",
  "author": {
    "name": "Jordan Harband"
  },
  "bugs": {
    "url": "https://github.com/ljharb/is-equal/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "has": "^1.0.1",
    "is-arrow-function": "^2.0.3",
    "is-boolean-object": "^1.0.0",
    "is-callable": "^1.1.3",
    "is-date-object": "^1.0.1",
    "is-generator-function": "^1.0.6",
    "is-number-object": "^1.0.3",
    "is-regex": "^1.0.3",
    "is-string": "^1.0.4",
    "is-symbol": "^1.0.1",
    "object.entries": "^1.0.4"
  },
  "deprecated": false,
  "description": "Are these two values conceptually equal?",
  "devDependencies": {
    "@ljharb/eslint-config": "^11.0.0",
    "core-js": "^2.4.1",
    "covert": "^1.1.0",
    "es6-shim": "^0.35.3",
    "eslint": "^3.15.0",
    "foreach": "^2.0.5",
    "jscs": "^3.0.7",
    "make-arrow-function": "^1.1.0",
    "make-generator-function": "^1.1.0",
    "nsp": "^2.6.2",
    "replace": "^0.3.0",
    "semver": "^5.3.0",
    "tape": "^4.6.3"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "homepage": "https://github.com/ljharb/is-equal",
  "keywords": [
    "equal",
    "is",
    "compare",
    "comparison",
    "equality"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "is-equal",
  "repository": {
    "type": "git",
    "url": "git://github.com/ljharb/is-equal.git"
  },
  "scripts": {
    "coverage": "covert test/native test/why",
    "coverage-quiet": "covert test/native.js --quiet",
    "eslint": "eslint *.js test/*.js",
    "jscs": "jscs *.js test/*.js",
    "lint": "npm run --silent jscs && npm run --silent eslint",
    "posttest": "npm run --silent security",
    "pretest": "npm run --silent lint",
    "security": "nsp check",
    "test": "npm run --silent tests-only",
    "test:corejs": "node test/corejs",
    "test:native": "node test/native",
    "test:shimmed": "node test/shimmed",
    "test:why": "node test/why",
    "tests-only": "npm run --silent test:native && npm run --silent test:why && npm run --silent test:shimmed && npm run --silent test:corejs"
  },
  "testling": {
    "files": "test/native.js",
    "browsers": [
      "iexplore/6.0..latest",
      "firefox/3.0..6.0",
      "firefox/15.0..latest",
      "firefox/nightly",
      "chrome/4.0..10.0",
      "chrome/20.0..latest",
      "chrome/canary",
      "opera/10.0..12.0",
      "opera/15.0..latest",
      "opera/next",
      "safari/4.0..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2"
    ]
  },
  "version": "1.5.5"
}
