{
  "_from": "is-boolean-object@^1.0.0",
  "_id": "is-boolean-object@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-mPiygDBoQhmpXzdc+9iM40Bd/5M=",
  "_location": "/is-boolean-object",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-boolean-object@^1.0.0",
    "name": "is-boolean-object",
    "escapedName": "is-boolean-object",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/is-equal"
  ],
  "_resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.0.0.tgz",
  "_shasum": "98f8b28030684219a95f375cfbd88ce3405dff93",
  "_spec": "is-boolean-object@^1.0.0",
  "_where": "/Users/jandvorak/Development/feedbot/packages/redux-scuttlebutt/node_modules/is-equal",
  "author": {
    "name": "Jordan Harband"
  },
  "bugs": {
    "url": "https://github.com/ljharb/is-boolean-object/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
  "devDependencies": {
    "covert": "^1.0.1",
    "editorconfig-tools": "^0.1.1",
    "eslint": "^0.20.0",
    "foreach": "^2.0.5",
    "indexof": "^0.0.1",
    "is": "^3.0.1",
    "jscs": "^1.12.0",
    "nsp": "^1.0.1",
    "replace": "^0.3.0",
    "semver": "^4.3.3",
    "tape": "^4.0.0"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "homepage": "https://github.com/ljharb/is-boolean-object#readme",
  "keywords": [
    "Boolean",
    "ES6",
    "toStringTag",
    "@@toStringTag",
    "Boolean object",
    "true",
    "false",
    "is-boolean"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "is-boolean-object",
  "repository": {
    "type": "git",
    "url": "git://github.com/ljharb/is-boolean-object.git"
  },
  "scripts": {
    "coverage": "covert test.js",
    "coverage-quiet": "covert test.js --quiet",
    "eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
    "eslint": "eslint test.js *.js",
    "jscs": "jscs test.js *.js",
    "lint": "npm run jscs && npm run eslint",
    "security": "nsp package",
    "test": "npm run lint && node --harmony --es-staging test.js && npm run security"
  },
  "testling": {
    "files": "test.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..latest",
      "opera/next",
      "safari/4.0..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2"
    ]
  },
  "version": "1.0.0"
}
