{
	"name": "dotignore",
	"versions": {
		"0.0.0": {
			"name": "dotignore",
			"version": "0.0.0",
			"description": "ignorefile/includefile matching .gitignore spec",
			"main": "index.js",
			"bin": {
				"ignored": "bin/ignored"
			},
			"scripts": {
				"test": "node test/test.js"
			},
			"repository": "",
			"keywords": [
				"ignore",
				"gitignore",
				"npmignore",
				"glob",
				"pattern"
			],
			"author": {
				"name": "bradleymeck"
			},
			"license": "MIT",
			"dependencies": {
				"minimatch": "~0.2.9"
			},
			"_id": "dotignore@0.0.0",
			"dist": {
				"shasum": "33ad262324e90f5b6b1901ca7dfa2fc8263250cd",
				"tarball": "https://registry.npmjs.org/dotignore/-/dotignore-0.0.0.tgz"
			},
			"_npmVersion": "1.1.69",
			"_npmUser": {
				"name": "bradleymeck",
				"email": "bradley.meck@gmail.com"
			},
			"maintainers": [
				{
					"name": "bradleymeck",
					"email": "bradley.meck@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.0.1": {
			"name": "dotignore",
			"version": "0.0.1",
			"description": "ignorefile/includefile matching .gitignore spec",
			"main": "index.js",
			"bin": {
				"ignored": "bin/ignored"
			},
			"scripts": {
				"test": "node test/test.js"
			},
			"repository": {
				"type": "git",
				"url": "http://github.com/bmeck/dotignore"
			},
			"keywords": [
				"ignore",
				"gitignore",
				"npmignore",
				"glob",
				"pattern"
			],
			"author": {
				"name": "bradleymeck"
			},
			"license": "MIT",
			"dependencies": {
				"minimatch": "~0.2.9"
			},
			"_id": "dotignore@0.0.1",
			"dist": {
				"shasum": "a97ed8545f1da60d24cb958f6efd0bd9056704b5",
				"tarball": "https://registry.npmjs.org/dotignore/-/dotignore-0.0.1.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.2.18",
			"_npmUser": {
				"name": "bradleymeck",
				"email": "bradley.meck@gmail.com"
			},
			"maintainers": [
				{
					"name": "bradleymeck",
					"email": "bradley.meck@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.1.0": {
			"name": "dotignore",
			"version": "0.1.0",
			"description": "ignorefile/includefile matching .gitignore spec",
			"main": "index.js",
			"bin": {
				"ignored": "bin/ignored"
			},
			"scripts": {
				"test": "node test/test.js"
			},
			"repository": {
				"type": "git",
				"url": "http://github.com/bmeck/dotignore"
			},
			"keywords": [
				"ignore",
				"gitignore",
				"npmignore",
				"glob",
				"pattern"
			],
			"author": {
				"name": "bradleymeck"
			},
			"license": "MIT",
			"dependencies": {
				"minimatch": "~1.0.0"
			},
			"devDependencies": {
				"tape": "~2.14.0"
			},
			"gitHead": "98258bffbee3fee2d1c5b8a9ca138f03363701a1",
			"bugs": {
				"url": "https://github.com/bmeck/dotignore/issues"
			},
			"homepage": "https://github.com/bmeck/dotignore",
			"_id": "dotignore@0.1.0",
			"_shasum": "6f9c25ee775a405ccb2c7d7d52b42943a76941ec",
			"_from": ".",
			"_npmVersion": "1.4.21",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"maintainers": [
				{
					"name": "bradleymeck",
					"email": "bradley.meck@gmail.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"dist": {
				"shasum": "6f9c25ee775a405ccb2c7d7d52b42943a76941ec",
				"tarball": "https://registry.npmjs.org/dotignore/-/dotignore-0.1.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.1": {
			"name": "dotignore",
			"version": "0.1.1",
			"description": "ignorefile/includefile matching .gitignore spec",
			"main": "index.js",
			"bin": {
				"ignored": "bin/ignored"
			},
			"scripts": {
				"test": "npm run lint && node test/test.js && npm run coverage-quiet",
				"coverage": "covert test/test.js",
				"coverage-quiet": "covert --quiet test/test.js",
				"lint": "jscs *.js */*.js"
			},
			"repository": {
				"type": "git",
				"url": "http://github.com/bmeck/dotignore"
			},
			"keywords": [
				"ignore",
				"gitignore",
				"npmignore",
				"glob",
				"pattern"
			],
			"author": {
				"name": "bradleymeck"
			},
			"license": "MIT",
			"dependencies": {
				"minimatch": "~1.0.0"
			},
			"devDependencies": {
				"tape": "~2.14.0",
				"covert": "~1.0.0",
				"jscs": "~1.5.9"
			},
			"gitHead": "688f8db77e1ad231af3608865245598a1767e580",
			"bugs": {
				"url": "https://github.com/bmeck/dotignore/issues"
			},
			"homepage": "https://github.com/bmeck/dotignore",
			"_id": "dotignore@0.1.1",
			"_shasum": "3fdb821f05f4f5557c36cca67480dc1dcb774bf0",
			"_from": ".",
			"_npmVersion": "1.4.21",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"maintainers": [
				{
					"name": "bradleymeck",
					"email": "bradley.meck@gmail.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"dist": {
				"shasum": "3fdb821f05f4f5557c36cca67480dc1dcb774bf0",
				"tarball": "https://registry.npmjs.org/dotignore/-/dotignore-0.1.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.2": {
			"name": "dotignore",
			"version": "0.1.2",
			"description": "ignorefile/includefile matching .gitignore spec",
			"main": "index.js",
			"bin": {
				"ignored": "bin/ignored"
			},
			"scripts": {
				"prepublish": "safe-publish-latest",
				"pretest": "npm run lint",
				"test": "node test && npm run coverage -- --quiet",
				"coverage": "covert test/index.js",
				"lint": "eslint bin/* ."
			},
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/bmeck/dotignore.git"
			},
			"keywords": [
				"ignore",
				"gitignore",
				"npmignore",
				"glob",
				"pattern"
			],
			"author": {
				"name": "bradleymeck"
			},
			"license": "MIT",
			"dependencies": {
				"minimatch": "^3.0.4"
			},
			"devDependencies": {
				"@ljharb/eslint-config": "^15.1.0",
				"covert": "^1.1.1",
				"eslint": "^6.8.0",
				"safe-publish-latest": "^1.1.4",
				"tape": "^4.12.1"
			},
			"gitHead": "78843a5fea53a838d784743bde4c9470e50a9930",
			"bugs": {
				"url": "https://github.com/bmeck/dotignore/issues"
			},
			"homepage": "https://github.com/bmeck/dotignore#readme",
			"_id": "dotignore@0.1.2",
			"_nodeVersion": "13.5.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-UGGGWfSauusaVJC+8fgV+NVvBXkCTmVv7sk6nojDZZvuOUNGUy0Zk4UpHQD6EDjS0jpBwcACvH4eofvyzBcRDw==",
				"shasum": "f942f2200d28c3a76fbdd6f0ee9f3257c8a2e905",
				"tarball": "https://registry.npmjs.org/dotignore/-/dotignore-0.1.2.tgz",
				"fileCount": 8,
				"unpackedSize": 5249,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeFXvwCRA9TVsSAnZWagAAcmEP/2RgiDdd8ugRfgtU+1Ll\nVZVkENViEBCZg90DDDvqZM6pevR9ICM4xJJHkU7RueJ9+1IyOUn6imfY1Qoh\nsZWIYq4KuhmTWGkvU2R/nbnSLRSDbXHK441/DMr12tyvgVhJUnl4YWbZZeLg\n791wKwaD87AkSxjyuCy2+hV4nDjLc0DcOyKJOR4lvEfi+tAnsmyssPNexB/H\nlBlaX55GxjFFcgRFvd0OLYya/xYp1ju+3WvM2BdwEFzP7ENtGMiG/zGMlEmM\nCBkuS30HQNyr8aYgqYcwRl5uuEfQtxpOdJUP/k8qqi3zc2Pf6rLR1YQPUGXS\n+JUJia189gwS/I1/UGTJaJb/YxWEX0tO9TjkPxvfm+aaWQUcBlpB6uOuNxwZ\nBj0bu7CDqyj+b6OwLfFw9qFSQ+7ValP4SKRNy+lCkb9/nkc7UOfXdlkMiPaN\nooCKnyCHEExRIGeJsKcwi1GNZW2NPOut2mS0w3gn5qb2m/z4g8nz1sexMvNH\nIZDVOxCJKtS0A8aM0X+pVjDdh9uoen4B36to721s58d/IX29BWisDZC1n/CD\n/mSsm+8ZEfLe/XPcq7SjEknAsEXQQsou1xh4Ohb5BKOujixOE8CLdyD/1kBD\nb+932W2WxzoeRW1fZmv2an0wAxTJS2Me/UBMxcpFEANt0YNjuLBou3gSWdyv\ngds/\r\n=prBq\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "bradley.meck@gmail.com",
					"name": "bradleymeck"
				},
				{
					"email": "ljharb@gmail.com",
					"name": "ljharb"
				}
			],
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/dotignore_0.1.2_1578466287815_0.3098070701565734"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-01-08T06:51:30.352Z",
		"created": "2013-02-22T19:02:00.301Z",
		"0.0.0": "2013-02-22T19:02:20.830Z",
		"0.0.1": "2014-03-10T07:12:20.950Z",
		"0.1.0": "2014-08-10T17:56:24.055Z",
		"0.1.1": "2014-08-19T07:00:34.876Z",
		"0.1.2": "2020-01-08T06:51:27.954Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "0.1.2"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"7cce6719ad7dce9a27e5dfd4f99ad8c3\"",
			"fetched": 1602009469420
		}
	},
	"_distfiles": {
		"dotignore-0.0.0.tgz": {
			"url": "https://registry.npmjs.org/dotignore/-/dotignore-0.0.0.tgz",
			"sha": "33ad262324e90f5b6b1901ca7dfa2fc8263250cd",
			"registry": "npmjs"
		},
		"dotignore-0.0.1.tgz": {
			"url": "https://registry.npmjs.org/dotignore/-/dotignore-0.0.1.tgz",
			"sha": "a97ed8545f1da60d24cb958f6efd0bd9056704b5",
			"registry": "npmjs"
		},
		"dotignore-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/dotignore/-/dotignore-0.1.0.tgz",
			"sha": "6f9c25ee775a405ccb2c7d7d52b42943a76941ec",
			"registry": "npmjs"
		},
		"dotignore-0.1.1.tgz": {
			"url": "https://registry.npmjs.org/dotignore/-/dotignore-0.1.1.tgz",
			"sha": "3fdb821f05f4f5557c36cca67480dc1dcb774bf0",
			"registry": "npmjs"
		},
		"dotignore-0.1.2.tgz": {
			"url": "https://registry.npmjs.org/dotignore/-/dotignore-0.1.2.tgz",
			"sha": "f942f2200d28c3a76fbdd6f0ee9f3257c8a2e905",
			"registry": "npmjs"
		}
	},
	"_attachments": {},
	"_rev": "13-538a10653a249290",
	"_id": "dotignore",
	"readme": "# dotignore\n\n## `ignored $IGNOREFILE`\n\nCheck the ignorefile against the current directory.\nPrint out if a file should be ignored by prefixing with a `-`.\nIf the file should not be ignored prefix it with a `+`.\n\n## API\n\n### exports.createMatcher(str)\n\nReturn a `Matcher` that fully matches the `str` argument.\n\n`str` should conform to the `.gitignore` specification.\n\n### Matcher.shouldIgnore(name)\n\nTest that all the rules provided to create the matcher match the name given.\n`/` is expected as the path delimiter.\nReturns `true` if the name should be ignored.\n\n## LICENSE\n\nMIT"
}