{
	"name": "is-boolean-object",
	"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": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "is-boolean-object",
			"version": "1.0.1",
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			},
			"description": "Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"prepublish": "safe-publish-latest",
				"pretest": "npm run lint",
				"test": "npm run tests-only",
				"tests-only": "node --harmony --es-staging test",
				"posttest": "npx aud --production",
				"coverage": "covert test/index.js",
				"lint": "eslint .",
				"eccheck": "eclint check *.js **/*.js > /dev/null",
				"version": "auto-changelog && git add CHANGELOG.md",
				"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
			},
			"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": {
				"@ljharb/eslint-config": "^15.0.2",
				"auto-changelog": "^1.16.2",
				"covert": "^1.1.1",
				"eclint": "^2.8.1",
				"eslint": "^6.7.2",
				"foreach": "^2.0.5",
				"indexof": "^0.0.1",
				"is": "^3.3.0",
				"safe-publish-latest": "^1.1.4",
				"tape": "^4.12.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"
			},
			"auto-changelog": {
				"output": "CHANGELOG.md",
				"template": "keepachangelog",
				"unreleased": false,
				"commitLimit": false,
				"backfillLimit": false
			},
			"gitHead": "a818fc43d7338b44a4b13e3a501a5c2b3fac5fac",
			"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.1",
			"_nodeVersion": "13.5.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-TqZuVwa/sppcrhUCAYkGBk7w0yxfQQnxq28fjkO53tnK9FQXmdwz2JS5+GjsWQ6RByES1K40nI+yDic5c9/aAQ==",
				"shasum": "10edc0900dd127697a92f6f9807c7617d68ac48e",
				"tarball": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.0.1.tgz",
				"fileCount": 10,
				"unpackedSize": 17141,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+8JCCRA9TVsSAnZWagAAP6oQAKKS5/ys2qTIqbqC7Ein\naYRuLUXXIJm53W8Dy3OQRFnhfra94NVxOpMcNCjawnGwFtolYdp8xSdXxB+j\nFEKMA4BjTksQMQz8qMNt/QrIOY4qN+Vcja9qBuK37ntMxT9Wo6w0VRVNYux5\nmGFYMJvA8ilWDjQPfQn36rkl0UpxT48yNErKrNY4+hsgqOukM4oOIDsItvcM\njjgN7SCI4L4FOCJoNHoTtIkpo9oTXllMK+vi5z0vwLGS43DIQjcyrRAw7mBn\ngzOApIXZ86Tv+R4tQJGTdDQyy2zFFPmKrTvlB4V9lcbyU9xdp/R03htcmIUl\nlr75MkfqAYI/iBua+0ro/Dlncwv4+j6PE4NfR/x+uHXiY95IzTkqoAbC3qmG\n7LCtUcNZAmePK8reGjFBCS/JF/Rg1zXq2xNscnikCu5C4CN4j1GgnA5lbeMF\nAsYJVMQbQMbGeZm39ixWfBhtlMh6vV0lXNrSp6IkclbcPNd/6QrKwcdw6X3d\nf2WHA07v8TRVVrfZB3Z1eASJO9RB3Zln6yleL4UDIucyMvDkNY1lNod+7kW7\n9Bgb+esGub22MYeL/qusze1y/SkChN1KKNqR7y37q5W9GI7drJ5yBxDdhr8/\n7UrPcL30BDmFnZo0t6cJL2So4FNM9dRRFc+kB3JgbNEr2ATvdhqTHK5KD0Ir\ngjA3\r\n=smg0\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "ljharb@gmail.com",
					"name": "ljharb"
				}
			],
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/is-boolean-object_1.0.1_1576780354117_0.6465466096641279"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2019-12-19T18:32:38.558Z",
		"created": "2015-04-28T18:17:41.329Z",
		"1.0.0": "2015-04-28T18:17:41.329Z",
		"1.0.1": "2019-12-19T18:32:34.278Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.0.1"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"92c050cb1c31ad6382421f94603d0be7\"",
			"fetched": 1593324454404
		}
	},
	"_distfiles": {
		"is-boolean-object-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.0.0.tgz",
			"sha": "98f8b28030684219a95f375cfbd88ce3405dff93",
			"registry": "npmjs"
		},
		"is-boolean-object-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.0.1.tgz",
			"sha": "10edc0900dd127697a92f6f9807c7617d68ac48e",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"is-boolean-object-1.0.1.tgz": {
			"shasum": "10edc0900dd127697a92f6f9807c7617d68ac48e"
		}
	},
	"_rev": "2-f2c7bb388eebc094",
	"_id": "is-boolean-object",
	"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://versionbadg.es/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"
}