{"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"}],"keywords":["Boolean","ES6","toStringTag","@@toStringTag","Boolean object","true","false","is-boolean"],"dist-tags":{"latest":"1.0.0"},"author":{"name":"Jordan Harband"},"description":"Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.","readme":"# is-boolean-object <sup>[![Version Badge][2]][1]</sup>\n\n[![Build Status][3]][4]\n[![dependency status][5]][6]\n[![dev dependency status][7]][8]\n[![License][license-image]][license-url]\n[![Downloads][downloads-image]][downloads-url]\n\n[![npm badge][11]][1]\n\n[![browser support][9]][10]\n\nIs this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.\n\n## Example\n\n```js\nvar isBoolean = require('is-boolean-object');\nvar assert = require('assert');\n\nassert.notOk(isBoolean(undefined));\nassert.notOk(isBoolean(null));\nassert.notOk(isBoolean('foo'));\nassert.notOk(isBoolean(function () {}));\nassert.notOk(isBoolean([]));\nassert.notOk(isBoolean({}));\nassert.notOk(isBoolean(/a/g));\nassert.notOk(isBoolean(new RegExp('a', 'g')));\nassert.notOk(isBoolean(new Date()));\nassert.notOk(isBoolean(42));\nassert.notOk(isBoolean(NaN));\nassert.notOk(isBoolean(Infinity));\n\nassert.ok(isBoolean(new Boolean(42)));\nassert.ok(isBoolean(false));\nassert.ok(isBoolean(Object(false)));\nassert.ok(isBoolean(true));\nassert.ok(isBoolean(Object(true)));\n```\n\n## Tests\nSimply clone the repo, `npm install`, and run `npm test`\n\n[1]: https://npmjs.org/package/is-boolean-object\n[2]: http://vb.teelaun.ch/ljharb/is-boolean-object.svg\n[3]: https://travis-ci.org/ljharb/is-boolean-object.svg\n[4]: https://travis-ci.org/ljharb/is-boolean-object\n[5]: https://david-dm.org/ljharb/is-boolean-object.svg\n[6]: https://david-dm.org/ljharb/is-boolean-object\n[7]: https://david-dm.org/ljharb/is-boolean-object/dev-status.svg\n[8]: https://david-dm.org/ljharb/is-boolean-object#info=devDependencies\n[9]: https://ci.testling.com/ljharb/is-boolean-object.png\n[10]: https://ci.testling.com/ljharb/is-boolean-object\n[11]: https://nodei.co/npm/is-boolean-object.png?downloads=true&stars=true\n[license-image]: http://img.shields.io/npm/l/is-boolean-object.svg\n[license-url]: LICENSE\n[downloads-image]: http://img.shields.io/npm/dm/is-boolean-object.svg\n[downloads-url]: http://npm-stat.com/charts.html?package=is-boolean-object\n","repository":{"type":"git","url":"git://github.com/ljharb/is-boolean-object.git"},"bugs":{"url":"https://github.com/ljharb/is-boolean-object/issues"},"license":"MIT","versions":{"1.0.0":{"name":"is-boolean-object","version":"1.0.0","author":{"name":"Jordan Harband"},"description":"Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.","license":"MIT","main":"index.js","scripts":{"test":"npm run lint && node --harmony --es-staging test.js && npm run security","coverage":"covert test.js","coverage-quiet":"covert test.js --quiet","lint":"npm run jscs && npm run eslint","jscs":"jscs test.js *.js","eslint":"eslint test.js *.js","eccheck":"editorconfig-tools check *.js **/*.js > /dev/null","security":"nsp package"},"repository":{"type":"git","url":"git://github.com/ljharb/is-boolean-object.git"},"keywords":["Boolean","ES6","toStringTag","@@toStringTag","Boolean object","true","false","is-boolean"],"dependencies":{},"devDependencies":{"foreach":"^2.0.5","is":"^3.0.1","tape":"^4.0.0","indexof":"^0.0.1","covert":"^1.0.1","jscs":"^1.12.0","editorconfig-tools":"^0.1.1","nsp":"^1.0.1","eslint":"^0.20.0","semver":"^4.3.3","replace":"^0.3.0"},"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"]},"engines":{"node":">= 0.4"},"gitHead":"85ba7e53d6e1f019743264b601c5ea8cd99a1c8f","bugs":{"url":"https://github.com/ljharb/is-boolean-object/issues"},"homepage":"https://github.com/ljharb/is-boolean-object#readme","_id":"is-boolean-object@1.0.0","_shasum":"98f8b28030684219a95f375cfbd88ce3405dff93","_from":".","_npmVersion":"2.8.3","_nodeVersion":"1.8.1","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"dist":{"shasum":"98f8b28030684219a95f375cfbd88ce3405dff93","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/is-boolean-object/-/is-boolean-object-1.0.0.tgz"},"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"}],"directories":{}}},"name":"is-boolean-object","time":{"modified":"2015-04-28T18:17:41.329Z","created":"2015-04-28T18:17:41.329Z","1.0.0":"2015-04-28T18:17:41.329Z"},"readmeFilename":"README.md","homepage":"https://github.com/ljharb/is-boolean-object#readme"}