{
	"name": "unist-util-is",
	"versions": {
		"1.0.0": {
			"name": "unist-util-is",
			"version": "1.0.0",
			"description": "Utility to check if a node passes a test",
			"license": "MIT",
			"keywords": [
				"unist",
				"mdast",
				"markdown",
				"retext",
				"natural",
				"language",
				"node",
				"is",
				"equal",
				"test",
				"type",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/unist-util-is.git"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com"
			},
			"files": [
				"index.js",
				"LICENSE"
			],
			"devDependencies": {
				"browserify": "^11.0.0",
				"eslint": "^1.0.0",
				"esmangle": "^1.0.0",
				"istanbul": "^0.3.0",
				"jscs": "^2.0.0",
				"jscs-jsdoc": "^1.0.0",
				"mdast": "^1.0.0",
				"mdast-comment-config": "^1.0.0",
				"mdast-github": "^1.0.0",
				"mdast-lint": "^1.0.0",
				"mdast-slug": "^1.0.0",
				"mdast-validate-links": "^1.0.0",
				"mocha": "^2.0.0"
			},
			"scripts": {
				"test-api": "mocha --check-leaks test.js",
				"test-coverage": "istanbul cover _mocha -- test.js",
				"test-travis": "npm run test-coverage",
				"test": "npm run test-api",
				"lint-api": "eslint .",
				"lint-style": "jscs --reporter inline .",
				"lint": "npm run lint-api && npm run lint-style",
				"make": "npm run lint && npm run test-coverage",
				"bundle": "browserify index.js --no-builtins -s unistUtilIs > unist-util-is.js",
				"postbundle": "esmangle unist-util-is.js > unist-util-is.min.js",
				"build-md": "mdast . --quiet",
				"build": "npm run bundle && npm run build-md"
			},
			"gitHead": "a02740c52cd19fe23c586a61820633db8e80e210",
			"bugs": {
				"url": "https://github.com/wooorm/unist-util-is/issues"
			},
			"homepage": "https://github.com/wooorm/unist-util-is#readme",
			"_id": "unist-util-is@1.0.0",
			"_shasum": "4c7b3c5c0f6aa963640056fe4af7b5fcfdbb8ef0",
			"_from": ".",
			"_npmVersion": "2.13.2",
			"_nodeVersion": "2.5.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "4c7b3c5c0f6aa963640056fe4af7b5fcfdbb8ef0",
				"tarball": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.0.0": {
			"name": "unist-util-is",
			"version": "2.0.0",
			"description": "Utility to check if a node passes a test",
			"license": "MIT",
			"keywords": [
				"unist",
				"mdast",
				"markdown",
				"retext",
				"natural",
				"language",
				"node",
				"is",
				"equal",
				"test",
				"type",
				"util",
				"utility"
			],
			"files": [
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/unist-util-is.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/hast-util-to-html/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"devDependencies": {
				"browserify": "^13.0.1",
				"esmangle": "^1.0.1",
				"istanbul": "^0.4.0",
				"remark-cli": "^1.0.0",
				"remark-comment-config": "^4.0.0",
				"remark-github": "^5.0.0",
				"remark-lint": "^4.0.0",
				"remark-validate-links": "^4.0.0",
				"tape": "^4.0.0",
				"xo": "^0.16.0"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --bare -s unistUtilIs > unist-util-is.js",
				"build-mangle": "esmangle < unist-util-is.js > unist-util-is.min.js",
				"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
				"lint": "xo",
				"test-api": "node test",
				"test-coverage": "istanbul cover test.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"xo": {
				"space": true,
				"rules": {
					"guard-for-in": [
						0
					]
				},
				"ignores": [
					"unist-util-is.js",
					"unist-util-is.min.js"
				]
			},
			"remarkConfig": {
				"output": true,
				"plugins": [
					"comment-config",
					"github",
					"lint",
					"validate-links"
				],
				"settings": {
					"bullet": "*"
				}
			},
			"gitHead": "1fb7e51df40d73472fa7f923f8cace523f0b06b3",
			"homepage": "https://github.com/wooorm/unist-util-is#readme",
			"_id": "unist-util-is@2.0.0",
			"_shasum": "e536472c4f78739e164d0859fc3201b97cf46e7c",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "e536472c4f78739e164d0859fc3201b97cf46e7c",
				"tarball": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-2.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/unist-util-is-2.0.0.tgz_1467835844857_0.6651455857791007"
			},
			"directories": {}
		},
		"2.1.0": {
			"name": "unist-util-is",
			"version": "2.1.0",
			"description": "Utility to check if a node passes a test",
			"license": "MIT",
			"keywords": [
				"unist",
				"node",
				"is",
				"equal",
				"test",
				"type",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/unist-util-is.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-to-html/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"files": [
				"index.js"
			],
			"dependencies": {},
			"devDependencies": {
				"browserify": "^14.0.0",
				"esmangle": "^1.0.1",
				"nyc": "^10.0.0",
				"remark-cli": "^3.0.0",
				"remark-preset-wooorm": "^3.0.0",
				"tape": "^4.0.0",
				"xo": "^0.18.1"
			},
			"scripts": {
				"build-md": "remark . -qfo",
				"build-bundle": "browserify index.js --bare -s unistUtilIs > unist-util-is.js",
				"build-mangle": "esmangle < unist-util-is.js > unist-util-is.min.js",
				"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
				"lint": "xo",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"xo": {
				"space": true,
				"esnext": false,
				"rules": {
					"unicorn/prefer-type-error": "off"
				},
				"ignore": [
					"unist-util-is.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "69aa447fead6cbbb88bde0d68c3b9d36bf8ff6ae",
			"homepage": "https://github.com/syntax-tree/unist-util-is#readme",
			"_id": "unist-util-is@2.1.0",
			"_shasum": "d746a2702a8921b4cc356fbbd558ea05fc5052ec",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "d746a2702a8921b4cc356fbbd558ea05fc5052ec",
				"tarball": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-2.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/unist-util-is-2.1.0.tgz_1496076259881_0.9169794232584536"
			},
			"directories": {}
		},
		"2.1.1": {
			"name": "unist-util-is",
			"version": "2.1.1",
			"description": "Utility to check if a node passes a test",
			"license": "MIT",
			"keywords": [
				"unist",
				"node",
				"is",
				"equal",
				"test",
				"type",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/unist-util-is.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-to-html/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"files": [
				"index.js"
			],
			"dependencies": {},
			"devDependencies": {
				"browserify": "^14.0.0",
				"esmangle": "^1.0.1",
				"nyc": "^11.0.0",
				"remark-cli": "^3.0.0",
				"remark-preset-wooorm": "^3.0.0",
				"tape": "^4.0.0",
				"xo": "^0.18.1"
			},
			"scripts": {
				"build-md": "remark . -qfo",
				"build-bundle": "browserify index.js --bare -s unistUtilIs > unist-util-is.js",
				"build-mangle": "esmangle < unist-util-is.js > unist-util-is.min.js",
				"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
				"lint": "xo",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"xo": {
				"space": true,
				"esnext": false,
				"rules": {
					"unicorn/prefer-type-error": "off"
				},
				"ignore": [
					"unist-util-is.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "aadf28501b95a799f0ab40fdecbdb4708044884d",
			"homepage": "https://github.com/syntax-tree/unist-util-is#readme",
			"_id": "unist-util-is@2.1.1",
			"_shasum": "0c312629e3f960c66e931e812d3d80e77010947b",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "0c312629e3f960c66e931e812d3d80e77010947b",
				"tarball": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-2.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/unist-util-is-2.1.1.tgz_1497291889332_0.15806019911542535"
			},
			"directories": {}
		},
		"2.1.2": {
			"name": "unist-util-is",
			"version": "2.1.2",
			"description": "Utility to check if a node passes a test",
			"license": "MIT",
			"keywords": [
				"unist",
				"node",
				"is",
				"equal",
				"test",
				"type",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/unist-util-is.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-to-html/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"files": [
				"index.js"
			],
			"dependencies": {},
			"devDependencies": {
				"browserify": "^16.0.0",
				"esmangle": "^1.0.1",
				"nyc": "^11.0.0",
				"prettier": "^1.12.1",
				"remark-cli": "^5.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"tape": "^4.0.0",
				"xo": "^0.20.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
				"build-bundle": "browserify index.js --bare -s unistUtilIs > unist-util-is.js",
				"build-mangle": "esmangle < unist-util-is.js > unist-util-is.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.js",
				"test": "npm run format && npm run build && npm run test-coverage"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"rules": {
					"guard-for-in": "off",
					"no-var": "off",
					"prefer-arrow-callback": "off",
					"unicorn/prefer-type-error": "off"
				},
				"ignore": [
					"unist-util-is.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "c46976f15748a5ded2b8f5484a575c9c2f26dac6",
			"homepage": "https://github.com/syntax-tree/unist-util-is#readme",
			"_id": "unist-util-is@2.1.2",
			"_npmVersion": "6.0.0",
			"_nodeVersion": "9.5.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-YkXBK/H9raAmG7KXck+UUpnKiNmUdB+aBGrknfQ4EreE1banuzrKABx3jP6Z5Z3fMSPMQQmeXBlKpCbMwBkxVw==",
				"shasum": "1193fa8f2bfbbb82150633f3a8d2eb9a1c1d55db",
				"tarball": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-2.1.2.tgz",
				"fileCount": 4,
				"unpackedSize": 9307,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa51SdCRA9TVsSAnZWagAAtXsP/1Kl+tSXN8rbSIb+MtyK\ncvncA+aCATGLgel6KT9a7s2uCt3fRbHwh7cqzxe2o+ctM/XNVPYPyR1wqcCu\nU3yQT+u7wI/sqCHvQbKZbfaLqmJYcHq02MEuLCwK9QsEKpwumG5yH1SCdUdJ\nLnm1HGIiRwBKzc+jXCKpwl+hxEIZZTAmtMwhNhZb8bszxPWtUTLTdWTzgoko\nArEnbEajR85pd+rzSBRxdvOa24G5F2AkLjLsob0BRFBeD9NsvrI54pFKhvlH\nFcnGk6m1VtQwxDOIbNdkpKfqGCEd7nvu2ccL6yGOzBudKQul603zMmsg4c5R\nJ5uX0I7ys/yTElv1VepkTVma+gl4EgoGe26CG0mAeI9RoqRAQrn+L/kJWWBR\nF+XyHHcVey6YQIOREJsoy84TGW0eDcjzev6JMyZ3AlKAn1GY9vbbygOcYk8N\nN0Xn2kltrdGStkE5+aRj57A/VeZnMNn3V+wqtLTeID2SC3IT2S+4Pkeu6UoN\nLZICuQG0uTW/YJkDzwzx7H3/EBhXTLZQS1nM20GmmDnlLsLVORxGRxdcEtke\nLolKOS9z5wI2G64Up5pFfHMhD4V/VZ3HXRPT+36VnaWcOQ6b3T0Oy0Q7Tzkm\njwCcre7D3UYhQfC8GXYC1YnB9rztQb06wxfvn3HanGIYkO5/+QqdqUyx8J30\ngeCP\r\n=koyv\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/unist-util-is_2.1.2_1525109915542_0.24285374134043458"
			},
			"_hasShrinkwrap": false
		},
		"2.1.3": {
			"name": "unist-util-is",
			"version": "2.1.3",
			"description": "Utility to check if a node passes a test",
			"license": "MIT",
			"keywords": [
				"unist",
				"node",
				"is",
				"equal",
				"test",
				"type",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/unist-util-is.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/hast-util-to-html/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "https://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "https://wooorm.com"
				}
			],
			"dependencies": {},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^14.0.0",
				"prettier": "^1.0.0",
				"remark-cli": "^6.0.0",
				"remark-preset-wooorm": "^5.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.0.0",
				"xo": "^0.24.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify . -s unistUtilIs > unist-util-is.js",
				"build-mangle": "browserify . -s unistUtilIs -p tinyify > unist-util-is.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.js",
				"test": "npm run format && npm run build && npm run test-coverage"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"rules": {
					"unicorn/prefer-type-error": "off"
				},
				"ignore": [
					"unist-util-is.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "b384bb73a22b31725dca1aad88b331d0d42f8fd2",
			"homepage": "https://github.com/syntax-tree/unist-util-is#readme",
			"_id": "unist-util-is@2.1.3",
			"_nodeVersion": "12.2.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-4WbQX2iwfr/+PfM4U3zd2VNXY+dWtZsN1fLnWEi2QQXA4qyDYAZcDMfXUX0Cu6XZUHHAO9q4nyxxLT4Awk1qUA==",
				"shasum": "459182db31f4742fceaea88d429693cbf0043d20",
				"tarball": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-2.1.3.tgz",
				"fileCount": 4,
				"unpackedSize": 10186,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc5PpNCRA9TVsSAnZWagAADBEQAJGidu6fqa42fDyx05qw\nevfjGZBIAQ6Ajr9BHGhY/SiNaoR+UZMFhFObq5lSg29yKSsYFXa19o19Mu1x\no26IDXVksYDt/KnlZYhosIbzpvmVbVZWtqamuHUxIQHja4y8khzhSDjvRsi/\ns5oyHxWGEv3XbOzcWnkyq8wlzLBxAG9OWPR7+mwMtcy7waz5kLl115KhH3Fr\nsJt1wSK/5pw15LVZ0QUhqZE8cPiycq/DjzNUu6fJ1agthqAkpbcDRvzDzBuN\nPMy7CS4zuOpP9LDqZkHuT2Q7ZuiIEv9+gn74uw5rIiTqFp62yw4SUDWqwsxz\nxnyozZcimKTAEyxqycAC998oUd9zQFxZNZpaZkjDg+9TJKYTrO/ptjlxrbs5\ncoHDYt/5FuxnoSAkVr+4JoPRECiW1RjPiOGyv0KoGlywotu2ZfP97sjaEunc\nlsRb5nUIRCE2Mg2zaJ8n8Sy5dVl8dTTGiifm4ZeJoP40jrYnSDuh8jpo951G\n6Yw1QqZAO2fC/xvxxLzGZ5ZhAicy9yy4RHoXVaLYaX6YZUjjn0FZxaQCp7DF\nfL/hN7XBHIrVwH9Wu/vpZFBJbIS/cF1xHO30WDPqIbNY+RZgICe9SDqUE840\nMFBw6Y2bjBdbGoUpArruMCZUdaFg0eSQZGzGnr+qU2RUk9Byc1S/aFCYOQiy\nLL3x\r\n=C/aa\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/unist-util-is_2.1.3_1558510156418_0.6906929285721397"
			},
			"_hasShrinkwrap": false
		},
		"3.0.0": {
			"name": "unist-util-is",
			"version": "3.0.0",
			"description": "Utility to check if a node passes a test",
			"license": "MIT",
			"keywords": [
				"unist",
				"node",
				"is",
				"equal",
				"test",
				"type",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/unist-util-is.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/unist-util-is/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "https://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "https://wooorm.com"
				}
			],
			"dependencies": {},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^14.0.0",
				"prettier": "^1.0.0",
				"remark-cli": "^6.0.0",
				"remark-preset-wooorm": "^5.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.0.0",
				"xo": "^0.24.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify . -s unistUtilIs > unist-util-is.js",
				"build-mangle": "browserify . -s unistUtilIs -p tinyify > unist-util-is.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.js",
				"test": "npm run format && npm run build && npm run test-coverage"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"rules": {
					"unicorn/prefer-type-error": "off"
				},
				"ignore": [
					"unist-util-is.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "aee63b5e0b0062e3d2fcb6a1fc3d32c274dea160",
			"homepage": "https://github.com/syntax-tree/unist-util-is#readme",
			"_id": "unist-util-is@3.0.0",
			"_nodeVersion": "12.2.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A==",
				"shasum": "d9e84381c2468e82629e4a5be9d7d05a2dd324cd",
				"tarball": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-3.0.0.tgz",
				"fileCount": 5,
				"unpackedSize": 11070,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc8M3iCRA9TVsSAnZWagAAiaoP/0Zgl0ewWSPI50YQKgmD\nBErUdNs0PmkMwmCs6VZNQ+p/QapQA05vlbzIEhZsl+qMDh1Hi9lyvTMHSgyY\nPQVvFr8q+GOg5hEF4ep7+yzpehH6eVNEg4QZrVhOcEBKRuNpUQSJm2bO90n+\nEODH1ECYBg+J5cB5WAjCLL8AjIg1hYYsFGeuhcqXsMrFtg79KKHnDRVK5xFL\nmJqMeY0uj9G9RVARP/7HlNunuqGf4IPhAp4nWCTZA72CQXtmqlt+aOreHwI0\n907cFsY6IJBViEo+NQHX3ePh5N76/xhTpWvgNsvh5OjwJnqZu9jY4JH/6WaX\n+GLzy8FJ5j0k8CrssM+roZIc9EX+O49PGLH+jAAyy6Ht0BB+9BYlgJ00hDA9\n2bvgrQNgAsvg0YKHD9iKElxw3Wz9MruQRcP4/Ung75gFAekFl7HQdvE2+WUA\ntMh7lrbfSjk8HwrPSvZ9e2oXCOhhXKTEeGJUfXwrqbl+PWcnv0vRDgr+5RLg\nmnBvUu57iaJ2kuCh3EYJVikyWaCrbGYN4a+eUrXGRdAGxMjQk6Kg/cqI0xMV\nhTBTs3Jy+AydnJHCsDostdrRelLIAyHgiQfF7vlK3BnczNhllL1PBVuyLnjL\nc9SPvkFDxy2D9kinexJ4nHUDZW5+6HkPsvI3hcCn3yaAeuvT0M7P1AGf6vUt\nypL/\r\n=r2h1\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/unist-util-is_3.0.0_1559285217930_0.919529364359204"
			},
			"_hasShrinkwrap": false
		},
		"4.0.0": {
			"name": "unist-util-is",
			"version": "4.0.0",
			"description": "Utility to check if a node passes a test",
			"license": "MIT",
			"keywords": [
				"unist",
				"node",
				"is",
				"equal",
				"test",
				"type",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/unist-util-is.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/unist-util-is/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "https://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "https://wooorm.com"
				}
			],
			"types": "index.d.ts",
			"dependencies": {},
			"devDependencies": {
				"browserify": "^16.0.0",
				"dtslint": "^0.9.0",
				"nyc": "^14.0.0",
				"prettier": "^1.0.0",
				"remark-cli": "^7.0.0",
				"remark-preset-wooorm": "^6.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.0.0",
				"typescript": "^3.5.3",
				"unified": "^8.3.2",
				"xo": "^0.24.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.{js,ts}\" && xo --fix",
				"build-bundle": "browserify . -s unistUtilIs > unist-util-is.js",
				"build-mangle": "browserify . -s unistUtilIs -p tinyify > unist-util-is.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.js",
				"test-types": "dtslint .",
				"test": "npm run format && npm run build && npm run test-coverage && npm run test-types"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"rules": {
					"unicorn/prefer-type-error": "off"
				},
				"ignore": [
					"unist-util-is.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "c2afbb5538c40f2fb64c991a965f82ecbd2eae94",
			"homepage": "https://github.com/syntax-tree/unist-util-is#readme",
			"_id": "unist-util-is@4.0.0",
			"_nodeVersion": "12.2.0",
			"_npmVersion": "6.10.1",
			"dist": {
				"integrity": "sha512-E5JLUKRQlAYiJmN2PVBdSz01R3rUKRSM00X+0DB/yLqxdLu6wZZkRdTIsxDp9X+bkxh8Eq+O2YYRbZvLZtQT1A==",
				"shasum": "85672993f0d88a8bffb45137aba003ee8da11a38",
				"tarball": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.0.0.tgz",
				"fileCount": 7,
				"unpackedSize": 13376,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOqtMCRA9TVsSAnZWagAAFeUP/1HER0dshBMB2/TC+Ozn\nVF29ijl3ipnDVMhmjDT95rXcfhkEvFStkTXelpYBZakWMA6oDflfPEVE9iQY\nPgQQmvVwgBGIYSaIl9XGDtOsEuWQ/Ku/cjCa4/3hzMheoS18G8Om+Vl0rzFt\nBbO9M84sCBC7yQ9jNLWmfj7NmtKRInwuG+rgZq+nJcmmZKH1gETr9Le3niFr\nX4ZGFwEJEMO6whyTKdUolaDkjLQK0wY/yHFRh16ml/WOxjKbpex9BPOwb0qs\nmHz+mlaD6fiSevQwl1/Cf3enAG4TGqVYgsy9iWn2bZYZB9DqokJ7BZ3iUjkz\nOP2e6OrXAtGN/uF+jyrh0Eebdj8CIDPqoPHddFt4hvIzXzeHQXZ1avW1Z1nI\nQEuNn52PFa7FdPp2Urk02InlcIeXMD42ONAIRSzc5EjVKslc8s37F6KO6C6s\nZg//ah13XHXUnlbTs4ZlUIUZPajMuWXpU+Qbp1Z3g/VHr32j2YEBDIYXmmru\nhoPw36TRZqosAAv4tC3B/UzwDGy8t1SJVeRxArubM3P1bdFfaGzD5RNrADfA\nHEkhg6DawGG88Be8rjVqit/TjjTdbBgikn8y9nPFa8B02Xceb5+vD4Ro5XOE\ndEE7ts/PgG25PlsQQdqPNBlUTcPYtfRxoyvsJMicY1CrhhGtcVy9P+i92fdq\nS5Ny\r\n=QfE/\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/unist-util-is_4.0.0_1564126027836_0.15447320407435505"
			},
			"_hasShrinkwrap": false
		},
		"4.0.1": {
			"name": "unist-util-is",
			"version": "4.0.1",
			"description": "Utility to check if a node passes a test",
			"license": "MIT",
			"keywords": [
				"unist",
				"node",
				"is",
				"equal",
				"test",
				"type",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/unist-util-is.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/unist-util-is/issues"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/unified"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "https://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "https://wooorm.com"
				},
				{
					"name": "Christian Murphy",
					"email": "christian.murphy.42@gmail.com"
				}
			],
			"types": "index.d.ts",
			"dependencies": {},
			"devDependencies": {
				"@types/mdast": "^3.0.3",
				"browserify": "^16.0.0",
				"dtslint": "^2.0.0",
				"nyc": "^14.0.0",
				"prettier": "^1.0.0",
				"remark-cli": "^7.0.0",
				"remark-preset-wooorm": "^6.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.0.0",
				"unified": "^8.0.0",
				"xo": "^0.25.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.{js,ts}\" && xo --fix",
				"build-bundle": "browserify . -s unistUtilIs > unist-util-is.js",
				"build-mangle": "browserify . -s unistUtilIs -p tinyify > unist-util-is.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.js",
				"test-types": "dtslint .",
				"test": "npm run format && npm run build && npm run test-coverage && npm run test-types"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"rules": {
					"unicorn/prefer-type-error": "off",
					"unicorn/prefer-reflect-apply": "off"
				},
				"ignore": [
					"unist-util-is.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "ae71834c66ea95d899b3997667cc61c9eb445a96",
			"homepage": "https://github.com/syntax-tree/unist-util-is#readme",
			"_id": "unist-util-is@4.0.1",
			"_nodeVersion": "13.0.1",
			"_npmVersion": "6.13.0",
			"dist": {
				"integrity": "sha512-7NYjErP4LJtkEptPR22wO5RsCPnHZZrop7t2SoQzjvpFedCFer4WW8ujj9GI5DkUX7yVcffXLjoURf6h2QUv6Q==",
				"shasum": "ae3e39b9ad1b138c8e3b9d2f4658ad0031be4610",
				"tarball": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.0.1.tgz",
				"fileCount": 7,
				"unpackedSize": 13577,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdx8bACRA9TVsSAnZWagAANHcP/2xTg2m4MpF1Pms2Q8sK\nD4UAB6gPgR7ngWNHHozd8juBz3v3vIjV8YXxQTUI+m37iJoINbmz+Wj6CfNG\nhOXWlGvNbs/KIeEUi2eFWHk4NlFK4f4vndGMUwqHeZe6ATGmzLjR6xfhY3Mw\nTWQiAvqM3h5l952prTr+cwVLXzMvuJ8d9YRj8fT5T1tOVOesk4n3EJNERKnE\n+IDm9HAyRJybuN271f0hOizqo8rVVO4+OuDsASX4CG9ETcB9pq1XFx7RhOlO\nOuquVe0uCgYwgEOkXOwRSOcMJkbTmJqNnmHcfm6TWpxLejcDIf7PIseCkd+v\nWWAnPgOgxcEa3Cd6ldaHVD94anTnUhmIDtrdSbooGGj3nE9MVNeO73SDP3mK\nMXZYYLaiJ7qBU74N+b8PphaP2Fh3quly2IzsZxHlMUrSWuJPp7LhPmJZcGw6\nUt5OOtZXPvVXbzgW8Mz7/1vCsccC+IY460569XFVqOrKDXZ2178AJLXLQVQb\nTfDTB+sJKjT3BEUdcjCCs+YJZmpC3vYM5E+RfuJB6wnUUxEVK/W88OCuzxu+\nVr7NR/4ul+lbTADHaoHXmD2lbAkb1MRsa3CgRcl1+YgdkdIKcn++uFrweNOG\nlj346nqOfZ3HsJw2tOOCYHYwPcwe4iy6EC+VABc8po/DpZJHZ0C4VMBpP6Ys\nTuhH\r\n=rtzH\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "keith@mcknig.ht",
					"name": "kmck"
				},
				{
					"email": "tituswormer@gmail.com",
					"name": "wooorm"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/unist-util-is_4.0.1_1573373632263_0.5607877542580819"
			},
			"_hasShrinkwrap": false
		},
		"4.0.2": {
			"name": "unist-util-is",
			"version": "4.0.2",
			"description": "unist utility to check if a node passes a test",
			"license": "MIT",
			"keywords": [
				"unist",
				"unist-util",
				"util",
				"utility",
				"tree",
				"node",
				"is",
				"equal",
				"check",
				"test",
				"type"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/unist-util-is.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/unist-util-is/issues"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/unified"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "https://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "https://wooorm.com"
				},
				{
					"name": "Christian Murphy",
					"email": "christian.murphy.42@gmail.com"
				}
			],
			"types": "index.d.ts",
			"dependencies": {},
			"devDependencies": {
				"@types/mdast": "^3.0.0",
				"browserify": "^16.0.0",
				"dtslint": "^3.0.0",
				"nyc": "^15.0.0",
				"prettier": "^1.0.0",
				"remark-cli": "^7.0.0",
				"remark-preset-wooorm": "^6.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.0.0",
				"unified": "^8.0.0",
				"xo": "^0.26.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.{js,ts}\" && xo --fix",
				"build-bundle": "browserify . -s unistUtilIs > unist-util-is.js",
				"build-mangle": "browserify . -s unistUtilIs -p tinyify > unist-util-is.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.js",
				"test-types": "dtslint .",
				"test": "npm run format && npm run build && npm run test-coverage && npm run test-types"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"rules": {
					"unicorn/prefer-type-error": "off",
					"unicorn/prefer-reflect-apply": "off"
				},
				"ignore": [
					"unist-util-is.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "4b035a7a1cf17419443f9950242111001d7d1a88",
			"homepage": "https://github.com/syntax-tree/unist-util-is#readme",
			"_id": "unist-util-is@4.0.2",
			"_nodeVersion": "13.0.1",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-Ofx8uf6haexJwI1gxWMGg6I/dLnF2yE+KibhD3/diOqY2TinLcqHXCV6OI5gFVn3xQqDH+u0M625pfKwIwgBKQ==",
				"shasum": "c7d1341188aa9ce5b3cff538958de9895f14a5de",
				"tarball": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.0.2.tgz",
				"fileCount": 7,
				"unpackedSize": 13738,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeSs+rCRA9TVsSAnZWagAA5B4P/RVIZuGJ9QpCZYiE/YMf\nt9KZwkGM7e+FfTTqrAdnVluYJ86B+YF0DuhDFrjAcKk4cDjoIHWQ7daKGhOl\nsd7jf87iHtiIK1k06a9vojhVD8lhbRjjBEU1da0zFwv9uoEolNYB4hqTca+7\ntYB48Dh1gR110GJVHkyi97SBOuU7YxA+E26mfDkweXNoml8RFCfdOmdsUbnz\ninXMXlPKj9Jsk30x8VPm0TEKGP3FCt5xvhJOqmINaOs/V4FiEw32w+p4dbcD\nhrsrM21+JKklpgcpKntmOesxbMifqzZdKb7ePfhRYTcxoEKOXWpmXWgQ2jD3\nFfsIYaDLrNG2qGQRO9Dqk8zZZT0sCtYvCxcEMpGW5YqP5GjOIQtE7796NtSU\nCe42rwERwCBdY1pDZRPH0QtUOZkeUA5j3bM+d+Jrtcsa4Mh+9LdPs7C5iWy5\n0VneCboTdYQNRF+WkqVx9S6oJLXQsazEM+InbVIMuWg7HTMxXxIr6gdAi9xQ\nXHFKlTxscPfPu/7cOs58e93ZbcLIpdUqNHPtj/skMYBL8Yta/krs2WMTx/FG\nXsrfajbWBgI7lKbkuQymCiAfBaQapU1zDjT4CgpLCvP2xjn3nRpqvxB+IyET\nSqgrt9XN0WickkRCxjZEAhCO4UBImQ2/tJAGWF1KMrzxt5wXel0UD3lH0i1X\n184s\r\n=P1w0\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "keith@mcknig.ht",
					"name": "kmck"
				},
				{
					"email": "tituswormer@gmail.com",
					"name": "wooorm"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/unist-util-is_4.0.2_1581961131317_0.4055475739315981"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-08-25T11:32:01.057Z",
		"created": "2015-09-02T10:28:52.097Z",
		"1.0.0": "2015-09-02T10:28:52.097Z",
		"2.0.0": "2016-07-06T20:10:45.267Z",
		"2.1.0": "2017-05-29T16:44:21.070Z",
		"2.1.1": "2017-06-12T18:24:50.283Z",
		"2.1.2": "2018-04-30T17:38:36.308Z",
		"2.1.3": "2019-05-22T07:29:16.599Z",
		"3.0.0": "2019-05-31T06:46:58.085Z",
		"4.0.0": "2019-07-26T07:27:08.009Z",
		"4.0.1": "2019-11-10T08:13:52.407Z",
		"4.0.2": "2020-02-17T17:38:51.443Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "4.0.2"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"b032ab14963ba752c1040aafddd5555b\"",
			"fetched": 1600679317594
		}
	},
	"_distfiles": {
		"unist-util-is-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-1.0.0.tgz",
			"sha": "4c7b3c5c0f6aa963640056fe4af7b5fcfdbb8ef0",
			"registry": "npmjs"
		},
		"unist-util-is-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-2.0.0.tgz",
			"sha": "e536472c4f78739e164d0859fc3201b97cf46e7c",
			"registry": "npmjs"
		},
		"unist-util-is-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-2.1.0.tgz",
			"sha": "d746a2702a8921b4cc356fbbd558ea05fc5052ec",
			"registry": "npmjs"
		},
		"unist-util-is-2.1.1.tgz": {
			"url": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-2.1.1.tgz",
			"sha": "0c312629e3f960c66e931e812d3d80e77010947b",
			"registry": "npmjs"
		},
		"unist-util-is-2.1.2.tgz": {
			"url": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-2.1.2.tgz",
			"sha": "1193fa8f2bfbbb82150633f3a8d2eb9a1c1d55db",
			"registry": "npmjs"
		},
		"unist-util-is-2.1.3.tgz": {
			"url": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-2.1.3.tgz",
			"sha": "459182db31f4742fceaea88d429693cbf0043d20",
			"registry": "npmjs"
		},
		"unist-util-is-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-3.0.0.tgz",
			"sha": "d9e84381c2468e82629e4a5be9d7d05a2dd324cd",
			"registry": "npmjs"
		},
		"unist-util-is-4.0.0.tgz": {
			"url": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.0.0.tgz",
			"sha": "85672993f0d88a8bffb45137aba003ee8da11a38",
			"registry": "npmjs"
		},
		"unist-util-is-4.0.1.tgz": {
			"url": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.0.1.tgz",
			"sha": "ae3e39b9ad1b138c8e3b9d2f4658ad0031be4610",
			"registry": "npmjs"
		},
		"unist-util-is-4.0.2.tgz": {
			"url": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.0.2.tgz",
			"sha": "c7d1341188aa9ce5b3cff538958de9895f14a5de",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"unist-util-is-4.0.2.tgz": {
			"shasum": "c7d1341188aa9ce5b3cff538958de9895f14a5de"
		}
	},
	"_rev": "2-d5bf3b7e464d3148",
	"_id": "unist-util-is",
	"readme": "# unist-util-is\n\n[![Build][build-badge]][build]\n[![Coverage][coverage-badge]][coverage]\n[![Downloads][downloads-badge]][downloads]\n[![Size][size-badge]][size]\n[![Sponsors][sponsors-badge]][collective]\n[![Backers][backers-badge]][collective]\n[![Chat][chat-badge]][chat]\n\n[**unist**][unist] utility to check if a node passes a test.\n\n## Install\n\n[npm][]:\n\n```sh\nnpm install unist-util-is\n```\n\n## Use\n\n```js\nvar is = require('unist-util-is')\n\nvar node = {type: 'strong'}\nvar parent = {type: 'paragraph', children: [node]}\n\nfunction test(node, n) {\n  return n === 5\n}\n\nis() // => false\nis({children: []}) // => false\nis(node) // => true\nis(node, 'strong') // => true\nis(node, 'emphasis') // => false\n\nis(node, node) // => true\nis(parent, {type: 'paragraph'}) // => true\nis(parent, {type: 'strong'}) // => false\n\nis(node, test) // => false\nis(node, test, 4, parent) // => false\nis(node, test, 5, parent) // => true\n```\n\n## API\n\n### `is(node[, test[, index, parent[, context]]])`\n\n###### Parameters\n\n*   `node` ([`Node`][node]) — Node to check.\n*   `test` ([`Function`][test], `string`, `Object`, or `Array.<Test>`, optional)\n    —  When not given, checks if `node` is a [`Node`][node].\n    When `string`, works like passing `node => node.type === test`.\n    When `array`, checks if any one of the subtests pass.\n    When `object`, checks that all keys in `test` are in `node`,\n    and that they have strictly equal values\n*   `index` (`number`, optional) — [Index][] of `node` in `parent`\n*   `parent` ([`Node`][node], optional) — [Parent][] of `node`\n*   `context` (`*`, optional) — Context object to invoke `test` with\n\n###### Returns\n\n`boolean` — Whether `test` passed *and* `node` is a [`Node`][node] (object with\n`type` set to a non-empty `string`).\n\n#### `function test(node[, index, parent])`\n\n###### Parameters\n\n*   `node` ([`Node`][node]) — Node to check\n*   `index` (`number?`) — [Index][] of `node` in `parent`\n*   `parent` ([`Node?`][node]) — [Parent][] of `node`\n\n###### Context\n\n`*` — The to `is` given `context`.\n\n###### Returns\n\n`boolean?` — Whether `node` matches.\n\n### `is.convert(test)`\n\nCreate a test function from `test`, that can later be called with a `node`,\n`index`, and `parent`.\nUseful if you’re going to test many nodes, for example when creating a utility\nwhere something else passes an is-compatible test.\n\nThe created function is slightly faster because it expects valid input only.\nTherefore, passing invalid input, yields unexpected results.\n\nCan also be accessed with `require('unist-util-is/convert')`.\n\nFor example:\n\n```js\nvar u = require('unist-builder')\nvar convert = require('unist-util-is/convert')\n\nvar test = convert('leaf')\n\nvar tree = u('tree', [\n  u('node', [u('leaf', '1')]),\n  u('leaf', '2'),\n  u('node', [u('leaf', '3'), u('leaf', '4')]),\n  u('leaf', '5')\n])\n\nvar leafs = tree.children.filter((child, index) => test(child, index, tree))\n\nconsole.log(leafs)\n```\n\nYields:\n\n```js\n[{type: 'leaf', value: '2'}, {type: 'leaf', value: '5'}]\n```\n\n## Related\n\n*   [`unist-util-find-after`](https://github.com/syntax-tree/unist-util-find-after)\n    — Find a node after another node\n*   [`unist-util-find-before`](https://github.com/syntax-tree/unist-util-find-before)\n    — Find a node before another node\n*   [`unist-util-find-all-after`](https://github.com/syntax-tree/unist-util-find-all-after)\n    — Find all nodes after another node\n*   [`unist-util-find-all-before`](https://github.com/syntax-tree/unist-util-find-all-before)\n    — Find all nodes before another node\n*   [`unist-util-find-all-between`](https://github.com/mrzmmr/unist-util-find-all-between)\n    — Find all nodes between two nodes\n*   [`unist-util-find`](https://github.com/blahah/unist-util-find)\n    — Find nodes matching a predicate\n*   [`unist-util-filter`](https://github.com/eush77/unist-util-filter)\n    — Create a new tree with nodes that pass a check\n*   [`unist-util-remove`](https://github.com/eush77/unist-util-remove)\n    — Remove nodes from tree\n\n## Contribute\n\nSee [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get\nstarted.\nSee [`support.md`][support] for ways to get help.\n\nThis project has a [code of conduct][coc].\nBy interacting with this repository, organization, or community you agree to\nabide by its terms.\n\n## License\n\n[MIT][license] © [Titus Wormer][author]\n\n<!-- Definitions -->\n\n[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-is.svg\n\n[build]: https://travis-ci.org/syntax-tree/unist-util-is\n\n[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-is.svg\n\n[coverage]: https://codecov.io/github/syntax-tree/unist-util-is\n\n[downloads-badge]: https://img.shields.io/npm/dm/unist-util-is.svg\n\n[downloads]: https://www.npmjs.com/package/unist-util-is\n\n[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-is.svg\n\n[size]: https://bundlephobia.com/result?p=unist-util-is\n\n[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg\n\n[backers-badge]: https://opencollective.com/unified/backers/badge.svg\n\n[collective]: https://opencollective.com/unified\n\n[chat-badge]: https://img.shields.io/badge/chat-spectrum-7b16ff.svg\n\n[chat]: https://spectrum.chat/unified/syntax-tree\n\n[npm]: https://docs.npmjs.com/cli/install\n\n[license]: license\n\n[author]: https://wooorm.com\n\n[contributing]: https://github.com/syntax-tree/.github/blob/master/contributing.md\n\n[support]: https://github.com/syntax-tree/.github/blob/master/support.md\n\n[coc]: https://github.com/syntax-tree/.github/blob/master/code-of-conduct.md\n\n[unist]: https://github.com/syntax-tree/unist\n\n[node]: https://github.com/syntax-tree/unist#node\n\n[parent]: https://github.com/syntax-tree/unist#parent-1\n\n[index]: https://github.com/syntax-tree/unist#index\n\n[test]: #function-testnode-index-parent"
}