{
	"name": "boolbase",
	"versions": {
		"1.0.0": {
			"name": "boolbase",
			"version": "1.0.0",
			"description": "two functions: One that returns true, one that returns false",
			"main": "index.js",
			"scripts": {
				"test": "echo \"Error: no test specified\" && exit 1"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/fb55/boolbase"
			},
			"keywords": [
				"boolean",
				"function"
			],
			"author": {
				"name": "Felix Boehm",
				"email": "me@feedic.com"
			},
			"license": "ISC",
			"bugs": {
				"url": "https://github.com/fb55/boolbase/issues"
			},
			"homepage": "https://github.com/fb55/boolbase",
			"_id": "boolbase@1.0.0",
			"dist": {
				"shasum": "68dff5fbe60c51eb37725ea9e3ed310dcc1e776e",
				"tarball": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.4.2",
			"_npmUser": {
				"name": "feedic",
				"email": "me@feedic.com"
			},
			"maintainers": [
				{
					"name": "feedic",
					"email": "me@feedic.com"
				}
			],
			"directories": {},
			"contributors": []
		}
	},
	"time": {
		"modified": "2014-02-15T14:44:50.619Z",
		"created": "2014-02-15T14:44:50.619Z",
		"1.0.0": "2014-02-15T14:44:50.620Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.0.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"6600958514c7b6a7c699d499be33218a\"",
			"fetched": 1602009476668
		}
	},
	"_distfiles": {
		"boolbase-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
			"sha": "68dff5fbe60c51eb37725ea9e3ed310dcc1e776e",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"boolbase-1.0.0.tgz": {
			"shasum": "68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
		}
	},
	"_rev": "13-37323e85675b3cd2",
	"_id": "boolbase",
	"readme": "#boolbase\nThis very simple module provides two basic functions, one that always returns true (`trueFunc`) and one that always returns false (`falseFunc`).\n\n###WTF?\n\nBy having only a single instance of these functions around, it's possible to do some nice optimizations. Eg. [`CSSselect`](https://github.com/fb55/CSSselect) uses these functions to determine whether a selector won't match any elements. If that's the case, the DOM doesn't even have to be touched.\n\n###And why is this a separate module?\n\nI'm trying to modularize `CSSselect` and most modules depend on these functions. IMHO, having a separate module is the easiest solution to this problem."
}