{
	"name": "remark-admonitions",
	"versions": {
		"0.0.8": {
			"name": "remark-admonitions",
			"version": "0.0.8",
			"description": "Add admonitions support to remark",
			"main": "lib/index.js",
			"scripts": {
				"test": "node test/index.js",
				"lint": "eslint .",
				"lint:fix": "eslint --fix ."
			},
			"husky": {
				"hooks": {
					"pre-commit": "npm run lint:fix"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/elviswolcott/remark-admonitions.git"
			},
			"keywords": [
				"remark",
				"docusaurus",
				"admonitions",
				"markdown",
				"mdx",
				"plugin"
			],
			"author": {
				"name": "Elvis Wolcott"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/elviswolcott/remark-admonitions/issues"
			},
			"homepage": "https://github.com/elviswolcott/remark-admonitions#readme",
			"dependencies": {
				"rehype-parse": "^6.0.2",
				"unified": "^8.4.2"
			},
			"devDependencies": {
				"colors": "^1.4.0",
				"compiler": "^0.1.2",
				"diff": "^4.0.1",
				"eslint": "^6.1.0",
				"eslint-config-prettier": "^6.9.0",
				"eslint-plugin-import": "^2.18.2",
				"eslint-plugin-prettier": "^3.1.2",
				"husky": "^4.0.6",
				"prettier": "^1.19.1",
				"rehype-document": "^3.2.1",
				"rehype-format": "^3.0.0",
				"rehype-stringify": "^6.0.1",
				"remark-parse": "^7.0.2",
				"remark-rehype": "^5.0.0",
				"to-vfile": "^6.0.0",
				"unified": "^8.4.2",
				"vfile-reporter": "^6.0.0"
			},
			"gitHead": "25e3b4309e52bd7b742227c45d55e02ee62176a2",
			"_id": "remark-admonitions@0.0.8",
			"_nodeVersion": "13.6.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-/WKDyum0mqMg3hRjJDrCnAWUlm73ZZQnrv8Qd0uZCkoN5deJv3p6VveV2hYawIhcIMUSrh86sMwEGopKFc3MGA==",
				"shasum": "b8c4144a5272edead81b8f1197c24f4a6b181834",
				"tarball": "https://registry.npmjs.org/remark-admonitions/-/remark-admonitions-0.0.8.tgz",
				"fileCount": 3,
				"unpackedSize": 9136,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeGr0MCRA9TVsSAnZWagAAy80P/RsP2uHKDNXg6LIV9gOs\n9BtCgw3u3CqGz0oa29oAOPJLfRP644x5MvAcY1EBI7vckaJ0lNWfF4nzUbyU\nTcPKn39UdkHRz5PJxfSPiMDtOWmp3g/fhl4MZHI8fzvkkmS7xUHOBgdNu24z\npmZ8ql6lN8f1IeeRhq9E6Kj7Bw6xraMvILm5BJkb16Cgk0FceCxhzk39pnco\nDZ6Lg7Z3R6HAm6kg4A2b8kEVnTW870/3IHkHqv3L8FSaTvvfXj5S0vXfurQX\nWBRGAZFbywW9sgx7UG5jWRqadTupa/c6VZrQs7lmefKdE3qH0aGDkTyKq4yg\nhTrWO0+yoMPXjTVLWOB5Ot+FuPiedMCd+O1mVJ+EAfgGS10IJmnlUdjaaYOT\nNYG7Hy4IwXolc+zRMc4LgVfg8OhuScjPqH2xyvb2VjCws/FlT5A5iYFXbkKC\nClEog8cGZ+dQ05ZQ9EkBRcE7+s7ArclSAfqmmo3mSW0eGQ/F70qpJeZHXgcK\nx8GHrBYBdkxZpbW8cKRvEu97OT61q0nqmhekNsilbxc1zLT7LIOZNlMKAuQh\nyIuCjdJWeODgM/dglrTgF2lz5SQ/Va6LQmFozq7ER779qeu61inaq+JetsfV\njQIKzu2TrYqFpPbEnvbnfM+qceCM3lKAUkha8uesldV0aKlmYaXfC0rTOySo\n9Zfi\r\n=pWOl\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "elviswolcott",
					"email": "elviswolcott@gmail.com"
				}
			],
			"_npmUser": {
				"name": "elviswolcott",
				"email": "elviswolcott@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/remark-admonitions_0.0.8_1578810635926_0.41600868014868797"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.0.9": {
			"name": "remark-admonitions",
			"version": "0.0.9",
			"description": "Add admonitions support to remark",
			"main": "lib/index.js",
			"scripts": {
				"test": "node test/index.js",
				"lint": "eslint .",
				"lint:fix": "eslint --fix ."
			},
			"husky": {
				"hooks": {
					"pre-commit": "npm run lint:fix"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/elviswolcott/remark-admonitions.git"
			},
			"keywords": [
				"remark",
				"docusaurus",
				"admonitions",
				"markdown",
				"mdx",
				"plugin"
			],
			"author": {
				"name": "Elvis Wolcott"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/elviswolcott/remark-admonitions/issues"
			},
			"homepage": "https://github.com/elviswolcott/remark-admonitions#readme",
			"dependencies": {
				"rehype-parse": "^6.0.2",
				"unified": "^8.4.2"
			},
			"devDependencies": {
				"colors": "^1.4.0",
				"compiler": "^0.1.2",
				"diff": "^4.0.1",
				"eslint": "^6.1.0",
				"eslint-config-prettier": "^6.9.0",
				"eslint-plugin-import": "^2.18.2",
				"eslint-plugin-prettier": "^3.1.2",
				"husky": "^4.0.6",
				"prettier": "^1.19.1",
				"rehype-document": "^3.2.1",
				"rehype-format": "^3.0.0",
				"rehype-stringify": "^6.0.1",
				"remark-parse": "^7.0.2",
				"remark-rehype": "^5.0.0",
				"to-vfile": "^6.0.0",
				"unified": "^8.4.2",
				"vfile-reporter": "^6.0.0"
			},
			"gitHead": "733c573635c92d09bb84348faf98fa9af23538ac",
			"_id": "remark-admonitions@0.0.9",
			"_nodeVersion": "13.6.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-6t21XTvMQaKimCENxoRwLCgQPd5DfRPVj/k7HowmZFRmkH4d40mIfLi4AhkItE8+KscN0xSyPfQBJkXnRC2uYw==",
				"shasum": "3e1b437ada109dc89238026586988e2d226c0bb6",
				"tarball": "https://registry.npmjs.org/remark-admonitions/-/remark-admonitions-0.0.9.tgz",
				"fileCount": 3,
				"unpackedSize": 9136,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeGr8sCRA9TVsSAnZWagAA9qYP+wVbJ9VzM8UtS7iqsc7h\nWLrC87VDSM6brGu8uI6TZ2fdsA8AdhRcVD0eqg+PFpSehG4RvqQjsiY+4egP\nOVaCzStpxEYL5oVA6DTQqx0y1RxbaRvEBHi2AJjmZjkHUmL1fgfky6ohhajv\nQlItUwVZrsOk0/DLVzm5D9TXpuu4HeuJv4AtRs3aR/QTU1tAHox9dShZFQFQ\nBUsHNgLIxqFnlKlSgIJkdifwBWSzrHET6xADsNiur5HgeHFPbp88fvdCmaC2\nqoZBd7wcP0LpTQsVhn8qG8nZoc8U7+Jo+gPx8A0ZURysrTZoAWSaqe2EhbjU\nRLjvAYx1tP7ZrdfBaVGqvMP4h26UFiF16FP55dH32UoI+sGa6RmscYwg0sX2\npa5OSZyRZMuVKdS0fLZkxNX9nykBU0cho0JFeljidN/cHeKazskyvLrq+Sir\npoVDUVaQVSfkMe23BshR4Sj8IcITXaHMzKP+e7/sS7Z1ckdT3srSZfmKeqXD\nckbfIEXadbXk1vFX1qqIleTvm64+p5LrbbFwE+BUFVVQLfjO5O1NK11dTiWm\n9BsVnVMj8Ezwu99ISnUDd6SAm19EykhNb34vOs41fzlvMSrz4VYz4tkM115R\ne6LNDz5aLnNI4WLjRxWmn6HMfwI3ztWwjh8siWBpECTD5eMIyonFiGt7GdCA\nLGPr\r\n=ek9v\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "elviswolcott",
					"email": "elviswolcott@gmail.com"
				}
			],
			"_npmUser": {
				"name": "elviswolcott",
				"email": "elviswolcott@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/remark-admonitions_0.0.9_1578811180234_0.12040278424016893"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.1.0": {
			"name": "remark-admonitions",
			"version": "0.1.0",
			"description": "Add admonitions support to remark",
			"main": "lib/index.js",
			"scripts": {
				"test": "node test/index.js",
				"lint": "eslint .",
				"lint:fix": "eslint --fix ."
			},
			"husky": {
				"hooks": {
					"pre-commit": "npm run lint:fix"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/elviswolcott/remark-admonitions.git"
			},
			"keywords": [
				"remark",
				"docusaurus",
				"admonitions",
				"markdown",
				"mdx",
				"plugin"
			],
			"author": {
				"name": "Elvis Wolcott"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/elviswolcott/remark-admonitions/issues"
			},
			"homepage": "https://github.com/elviswolcott/remark-admonitions#readme",
			"dependencies": {
				"rehype-parse": "^6.0.2",
				"unified": "^8.4.2"
			},
			"devDependencies": {
				"colors": "^1.4.0",
				"compiler": "^0.1.2",
				"diff": "^4.0.1",
				"eslint": "^6.1.0",
				"eslint-config-prettier": "^6.9.0",
				"eslint-plugin-import": "^2.18.2",
				"eslint-plugin-prettier": "^3.1.2",
				"husky": "^4.0.6",
				"prettier": "^1.19.1",
				"rehype-document": "^3.2.1",
				"rehype-format": "^3.0.0",
				"rehype-stringify": "^6.0.1",
				"remark-parse": "^7.0.2",
				"remark-rehype": "^5.0.0",
				"to-vfile": "^6.0.0",
				"unified": "^8.4.2",
				"vfile-reporter": "^6.0.0"
			},
			"gitHead": "1fdf6192e29c1231e7ad61300ac7dc58c73db89e",
			"_id": "remark-admonitions@0.1.0",
			"_nodeVersion": "13.6.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-zwpyIbIVC6irwOJPEwzZ/3XA6QV5vJESu2z9RbywICRiWzE6LcmUFskKEoNIpff63lHCiu1SpHSNzziUPN3mrg==",
				"shasum": "a1ee8dc4f2e8217ff2f9e029be8f685a69361a1e",
				"tarball": "https://registry.npmjs.org/remark-admonitions/-/remark-admonitions-0.1.0.tgz",
				"fileCount": 3,
				"unpackedSize": 9192,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeGsPfCRA9TVsSAnZWagAAwBYP/3K3YwqXIw8ahK7XsAZy\nt6E0P3CxDJK2lO6NAlREJWtbiGFb6qkuPsHQZXciq9949u7XruTf4UC/1r0g\n2HL8Vb5Lr/k93nttONypDYn146XzB/vUkKc8FMY8aSBtGE17T+yKmknIwr9D\nVSf0OqjyGE02+ITxc1yvtbl5IRK/V2X0kod0a7K14ZAKpw7kRk4eF50dPxqg\nUgqEYSJKJFIR4NjCpZoh8o89/R8Shes8MXdFUqGdVuromqnAuuqX9xCcWMNY\n1MjqSrb1sMzivF8m5/gpTN1OanVLGrlt7rR0MxdM6ZrDSUonTEInoxusp1m6\nT8Pz2j+A0mmoCDFggR/rQPuiRyQKpwIxzIKLF4ojLVC+SJK9qHOkNMrQHKbB\ncYbsw65MakFLgsXDEiquUuv2EpqqB0dJy0zqJ8HcjZ+o1a0lHIknCMTR+Cc8\n1cuSd2BNNxT45uoHBscMmcXB9dmuhP5EqAzzYHrkMvrJns9sRB4r8EKbWPVa\nNChU+dIdUu1/obZnF0N5otA583kJGM2NKPCg/Xxctz9wMqwqNqn7uq2JMFBy\n7uwlcy3BsEX40XQ04K19FR4RJrSwJdFJzWZbj1Zk1qeSpWR2/aUICFc/xKDA\n3C4Z54mJDtMmdw098qXzuYBkjk8KO5AtflzdhCSUxy8aJay00sVgpAvhTfBy\nzWSq\r\n=F819\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "elviswolcott",
					"email": "elviswolcott@gmail.com"
				}
			],
			"_npmUser": {
				"name": "elviswolcott",
				"email": "elviswolcott@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/remark-admonitions_0.1.0_1578812382772_0.6036546080732117"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.1.1": {
			"name": "remark-admonitions",
			"version": "0.1.1",
			"description": "Add admonitions support to remark",
			"main": "lib/index.js",
			"scripts": {
				"test": "node test/index.js",
				"lint": "eslint .",
				"lint:fix": "eslint --fix ."
			},
			"husky": {
				"hooks": {
					"pre-commit": "npm run lint:fix"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/elviswolcott/remark-admonitions.git"
			},
			"keywords": [
				"remark",
				"docusaurus",
				"admonitions",
				"markdown",
				"mdx",
				"plugin"
			],
			"author": {
				"name": "Elvis Wolcott"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/elviswolcott/remark-admonitions/issues"
			},
			"homepage": "https://github.com/elviswolcott/remark-admonitions#readme",
			"dependencies": {
				"rehype-parse": "^6.0.2",
				"unified": "^8.4.2",
				"unist-util-visit": "^2.0.1"
			},
			"devDependencies": {
				"colors": "^1.4.0",
				"compiler": "^0.1.2",
				"diff": "^4.0.1",
				"eslint": "^6.1.0",
				"eslint-config-prettier": "^6.9.0",
				"eslint-plugin-import": "^2.18.2",
				"eslint-plugin-prettier": "^3.1.2",
				"husky": "^4.0.6",
				"prettier": "^1.19.1",
				"rehype-document": "^3.2.1",
				"rehype-format": "^3.0.0",
				"rehype-stringify": "^6.0.1",
				"remark-parse": "^7.0.2",
				"remark-rehype": "^5.0.0",
				"to-vfile": "^6.0.0",
				"unified": "^8.4.2",
				"vfile-reporter": "^6.0.0"
			},
			"gitHead": "891f65d60ec5da9d92f61ecc81b18adf01f436f7",
			"_id": "remark-admonitions@0.1.1",
			"_nodeVersion": "13.6.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-pbsy/CVFjT+8ySFGcOEd8/W9HIGBYnCoqny7qfaJ/LVvisQieB5zZHYKL93+JvYDPm8CJDOBXgARQAur2S/SCA==",
				"shasum": "6a71d3dea46130584cb6438f52a4010876b51d80",
				"tarball": "https://registry.npmjs.org/remark-admonitions/-/remark-admonitions-0.1.1.tgz",
				"fileCount": 3,
				"unpackedSize": 9718,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeG+chCRA9TVsSAnZWagAAjAEP/jnoPo7PZZD12gOAFLPu\n5jd8ty3byFB+2GQJ8Gxz6sYmatqh/ymGtCxlr5IPPa3r4btWhRQtOg/ODJ3k\nW4992pIIn82prCpV2cZsf2ZaBfhRJSqsT312+WzltGSNyxM1phsJyomwQL4C\natkUNbeu0bRPkURIXrzdRNd+scXEzOPa5N49WpeehkoyOzju6fulGpD88m2m\n78jo9RLHvD6S5G9VjL4pXtaFbXG5HjQiysXC23sq91Gx0W+XccrKlrAQq+I8\n7ZurvDBBuS2ij6X8VKJDe+GwprQ0yDrJJTlNj5VJyuRAlE9anx9VMWurs5pb\nV/JdS7woPh7yvcsAP7XvCsuA5uO961bM5IyacLQ6CtDJFyNEHFX3hbQTQtKw\nrymfX/OI8oE4O14X416zfx5y30ZMtkodlFyW6c94whg8AR2bzsOTKAWo0Keu\n4QRosg3qlL8fX4ga7AKlglZVomVx5+BmK08Jc4AfDP2p+w665vwOmnhfuBcm\nzklxnXIW25+KVrh3gyw8zRRN++zvHuY+rAgf4tSfh6s+Imjqal4lPSEuiZVF\nC4IFwMr+AcNwYt30U0IvT5bwmIF/YJKHR30p1vv/JbRnzKJK+Lp3LxwSjiqZ\n/dbTEfmIjO0I95fm45JAdRoJ75NO56BIaSRw/Eexhn/4kjjR85D5wMFDRCfG\ntKHS\r\n=tMwz\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "elviswolcott",
					"email": "elviswolcott@gmail.com"
				}
			],
			"_npmUser": {
				"name": "elviswolcott",
				"email": "elviswolcott@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/remark-admonitions_0.1.1_1578886945452_0.8607981984722828"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0": {
			"name": "remark-admonitions",
			"version": "1.0.0",
			"description": "Add admonitions support to remark",
			"main": "lib/index.js",
			"scripts": {
				"test": "node test/index.js",
				"lint": "eslint .",
				"lint:fix": "eslint --fix ."
			},
			"husky": {
				"hooks": {
					"pre-commit": "npm run lint:fix"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/elviswolcott/remark-admonitions.git"
			},
			"keywords": [
				"remark",
				"docusaurus",
				"admonitions",
				"markdown",
				"mdx",
				"plugin"
			],
			"author": {
				"name": "Elvis Wolcott"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/elviswolcott/remark-admonitions/issues"
			},
			"homepage": "https://github.com/elviswolcott/remark-admonitions#readme",
			"dependencies": {
				"rehype-parse": "^6.0.2",
				"unified": "^8.4.2",
				"unist-util-visit": "^2.0.1"
			},
			"devDependencies": {
				"colors": "^1.4.0",
				"compiler": "^0.1.2",
				"diff": "^4.0.1",
				"eslint": "^6.1.0",
				"eslint-config-prettier": "^6.9.0",
				"eslint-plugin-import": "^2.18.2",
				"eslint-plugin-prettier": "^3.1.2",
				"husky": "^4.0.6",
				"prettier": "^1.19.1",
				"rehype-document": "^3.2.1",
				"rehype-format": "^3.0.0",
				"rehype-stringify": "^6.0.1",
				"remark-parse": "^7.0.2",
				"remark-rehype": "^5.0.0",
				"to-vfile": "^6.0.0",
				"unified": "^8.4.2",
				"vfile-reporter": "^6.0.0"
			},
			"gitHead": "909309a0951b0bf9b688ea48545f9e20d09eda6e",
			"_id": "remark-admonitions@1.0.0",
			"_nodeVersion": "13.6.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-qUDVDEAUoULp5j+RP++UPemn4QqtwY3L24RwlbZBLnSGfGn8Bqln0pEv+t3jsmm3L+ARdFdvO4XNrh40eU7WPQ==",
				"shasum": "5f0b824c56a7f0e31f4e826e68c30c7a17909003",
				"tarball": "https://registry.npmjs.org/remark-admonitions/-/remark-admonitions-1.0.0.tgz",
				"fileCount": 6,
				"unpackedSize": 363300,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHAlRCRA9TVsSAnZWagAA5/UP/iYBnYTxVexiO78k3wHE\nAjehRZcvHsP7Lu7ANRMT/DRCNp3UbUIUe6cjZOe3PvCTjPMnr4zAFf7kcjEF\nWAgKJzuMs3ybqbVz3R7hERKGyZV3BJZef2h8qafBRS17aYlpYo9FUUp1Z0NF\nvVFAX/9V9dvZGO1N5/oHfBGcvaIpYaFD1ZmpODD7I7jyhUPI9IfWn3qPENTc\n9lfWxuIuR22NNqjSWEwXTBDgWx7gD+JyNXiUCX7zENgNP2P+a6NBU66JjkRl\nuUMqPMmtzksjfj4Fw0WtGuRZvQDTg4SR90sZKb0hrZQAgmkPZnszKPQeuLQS\nbP5FeffOBocK2m4eL0x6pg0JLNcm3NnFQ3c5rBD8WqP9R5sNQJTEfUO6OLTM\nn16YXeBgkWsSuQfDQ3lYKcPYYEGCP8Ra1x1R+/v4vhwQMemUy1XMbnFgdo5p\n1fCQ23djUlk/ZJZmEdt8tM0ip5rf4fJ5fqbYqlDgf5NJeyt/zv+jI7S6kjRC\nhczLaNvKSaSXSdKd4I9zPUrWD15pYvMGnF2JyzXpT/qvWpp1stdN/5EKh1BS\nvcTZdnK0kPm4WXtjjB+lQ0ybpgasHYxgousJdAa2s6CQO5t7H+fnjOr50r14\nxQDmELZrnQ34tGk51MIJWgc3ucvNZErAd7tUUwhzHdMSL5aV1TtxG076NzPP\nThl6\r\n=nV2/\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "elviswolcott",
					"email": "elviswolcott@gmail.com"
				}
			],
			"_npmUser": {
				"name": "elviswolcott",
				"email": "elviswolcott@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/remark-admonitions_1.0.0_1578895697530_0.15583059479200356"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.0": {
			"name": "remark-admonitions",
			"version": "1.1.0",
			"description": "Add admonitions support to remark",
			"main": "lib/index.js",
			"scripts": {
				"test": "node test/index.js",
				"lint": "eslint .",
				"lint:fix": "eslint --fix ."
			},
			"husky": {
				"hooks": {
					"pre-commit": "npm run lint:fix"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/elviswolcott/remark-admonitions.git"
			},
			"keywords": [
				"remark",
				"docusaurus",
				"admonitions",
				"markdown",
				"mdx",
				"plugin"
			],
			"author": {
				"name": "Elvis Wolcott"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/elviswolcott/remark-admonitions/issues"
			},
			"homepage": "https://github.com/elviswolcott/remark-admonitions#readme",
			"dependencies": {
				"rehype-parse": "^6.0.2",
				"unified": "^8.4.2",
				"unist-util-visit": "^2.0.1"
			},
			"devDependencies": {
				"colors": "^1.4.0",
				"compiler": "^0.1.2",
				"diff": "^4.0.1",
				"eslint": "^6.8.0",
				"eslint-config-prettier": "^6.9.0",
				"eslint-plugin-import": "^2.18.2",
				"eslint-plugin-prettier": "^3.1.2",
				"husky": "^4.0.6",
				"prettier": "^1.19.1",
				"rehype-document": "^3.2.1",
				"rehype-format": "^3.0.0",
				"rehype-stringify": "^6.0.1",
				"remark-parse": "^7.0.2",
				"remark-rehype": "^5.0.0",
				"to-vfile": "^6.0.0",
				"vfile-reporter": "^6.0.0"
			},
			"gitHead": "c9fec316eebd5fecc0bac5b2520725d2bb6fe02b",
			"_id": "remark-admonitions@1.1.0",
			"_nodeVersion": "13.6.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-pqrtzGAfqDgjEOcxqswS+T2Y6MAy5TFBFzOecSkn9BxbrktvHBohd/Smau4FPVY6hkDMXa9MRUdMDaL/Z2J2jw==",
				"shasum": "56817a28745e316e689aef83219b85d5203df938",
				"tarball": "https://registry.npmjs.org/remark-admonitions/-/remark-admonitions-1.1.0.tgz",
				"fileCount": 8,
				"unpackedSize": 354872,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIeb0CRA9TVsSAnZWagAAqEMP/0aDb+Zw+vzC2nxjuOmC\nrNVMjVM3VcNy3Qh2eZIaw6tqS0+XiNbfeVjN2vsVLUZQAPlXkmlZ8CMoWuMd\nDzRpg+pem08LF04/vYNBBVeoUcBKX9F2du5ezdYtCvpTvv5hvUOeMoRqp8Tu\nEOCfHpMBQQVqo/5E3zcqyYT3B9VrS1hRUN3TDQHCTarkHJHmhEdXVi0Kor0U\nDQ2p7kGaSmGa5ZmAx+PWBNywzYULtTNcO1loOuw15OA0PlP4uSFtqFCxsU0O\nWeHjBXV6Z6LzF/GW7NNqNJY87BGdS7rDAE9enM5FiRyLMot1ppz+oPMlt2zO\nLq2ktCa+p18KSwQX88e8DjUcj8zrYqc7u2M42OSNq7olPo2KY7YDXbllfEWC\nREOhWJ4dK3muwJTH/jbBUDO82y3TsUHZFi5RPxzZxJ3xuIqhOmHzcCH23q7O\nidT6ySsJrNQjcrD0SYVBGKVQZpvqEsBpwdD0BmP4b1LXXcHJS+IqGmJkDh80\njsiHhQT6lDMrn1W4dEZep0voxFZlfCtpLgMRgDfB9tnCgmEYncXHkOn1aRUL\nt2bpQxksr7QXV4a6XgQ407bXGRiXRMs5D7vtmjJepC8x94NuQWL/x0kwpgxX\nZ6SaGZwc4nrKid2LyJx0GIhzGxJA6FQf3w4OIBGncbW6m1FgJ2afXCsrvEgT\nBMKY\r\n=2tVN\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "elviswolcott",
					"email": "elviswolcott@gmail.com"
				}
			],
			"_npmUser": {
				"name": "elviswolcott",
				"email": "elviswolcott@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/remark-admonitions_1.1.0_1579280115542_0.45349035760152456"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.1": {
			"name": "remark-admonitions",
			"version": "1.1.1",
			"description": "Add admonitions support to remark",
			"main": "lib/index.js",
			"scripts": {
				"test": "node test/index.js",
				"lint": "eslint .",
				"lint:fix": "eslint --fix ."
			},
			"husky": {
				"hooks": {
					"pre-commit": "npm run lint:fix"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/elviswolcott/remark-admonitions.git"
			},
			"keywords": [
				"remark",
				"docusaurus",
				"admonitions",
				"markdown",
				"mdx",
				"plugin"
			],
			"author": {
				"name": "Elvis Wolcott"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/elviswolcott/remark-admonitions/issues"
			},
			"homepage": "https://github.com/elviswolcott/remark-admonitions#readme",
			"dependencies": {
				"rehype-parse": "^6.0.2",
				"unified": "^8.4.2",
				"unist-util-visit": "^2.0.1"
			},
			"devDependencies": {
				"colors": "^1.4.0",
				"compiler": "^0.1.2",
				"diff": "^4.0.1",
				"eslint": "^6.8.0",
				"eslint-config-prettier": "^6.9.0",
				"eslint-plugin-import": "^2.18.2",
				"eslint-plugin-prettier": "^3.1.2",
				"husky": "^4.0.6",
				"prettier": "^1.19.1",
				"rehype-document": "^3.2.1",
				"rehype-format": "^3.0.0",
				"rehype-stringify": "^6.0.1",
				"remark-parse": "^7.0.2",
				"remark-rehype": "^5.0.0",
				"to-vfile": "^6.0.0",
				"vfile-reporter": "^6.0.0"
			},
			"gitHead": "f4818e1488501836df36de7ba8e061242d636e80",
			"_id": "remark-admonitions@1.1.1",
			"_nodeVersion": "13.7.0",
			"_npmVersion": "6.13.6",
			"dist": {
				"integrity": "sha512-F0MZRtN/sE3OUcLyal3lKtjYeM3ep2T6pLjYwhwJ9Uw3XQYzn4EQOzThbR5zvMpDE+gX5k+3zfOaEVC5qitgYg==",
				"shasum": "bc9d7f54f47fc78f8faa6580677cfa635208cb5e",
				"tarball": "https://registry.npmjs.org/remark-admonitions/-/remark-admonitions-1.1.1.tgz",
				"fileCount": 8,
				"unpackedSize": 355127,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeKcoTCRA9TVsSAnZWagAApz0QAJWJbPPH1uw8/cMkgEvz\n9g4MTVIKnMwSCCRu5MY1CQ/ZrsyWtHZzElmyPuHQVrlC4XtbjybT8S81Z1MJ\nICsn2mP0MOqiALidsn8p6g4CKVUgGCWuxffovqWNLk+lbFpp0gJE9KGkV2so\n4JDw53n0SL/kT3dP0o4D5fiNBbS5/fEPMJVcbBG/8Xo0aHXiJd7rY/NKzw/4\nhZoblB/rYHeMc1jKF6EeWp9Hr69OxBXL7LiA3aZ94vA98c+AF7ApatP1wd+1\n/3U/bakp7BX7NCS73vUknT3fgafc3dqOY5Kub745dahtKxOx76NGvk+ZbZK2\nf9rdlGl1e+SQaEFmGFtVrbWLwPDz5pIlbbsby7rRzqRIZPlr6c9DcA6IEsV0\nvK0uWySFUa5iIdxGPX81mTUPUpiAzRNnCpSHKXLqwftnBObmxMZ7vcYmNbwa\ndkduMCYqwGcO4EqNTqRrmSjWef86uRi53ZsSQVY4f4E+5CjKTep6/EMIezJc\ndJgn1uQZgwotEyNjAL/9T25uNqGtIkIT3jwea+sr2kwv1RF/Ae4+GVltUVYp\nwXW3zEzpE+78uJNuYL0vqdp/Z4jDDGEiJ/lF9dotO1P1IYG3gLnVPbBRsiiE\nM/hmXRzST8pjlzY6jwLzb9s+H38e5YYZAuUkxd9wMrC5Ro9ih1c30saYfk0p\n7iDC\r\n=mKgD\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "elviswolcott",
					"email": "elviswolcott@gmail.com"
				}
			],
			"_npmUser": {
				"name": "elviswolcott",
				"email": "elviswolcott@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/remark-admonitions_1.1.1_1579797010763_0.7430229357708793"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.2": {
			"name": "remark-admonitions",
			"version": "1.1.2",
			"description": "Add admonitions support to remark",
			"main": "lib/index.js",
			"scripts": {
				"test": "node test/index.js",
				"lint": "eslint .",
				"lint:fix": "eslint --fix ."
			},
			"husky": {
				"hooks": {
					"pre-commit": "npm run lint:fix"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/elviswolcott/remark-admonitions.git"
			},
			"keywords": [
				"remark",
				"docusaurus",
				"admonitions",
				"markdown",
				"mdx",
				"plugin"
			],
			"author": {
				"name": "Elvis Wolcott"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/elviswolcott/remark-admonitions/issues"
			},
			"homepage": "https://github.com/elviswolcott/remark-admonitions#readme",
			"dependencies": {
				"rehype-parse": "^6.0.2",
				"unified": "^8.4.2",
				"unist-util-visit": "^2.0.1"
			},
			"devDependencies": {
				"colors": "^1.4.0",
				"compiler": "^0.1.2",
				"diff": "^4.0.1",
				"eslint": "^6.8.0",
				"eslint-config-prettier": "^6.9.0",
				"eslint-plugin-import": "^2.18.2",
				"eslint-plugin-prettier": "^3.1.2",
				"husky": "^4.0.6",
				"prettier": "^1.19.1",
				"rehype-document": "^3.2.1",
				"rehype-format": "^3.0.0",
				"rehype-stringify": "^6.0.1",
				"remark-parse": "^7.0.2",
				"remark-rehype": "^5.0.0",
				"to-vfile": "^6.0.0",
				"vfile-reporter": "^6.0.0"
			},
			"gitHead": "b65b7abe904f35f30eed401fc6255643a26541c5",
			"_id": "remark-admonitions@1.1.2",
			"_nodeVersion": "13.9.0",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-qwgsjAi6jE+hJng332zgZbP6WeCtT/0uViLFuR8MiOtZ3NzzhdaoRven9rNeXS7m57zZOmm1rIYhBVe01xfyQA==",
				"shasum": "a923554a1c2a4828f684ea9b06c6252d06615090",
				"tarball": "https://registry.npmjs.org/remark-admonitions/-/remark-admonitions-1.1.2.tgz",
				"fileCount": 8,
				"unpackedSize": 355127,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVuE7CRA9TVsSAnZWagAApkcP/05sQGmV3BrqtsCm1ZqV\nXZZBFuIVN6FqN2hgehoxTmeUJvc393TSPb0ahUyziFju0v7KAif9gZFPCoIm\n9g/+WPNutjBJlE1r0YD/Gulr4+Eedvs8ufNh637qOtCBW9TFSaBrNEeXHXP8\nWhbMp2O1kcOFe57pS6aJgndeSTj+QxDr3Hw0ntNJfOkCoVcpIrNJwOl3L4tn\nhKTd4jyye5wFuf5dQBk9whUqe3v8+8dfVhtxh/TJ0entNixhI6jDJ0W/Oj40\nJ5tPKgFvUwgwbURa4Ax85tC4Jf6XzMupQ5U63WtGv0NXWOfTiRKz6XkOtCvA\n9uPQCs2AedGCbz8JiR2u24oERJhwhu2zu7aEi0KgZZF//+81YUdUqpCcxnYR\nsV0a4GhQNuA/E2Tix0recc40yjVpXgnGgN4xi7/mqbjf26PZXL2N3tEpJhoa\nwh3MlaUjZCcA+qoTJT45lxU7VxKGXbsOjAmFbYYgkBsDxofJistSGMUpB9W1\njalaxFUkVILeitEnQwFcZhYiJ0XAqeJELvP7+kPC7L3xAKW7PkfuxIbI4jEK\naD2a5kO/K+DFVUWdQTjB1FvN0u0cR6WTfZ3UbUpIQwLqKsn2fEk1qOXeJDxv\nbhuIaS8WiMWRFqxfeREjb9rmx1mliSfu9H0gDapl3lkD+MV7hN/y/als/d5A\nDeze\r\n=mAzi\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "elviswolcott",
					"email": "elviswolcott@gmail.com"
				}
			],
			"_npmUser": {
				"name": "elviswolcott",
				"email": "elviswolcott@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/remark-admonitions_1.1.2_1582752058486_0.16406723323234806"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.0": {
			"name": "remark-admonitions",
			"version": "1.2.0",
			"description": "Add admonitions support to remark",
			"main": "lib/index.js",
			"scripts": {
				"test": "node test/index.js",
				"lint": "eslint .",
				"lint:fix": "eslint --fix ."
			},
			"husky": {
				"hooks": {
					"pre-commit": "npm run lint:fix"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/elviswolcott/remark-admonitions.git"
			},
			"keywords": [
				"remark",
				"docusaurus",
				"admonitions",
				"markdown",
				"mdx",
				"plugin"
			],
			"author": {
				"name": "Elvis Wolcott"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/elviswolcott/remark-admonitions/issues"
			},
			"homepage": "https://github.com/elviswolcott/remark-admonitions#readme",
			"dependencies": {
				"rehype-parse": "^6.0.2",
				"unified": "^8.4.2",
				"unist-util-visit": "^2.0.1"
			},
			"devDependencies": {
				"colors": "^1.4.0",
				"compiler": "^0.1.2",
				"diff": "^4.0.1",
				"eslint": "^6.8.0",
				"eslint-config-prettier": "^6.9.0",
				"eslint-plugin-import": "^2.18.2",
				"eslint-plugin-prettier": "^3.1.2",
				"husky": "^4.0.6",
				"prettier": "^1.19.1",
				"rehype-document": "^3.2.1",
				"rehype-format": "^3.0.0",
				"rehype-stringify": "^6.0.1",
				"remark-parse": "^7.0.2",
				"remark-rehype": "^5.0.0",
				"to-vfile": "^6.0.0",
				"vfile-reporter": "^6.0.0"
			},
			"gitHead": "3d819983df91b0ddbcc64ba0351d3d7bd58903b4",
			"_id": "remark-admonitions@1.2.0",
			"_nodeVersion": "13.10.0",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-h7P99HNMuSeA3HBw+RIF4PoTEI2knjPqBIfmYSgavXvA5PHgP3oHo0XKfDmmPpUZY6vBWKzcLXRZcYHNnNcJaw==",
				"shasum": "0c8ba565c018357afb5f4f89efe4e543d71bd216",
				"tarball": "https://registry.npmjs.org/remark-admonitions/-/remark-admonitions-1.2.0.tgz",
				"fileCount": 8,
				"unpackedSize": 355388,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeYAweCRA9TVsSAnZWagAAmr4P/RLARCw6aGElePn6kDUP\noMe0HVHsctlLYTvMc9hg/SaxZgZ2q92ZyjaAViiQgfmi9Sp9bs7lrVYVUphf\nL5+LAGoeRD9Cp4ginm2mCIuymdM+3XZpHSAx+JU73m42wHBZw96H7MS7MxXJ\nLuHyiybH5hJq0XDgn0pvVxRvTnFdIvKZBQrQNhVJCT2eeFDoymriWq6WPJKV\nvevSH+lewYJzJpNnGt2DPSBtukBMGMi3p9dpDzwFNACiyjyQtw3hYasCK5cB\nmQO2d1CyLf0szhv6iI76ZNf8rQePxXsmHtMXn/1TIo31kx8oRFrOOFOu8Q+I\n7nVKnmaDd2WJFxdtbB7KcJEkp2Eut4s2kYoTrr6AntBDEgswAwy7DhAsxfi8\noA/AVrwygCmN4FUYgbE9b9IqPMXv/DLcKvGsu5/fcRvlNEgCCweSTnhlCq1s\noxxABz0h/MxGMLyWOlZYi9HvhR5ogWW8bx5q2s7DkfD2E1+3RlC04HhSzOwW\nJ5ABcMTIRHQbXXHyyksvl5Er515R94YYc9QQ9YW40psb2Er5CtkOE58xF5bC\ncmyMWaEEyNvGLjtLI0uOoxzBFrUUMGRMMMl7vFUw6sJJm4gsWKC4WEPaDYAn\nl58XdhqgOMgioLyiPZnqDHCwneRVz6TZ3mOhjIC/KkSW61VtiyYMjWJFFatj\nqsWA\r\n=vvs0\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "elviswolcott",
					"email": "elviswolcott@gmail.com"
				}
			],
			"_npmUser": {
				"name": "elviswolcott",
				"email": "elviswolcott@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/remark-admonitions_1.2.0_1583352861519_0.9167544118426745"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.1": {
			"name": "remark-admonitions",
			"version": "1.2.1",
			"description": "Add admonitions support to remark",
			"main": "lib/index.js",
			"scripts": {
				"test": "node test/index.js",
				"lint": "eslint .",
				"lint:fix": "eslint --fix ."
			},
			"husky": {
				"hooks": {
					"pre-commit": "npm run lint:fix"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/elviswolcott/remark-admonitions.git"
			},
			"keywords": [
				"remark",
				"docusaurus",
				"admonitions",
				"markdown",
				"mdx",
				"plugin"
			],
			"author": {
				"name": "Elvis Wolcott"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/elviswolcott/remark-admonitions/issues"
			},
			"homepage": "https://github.com/elviswolcott/remark-admonitions#readme",
			"dependencies": {
				"rehype-parse": "^6.0.2",
				"unified": "^8.4.2",
				"unist-util-visit": "^2.0.1"
			},
			"devDependencies": {
				"colors": "^1.4.0",
				"compiler": "^0.1.2",
				"diff": "^4.0.1",
				"eslint": "^6.8.0",
				"eslint-config-prettier": "^6.9.0",
				"eslint-plugin-import": "^2.18.2",
				"eslint-plugin-prettier": "^3.1.2",
				"husky": "^4.0.6",
				"prettier": "^1.19.1",
				"rehype-document": "^3.2.1",
				"rehype-format": "^3.0.0",
				"rehype-stringify": "^6.0.1",
				"remark-parse": "^7.0.2",
				"remark-rehype": "^5.0.0",
				"to-vfile": "^6.0.0",
				"vfile-reporter": "^6.0.0"
			},
			"gitHead": "bc040d2acae0b3dd37ae67a993a891ad8ad7de16",
			"_id": "remark-admonitions@1.2.1",
			"_nodeVersion": "13.11.0",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-Ji6p68VDvD+H1oS95Fdx9Ar5WA2wcDA4kwrrhVU7fGctC6+d3uiMICu7w7/2Xld+lnU7/gi+432+rRbup5S8ow==",
				"shasum": "87caa1a442aa7b4c0cafa04798ed58a342307870",
				"tarball": "https://registry.npmjs.org/remark-admonitions/-/remark-admonitions-1.2.1.tgz",
				"fileCount": 8,
				"unpackedSize": 355389,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJee6WCCRA9TVsSAnZWagAACJUP+wV8eMJ/0AD9JtzeK3UC\nFHOcpB048g0PIIb8j4KK0OUXUircofpgJAsfgbBE+5ImbPi+5r44tOFOIiH/\nlpU0GyXsGhOoUd3+WdqaAilrk/AgVZ7LGI4fOM9t17WZlQXGxg0ZoqtUblL/\nPxANc7JPMnTnt4J3S1BQrKm2HNJ6xoOWHfW3zjPfyah9rt4fo2rvmeFFzoKR\nYWjqIHqAi8pwP2BPPtqTJxF+kOT0RiMHFgrOFXVhkXyxGA0JlcnyinCzWaoS\n5cgTi07ZyDxbNG31sK3EytD87t11Y/QPvHzEf6MtckFi3yDdIOYADF4YAYkE\n5hW19wy+GapESoXWL7vbuIdG6IQ3PQ2jk/A4YhcQrvZgGnmBl3FDN/dgS9Ke\nKNNjwGKqcwHU7usDHuF3LxkEFUsc2Pr45m96BQlkt9D8acb+/NI3RfmBOMa9\nWWKa9Q+MbQwgohOSRmedUc3NaV0p86O0BcV2FCeyu+4lufmNFw4BXOZZgKs6\nt0RgepGfVUJGrr+/JMLt7e0L+jtDgDU4vmBl/HHFGFqW2yaur2mN3PHlo1oW\nYmpjAGn5sOCQx/7D/DNzi/Ugh6SxpEg5ktD6tCSnveBi7Ja5J/MtV8Rf1zMQ\nVzUJ/ms2krAaSwZGDLZIKtHlcQSKb3cPDlfBJnPG4kPGc8LlAmXqEMkRQ1P3\n0e3Y\r\n=0xnM\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "elviswolcott",
					"email": "elviswolcott@gmail.com"
				}
			],
			"_npmUser": {
				"name": "elviswolcott",
				"email": "elviswolcott@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/remark-admonitions_1.2.1_1585161601909_0.1450033689683592"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2020-01-12T06:30:35.926Z",
		"0.0.8": "2020-01-12T06:30:36.095Z",
		"modified": "2020-03-25T18:40:06.910Z",
		"0.0.9": "2020-01-12T06:39:40.412Z",
		"0.1.0": "2020-01-12T06:59:42.953Z",
		"0.1.1": "2020-01-13T03:42:25.570Z",
		"1.0.0": "2020-01-13T06:08:17.645Z",
		"1.1.0": "2020-01-17T16:55:15.706Z",
		"1.1.1": "2020-01-23T16:30:10.913Z",
		"1.1.2": "2020-02-26T21:20:58.626Z",
		"1.2.0": "2020-03-04T20:14:21.669Z",
		"1.2.1": "2020-03-25T18:40:02.540Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.2.1"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"e9f50353947f710299fbce64afeb9c54\"",
			"fetched": 1600679298727
		}
	},
	"_distfiles": {
		"remark-admonitions-0.0.8.tgz": {
			"url": "https://registry.npmjs.org/remark-admonitions/-/remark-admonitions-0.0.8.tgz",
			"sha": "b8c4144a5272edead81b8f1197c24f4a6b181834",
			"registry": "npmjs"
		},
		"remark-admonitions-0.0.9.tgz": {
			"url": "https://registry.npmjs.org/remark-admonitions/-/remark-admonitions-0.0.9.tgz",
			"sha": "3e1b437ada109dc89238026586988e2d226c0bb6",
			"registry": "npmjs"
		},
		"remark-admonitions-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/remark-admonitions/-/remark-admonitions-0.1.0.tgz",
			"sha": "a1ee8dc4f2e8217ff2f9e029be8f685a69361a1e",
			"registry": "npmjs"
		},
		"remark-admonitions-0.1.1.tgz": {
			"url": "https://registry.npmjs.org/remark-admonitions/-/remark-admonitions-0.1.1.tgz",
			"sha": "6a71d3dea46130584cb6438f52a4010876b51d80",
			"registry": "npmjs"
		},
		"remark-admonitions-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/remark-admonitions/-/remark-admonitions-1.0.0.tgz",
			"sha": "5f0b824c56a7f0e31f4e826e68c30c7a17909003",
			"registry": "npmjs"
		},
		"remark-admonitions-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/remark-admonitions/-/remark-admonitions-1.1.0.tgz",
			"sha": "56817a28745e316e689aef83219b85d5203df938",
			"registry": "npmjs"
		},
		"remark-admonitions-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/remark-admonitions/-/remark-admonitions-1.1.1.tgz",
			"sha": "bc9d7f54f47fc78f8faa6580677cfa635208cb5e",
			"registry": "npmjs"
		},
		"remark-admonitions-1.1.2.tgz": {
			"url": "https://registry.npmjs.org/remark-admonitions/-/remark-admonitions-1.1.2.tgz",
			"sha": "a923554a1c2a4828f684ea9b06c6252d06615090",
			"registry": "npmjs"
		},
		"remark-admonitions-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/remark-admonitions/-/remark-admonitions-1.2.0.tgz",
			"sha": "0c8ba565c018357afb5f4f89efe4e543d71bd216",
			"registry": "npmjs"
		},
		"remark-admonitions-1.2.1.tgz": {
			"url": "https://registry.npmjs.org/remark-admonitions/-/remark-admonitions-1.2.1.tgz",
			"sha": "87caa1a442aa7b4c0cafa04798ed58a342307870",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"remark-admonitions-1.2.1.tgz": {
			"shasum": "87caa1a442aa7b4c0cafa04798ed58a342307870"
		}
	},
	"_rev": "2-c5c966f2845532b4",
	"_id": "remark-admonitions",
	"readme": "[![Travis (.com)](https://img.shields.io/travis/com/elviswolcott/remark-admonitions?logo=travis)](https://travis-ci.com/elviswolcott/remark-admonitions)\n[![npm](https://img.shields.io/npm/v/remark-admonitions?label=remark-admonitions&logo=npm)](https://www.npmjs.com/package/remark-admonitions)\n# remark-admonitions\n\n> A [remark](https://github.com/remarkjs/remark) plugin for admonitions designed with Docusaurus v2 in mind.\n\n> `remark-admonitions` is now included out-of-the-box with `@docusaurus/preset-classic`!\n\n![example of admonitions](/assets/hero.png)\n\n# Installation\n\n`remark-admonitions` is available on NPM.\n\n```bash\nnpm install remark-admonitions\n```\n\n## unified + remark\nIf you're using unified/remark, just pass the plugin to `use()`\n\nFor example, this will compile `input.md` into `output.html` using `remark`, `rehype`, and `remark-admonitions`.\n\n```javascript\nconst unified = require('unified')\nconst markdown = require('remark-parse')\n// require the plugin\nconst admonitions = require('remark-admonitions')\nconst remark2rehype = require('remark-rehype')\nconst doc = require('rehype-document')\nconst format = require('rehype-format')\nconst html = require('rehype-stringify')\nconst vfile = require('to-vfile')\nconst report = require('vfile-reporter')\n\nconst options = {}\n\nunified()\n  .use(markdown)\n  // add it to unified\n  .use(admonitions, options)\n  .use(remark2rehype)\n  .use(doc)\n  .use(format)\n  .use(html)\n  .process(vfile.readSync('./input.md'), (error, result) => {\n      console.error(report(error || result))\n      if (result) {\n        result.basename = \"output.html\"\n        vfile.writeSync(result)\n      }\n  })\n```\n\n## Docusaurus v2\n\n`@docusaurus/preset-classic` includes `remark-admonitions`.\n\nIf you aren't using `@docusaurus/preset-classic`, `remark-admonitions` can still be used through passing a `remark` plugin to MDX. \n# Usage\n\nAdmonitions are a block element. \nThe titles can include inline markdown and the body can include any block markdown except another admonition.\n\nThe general syntax is\n\n```markdown\n:::keyword optional title\nsome content\n:::\n```\n\nFor example,\n\n```markdown\n:::tip pro tip\n`remark-admonitions` is pretty great!\n:::\n```\n\n\nThe default keywords are `important`, `tip`, `note`, `warning`, and `danger`.\nAliases for `info` => `important`, `success` => `tip`, `secondary` => `note` and `danger` => `warning` have been added for Infima compatibility.\n\n# Options\n\nThe plugin can be configured through the options object.\n\n## Defaults\n\n```ts\nconst options = {\n  customTypes: customTypes, // additional types of admonitions\n  tag: string, // the tag to be used for creating admonitions (default \":::\")\n  icons: \"svg\"|\"emoji\"|\"none\", // the type of icons to use (default \"svg\")\n  infima: boolean, // wether the classes for infima alerts should be added to the markup\n}\n```\n\n## Custom Types\n\nThe `customTypes` option can be used to add additional types of admonitions. You can set the svg and emoji icons as well as the keyword. You only have to include the svg/emoji fields if you are using them. \nThe ifmClass is only necessary if the `infima` setting is `true` and the admonition should use the look of an existing Infima alert class.\n\n```ts\nconst customTypes = {\n  [string: keyword]: {\n    ifmClass: string,\n    keyword: string,\n    emoji: string,\n    svg: string,\n  } | string\n}\n```\n\nFor example, this will allow you to generate admonitions will the `custom` keyword.\n\n```js\ncustomTypes: {\n  custom: {\n    emoji: '💻',\n    svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M15 2H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h5.34c-.25.61-.86 1.39-2.34 2h8c-1.48-.61-2.09-1.39-2.34-2H15c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm0 9H1V3h14v8z\"></path></svg>'\n  }\n}\n```\n\nTo create an alias for an existing type, have the value be the keyword the alias should point to.\n\n```js\ncustomTypes: {\n  alias: \"custom\"\n}\n```\n\nThe generated markup will include the class `admonition-{keyword}` for styling.\n\nIf the `infima` option is `true`, the classes `alert alert--{type}` will be added to inherit the default Infima styling.\n\n# Styling\n\nYou'll have to add styles for the admonitions. With Docusaurus, these can be added to `custom.css`. \n\n## Infima (Docusaurus v2)\n\nThe Infima theme (`styles/infima.css`) is used by `@docusaurus/preset-classic`.\n\n![infima theme](assets/infima.png)\n\n## Classic (Docusaurus v1)\n\nThe classic theme (`styles/classic.css`) replicates the look of `remarkable-admonitions` and Docusaurus v1.\n\n![classic theme](/assets/classic.png)\n\n# Credit\n\nSyntax and classic theme based on [`remarkable-admonitions`](https://github.com/favoloso/remarkable-admonitions).\n\nThe SVG icons included are from [GitHub Octicons](https://octicons.github.com)."
}